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

Side by Side Diff: LayoutTests/fast/frames/iframe-reparenting-embed-elements-expected.txt

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 This test moves an iframe between two documents 3 times: without plugins, with < embed> tag and then with <object> tag. 1 This test moves an iframe between two documents 3 times: without plugins, with < embed> tag and then with <object> tag.
2 2
3 Only the attempt without plugin elements should succeed. The presence of plugin elements should prevent the document.adoptNode() method from triggering live tra nsfer - in which case the iframe will be reloaded. 3 Only the attempt without plugin elements should succeed. The presence of plugin elements should prevent the document.adoptNode() method from triggering live tra nsfer - in which case the iframe will be reloaded.
4 4
5 Test succeeds if there are 'PASS' messages below and no 'FAIL' messages. 5 Test succeeds if there are 'PASS' messages below and no 'FAIL' messages.
6 6
7 7
8 PASS: Test without plugins 8 PASS: Test without plugins
9 PASS: Test with <embed> 9 PASS: Test with <embed>
10 PASS: Test with <object> 10 PASS: Test with <object>
11 Test Finished. 11 Test Finished.
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698