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

Side by Side Diff: Source/WebKit/chromium/tests/data/clipped-body.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
4 <head>
5 <style>
6 html, body {
7 overflow-x: hidden;
8 }
9 #content {
10 background: silver;
11 width: 1000px;
12 height: 1000px;
13 }
14 </style>
15 <head>
16
17 <body>
18 <div id="content"></div>
19 </body>
20
21 </html>
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/data/cancelTest.html ('k') | Source/WebKit/chromium/tests/data/content_editable_populated.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698