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

Unified Diff: LayoutTests/fast/dom/Attr/change-id-via-attr-node-value-expected.txt

Issue 124643003: Remove Attr.isId and Attr.ownerElement. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Bump unused use counter slot number due to conflict. Created 6 years, 11 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: LayoutTests/fast/dom/Attr/change-id-via-attr-node-value-expected.txt
diff --git a/LayoutTests/fast/dom/Attr/change-id-via-attr-node-value-expected.txt b/LayoutTests/fast/dom/Attr/change-id-via-attr-node-value-expected.txt
index 62fb9a8b49aa76ffbb59530988473125be9eb8c8..6c928c10ed7e49d59b024c46a384fb875e5acf88 100644
--- a/LayoutTests/fast/dom/Attr/change-id-via-attr-node-value-expected.txt
+++ b/LayoutTests/fast/dom/Attr/change-id-via-attr-node-value-expected.txt
@@ -7,7 +7,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
1. Check id after parsing.
PASS document.getElementById("a") is document.body
PASS document.body.id is "a"
-PASS document.body.getAttributeNode("id").isId is true
PASS document.body.getAttributeNode("id").textContent is "a"
2. Change Attr.value.

Powered by Google App Engine
This is Rietveld 408576698