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

Side by Side Diff: LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1263043002: Add NotificationOptions.actions so websites can provide buttons (blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add to global-interface-listing*-expected.txt Created 5 years, 4 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 interface Array 1 interface Array
2 attribute length 2 attribute length
3 method concat 3 method concat
4 method constructor 4 method constructor
5 method copyWithin 5 method copyWithin
6 method entries 6 method entries
7 method every 7 method every
8 method fill 8 method fill
9 method filter 9 method filter
10 method find 10 method find
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 method constructor 675 method constructor
676 method postMessage 676 method postMessage
677 method start 677 method start
678 setter onmessage 678 setter onmessage
679 interface NetworkInformation 679 interface NetworkInformation
680 getter ontypechange 680 getter ontypechange
681 getter type 681 getter type
682 method constructor 682 method constructor
683 setter ontypechange 683 setter ontypechange
684 interface Notification 684 interface Notification
685 getter actions
685 getter body 686 getter body
686 getter data 687 getter data
687 getter dir 688 getter dir
688 getter icon 689 getter icon
689 getter lang 690 getter lang
690 getter onclick 691 getter onclick
691 getter onclose 692 getter onclose
692 getter onerror 693 getter onerror
693 getter onshow 694 getter onshow
694 getter silent 695 getter silent
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 method abort 1356 method abort
1356 method constructor 1357 method constructor
1357 method objectStore 1358 method objectStore
1358 setter onabort 1359 setter onabort
1359 setter oncomplete 1360 setter oncomplete
1360 setter onerror 1361 setter onerror
1361 This is a testharness.js-based test. 1362 This is a testharness.js-based test.
1362 PASS Verify the interface of ServiceWorkerGlobalScope 1363 PASS Verify the interface of ServiceWorkerGlobalScope
1363 Harness: the test ran to completion. 1364 Harness: the test ran to completion.
1364 1365
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698