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

Side by Side Diff: content/test/data/accessibility/html/iframe-transform-scrolled.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 @BLINK-ALLOW:pageLocation* 2 @BLINK-ALLOW:pageLocation*
3 @BLINK-ALLOW:pageSize=(500, 100) 3 @BLINK-ALLOW:pageSize=(500, 100)
4 @BLINK-ALLOW:transform 4 @BLINK-ALLOW:transform
5 @BLINK-ALLOW:scroll* 5 @BLINK-ALLOW:scrollX=*
6 @BLINK-ALLOW:scrollY=*
6 @WAIT-FOR:Scrolled Button 7 @WAIT-FOR:Scrolled Button
7 --> 8 -->
8 <!DOCTYPE html> 9 <!DOCTYPE html>
9 <html> 10 <html>
10 <body style="padding: 0; margin: 0;"> 11 <body style="padding: 0; margin: 0;">
11 <iframe scrolling="no" src="frame/button_scrolled.html" style="width: 150px; h eight: 50px; border: 0; transform: scale(2.0); transform-origin: left top;"></if rame> 12 <iframe scrolling="no" src="frame/button_scrolled.html" style="width: 150px; h eight: 50px; border: 0; transform: scale(2.0); transform-origin: left top;"></if rame>
12 </body> 13 </body>
13 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698