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

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

Issue 2273743002: Framework and tests for WorkerNavigatorBudget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_service
Patch Set: rebased Created 4 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 isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget 8 interface BroadcastChannel : EventTarget
9 getter name 9 getter name
10 getter onmessage 10 getter onmessage
(...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 getter pathname 1229 getter pathname
1230 getter port 1230 getter port
1231 getter protocol 1231 getter protocol
1232 getter search 1232 getter search
1233 method constructor 1233 method constructor
1234 method toString 1234 method toString
1235 interface WorkerNavigator 1235 interface WorkerNavigator
1236 getter appCodeName 1236 getter appCodeName
1237 getter appName 1237 getter appName
1238 getter appVersion 1238 getter appVersion
1239 getter budget
1239 getter connection 1240 getter connection
1240 getter hardwareConcurrency 1241 getter hardwareConcurrency
1241 getter onLine 1242 getter onLine
1242 getter permissions 1243 getter permissions
1243 getter platform 1244 getter platform
1244 getter product 1245 getter product
1245 getter storage 1246 getter storage
1246 getter userAgent 1247 getter userAgent
1247 method constructor 1248 method constructor
1248 interface webkitIDBCursor 1249 interface webkitIDBCursor
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1373 setter onmessage 1374 setter onmessage
1374 setter onnotificationclick 1375 setter onnotificationclick
1375 setter onnotificationclose 1376 setter onnotificationclose
1376 setter onpush 1377 setter onpush
1377 setter onsync 1378 setter onsync
1378 PASS Verify the interface of ServiceWorkerGlobalScope 1379 PASS Verify the interface of ServiceWorkerGlobalScope
1379 PASS successfullyParsed is true 1380 PASS successfullyParsed is true
1380 1381
1381 TEST COMPLETE 1382 TEST COMPLETE
1382 1383
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698