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

Unified Diff: LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt

Issue 746433002: Revive tests for Attr.ownerElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/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

Powered by Google App Engine
This is Rietveld 408576698