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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ed95121ea4c592ae4c5f8a7d419f8cc72b71b474 |
--- /dev/null |
+++ b/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html |
@@ -0,0 +1,24 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <style> |
+ ::-webkit-scrollbar { |
+ width: 0px; |
+ height: 0px; |
+ } |
+ |
+ body, html { |
+ width: 100%; |
+ height: 100%; |
+ } |
+ |
+ body { |
+ margin: 0px; |
+ } |
+ </style> |
+ </head> |
+ |
+ <body> |
+ <iframe src="root-scroller-child.html" id="iframe"></iframe> |
+ </body> |
+</html> |