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

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

Powered by Google App Engine
This is Rietveld 408576698