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

Unified Diff: third_party/WebKit/Source/web/tests/data/vh-height.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.html
diff --git a/third_party/WebKit/Source/web/tests/data/vh-height.html b/third_party/WebKit/Source/web/tests/data/vh-height.html
deleted file mode 100644
index 98807ed67bb3e1d97deb65b6c69ddfbc74996a74..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/web/tests/data/vh-height.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
- <style>
- #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;
- }
- </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