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

Unified Diff: LayoutTests/fast/workers/worker-replace-self-expected.txt

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations Created 5 years, 6 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/workers/worker-replace-self-expected.txt
diff --git a/LayoutTests/fast/workers/worker-replace-self-expected.txt b/LayoutTests/fast/workers/worker-replace-self-expected.txt
index e133b9fb1ad7fffed68767617212ef70de645436..086a1384fbc5ae441c044d9c91a513b60630b8dd 100644
--- a/LayoutTests/fast/workers/worker-replace-self-expected.txt
+++ b/LayoutTests/fast/workers/worker-replace-self-expected.txt
@@ -1,6 +1,6 @@
Test that self is not replaceable.
self='PASS': PASS
-self: [object global]
+self: [object DedicatedWorkerGlobalScope]
jsbell 2015/06/05 21:34:40 Ditto.
DONE

Powered by Google App Engine
This is Rietveld 408576698