Index: LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt |
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 c1e5c951eafc36d061272280150b322dff9e1ff8..849d92746cb145867586734d743cd1106494da37 100644 |
--- a/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt |
+++ b/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt |
@@ -8,10 +8,12 @@ PASS attributes[0] is attributes.item(0) |
PASS attributes.getNamedItem('a') is attributes.item(0) |
PASS attributes.item(0).name is 'a' |
PASS attributes.item(0).value is 'b' |
+PASS attributes.item(0).ownerElement.tagName is 'P' |
PASS attributes.item(0).value is 'c' |
PASS attributes.length is 0 |
PASS attr.name is 'a' |
PASS attr.value is 'b' |
+PASS attr.ownerElement.tagName is 'P' |
PASS attr.value is 'c' |
PASS successfullyParsed is true |