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

Side by Side Diff: LayoutTests/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 iframe { 4 iframe {
5 height: 150px; 5 height: 150px;
6 width: 150px; 6 width: 150px;
7 } 7 }
8 </style> 8 </style>
9 <script> 9 <script>
10 if (window.internals) { 10 if (window.internals) {
(...skipping 13 matching lines...) Expand all
24 } 24 }
25 } 25 }
26 window.addEventListener("load", doTest, false); 26 window.addEventListener("load", doTest, false);
27 </script> 27 </script>
28 </head> 28 </head>
29 <body> 29 <body>
30 <iframe id="parent-iframe" src="resources/subframe-big.html"></iframe> 30 <iframe id="parent-iframe" src="resources/subframe-big.html"></iframe>
31 <pre id="layertree"></pre> 31 <pre id="layertree"></pre>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698