Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2667)

Unified Diff: content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
index a49d9a677b897cd4bef9cbfa8bc645ef7c8bf33b..baf7fa02a1e5dd1bdd2308e5e3cd3e5f75340daa 100644
--- a/content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt
+++ b/content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt
@@ -1,16 +1,16 @@
rootWebArea location=(0, 0) scrollX=0 scrollY=0
-++div location=(0, 0) size=(300, 150)
+++genericContainer location=(0, 0) size=(300, 150)
++++button location=(25, 25) size=(250, 50) name='Button'
-++div location=(0, 150) size=(300, 150)
+++genericContainer location=(0, 150) size=(300, 150)
++++button location=(25, 175) size=(250, 50) name='Button'
-++div location=(0, 300) size=(300, 150)
+++genericContainer location=(0, 300) size=(300, 150)
++++iframe location=(0, 300) size=(300, 100)
++++++rootWebArea location=(0, 0) size=(300, 100) scrollX=0 scrollY=0
-++++++++div location=(0, 0) size=(300, 100)
+++++++++genericContainer location=(0, 0) size=(300, 100)
++++++++++button location=(25, 25) size=(250, 50) name='Ordinary Button'
-++div location=(0, 450) size=(300, 150)
+++genericContainer location=(0, 450) size=(300, 150)
++++iframe location=(0, 450) size=(150, 50)
++++++rootWebArea location=(0, 0) size=(300, 100) scrollX=150 scrollY=50
-++++++++div location=(0, 0) size=(300, 100)
+++++++++genericContainer location=(0, 0) size=(300, 100)
++++++++++button location=(25, 25) size=(250, 50) name='Scrolled Button'
<-- End-of-file -->

Powered by Google App Engine
This is Rietveld 408576698