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

Unified Diff: LayoutTests/fast/loader/resources/page-dismissal-modal-dialogs-iframe.html

Issue 7983013: Merge 95259 - Fragment navigations should interrupt a provisional load of a different document (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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: LayoutTests/fast/loader/resources/page-dismissal-modal-dialogs-iframe.html
===================================================================
--- LayoutTests/fast/loader/resources/page-dismissal-modal-dialogs-iframe.html (revision 95560)
+++ LayoutTests/fast/loader/resources/page-dismissal-modal-dialogs-iframe.html (working copy)
@@ -2,5 +2,5 @@
<html><head><meta charset=utf-8><title>Page Dismissal Modal Dialogs iFrame</title><script>
parent.registerEvents("iFrame", window, parent);
</script></head><body><div>
-<a href=# onclick="parent.showMessages('iFrame click')" id=anchor>anchor</a>
+<span onclick="parent.showMessages('iFrame click')" id=anchor>anchor</span>
</div></body></html>

Powered by Google App Engine
This is Rietveld 408576698