Ticket #38511: 38511.2.patch
File 38511.2.patch, 686 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/js/mce-view.js
549 549 iframeDoc = iframeWin.document; 550 550 iframeDoc.open(); 551 551 552 iframeWin.onunload = function() { 553 console.log("unload") 554 } 555 552 556 iframeDoc.write( 553 557 '<!DOCTYPE html>' + 554 558 '<html>' + … … 573 577 'content: "";' + 574 578 '}' + 575 579 '</style>' + 580 '<script>console.log("test")</script>' + 576 581 '</head>' + 577 582 '<body id="wpview-iframe-sandbox" class="' + bodyClasses + '">' + 578 583 body +