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

Unified Diff: LayoutTests/fast/workers/shared-worker-name-expected.txt

Issue 373043004: IDL: Treat undefined as missing for optional arguments with defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 5 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/shared-worker-name-expected.txt
diff --git a/LayoutTests/fast/workers/shared-worker-name-expected.txt b/LayoutTests/fast/workers/shared-worker-name-expected.txt
index 4dc7ad97455ba12a30e71d9019372d5befed095d..54b97c87ba9e15c2eb7966b774350ccefd99a29a 100644
--- a/LayoutTests/fast/workers/shared-worker-name-expected.txt
+++ b/LayoutTests/fast/workers/shared-worker-name-expected.txt
@@ -10,15 +10,13 @@ TEST COMPLETE
PASS setting self.foo
PASS creating worker with no name
PASS creating worker with empty name
+PASS creating worker with an undefined name
PASS creating worker with different name but same URL
PASS creating no-name worker with alternate URL
PASS creating empty name worker with alternate URL
PASS created SharedWorker with name 'null'
PASS setting self.foo
PASS creating worker with a null name
-PASS created SharedWorker with name 'undefined'
-PASS setting self.foo
-PASS creating worker with an undefined name
PASS the name attribute of worker can be set correctly
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698