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

Unified Diff: LayoutTests/compositing/repaint/page-scale-repaint.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/repaint/page-scale-repaint.html
diff --git a/LayoutTests/compositing/repaint/page-scale-repaint.html b/LayoutTests/compositing/repaint/page-scale-repaint.html
index e69453febe9a747601d543259bc651a8d1043125..49be06af606e52edec964db21b7346590c4b237e 100644
--- a/LayoutTests/compositing/repaint/page-scale-repaint.html
+++ b/LayoutTests/compositing/repaint/page-scale-repaint.html
@@ -1,6 +1,14 @@
<!DOCTYPE html>
<html>
-<body style="height:10000px;background-image:url('resources/grid.png')" onload="runTest();">
+<head>
+<style>
+ ::-webkit-scrollbar {
+ width: 0px;
+ height: 0px;
+ }
+</style>
+</head>
+<body style="width: 4000px; height:10000px;background-image:url('resources/grid.png')" onload="runTest();">
<script src="../../resources/run-after-display.js"></script>
<script>
function runTest() {

Powered by Google App Engine
This is Rietveld 408576698