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

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

Issue 556703005: Initial draft - modify ViewportAnchor to know about both inner and outer viewports. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reapplying patch set 11 after a mac test Created 6 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
« no previous file with comments | « Source/web/tests/PinchViewportTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/200-by-800-viewport.html
diff --git a/Source/web/tests/data/200-by-300-viewport.html b/Source/web/tests/data/200-by-800-viewport.html
similarity index 94%
copy from Source/web/tests/data/200-by-300-viewport.html
copy to Source/web/tests/data/200-by-800-viewport.html
index 56ef48e8ebda6c645b35c00702d2dfc044d13933..67df179b7b6611465c739bd1cf4d5099b4efdbba 100644
--- a/Source/web/tests/data/200-by-300-viewport.html
+++ b/Source/web/tests/data/200-by-800-viewport.html
@@ -14,7 +14,7 @@
#content {
background: silver;
width: 200px;
- height: 300px;
+ height: 800px;
}
</style>
</head>
« no previous file with comments | « Source/web/tests/PinchViewportTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698