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

Side by Side Diff: LayoutTests/fast/xpath/document-order.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="xpath-test-pre.js"></script> 5 <script src="xpath-test-pre.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <div id="console"></div> 8 <div id="console"></div>
9 9
10 <script> 10 <script>
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 checkSnapshot("descendant-or-self::node() (context = attr1)", 158 checkSnapshot("descendant-or-self::node() (context = attr1)",
159 result, 159 result,
160 [attr1]); 160 [attr1]);
161 161
162 result = doc.evaluate("ancestor-or-self::node()", attr1, null, XPathResult.ORDER ED_NODE_SNAPSHOT_TYPE, null); 162 result = doc.evaluate("ancestor-or-self::node()", attr1, null, XPathResult.ORDER ED_NODE_SNAPSHOT_TYPE, null);
163 checkSnapshot("ancestor-or-self::node() (context = attr1)", 163 checkSnapshot("ancestor-or-self::node() (context = attr1)",
164 result, 164 result,
165 [doc, doc.documentElement, CHILD1, attr1]); 165 [doc, doc.documentElement, CHILD1, attr1]);
166 166
167 </script> 167 </script>
168 <script src="../js/resources/js-test-post.js"></script>
169 </body> 168 </body>
170 </html> 169 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/xpath/detached-subtree-invalidate-iterator.html ('k') | LayoutTests/fast/xpath/evaluate-twice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698