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

Unified Diff: LayoutTests/fast/parser/defer-style-crash.html

Issue 202813002: [HTML Import] Let script block by pending resources created by lifecycle callback (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-landing with another fix Created 6 years, 9 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/fast/parser/defer-style-crash.html
diff --git a/LayoutTests/fast/parser/defer-style-crash.html b/LayoutTests/fast/parser/defer-style-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..2e4929768ac97ff582c9fc50f8ec8e5106fb05cd
--- /dev/null
+++ b/LayoutTests/fast/parser/defer-style-crash.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+<script defer src="hello.js"></script>
+<link rel="stylesheet" href="hello.css">
+</script>
+<body><h1>PASS unless crash</h1></body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698