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

Side by Side Diff: content/test/data/accessibility/html/frame/nested-frame.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 <!DOCTYPE html>
2 <html>
3 <body style="padding: 0; margin: 0;">
4 <iframe width=250 height=250 src="box.html" style="border: 0; position: absolu te; top: 0px; left: 100px; transform: scale(2.0); transform-origin: left top;">< /iframe>
dcheng 2016/03/17 19:53:18 Can we make the nested frame cross-process as well
dcheng 2016/03/17 19:54:39 Reformatting for the sake of email: a.com `-b.com
dmazzoni 2016/03/18 17:10:59 The case of nested local frames was wrong, but fix
dmazzoni 2016/03/18 17:10:59 Yes, but I'll add a separate test for this. The re
5 </body>
6 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698