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

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

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 <!-- 1 <!--
2 @MAC-DENY:AXTitle* 2 @MAC-DENY:AXTitle*
3 @MAC-DENY:AXValue* 3 @MAC-DENY:AXValue*
4 @MAC-ALLOW:position* 4 @MAC-ALLOW:position*
5 @MAC-ALLOW:size* 5 @MAC-ALLOW:size*
6 6
7 @WIN-DENY:title* 7 @WIN-DENY:title*
8 @WIN-ALLOW:location* 8 @WIN-ALLOW:location*
9 @WIN-ALLOW:size=(300, 150) 9 @WIN-ALLOW:size=(300, 150)
10 @WIN-ALLOW:size=(300, 100) 10 @WIN-ALLOW:size=(300, 100)
11 @WIN-ALLOW:size=(250, 50) 11 @WIN-ALLOW:size=(250, 50)
12 @WIN-ALLOW:size=(150, 50) 12 @WIN-ALLOW:size=(150, 50)
13 @WIN-ALLOW:IA2_STATE_EDITABLE 13 @WIN-ALLOW:IA2_STATE_EDITABLE
14 14
15 @BLINK-ALLOW:location* 15 @BLINK-ALLOW:location*
16 @BLINK-ALLOW:scroll* 16 @BLINK-ALLOW:scrollX=*
17 @BLINK-ALLOW:scrollY=*
17 @BLINK-ALLOW:size=(300, 150) 18 @BLINK-ALLOW:size=(300, 150)
18 @BLINK-ALLOW:size=(300, 100) 19 @BLINK-ALLOW:size=(300, 100)
19 @BLINK-ALLOW:size=(250, 50) 20 @BLINK-ALLOW:size=(250, 50)
20 @BLINK-ALLOW:size=(150, 50) 21 @BLINK-ALLOW:size=(150, 50)
21 22
22 These can be removed when bug 532249 is fixed because 23 These can be removed when bug 532249 is fixed because
23 then the test framework will just wait until all frames 24 then the test framework will just wait until all frames
24 have finished loading. Until then we need these because 25 have finished loading. Until then we need these because
25 the test doesn't wait for same-process iframes to finish 26 the test doesn't wait for same-process iframes to finish
26 loading. 27 loading.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 scrolling="no" src="frame/button.html"></iframe> 66 scrolling="no" src="frame/button.html"></iframe>
66 </div> 67 </div>
67 68
68 <div> 69 <div>
69 <iframe id="frame2" style="width: 150px; height: 50px;" 70 <iframe id="frame2" style="width: 150px; height: 50px;"
70 scrolling="no" src="frame/button_scrolled.html"></iframe> 71 scrolling="no" src="frame/button_scrolled.html"></iframe>
71 </div> 72 </div>
72 73
73 </body> 74 </body>
74 </html> 75 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698