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

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

Issue 2790623004: Ship WritableStream (Closed)
Patch Set: Add layout test stable interface expectation changes Created 3 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 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 BroadcastChannel : EventTarget 6 interface BroadcastChannel : EventTarget
7 getter name 7 getter name
8 getter onmessage 8 getter onmessage
9 method close 9 method close
10 method constructor 10 method constructor
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 getter appName 671 getter appName
672 getter appVersion 672 getter appVersion
673 getter hardwareConcurrency 673 getter hardwareConcurrency
674 getter onLine 674 getter onLine
675 getter permissions 675 getter permissions
676 getter platform 676 getter platform
677 getter product 677 getter product
678 getter storage 678 getter storage
679 getter userAgent 679 getter userAgent
680 method constructor 680 method constructor
681 interface WritableStream
682 getter locked
683 method abort
684 method constructor
685 method getWriter
681 global object 686 global object
682 attribute console 687 attribute console
683 attribute internals 688 attribute internals
684 getter clients 689 getter clients
685 getter onactivate 690 getter onactivate
686 getter onfetch 691 getter onfetch
687 getter oninstall 692 getter oninstall
688 getter onmessage 693 getter onmessage
689 getter onnotificationclick 694 getter onnotificationclick
690 getter onnotificationclose 695 getter onnotificationclose
691 getter onpush 696 getter onpush
692 getter onsync 697 getter onsync
693 getter registration 698 getter registration
694 method fetch 699 method fetch
695 method gc 700 method gc
696 method skipWaiting 701 method skipWaiting
697 setter onactivate 702 setter onactivate
698 setter onfetch 703 setter onfetch
699 setter oninstall 704 setter oninstall
700 setter onmessage 705 setter onmessage
701 setter onnotificationclick 706 setter onnotificationclick
702 setter onnotificationclose 707 setter onnotificationclose
703 setter onpush 708 setter onpush
704 setter onsync 709 setter onsync
705 PASS Verify the interface of ServiceWorkerGlobalScope 710 PASS Verify the interface of ServiceWorkerGlobalScope
706 PASS successfullyParsed is true 711 PASS successfullyParsed is true
707 712
708 TEST COMPLETE 713 TEST COMPLETE
709 714
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698