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

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

Issue 1154573005: Expose Durable Storage API to script (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: just reset the results 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 | Annotate | Revision Log
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 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 getter size 911 getter size
912 method add 912 method add
913 method clear 913 method clear
914 method constructor 914 method constructor
915 method delete 915 method delete
916 method entries 916 method entries
917 method forEach 917 method forEach
918 method has 918 method has
919 method keys 919 method keys
920 method values 920 method values
921 interface StorageManager
922 method constructor
923 method persistentPermission
924 method requestPersistent
921 interface String 925 interface String
922 attribute length 926 attribute length
923 method anchor 927 method anchor
924 method big 928 method big
925 method blink 929 method blink
926 method bold 930 method bold
927 method charAt 931 method charAt
928 method charCodeAt 932 method charCodeAt
929 method codePointAt 933 method codePointAt
930 method concat 934 method concat
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 method abort 1362 method abort
1359 method constructor 1363 method constructor
1360 method objectStore 1364 method objectStore
1361 setter onabort 1365 setter onabort
1362 setter oncomplete 1366 setter oncomplete
1363 setter onerror 1367 setter onerror
1364 This is a testharness.js-based test. 1368 This is a testharness.js-based test.
1365 PASS Verify the interface of ServiceWorkerGlobalScope 1369 PASS Verify the interface of ServiceWorkerGlobalScope
1366 Harness: the test ran to completion. 1370 Harness: the test ran to completion.
1367 1371
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698