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

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

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 @MAC-DENY:AXTitle* 3 @MAC-DENY:AXTitle*
4 @MAC-DENY:AXValue* 4 @MAC-DENY:AXValue*
5 @MAC-ALLOW:position* 5 @MAC-ALLOW:position*
6 @MAC-ALLOW:size* 6 @MAC-ALLOW:size*
7 7
8 @WIN-DENY:title* 8 @WIN-DENY:title*
9 @WIN-ALLOW:location* 9 @WIN-ALLOW:location*
10 @WIN-ALLOW:size=(300, 150) 10 @WIN-ALLOW:size=(300, 150)
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 var frame1 = document.getElementById('frame1'); 69 var frame1 = document.getElementById('frame1');
70 writeFrameCode(frame1); 70 writeFrameCode(frame1);
71 71
72 var frame2 = document.getElementById('frame2'); 72 var frame2 = document.getElementById('frame2');
73 writeFrameCode(frame2); 73 writeFrameCode(frame2);
74 frame2.contentWindow.scrollTo(150, 50); 74 frame2.contentWindow.scrollTo(150, 50);
75 </script> 75 </script>
76 76
77 </body> 77 </body>
78 </html> 78 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698