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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 constructor 4 method constructor
5 method slice 5 method slice
6 interface Cache 6 interface Cache
7 method add 7 method add
8 method addAll 8 method addAll
9 method constructor 9 method constructor
10 method delete 10 method delete
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 getter dir 393 getter dir
394 getter icon 394 getter icon
395 getter lang 395 getter lang
396 getter onclick 396 getter onclick
397 getter onclose 397 getter onclose
398 getter onerror 398 getter onerror
399 getter onshow 399 getter onshow
400 getter requireInteraction 400 getter requireInteraction
401 getter silent 401 getter silent
402 getter tag 402 getter tag
403 getter timestamp
403 getter title 404 getter title
404 method close 405 method close
405 method constructor 406 method constructor
406 setter onclick 407 setter onclick
407 setter onclose 408 setter onclose
408 setter onerror 409 setter onerror
409 setter onshow 410 setter onshow
410 interface NotificationEvent : ExtendableEvent 411 interface NotificationEvent : ExtendableEvent
411 getter action 412 getter action
412 getter notification 413 getter notification
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 setter onfetch 767 setter onfetch
767 setter oninstall 768 setter oninstall
768 setter onmessage 769 setter onmessage
769 setter onnotificationclick 770 setter onnotificationclick
770 setter onpush 771 setter onpush
771 setter onsync 772 setter onsync
772 This is a testharness.js-based test. 773 This is a testharness.js-based test.
773 PASS Verify the interface of ServiceWorkerGlobalScope 774 PASS Verify the interface of ServiceWorkerGlobalScope
774 Harness: the test ran to completion. 775 Harness: the test ran to completion.
775 776
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698