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

Unified Diff: third_party/WebKit/Source/web/tests/data/vh-height-width-800.html

Issue 1611693002: Revert of Don't change layout size due to top control show/hide (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/Source/web/tests/data/vh-height-width-800.html
diff --git a/third_party/WebKit/Source/web/tests/data/vh-height-width-800.html b/third_party/WebKit/Source/web/tests/data/vh-height-width-800.html
deleted file mode 100644
index 9a2225a5601fc44e489747bd0737258a0e05b744..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/web/tests/data/vh-height-width-800.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
- <meta name="viewport" content="width=800">
- <style>
- body {
- margin: 0px;
- }
-
- #abs {
- position: absolute;
- left: 0px;
- top: 0px;
- background: silver;
- width: 100px;
- height: 50vh;
- }
-
- #fixed {
- position: fixed;
- right: 0px;
- top: 0px;
- background: red;
- width: 100px;
- height: 50vh;
- }
-
- #spacer {
- height: 1000px;
- width: 800px;
- }
- </style>
-<head>
-
-<body>
- <div id="abs"></div>
- <div id="fixed"></div>
- <div id="spacer"></div>
-</body>
-
-</html>

Powered by Google App Engine
This is Rietveld 408576698