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

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

Issue 2781993003: Move tests for Attr interface to LayoutTests/dom/attr/. (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt
deleted file mode 100644
index 849d92746cb145867586734d743cd1106494da37..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/Attr/access-after-element-destruction-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Tests that accessing Attr after its Element has been destroyed works without crashing.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS attributes.length is 1
-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
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698