Index: third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html |
diff --git a/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html b/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html |
index ed95121ea4c592ae4c5f8a7d419f8cc72b71b474..b6a6db16b22a6627560982391892741c37daae96 100644 |
--- a/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html |
+++ b/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html |
@@ -15,6 +15,12 @@ |
body { |
margin: 0px; |
} |
+ |
+ iframe { |
+ width: 100%; |
+ height: 100%; |
+ border-style: none; |
+ } |
</style> |
</head> |