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

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

Issue 2802173002: Test changes for accLocation to confirm that transformations work. (Closed)
Patch Set: Created 3 years, 8 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 @WIN-ALLOW:location*
3 @WIN-ALLOW:size*
4 @WIN-ALLOW:transform
dmazzoni 2017/04/07 20:28:19 I don't think this exists
dougt 2017/04/08 03:49:40 Done.
5
6
2 @BLINK-ALLOW:pageLocation* 7 @BLINK-ALLOW:pageLocation*
3 @BLINK-ALLOW:pageSize=(200, 200) 8 @BLINK-ALLOW:pageSize=(200, 200)
4 @BLINK-ALLOW:pageSize=(400, 400) 9 @BLINK-ALLOW:pageSize=(400, 400)
5 @BLINK-ALLOW:transform 10 @BLINK-ALLOW:transform
6 --> 11 -->
7 <!DOCTYPE html> 12 <!DOCTYPE html>
8 <html> 13 <html>
9 <body style="padding: 0; margin: 0;"> 14 <body style="padding: 0; margin: 0;">
10 <iframe width=250 height=250 src="frame/box.html" style="border: 0; position: absolute; top: 0px; left: 0px;"></iframe> 15 <iframe width=250 height=250 src="frame/box.html" style="border: 0; position: absolute; top: 0px; left: 0px;"></iframe>
11 <iframe width=250 height=250 src="frame/box.html" style="border: 0; position: absolute; top: 300px; left: 0px; transform: scale(2.0); transform-origin: left t op;"></iframe> 16 <iframe width=250 height=250 src="frame/box.html" style="border: 0; position: absolute; top: 300px; left: 0px; transform: scale(2.0); transform-origin: left t op;"></iframe>
12 </body> 17 </body>
13 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698