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

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

Issue 3565007: Merge 68096 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/dom/Attr/change-id-via-attr-node-value.html ('k') | WebCore/dom/Attr.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test that different ways of changing an element's id all work properly. 1 Test that different ways of changing an element's id all work properly.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 1. Check id after parsing. 7 1. Check id after parsing.
8 PASS document.getElementById("a") is document.body 8 PASS document.getElementById("a") is document.body
9 PASS document.body.id is "a" 9 PASS document.body.id is "a"
10 PASS document.body.getAttributeNode("id").isId is true 10 PASS document.body.getAttributeNode("id").isId is true
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 161
162 23. Add an Attr node over an existing one. 162 23. Add an Attr node over an existing one.
163 PASS document.getElementById("o") is null 163 PASS document.getElementById("o") is null
164 PASS document.getElementById("p") is document.body 164 PASS document.getElementById("p") is document.body
165 PASS document.body.id is "p" 165 PASS document.body.id is "p"
166 PASS document.body.getAttribute("id") is "p" 166 PASS document.body.getAttribute("id") is "p"
167 PASS successfullyParsed is true 167 PASS successfullyParsed is true
168 168
169 TEST COMPLETE 169 TEST COMPLETE
170 170
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Attr/change-id-via-attr-node-value.html ('k') | WebCore/dom/Attr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698