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

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

Issue 1308943005: [NetInfo] Add Blink support for connection.change, connection.downlinkMax, and wimax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update test expectations Created 5 years, 3 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 Cache 7 interface Cache
8 method add 8 method add
9 method addAll 9 method addAll
10 method constructor 10 method constructor
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 method constructor 397 method constructor
398 method initMessageEvent 398 method initMessageEvent
399 interface MessagePort 399 interface MessagePort
400 getter onmessage 400 getter onmessage
401 method close 401 method close
402 method constructor 402 method constructor
403 method postMessage 403 method postMessage
404 method start 404 method start
405 setter onmessage 405 setter onmessage
406 interface NetworkInformation 406 interface NetworkInformation
407 getter downlinkMax
408 getter onchange
407 getter ontypechange 409 getter ontypechange
408 getter type 410 getter type
409 method constructor 411 method constructor
412 setter onchange
410 setter ontypechange 413 setter ontypechange
411 interface Notification 414 interface Notification
412 getter actions 415 getter actions
413 getter body 416 getter body
414 getter data 417 getter data
415 getter dir 418 getter dir
416 getter icon 419 getter icon
417 getter lang 420 getter lang
418 getter onclick 421 getter onclick
419 getter onclose 422 getter onclose
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 method abort 847 method abort
845 method constructor 848 method constructor
846 method objectStore 849 method objectStore
847 setter onabort 850 setter onabort
848 setter oncomplete 851 setter oncomplete
849 setter onerror 852 setter onerror
850 This is a testharness.js-based test. 853 This is a testharness.js-based test.
851 PASS Verify the interface of ServiceWorkerGlobalScope 854 PASS Verify the interface of ServiceWorkerGlobalScope
852 Harness: the test ran to completion. 855 Harness: the test ran to completion.
853 856
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698