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

Side by Side Diff: Source/web/tests/data/non-fast-scrollable.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 .box { 5 .box {
6 width: 10px; 6 width: 10px;
7 height: 10px; 7 height: 10px;
8 } 8 }
9 .scrollable { 9 .scrollable {
10 overflow: scroll; 10 overflow: scroll;
11 } 11 }
12 .out-of-flow { 12 .out-of-flow {
13 position: absolute; 13 position: absolute;
14 } 14 }
15 .big { 15 .big {
16 margin: 200px; 16 margin: 200px;
17 } 17 }
18 </style> 18 </style>
19 </head> 19 </head>
20 20
21 <body> 21 <body>
22 <div class="scrollable box"> 22 <div class="scrollable box">
23 <span class="big">Scrolling content</span> 23 <span class="big">Scrolling content</span>
24 <div class="out-of-flow box">Out-of-flow content.</div> 24 <div class="out-of-flow box">Out-of-flow content.</div>
25 </div> 25 </div>
26 </body> 26 </body>
27 </html> 27 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/no_viewport_tag.html ('k') | Source/web/tests/data/overflow-scrolling.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698