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

Unified Diff: LayoutTests/http/tests/misc/script-defer.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/misc/script-defer.html
===================================================================
--- LayoutTests/http/tests/misc/script-defer.html (revision 69799)
+++ LayoutTests/http/tests/misc/script-defer.html (working copy)
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<link rel="stylesheet" href="../../js-test-resources/js-test-style.css">
-<script src="../../js-test-resources/js-test-pre.js"></script>
-</head>
-<body onload="debug('load')">
-This tests for proper execution order of scripts with the defer attribute <a href="https://bugs.webkit.org/show_bug.cgi?id=20710">https://bugs.webkit.org/show_bug.cgi?id=20710</a>.
-<div id="console"></div>
-
-<script type="text/javascript">
-document.addEventListener("DOMContentLoaded", function() {
- debug('DOMContentLoaded');
-}, false);
-</script>
-<script src="http://127.0.0.1:8000/misc/resources/slow-defer-script.cgi" defer="DEFER"></script>
-<script src="http://127.0.0.1:8000/misc/resources/defer-script.js" defer="DEFER"></script>
-<script src="http://127.0.0.1:8000/misc/resources/external-script.js"></script>
-<script>
-debug("inline");
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698