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

Side by Side Diff: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-links-and-text.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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Document::nodesFromRect : basic text nodes and links test - bug 47795</ title> 4 <title>Document::nodesFromRect : basic text nodes and links test - bug 47795</ title>
5 <style type="text/css"> @import "resources/nodesFromRect.css"; </style> 5 <style type="text/css"> @import "resources/nodesFromRect.css"; </style>
6 <script src="../../js/resources/js-test-pre.js"></script> 6 <script src="../../js/resources/js-test-pre.js"></script>
7 <script src="resources/nodesFromRect.js"></script> 7 <script src="resources/nodesFromRect.js"></script>
8 <script type="application/javascript"> 8 <script type="application/javascript">
9 function runTest() 9 function runTest()
10 { 10 {
(...skipping 26 matching lines...) Expand all
37 } 37 }
38 window.onload = runTest; 38 window.onload = runTest;
39 </script> 39 </script>
40 </head> 40 </head>
41 <body id="body"> 41 <body id="body">
42 <p id="p1"> 42 <p id="p1">
43 <a href="#" id="a1">A</a> / <a href="#" id="a2">B</a><br/><a href="#" id="a3 ">C</a> 43 <a href="#" id="a1">A</a> / <a href="#" id="a2">B</a><br/><a href="#" id="a3 ">C</a>
44 </p> 44 </p>
45 45
46 <span id="console"></span> 46 <span id="console"></span>
47 <script src="../../js/resources/js-test-post.js"></script>
48 </body> 47 </body>
49 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698