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

Unified Diff: Source/web/tests/data/content-width-1000.html

Issue 643473002: Made top controls work with virtual viewport pinch-to-zoom. (Blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed if statement Created 6 years, 2 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: Source/web/tests/data/content-width-1000.html
diff --git a/Source/web/tests/data/content-width-1000.html b/Source/web/tests/data/content-width-1000.html
index 4cde4170aa4d5f16d683e33a04a9d8f464a14c76..d5ed3977a6918b0ce42d0ef2a1a3bc1ce8b1d433 100644
--- a/Source/web/tests/data/content-width-1000.html
+++ b/Source/web/tests/data/content-width-1000.html
@@ -10,6 +10,11 @@
width: 1000px;
height: 2000px;
background: silver;
+ margin: 0px;
+ }
+ ::-webkit-scrollbar {
+ width: 0px;
+ height: 0px;
}
</style>
</head>
« Source/core/frame/PinchViewport.cpp ('K') | « Source/web/tests/PinchViewportTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698