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

Side by Side Diff: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-table.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 : Rect-based hit-testing on tables - bug 86605</t itle> 4 <title>Document::nodesFromRect : Rect-based hit-testing on tables - bug 86605</t itle>
5 <style type="text/css"> 5 <style type="text/css">
6 #sandbox { 6 #sandbox {
7 position: absolute; 7 position: absolute;
8 left: 0px; 8 left: 0px;
9 top: 0px; 9 top: 0px;
10 width: 600px; 10 width: 600px;
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 check(125, 275, 10, 10, 10, 10, [e.td14]); 108 check(125, 275, 10, 10, 10, 10, [e.td14]);
109 check(200, 175, 10, 90, 10, 90, [e.td12, e.td22, e.td32, e.td42, e.t esttable]); 109 check(200, 175, 10, 90, 10, 90, [e.td12, e.td22, e.td32, e.td42, e.t esttable]);
110 110
111 } 111 }
112 112
113 runTest(); 113 runTest();
114 </script> 114 </script>
115 115
116 <p id='description'></p> 116 <p id='description'></p>
117 <span id="console"></span> 117 <span id="console"></span>
118 <script src="../../js/resources/js-test-post.js"></script>
119 </body> 118 </body>
120 </html> 119 </html>
121 120
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698