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

Side by Side Diff: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.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 : Allow child-frame content - bug 95204</titl e> 4 <title>Document::nodesFromRect : Allow child-frame content - bug 95204</titl e>
5 <script src="../../js/resources/js-test-pre.js"></script> 5 <script src="../../js/resources/js-test-pre.js"></script>
6 <script src="resources/nodesFromRect.js"></script> 6 <script src="resources/nodesFromRect.js"></script>
7 <style> 7 <style>
8 body { margin: 0px; } 8 body { margin: 0px; }
9 #sandbox { 9 #sandbox {
10 width: 400px; 10 width: 400px;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 e.layer.setAttribute('class', 'rotate90'); 65 e.layer.setAttribute('class', 'rotate90');
66 checkRect(250, 20, 100, 70, "DIV#left"); 66 checkRect(250, 20, 100, 70, "DIV#left");
67 checkRect(150, 20, 200, 60, "DIV#left, HTML, #document, IFRAME#ifram e1, DIV#layer, DIV#div1, DIV#sandbox"); 67 checkRect(150, 20, 200, 60, "DIV#left, HTML, #document, IFRAME#ifram e1, DIV#layer, DIV#div1, DIV#sandbox");
68 68
69 e.sandbox.display = 'none'; 69 e.sandbox.display = 'none';
70 finishJSTest(); 70 finishJSTest();
71 } 71 }
72 jsTestIsAsync = true; 72 jsTestIsAsync = true;
73 window.onload = runTest; 73 window.onload = runTest;
74 </script> 74 </script>
75 <script src="../../js/resources/js-test-post.js"></script>
76 </body> 75 </body>
77 </html> 76 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698