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

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

Issue 597683007: Revert of Revert of 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: 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-800-viewport.html b/Source/web/tests/data/200-by-800-viewport.html
new file mode 100644
index 0000000000000000000000000000000000000000..67df179b7b6611465c739bd1cf4d5099b4efdbba
--- /dev/null
+++ b/Source/web/tests/data/200-by-800-viewport.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta name="viewport" content="width=200">
+ <style>
+ ::-webkit-scrollbar {
+ width: 0px;
+ height: 0px;
+ }
+ body {
+ margin: 0px;
+ }
+ #content {
+ background: silver;
+ width: 200px;
+ height: 800px;
+ }
+ </style>
+</head>
+
+<body>
+ <div id="content">a</div>
+</body>
+
+</html>
« 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