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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2736143003: Introduce the Background Fetch module. (Closed)
Patch Set: more webexposed tests Created 3 years, 9 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 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 setter onaddtrack 251 setter onaddtrack
252 setter onchange 252 setter onchange
253 setter onremovetrack 253 setter onremovetrack
254 interface AuthenticationAssertion 254 interface AuthenticationAssertion
255 attribute @@toStringTag 255 attribute @@toStringTag
256 getter authenticatorData 256 getter authenticatorData
257 getter clientData 257 getter clientData
258 getter credential 258 getter credential
259 getter signature 259 getter signature
260 method constructor 260 method constructor
261 interface BackgroundFetchManager
262 attribute @@toStringTag
263 method constructor
264 method getTags
261 interface BarProp 265 interface BarProp
262 attribute @@toStringTag 266 attribute @@toStringTag
263 getter visible 267 getter visible
264 method constructor 268 method constructor
265 interface BarcodeDetector 269 interface BarcodeDetector
266 attribute @@toStringTag 270 attribute @@toStringTag
267 method constructor 271 method constructor
268 method detect 272 method detect
269 interface BaseAudioContext : EventTarget 273 interface BaseAudioContext : EventTarget
270 attribute @@toStringTag 274 attribute @@toStringTag
(...skipping 6117 matching lines...) Expand 10 before | Expand all | Expand 10 after
6388 getter ready 6392 getter ready
6389 method constructor 6393 method constructor
6390 method getRegistration 6394 method getRegistration
6391 method getRegistrations 6395 method getRegistrations
6392 method register 6396 method register
6393 setter oncontrollerchange 6397 setter oncontrollerchange
6394 setter onmessage 6398 setter onmessage
6395 interface ServiceWorkerRegistration : EventTarget 6399 interface ServiceWorkerRegistration : EventTarget
6396 attribute @@toStringTag 6400 attribute @@toStringTag
6397 getter active 6401 getter active
6402 getter backgroundFetch
6398 getter installing 6403 getter installing
6399 getter onupdatefound 6404 getter onupdatefound
6400 getter paymentAppManager 6405 getter paymentAppManager
6401 getter pushManager 6406 getter pushManager
6402 getter scope 6407 getter scope
6403 getter sync 6408 getter sync
6404 getter waiting 6409 getter waiting
6405 method constructor 6410 method constructor
6406 method getNotifications 6411 method getNotifications
6407 method showNotification 6412 method showNotification
(...skipping 2729 matching lines...) Expand 10 before | Expand all | Expand 10 after
9137 setter scrollY 9142 setter scrollY
9138 setter scrollbars 9143 setter scrollbars
9139 setter status 9144 setter status
9140 setter statusbar 9145 setter statusbar
9141 setter toolbar 9146 setter toolbar
9142 setter visualViewport 9147 setter visualViewport
9143 PASS successfullyParsed is true 9148 PASS successfullyParsed is true
9144 9149
9145 TEST COMPLETE 9150 TEST COMPLETE
9146 9151
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698