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

Unified Diff: Source/web/tests/data/200-by-300.html

Issue 23441020: Make it possibe to lock the fixedLayoutSize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add one more test Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: Source/web/tests/data/200-by-300.html
diff --git a/Source/web/tests/data/large-div.html b/Source/web/tests/data/200-by-300.html
similarity index 52%
copy from Source/web/tests/data/large-div.html
copy to Source/web/tests/data/200-by-300.html
index a4bc0d9f09043d3f306c305e69e8bf2683fd6d65..eeb5d8a95d28bff492868b8d00760ed646f7faeb 100644
--- a/Source/web/tests/data/large-div.html
+++ b/Source/web/tests/data/200-by-300.html
@@ -3,16 +3,19 @@
<head>
<style>
+ body {
+ margin: 0px;
+ }
#content {
background: silver;
- width: 1000px;
- height: 1000px;
+ width: 200px;
+ height: 300px;
}
</style>
-<head>
+</head>
<body>
- <div id="content"></div>
+ <div id="content">a</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698