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

Side by Side Diff: Source/WebKit/chromium/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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 .box {
6 width: 10px;
7 height: 10px;
8 }
9 .scrollable {
10 overflow: scroll;
11 }
12 .out-of-flow {
13 position: absolute;
14 }
15 .big {
16 margin: 200px;
17 }
18 </style>
19 </head>
20
21 <body>
22 <div class="scrollable box">
23 <span class="big">Scrolling content</span>
24 <div class="out-of-flow box">Out-of-flow content.</div>
25 </div>
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/data/no_viewport_tag.html ('k') | Source/WebKit/chromium/tests/data/overflow-scrolling.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698