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

Side by Side Diff: LayoutTests/fast/workers/shared-worker-name-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Checks the various use cases around the SharedWorker constructor's optional name parameter 1 Checks the various use cases around the SharedWorker constructor's optional name parameter
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 created SharedWorker with no name 6 PASS created SharedWorker with no name
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
7 PASS setting self.foo 10 PASS setting self.foo
8 PASS creating worker with no name 11 PASS creating worker with no name
9 PASS creating worker with empty name 12 PASS creating worker with empty name
10 PASS creating worker with different name but same URL 13 PASS creating worker with different name but same URL
11 PASS creating no-name worker with alternate URL 14 PASS creating no-name worker with alternate URL
12 PASS creating empty name worker with alternate URL 15 PASS creating empty name worker with alternate URL
13 PASS created SharedWorker with name 'null' 16 PASS created SharedWorker with name 'null'
14 PASS setting self.foo 17 PASS setting self.foo
15 PASS creating worker with a null name 18 PASS creating worker with a null name
16 PASS created SharedWorker with name 'undefined' 19 PASS created SharedWorker with name 'undefined'
17 PASS setting self.foo 20 PASS setting self.foo
18 PASS creating worker with an undefined name 21 PASS creating worker with an undefined name
19 PASS the name attribute of worker can be set correctly 22 PASS the name attribute of worker can be set correctly
20 23
21 TEST COMPLETE 24 TEST COMPLETE
22 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698