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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 1042513002: Add the vibrate attribute to the Notification object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 unified diff | Download patch
OLDNEW
1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
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 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 [Worker] getter dir 556 [Worker] getter dir
557 [Worker] getter icon 557 [Worker] getter icon
558 [Worker] getter lang 558 [Worker] getter lang
559 [Worker] getter onclick 559 [Worker] getter onclick
560 [Worker] getter onclose 560 [Worker] getter onclose
561 [Worker] getter onerror 561 [Worker] getter onerror
562 [Worker] getter onshow 562 [Worker] getter onshow
563 [Worker] getter silent 563 [Worker] getter silent
564 [Worker] getter tag 564 [Worker] getter tag
565 [Worker] getter title 565 [Worker] getter title
566 [Worker] getter vibrate
566 [Worker] method close 567 [Worker] method close
567 [Worker] method constructor 568 [Worker] method constructor
568 [Worker] setter onclick 569 [Worker] setter onclick
569 [Worker] setter onclose 570 [Worker] setter onclose
570 [Worker] setter onerror 571 [Worker] setter onerror
571 [Worker] setter onshow 572 [Worker] setter onshow
572 [Worker] interface Number 573 [Worker] interface Number
573 [Worker] method constructor 574 [Worker] method constructor
574 [Worker] method toExponential 575 [Worker] method toExponential
575 [Worker] method toFixed 576 [Worker] method toFixed
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 [Worker] method abort 1073 [Worker] method abort
1073 [Worker] method constructor 1074 [Worker] method constructor
1074 [Worker] method objectStore 1075 [Worker] method objectStore
1075 [Worker] setter onabort 1076 [Worker] setter onabort
1076 [Worker] setter oncomplete 1077 [Worker] setter oncomplete
1077 [Worker] setter onerror 1078 [Worker] setter onerror
1078 PASS successfullyParsed is true 1079 PASS successfullyParsed is true
1079 1080
1080 TEST COMPLETE 1081 TEST COMPLETE
1081 1082
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698