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

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

Issue 2966523002: Blink-layer update to match WebAuthN spec (Closed)
Patch Set: Add ContectLifecycleObserver... part2 Created 3 years, 5 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 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: '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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 getter length 385 getter length
386 getter onaddtrack 386 getter onaddtrack
387 getter onchange 387 getter onchange
388 getter onremovetrack 388 getter onremovetrack
389 method @@iterator 389 method @@iterator
390 method constructor 390 method constructor
391 method getTrackById 391 method getTrackById
392 setter onaddtrack 392 setter onaddtrack
393 setter onchange 393 setter onchange
394 setter onremovetrack 394 setter onremovetrack
395 interface AuthenticationAssertion 395 interface AuthenticatorAssertionResponse : AuthenticatorResponse
396 attribute @@toStringTag 396 attribute @@toStringTag
397 getter authenticatorData 397 getter authenticatorData
398 getter clientData
399 getter credential
400 getter signature 398 getter signature
401 method constructor 399 method constructor
400 interface AuthenticatorAttestationResponse : AuthenticatorResponse
401 attribute @@toStringTag
402 getter attestationObject
403 method constructor
404 interface AuthenticatorResponse
405 attribute @@toStringTag
406 getter clientDataJSON
407 method constructor
402 interface BackgroundFetchFetch 408 interface BackgroundFetchFetch
403 attribute @@toStringTag 409 attribute @@toStringTag
404 getter request 410 getter request
405 method constructor 411 method constructor
406 interface BackgroundFetchManager 412 interface BackgroundFetchManager
407 attribute @@toStringTag 413 attribute @@toStringTag
408 method constructor 414 method constructor
409 method fetch 415 method fetch
410 method get 416 method get
411 method getTags 417 method getTags
(...skipping 4654 matching lines...) Expand 10 before | Expand all | Expand 10 after
5066 attribute @@toStringTag 5072 attribute @@toStringTag
5067 getter lengthComputable 5073 getter lengthComputable
5068 getter loaded 5074 getter loaded
5069 getter total 5075 getter total
5070 method constructor 5076 method constructor
5071 interface PromiseRejectionEvent : Event 5077 interface PromiseRejectionEvent : Event
5072 attribute @@toStringTag 5078 attribute @@toStringTag
5073 getter promise 5079 getter promise
5074 getter reason 5080 getter reason
5075 method constructor 5081 method constructor
5082 interface PublicKeyCredential : Credential
5083 attribute @@toStringTag
5084 getter rawId
5085 getter response
5086 method constructor
5076 interface PushManager 5087 interface PushManager
5077 static getter supportedContentEncodings 5088 static getter supportedContentEncodings
5078 attribute @@toStringTag 5089 attribute @@toStringTag
5079 method constructor 5090 method constructor
5080 method getSubscription 5091 method getSubscription
5081 method permissionState 5092 method permissionState
5082 method subscribe 5093 method subscribe
5083 interface PushSubscription 5094 interface PushSubscription
5084 attribute @@toStringTag 5095 attribute @@toStringTag
5085 getter endpoint 5096 getter endpoint
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
6414 interface SVGViewElement : SVGElement 6425 interface SVGViewElement : SVGElement
6415 attribute @@toStringTag 6426 attribute @@toStringTag
6416 attribute SVG_ZOOMANDPAN_DISABLE 6427 attribute SVG_ZOOMANDPAN_DISABLE
6417 attribute SVG_ZOOMANDPAN_MAGNIFY 6428 attribute SVG_ZOOMANDPAN_MAGNIFY
6418 attribute SVG_ZOOMANDPAN_UNKNOWN 6429 attribute SVG_ZOOMANDPAN_UNKNOWN
6419 getter preserveAspectRatio 6430 getter preserveAspectRatio
6420 getter viewBox 6431 getter viewBox
6421 getter zoomAndPan 6432 getter zoomAndPan
6422 method constructor 6433 method constructor
6423 setter zoomAndPan 6434 setter zoomAndPan
6424 interface ScopedCredential
6425 attribute @@toStringTag
6426 getter id
6427 getter type
6428 method constructor
6429 interface ScopedCredentialInfo
6430 attribute @@toStringTag
6431 getter attestation
6432 getter clientData
6433 method constructor
6434 interface Screen 6435 interface Screen
6435 attribute @@toStringTag 6436 attribute @@toStringTag
6436 getter availHeight 6437 getter availHeight
6437 getter availLeft 6438 getter availLeft
6438 getter availTop 6439 getter availTop
6439 getter availWidth 6440 getter availWidth
6440 getter colorDepth 6441 getter colorDepth
6441 getter height 6442 getter height
6442 getter keepAwake 6443 getter keepAwake
6443 getter orientation 6444 getter orientation
(...skipping 2842 matching lines...) Expand 10 before | Expand all | Expand 10 after
9286 setter scrollY 9287 setter scrollY
9287 setter scrollbars 9288 setter scrollbars
9288 setter status 9289 setter status
9289 setter statusbar 9290 setter statusbar
9290 setter toolbar 9291 setter toolbar
9291 setter visualViewport 9292 setter visualViewport
9292 PASS successfullyParsed is true 9293 PASS successfullyParsed is true
9293 9294
9294 TEST COMPLETE 9295 TEST COMPLETE
9295 9296
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/webauth/idl-expected.txt ('k') | third_party/WebKit/Source/modules/modules_idl_files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698