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

Side by Side Diff: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-scale.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 : CSS scale transforms - bug 85792</title> 4 <title>Document::nodesFromRect : CSS scale transforms - bug 85792</title>
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 check(285, 290, 0, 5, 15, 5, [e.box2, e.box1, e.layer]); 83 check(285, 290, 0, 5, 15, 5, [e.box2, e.box1, e.layer]);
84 check(240, 260, 5, 0, 5, 15, [e.sandbox]); 84 check(240, 260, 5, 0, 5, 15, [e.sandbox]);
85 85
86 } 86 }
87 87
88 window.onload = runTest; 88 window.onload = runTest;
89 </script> 89 </script>
90 90
91 <p id='description'></p> 91 <p id='description'></p>
92 <span id="console"></span> 92 <span id="console"></span>
93 <script src="../../js/resources/js-test-post.js"></script>
94 </body> 93 </body>
95 </html> 94 </html>
96 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698