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

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

Issue 2751523008: Update Background Fetch IDLs following spec changes (Closed)
Patch Set: Update Background Fetch IDLs following spec changes 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 BackgroundFetchFetch
262 attribute @@toStringTag
263 getter request
264 method constructor
261 interface BackgroundFetchManager 265 interface BackgroundFetchManager
262 attribute @@toStringTag 266 attribute @@toStringTag
263 method constructor 267 method constructor
264 method fetch 268 method fetch
265 method get 269 method get
266 method getTags 270 method getTags
267 interface BackgroundFetchRegistration 271 interface BackgroundFetchRegistration
268 attribute @@toStringTag 272 attribute @@toStringTag
269 getter icons 273 getter icons
270 getter tag 274 getter tag
271 getter title 275 getter title
272 getter totalDownloadSize 276 getter totalDownloadSize
273 method abort 277 method abort
274 method constructor 278 method constructor
275 interface BackgroundFetchRequest
276 attribute @@toStringTag
277 getter request
278 method constructor
279 interface BarProp 279 interface BarProp
280 attribute @@toStringTag 280 attribute @@toStringTag
281 getter visible 281 getter visible
282 method constructor 282 method constructor
283 interface BarcodeDetector 283 interface BarcodeDetector
284 attribute @@toStringTag 284 attribute @@toStringTag
285 method constructor 285 method constructor
286 method detect 286 method detect
287 interface BaseAudioContext : EventTarget 287 interface BaseAudioContext : EventTarget
288 attribute @@toStringTag 288 attribute @@toStringTag
(...skipping 8867 matching lines...) Expand 10 before | Expand all | Expand 10 after
9156 setter scrollY 9156 setter scrollY
9157 setter scrollbars 9157 setter scrollbars
9158 setter status 9158 setter status
9159 setter statusbar 9159 setter statusbar
9160 setter toolbar 9160 setter toolbar
9161 setter visualViewport 9161 setter visualViewport
9162 PASS successfullyParsed is true 9162 PASS successfullyParsed is true
9163 9163
9164 TEST COMPLETE 9164 TEST COMPLETE
9165 9165
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698