Index: content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt |
diff --git a/content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt b/content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..85944f9c319caeb482d2f5e4dec1f6102d867121 |
--- /dev/null |
+++ b/content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt |
@@ -0,0 +1,18 @@ |
+rootWebArea location=(0, 0) scrollX=0 scrollXMin=0 scrollXMax=0 scrollY=0 scrollYMin=0 scrollYMax=0 |
+++div location=(0, 0) size=(300, 150) |
+++++button location=(25, 25) size=(250, 50) name='Button' |
+++div location=(0, 150) size=(300, 150) |
+++++button location=(25, 175) size=(250, 50) name='Button' |
+++div location=(0, 300) size=(300, 150) |
+++++iframe location=(0, 300) size=(300, 100) |
+++++++scrollArea location=(0, 300) size=(300, 100) |
+++++++++webArea location=(0, 0) size=(300, 100) scrollX=0 scrollXMin=0 scrollXMax=0 scrollY=0 scrollYMin=0 scrollYMax=0 |
+++++++++++div location=(0, 0) size=(300, 100) |
+++++++++++++button location=(25, 25) size=(250, 50) name='Ordinary Button' |
+++div location=(0, 450) size=(300, 150) |
+++++iframe location=(0, 450) size=(150, 50) |
+++++++scrollArea location=(0, 450) size=(150, 50) |
+++++++++webArea location=(0, 0) size=(300, 100) scrollX=150 scrollXMin=0 scrollXMax=150 scrollY=50 scrollYMin=0 scrollYMax=50 |
+++++++++++div location=(0, 0) size=(300, 100) |
+++++++++++++button location=(25, 25) size=(250, 50) name='Scrolled Button' |
+<-- End-of-file --> |