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

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

Issue 1713723002: Implement accessibility support for CSS-transformed iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build Created 4 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
(Empty)
1 <!--
2 @BLINK-ALLOW:pageLocation*
3 @BLINK-ALLOW:pageSize=(500, 100)
4 @BLINK-ALLOW:transform
5 @BLINK-ALLOW:scroll*
6 @WAIT-FOR:Scrolled Button
7 -->
8 <!DOCTYPE html>
9 <html>
10 <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 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698