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

Unified Diff: LayoutTests/fast/dom/getter-on-window-object2-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/getter-on-window-object2-expected.txt
diff --git a/LayoutTests/fast/dom/getter-on-window-object2-expected.txt b/LayoutTests/fast/dom/getter-on-window-object2-expected.txt
index 7c5b1d5c11ed44dde5b16086d0964e1072fea2a2..45723a492198b20ea63039eb426b0f39d1c00496 100644
--- a/LayoutTests/fast/dom/getter-on-window-object2-expected.txt
+++ b/LayoutTests/fast/dom/getter-on-window-object2-expected.txt
@@ -22,4 +22,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'y').get is 'function'
PASS window.z is undefined.
PASS typeof window.__lookupSetter__('z') is 'function'
PASS typeof Object.getOwnPropertyDescriptor(window, 'z').set is 'function'
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698