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

Unified Diff: LayoutTests/fast/dom/Element/normalize-crash2.html

Issue 1158433004: Remove Attr child nodes (making Attr a Node, not a ContainerNode) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/Element/normalize-crash2.html
diff --git a/LayoutTests/fast/dom/Element/normalize-crash2.html b/LayoutTests/fast/dom/Element/normalize-crash2.html
deleted file mode 100644
index 32d9ce23ce1cebafdedd2408f73685046eea366c..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/Element/normalize-crash2.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<script src="../../../resources/js-test.js"></script>
-<div name="testDiv" id="testDiv"></div>
-<script>
-description("This test passes if it does not crash.");
-
-var testDiv = document.getElementById("testDiv");
-testDiv.attributes[0].appendChild(new Text("test"));
-testDiv.cloneNode(false);
-gc();
-testDiv.normalize();
-</script>

Powered by Google App Engine
This is Rietveld 408576698