Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/dom/HTMLScriptElement/two-defer-writes.html

Issue 3776004: Revert 66670 - 2010-09-01 Tony Gentilcore <tonyg@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <script>
2 if (window.layoutTestController)
3 layoutTestController.dumpAsText();
4 </script>
5 FAIL
6 <script defer src="data:text/javascript,document.write('PASS');"></script>
7 <script defer src="data:text/javascript,document.write('FAIL');"></script>
OLDNEW

Powered by Google App Engine