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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html

Issue 2576943002: RootLayerScrolling: Fix RootScrollerTest. (Closed)
Patch Set: Created 4 years 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 | « third_party/WebKit/Source/web/tests/data/root-scroller-child.html ('k') | no next file » | 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 ::-webkit-scrollbar { 5 ::-webkit-scrollbar {
6 width: 0px; 6 width: 0px;
7 height: 0px; 7 height: 0px;
8 } 8 }
9 9
10 body, html { 10 body, html {
11 width: 100%; 11 width: 100%;
12 height: 100%; 12 height: 100%;
13 } 13 }
14 14
15 body { 15 body {
16 margin: 0px; 16 margin: 0px;
17 } 17 }
18 18
19 iframe { 19 iframe {
20 width: 100%; 20 width: 100%;
21 height: 100%; 21 height: 100%;
22 border-style: none; 22 border-style: none;
23 } 23 }
24
25 #spacer {
26 width: 800px;
27 height: 800px;
28 }
24 </style> 29 </style>
25 </head> 30 </head>
26 31
27 <body> 32 <body>
28 <iframe src="root-scroller-child.html" id="iframe"></iframe> 33 <iframe src="root-scroller-child.html" id="iframe"></iframe>
34 <div id="spacer"></div>
29 </body> 35 </body>
30 </html> 36 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/root-scroller-child.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698