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

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

Issue 601633003: Revert of 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
deleted file mode 100644
index 67df179b7b6611465c739bd1cf4d5099b4efdbba..0000000000000000000000000000000000000000
--- a/Source/web/tests/data/200-by-800-viewport.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!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