Index: content/test/data/accessibility/html/iframe-transform-nested.html |
diff --git a/content/test/data/accessibility/html/iframe-transform-nested.html b/content/test/data/accessibility/html/iframe-transform-nested.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cb629a93324523be5b70048865a4ec929e3a6e74 |
--- /dev/null |
+++ b/content/test/data/accessibility/html/iframe-transform-nested.html |
@@ -0,0 +1,11 @@ |
+<!-- |
+@BLINK-ALLOW:pageLocation* |
+@BLINK-ALLOW:pageSize=(800, 800) |
+@BLINK-ALLOW:transform |
+--> |
+<!DOCTYPE html> |
+<html> |
+<body style="padding: 0; margin: 0;"> |
+ <iframe width=500 height=500 src="/cross-site/2.com/accessibility/html/frame/nested-frame.html" style="border: 0; position: absolute; top: 100px; left: 0px; transform: scale(2.0); transform-origin: left top;"></iframe> |
+</body> |
+</html> |