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

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

Issue 1388483002: Implement the Notification `timestamp` property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method close 4 method close
5 method constructor 5 method constructor
6 method slice 6 method slice
7 interface ByteLengthQueuingStrategy 7 interface ByteLengthQueuingStrategy
8 method constructor 8 method constructor
9 method size 9 method size
10 interface Cache 10 interface Cache
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 getter dir 441 getter dir
442 getter icon 442 getter icon
443 getter lang 443 getter lang
444 getter onclick 444 getter onclick
445 getter onclose 445 getter onclose
446 getter onerror 446 getter onerror
447 getter onshow 447 getter onshow
448 getter requireInteraction 448 getter requireInteraction
449 getter silent 449 getter silent
450 getter tag 450 getter tag
451 getter timestamp
451 getter title 452 getter title
452 getter vibrate 453 getter vibrate
453 method close 454 method close
454 method constructor 455 method constructor
455 setter onclick 456 setter onclick
456 setter onclose 457 setter onclose
457 setter onerror 458 setter onerror
458 setter onshow 459 setter onshow
459 interface NotificationEvent : ExtendableEvent 460 interface NotificationEvent : ExtendableEvent
460 getter action 461 getter action
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 setter ongeofenceleave 880 setter ongeofenceleave
880 setter oninstall 881 setter oninstall
881 setter onmessage 882 setter onmessage
882 setter onnotificationclick 883 setter onnotificationclick
883 setter onpush 884 setter onpush
884 setter onsync 885 setter onsync
885 This is a testharness.js-based test. 886 This is a testharness.js-based test.
886 PASS Verify the interface of ServiceWorkerGlobalScope 887 PASS Verify the interface of ServiceWorkerGlobalScope
887 Harness: the test ran to completion. 888 Harness: the test ran to completion.
888 889
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698