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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 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/NodeList/nodelist-namespace-invalidation-expected.txt
diff --git a/LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt b/LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt
index 344c893a951c3be15e1753ab3ea88c2857789f6a..a3b5f18fa4a23f98180ab8b902d4748dd1c59bcc 100644
--- a/LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt
+++ b/LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt
@@ -7,4 +7,7 @@ PASS appendImageWithId('firstImage'); nodeList = container.getElementsByTagNameN
PASS nodeList.length is 1
PASS appendImageWithId('secondImage'); container.removeChild(container.firstChild); nodeList.item(0).id is 'secondImage'
PASS nodeList.length is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698