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

Side by Side Diff: LayoutTests/fast/html/imports/resources/script-document-write.html

Issue 279463002: HTML Imports: Fix yet another FOUC (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script> 2 <script>
3 debug('About to call document.write()...'); 3 debug('About to call document.write()...');
4 // Should be ignored, with a console warning. 4 // Should be ignored, with a console warning.
5 document.write('Hello, world'); 5 document.write('Hello, world');
6 debug('...after calling document.write()'); 6 debug('...after calling document.write()');
7 finishJSTest();
8 </script> 7 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698