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

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

Issue 2744873002: Implement the Request/Response bits of Background Fetch (Closed)
Patch Set: comments 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 method get 265 method get
266 method getTags 266 method getTags
267 interface BackgroundFetchRegistration 267 interface BackgroundFetchRegistration
268 attribute @@toStringTag 268 attribute @@toStringTag
269 getter icons 269 getter icons
270 getter tag 270 getter tag
271 getter title 271 getter title
272 getter totalDownloadSize 272 getter totalDownloadSize
273 method abort 273 method abort
274 method constructor 274 method constructor
275 interface BackgroundFetchRequest
276 attribute @@toStringTag
277 getter request
278 method constructor
275 interface BarProp 279 interface BarProp
276 attribute @@toStringTag 280 attribute @@toStringTag
277 getter visible 281 getter visible
278 method constructor 282 method constructor
279 interface BarcodeDetector 283 interface BarcodeDetector
280 attribute @@toStringTag 284 attribute @@toStringTag
281 method constructor 285 method constructor
282 method detect 286 method detect
283 interface BaseAudioContext : EventTarget 287 interface BaseAudioContext : EventTarget
284 attribute @@toStringTag 288 attribute @@toStringTag
(...skipping 8867 matching lines...) Expand 10 before | Expand all | Expand 10 after
9152 setter scrollY 9156 setter scrollY
9153 setter scrollbars 9157 setter scrollbars
9154 setter status 9158 setter status
9155 setter statusbar 9159 setter statusbar
9156 setter toolbar 9160 setter toolbar
9157 setter visualViewport 9161 setter visualViewport
9158 PASS successfullyParsed is true 9162 PASS successfullyParsed is true
9159 9163
9160 TEST COMPLETE 9164 TEST COMPLETE
9161 9165
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698