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

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

Issue 2745543002: Implement BackgroundFetchManager::{get, fetch}() (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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 261 interface BackgroundFetchManager
262 attribute @@toStringTag 262 attribute @@toStringTag
263 method constructor 263 method constructor
264 method fetch
265 method get
264 method getTags 266 method getTags
267 interface BackgroundFetchRegistration
268 attribute @@toStringTag
269 getter icons
270 getter tag
271 getter title
272 getter totalDownloadSize
273 method abort
274 method constructor
265 interface BarProp 275 interface BarProp
266 attribute @@toStringTag 276 attribute @@toStringTag
267 getter visible 277 getter visible
268 method constructor 278 method constructor
269 interface BarcodeDetector 279 interface BarcodeDetector
270 attribute @@toStringTag 280 attribute @@toStringTag
271 method constructor 281 method constructor
272 method detect 282 method detect
273 interface BaseAudioContext : EventTarget 283 interface BaseAudioContext : EventTarget
274 attribute @@toStringTag 284 attribute @@toStringTag
(...skipping 8867 matching lines...) Expand 10 before | Expand all | Expand 10 after
9142 setter scrollY 9152 setter scrollY
9143 setter scrollbars 9153 setter scrollbars
9144 setter status 9154 setter status
9145 setter statusbar 9155 setter statusbar
9146 setter toolbar 9156 setter toolbar
9147 setter visualViewport 9157 setter visualViewport
9148 PASS successfullyParsed is true 9158 PASS successfullyParsed is true
9149 9159
9150 TEST COMPLETE 9160 TEST COMPLETE
9151 9161
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698