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

Side by Side Diff: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-embedded-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>REGRESSION(r143727): Clicking / selecting inside an embed is broken - bug 111217</title> 4 <title>REGRESSION(r143727): Clicking / selecting inside an embed is broken - bug 111217</title>
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 57
58 checkRect(150, 50, 100, 100, "DIV#right, HTML, #document, OBJECT#chi ldframe2, DIV#left, HTML, #document, EMBED#childframe1, DIV#sandbox"); 58 checkRect(150, 50, 100, 100, "DIV#right, HTML, #document, OBJECT#chi ldframe2, DIV#left, HTML, #document, EMBED#childframe1, DIV#sandbox");
59 59
60 60
61 e.sandbox.display = 'none'; 61 e.sandbox.display = 'none';
62 finishJSTest(); 62 finishJSTest();
63 } 63 }
64 jsTestIsAsync = true; 64 jsTestIsAsync = true;
65 window.onload = runTest; 65 window.onload = runTest;
66 </script> 66 </script>
67 <script src="../../js/resources/js-test-post.js"></script>
68 </body> 67 </body>
69 </html> 68 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698