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

Unified Diff: LayoutTests/fast/html/imports/import-shared-crash.html

Issue 141143006: [import] Cleanup: get rid of ad-hoc state machine. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to ToT Created 6 years, 11 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/html/imports/import-shared-crash.html
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/link-sheet-out-of-tree.html b/LayoutTests/fast/html/imports/import-shared-crash.html
similarity index 56%
copy from LayoutTests/fast/dom/HTMLLinkElement/link-sheet-out-of-tree.html
copy to LayoutTests/fast/html/imports/import-shared-crash.html
index dfd8c9e5f8ba2a44ac6505519a89c5b9e115ee43..6533cad860c363a340a7821ae66792d3ede29469 100644
--- a/LayoutTests/fast/dom/HTMLLinkElement/link-sheet-out-of-tree.html
+++ b/LayoutTests/fast/html/imports/import-shared-crash.html
@@ -2,11 +2,9 @@
<html>
<head>
<script src="../../../resources/js-test.js"></script>
+<link rel="import" href="resources/shared-crash-root.html">
</head>
-<body>
<script>
-var target = document.createElement("link");
-shouldBeNull("target.sheet");
+debug("PASS unless crash.")
</script>
-</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698