Index: third_party/WebKit/Source/web/tests/data/root-scroller-child.html |
diff --git a/third_party/WebKit/Source/web/tests/data/root-scroller-child.html b/third_party/WebKit/Source/web/tests/data/root-scroller-child.html |
index d5fb02449995f8f2b8de16ca711ffc019c8f90cc..31c054916805ececb0358fa699ba343d2629ed82 100644 |
--- a/third_party/WebKit/Source/web/tests/data/root-scroller-child.html |
+++ b/third_party/WebKit/Source/web/tests/data/root-scroller-child.html |
@@ -17,8 +17,8 @@ |
} |
#container { |
- width: 200px; |
- height: 200px; |
+ width: 100%; |
+ height: 100%; |
overflow: auto; |
} |