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

Side by Side Diff: LayoutTests/fast/frames/resources/iframe-reparenting-embed-iframe.html

Issue 7980042: Merge 95471 - [Chromium] Crash after magic iframe transfer for Pepper/NaCl plugins. (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 unified diff | Download patch
OLDNEW
1 <script> 1 <script>
2 token = "loading"; 2 token = "loading";
3 3
4 function init() 4 function init()
5 { 5 {
6 token = "loaded"; 6 token = "loaded";
7 } 7 }
8 8
9 </script> 9 </script>
10 <body onload=init()> 10 <body onload=init()>
OLDNEW
« no previous file with comments | « LayoutTests/fast/frames/resources/iframe-reparenting-embed-frame1.html ('k') | Source/WebCore/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698