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

Side by Side Diff: content/test/data/accessibility/html/frame/nested-cross-process-frame.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 <!DOCTYPE html>
2 <html>
3 <body style="padding: 0; margin: 0;">
4 <iframe width=250 height=250 src="/cross-site/2.com/accessibility/html/frame/b ox.html" style="border: 0; position: absolute; top: 0px; left: 100px; transform: scale(2.0); transform-origin: left top;"></iframe>
5 </body>
6 </html>
OLDNEW
« no previous file with comments | « content/test/data/accessibility/html/frame/box.html ('k') | content/test/data/accessibility/html/frame/nested-frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698