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

Side by Side Diff: LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt

Issue 10871021: Merge 124282 - REGRESSION(r120979): Node list returned by getElementsByTagNameNS isn't invalidated … (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 4 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
OLDNEW
1 This tests that node lists returned by getElementsByTagNameNS are invalidated up on child node changes. 1 This tests that node lists returned by getElementsByTagNameNS are invalidated up on child node changes.
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 PASS appendImageWithId('firstImage'); nodeList = container.getElementsByTagNameN S(namespace, 'img'); nodeList.item(0).id is 'firstImage' 6 PASS appendImageWithId('firstImage'); nodeList = container.getElementsByTagNameN S(namespace, 'img'); nodeList.item(0).id is 'firstImage'
7 PASS nodeList.length is 1 7 PASS nodeList.length is 1
8 PASS appendImageWithId('secondImage'); container.removeChild(container.firstChil d); nodeList.item(0).id is 'secondImage' 8 PASS appendImageWithId('secondImage'); container.removeChild(container.firstChil d); nodeList.item(0).id is 'secondImage'
9 PASS nodeList.length is 1 9 PASS nodeList.length is 1
10 10
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation.html ('k') | Source/WebCore/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698