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

Unified Diff: LayoutTests/compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html

Issue 190723007: Fix tests to be compatible with Android scale initialization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove substantive change, change only tests Created 6 years, 7 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: LayoutTests/compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html
diff --git a/LayoutTests/compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html b/LayoutTests/compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html
index dcb0b9ea30e210b0ff7480c8acc6ffa322f119bd..551c19791ac41bfe4656a40d35acef6eadd6c7a0 100644
--- a/LayoutTests/compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html
+++ b/LayoutTests/compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html
@@ -2,9 +2,13 @@
<html>
<head>
<style>
+ ::-webkit-scrollbar {
+ width: 0px;
+ height: 0px;
+ }
body {
- width: 1000px;
- height: 800px;
+ width: 4000px;
+ height: 4000px;
}
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698