summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Attr/script-tests/access-after-element-destruction.js
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/Attr/script-tests/access-after-element-destruction.js')
-rw-r--r--LayoutTests/fast/dom/Attr/script-tests/access-after-element-destruction.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/LayoutTests/fast/dom/Attr/script-tests/access-after-element-destruction.js b/LayoutTests/fast/dom/Attr/script-tests/access-after-element-destruction.js
index 91588a3..b9f4e16 100644
--- a/LayoutTests/fast/dom/Attr/script-tests/access-after-element-destruction.js
+++ b/LayoutTests/fast/dom/Attr/script-tests/access-after-element-destruction.js
@@ -25,7 +25,6 @@ shouldBe("attributes.item(0).name", "'a'");
shouldBe("attributes.item(0).specified", "true");
shouldBe("attributes.item(0).value", "'b'");
shouldBe("attributes.item(0).ownerElement.tagName", "'P'");
-shouldBe("attributes.item(0).style", "null");
attributes.item(0).value = 'c';
@@ -46,7 +45,6 @@ shouldBe("attr.name", "'a'");
shouldBe("attr.specified", "true");
shouldBe("attr.value", "'b'");
shouldBe("attr.ownerElement.tagName", "'P'");
-shouldBe("attr.style", "null");
attr.value = 'c';