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

Side by Side Diff: LayoutTests/compositing/iframes/iframe-composited-scrolling.html

Issue 11880030: Merge 139024 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/compositing/iframes/iframe-composited-scrolling-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 iframe { 5 iframe {
6 height: 150px; 6 height: 150px;
7 width: 150px; 7 width: 150px;
8 } 8 }
9 </style> 9 </style>
10 <script> 10 <script>
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 window.addEventListener("load", doTest, false); 24 window.addEventListener("load", doTest, false);
25 </script> 25 </script>
26 </head> 26 </head>
27 <body> 27 <body>
28 <iframe id="scrollable-iframe" src="resources/subframe.html" style="width: 100 px; height: 100px"></iframe> 28 <iframe id="scrollable-iframe" src="resources/subframe.html" style="width: 100 px; height: 100px"></iframe>
29 <iframe id="non-scrollable-iframe" src="resources/subframe.html" style="width: 2000px; height: 2000px"></iframe> 29 <iframe id="non-scrollable-iframe" src="resources/subframe.html" style="width: 2000px; height: 2000px"></iframe>
30 <pre id="result"></pre> 30 <pre id="result"></pre>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/iframes/iframe-composited-scrolling-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698