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

Side by Side Diff: chrome/test/data/scroll/iframe.html

Issue 300863002: mac: History swiping doesn't work right with iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase against top of tree. Created 6 years, 6 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 <html>
2 <head></head>
3 <body style="height: 100%; width:100%; overflow:hidden">
4 <iframe src="data:text/html,<body style=height:10000px;width:100%>place curs or here" style="height: 100%; width:100%;">
5 </iframe>
6 </body>
7 </html>
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698