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

Side by Side Diff: third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-transformed-iframe-subframe.html

Issue 2657183002: Use full mapLocalToAncestor machinery in ScrollingCoordinator. (Closed)
Patch Set: test expectations Created 3 years, 10 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 <style>
3 iframe {
4 height: 120px;
5 width: 120px;
6 padding: 10px;
7 border: none;
8 }
9 </style>
10
11 <iframe src="data:text/html;charset=utf-8,<html><body style='width:1000px; heigh t:1000px;'><p style='font-size: 6px'>Should be covered by a green overlay.</p></ body></html>"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698