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

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

Issue 1564863002: Get rid of AXScrollView and AXScrollbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dump_oopif_3
Patch Set: Fix Android expectation Created 4 years, 11 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 85944f9c319caeb482d2f5e4dec1f6102d867121..4ef16831d6e7760914a7189f3c447ff0150461d5 100644
--- a/content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt
+++ b/content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt
@@ -5,14 +5,12 @@ rootWebArea location=(0, 0) scrollX=0 scrollXMin=0 scrollXMax=0 scrollY=0 scroll
++++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'
+++++++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'
+++++++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 -->

Powered by Google App Engine
This is Rietveld 408576698