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

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

Issue 1713723002: Implement accessibility support for CSS-transformed iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Return gfx::Rect from AccessibilityTransformToRootCoordSpace, get rid of ifdefed-out code accidenta… Created 4 years, 9 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=(800, 800)
4 @BLINK-ALLOW:transform
5 -->
6 <!DOCTYPE html>
7 <html>
8 <body style="padding: 0; margin: 0;">
9 <iframe width=500 height=500 src="/cross-site/2.com/accessibility/html/frame/n ested-frame.html" style="border: 0; position: absolute; top: 100px; left: 0px; t ransform: scale(2.0); transform-origin: left top;"></iframe>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698