Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Side by Side Diff: LayoutTests/fast/xpath/4XPath/Core/test_parser.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../js/resources/js-test-pre.js"></script> 4 <script src="../../../js/resources/js-test-pre.js"></script>
5 <script src="test.js"></script> 5 <script src="test.js"></script>
6 <script src="../../xpath-test-pre.js"></script> 6 <script src="../../xpath-test-pre.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <div id="console"></div> 9 <div id="console"></div>
10 10
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 checkSnapshot("CHILD2/@CODE", result, [IDATTR2]); 100 checkSnapshot("CHILD2/@CODE", result, [IDATTR2]);
101 101
102 shouldBe('DOM.evaluate("CHILD2/@CODE * 0", ROOT, null, XPathResult.NUMBER_TY PE, null).numberValue', "0"); 102 shouldBe('DOM.evaluate("CHILD2/@CODE * 0", ROOT, null, XPathResult.NUMBER_TY PE, null).numberValue', "0");
103 103
104 result = DOM.evaluate("f\xf6\xf8", LANG, null, XPathResult.ORDERED_NODE_SNAP SHOT_TYPE, null); 104 result = DOM.evaluate("f\xf6\xf8", LANG, null, XPathResult.ORDERED_NODE_SNAP SHOT_TYPE, null);
105 checkSnapshot("f\xf6\xf8", result, [NONASCIIQNAME]); 105 checkSnapshot("f\xf6\xf8", result, [NONASCIIQNAME]);
106 106
107 shouldThrow('DOM.evaluate("\\\\", ROOT, null, XPathResult.ORDERED_NODE_SNAPS HOT_TYPE, null)'); 107 shouldThrow('DOM.evaluate("\\\\", ROOT, null, XPathResult.ORDERED_NODE_SNAPS HOT_TYPE, null)');
108 108
109 </script> 109 </script>
110 <script src="../../../js/resources/js-test-post.js"></script>
111 </body> 110 </body>
112 </html> 111 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/xpath/4XPath/Core/test_numeric_expr.html ('k') | LayoutTests/fast/xpath/4XPath/Core/test_predicate_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698