%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
test(function () { self.performance.mark("existing_mark"); var entries = self.performance.getEntriesByName("existing_mark"); assert_equals(entries.length, 1); self.performance.measure("measure", "existing_mark"); }, "Create a mark \"existing_mark\""); test(function () { assert_throws_dom("SyntaxError", function () { self.performance.measure("measure", "mark"); }); }, "self.performance.measure(\"measure\", \"mark\"), where \"mark\" is a non-existent mark, " + "throws a SyntaxError exception."); test(function () { assert_throws_dom("SyntaxError", function () { self.performance.measure("measure", "mark", "existing_mark"); }); }, "self.performance.measure(\"measure\", \"mark\", \"existing_mark\"), where \"mark\" is a " + "non-existent mark, throws a SyntaxError exception."); test(function () { assert_throws_dom("SyntaxError", function () { self.performance.measure("measure", "existing_mark", "mark"); }); }, "self.performance.measure(\"measure\", \"existing_mark\", \"mark\"), where \"mark\" " + "is a non-existent mark, throws a SyntaxError exception."); test(function () { assert_throws_dom("SyntaxError", function () { self.performance.measure("measure", "mark", "mark"); }); }, "self.performance.measure(\"measure\", \"mark\", \"mark\"), where \"mark\" is a " + "non-existent mark, throws a SyntaxError exception.");