summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt')
-rw-r--r--LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt b/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt
index 8c09132..dfbf96e 100644
--- a/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt
+++ b/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt
@@ -10,14 +10,12 @@ PASS attributes.item(0).name is 'a'
PASS attributes.item(0).specified is true
PASS attributes.item(0).value is 'b'
PASS attributes.item(0).ownerElement.tagName is 'P'
-PASS attributes.item(0).style is null
PASS attributes.item(0).value is 'c'
PASS attributes.length is 0
PASS attr.name is 'a'
PASS attr.specified is true
PASS attr.value is 'b'
PASS attr.ownerElement.tagName is 'P'
-PASS attr.style is null
PASS attr.value is 'c'
PASS successfullyParsed is true