Index: content/test/data/accessibility/html/frame/nested-frame.html |
diff --git a/content/test/data/accessibility/html/frame/nested-frame.html b/content/test/data/accessibility/html/frame/nested-frame.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a2d9d03c5eee0ddfb788421165bea0a59e4f3e5b |
--- /dev/null |
+++ b/content/test/data/accessibility/html/frame/nested-frame.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<html> |
+<body style="padding: 0; margin: 0;"> |
+ <iframe width=250 height=250 src="box.html" style="border: 0; position: absolute; top: 0px; left: 100px; transform: scale(2.0); transform-origin: left top;"></iframe> |
dcheng
2016/03/17 19:53:18
Can we make the nested frame cross-process as well
dcheng
2016/03/17 19:54:39
Reformatting for the sake of email:
a.com
`-b.com
dmazzoni
2016/03/18 17:10:59
The case of nested local frames was wrong, but fix
dmazzoni
2016/03/18 17:10:59
Yes, but I'll add a separate test for this. The re
|
+</body> |
+</html> |