| OLD | NEW |
| 1 <script> | 1 <script> |
| 2 window.onload = function() { | 2 window.onload = function() { |
| 3 if (window.opener) | 3 setTimeout(function() { |
| 4 window.opener.postMessage('done', '*'); | 4 if (window.internals) |
| 5 internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(docume
nt); |
| 6 if (window.testRunner) |
| 7 testRunner.notifyDone(); |
| 8 }, 0); |
| 5 } | 9 } |
| 6 </script> | 10 </script> |
| 7 <object name='plugin' type='application/x-blink-test-plugin'> | 11 <object name='plugin' type='application/x-blink-test-plugin'> |
| 8 <param name='movie' value='http://example.test:8000/security/mixedContent/reso
urces/dummy.swf' /> | 12 <param name='movie' value='http://example.test:8000/security/mixedContent/reso
urces/dummy.swf' /> |
| 9 </object> | 13 </object> |
| OLD | NEW |