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

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled.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/layer-creation/fixed-position-out-of-view-scaled.html
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled.html b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled.html
index 1e74ee806437dc0c67eb6efdcda57c07ce4680a5..e801b5273c38f6c839f72e3413a638733a4d7a01 100644
--- a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled.html
+++ b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled.html
@@ -8,6 +8,10 @@
height: 10px;
background-color: silver;
}
+ ::-webkit-scrollbar {
+ width: 0px;
+ height: 0px;
+ }
</style>
<script>
if (window.testRunner) {
@@ -38,7 +42,7 @@
<!-- Fixed position elements may skip compositing without a scrollable
ancestor. To make sure this test covers the intended scenario, we force the
body element to be tall, so that the FrameView is scrolling. -->
-<body style="height: 4000px;">
+<body style="width: 4000px; height: 4000px;">
<div style="height: 1000px">
Not scaled:
<pre id="layerTree"></pre>

Powered by Google App Engine
This is Rietveld 408576698