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

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

Issue 2289293004: Fix flakiness in DumpAccessibilityTree tests with iframes (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 rootWebArea location=(0, 0) scrollX=0 scrollXMin=0 scrollXMax=0 scrollY=0 scroll YMin=0 scrollYMax=0 1 rootWebArea location=(0, 0) scrollX=0 scrollY=0
2 ++div location=(0, 0) size=(300, 150) 2 ++div location=(0, 0) size=(300, 150)
3 ++++button location=(25, 25) size=(250, 50) name='Button' 3 ++++button location=(25, 25) size=(250, 50) name='Button'
4 ++div location=(0, 150) size=(300, 150) 4 ++div location=(0, 150) size=(300, 150)
5 ++++button location=(25, 175) size=(250, 50) name='Button' 5 ++++button location=(25, 175) size=(250, 50) name='Button'
6 ++div location=(0, 300) size=(300, 150) 6 ++div location=(0, 300) size=(300, 150)
7 ++++iframe location=(0, 300) size=(300, 100) 7 ++++iframe location=(0, 300) size=(300, 100)
8 ++++++rootWebArea location=(0, 0) size=(300, 100) scrollX=0 scrollXMin=0 scrollX Max=0 scrollY=0 scrollYMin=0 scrollYMax=0 8 ++++++rootWebArea location=(0, 0) size=(300, 100) scrollX=0 scrollY=0
9 ++++++++div location=(0, 0) size=(300, 100) 9 ++++++++div location=(0, 0) size=(300, 100)
10 ++++++++++button location=(25, 25) size=(250, 50) name='Ordinary Button' 10 ++++++++++button location=(25, 25) size=(250, 50) name='Ordinary Button'
11 ++div location=(0, 450) size=(300, 150) 11 ++div location=(0, 450) size=(300, 150)
12 ++++iframe location=(0, 450) size=(150, 50) 12 ++++iframe location=(0, 450) size=(150, 50)
13 ++++++rootWebArea location=(0, 0) size=(300, 100) scrollX=150 scrollXMin=0 scrol lXMax=150 scrollY=50 scrollYMin=0 scrollYMax=50 13 ++++++rootWebArea location=(0, 0) size=(300, 100) scrollX=150 scrollY=50
14 ++++++++div location=(0, 0) size=(300, 100) 14 ++++++++div location=(0, 0) size=(300, 100)
15 ++++++++++button location=(25, 25) size=(250, 50) name='Scrolled Button' 15 ++++++++++button location=(25, 25) size=(250, 50) name='Scrolled Button'
16 <-- End-of-file --> 16 <-- End-of-file -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698