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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/scroll/iframe.html
diff --git a/chrome/test/data/scroll/iframe.html b/chrome/test/data/scroll/iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..0fc12601dbeffa2f4565316bcbd75b7f0ef5fa43
--- /dev/null
+++ b/chrome/test/data/scroll/iframe.html
@@ -0,0 +1,8 @@
+<html>
+ <head></head>
+ <body style="height: 100%; width:100%; overflow:hidden">
+ <iframe src="data:text/html,<body style=height:10000px;width:100%>place cursor here" style="height: 100%; width:100%;">
+ </iframe>
+ </body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698