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

Side by Side Diff: content/test/data/accessibility/html/iframe-coordinates-cross-process.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 <!DOCTYPE html> 23 <!DOCTYPE html>
23 <html> 24 <html>
24 <head> 25 <head>
25 <style> 26 <style>
26 body { 27 body {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 </div> 60 </div>
60 61
61 <div> 62 <div>
62 <iframe id="frame2" style="width: 150px; height: 50px;" scrolling="no" 63 <iframe id="frame2" style="width: 150px; height: 50px;" scrolling="no"
63 src="/cross-site/2.com/accessibility/html/frame/button_scrolled.html"> 64 src="/cross-site/2.com/accessibility/html/frame/button_scrolled.html">
64 </iframe> 65 </iframe>
65 </div> 66 </div>
66 67
67 </body> 68 </body>
68 </html> 69 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698