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

Unified Diff: LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.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/overflow/overflow-scaled-descendant-overlapping.html
diff --git a/LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html b/LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html
index 2c73c8d7be34ec30b2d2a6167aaf35820b2e695d..56d381150ce39bd92ef3cdcd3879ddae9bc9643e 100644
--- a/LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html
+++ b/LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html
@@ -13,6 +13,14 @@
</script>
<style type="text/css">
+ ::-webkit-scrollbar {
+ width: 0px;
+ height: 0px;
+ }
+ body {
+ width: 4000px;
+ height: 4000px;
+ }
.box {
width: 100px;
height: 100px;

Powered by Google App Engine
This is Rietveld 408576698