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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 4647 matching lines...) Expand 10 before | Expand all | Expand 10 after
5059 attribute @@toStringTag 5065 attribute @@toStringTag
5060 getter lengthComputable 5066 getter lengthComputable
5061 getter loaded 5067 getter loaded
5062 getter total 5068 getter total
5063 method constructor 5069 method constructor
5064 interface PromiseRejectionEvent : Event 5070 interface PromiseRejectionEvent : Event
5065 attribute @@toStringTag 5071 attribute @@toStringTag
5066 getter promise 5072 getter promise
5067 getter reason 5073 getter reason
5068 method constructor 5074 method constructor
5075 interface PublicKeyCredential : Credential
5076 attribute @@toStringTag
5077 getter rawId
5078 getter response
5079 method constructor
5069 interface PushManager 5080 interface PushManager
5070 static getter supportedContentEncodings 5081 static getter supportedContentEncodings
5071 attribute @@toStringTag 5082 attribute @@toStringTag
5072 method constructor 5083 method constructor
5073 method getSubscription 5084 method getSubscription
5074 method permissionState 5085 method permissionState
5075 method subscribe 5086 method subscribe
5076 interface PushSubscription 5087 interface PushSubscription
5077 attribute @@toStringTag 5088 attribute @@toStringTag
5078 getter endpoint 5089 getter endpoint
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
6407 interface SVGViewElement : SVGElement 6418 interface SVGViewElement : SVGElement
6408 attribute @@toStringTag 6419 attribute @@toStringTag
6409 attribute SVG_ZOOMANDPAN_DISABLE 6420 attribute SVG_ZOOMANDPAN_DISABLE
6410 attribute SVG_ZOOMANDPAN_MAGNIFY 6421 attribute SVG_ZOOMANDPAN_MAGNIFY
6411 attribute SVG_ZOOMANDPAN_UNKNOWN 6422 attribute SVG_ZOOMANDPAN_UNKNOWN
6412 getter preserveAspectRatio 6423 getter preserveAspectRatio
6413 getter viewBox 6424 getter viewBox
6414 getter zoomAndPan 6425 getter zoomAndPan
6415 method constructor 6426 method constructor
6416 setter zoomAndPan 6427 setter zoomAndPan
6417 interface ScopedCredential
6418 attribute @@toStringTag
6419 getter id
6420 getter type
6421 method constructor
6422 interface ScopedCredentialInfo
6423 attribute @@toStringTag
6424 getter attestation
6425 getter clientData
6426 method constructor
6427 interface Screen 6428 interface Screen
6428 attribute @@toStringTag 6429 attribute @@toStringTag
6429 getter availHeight 6430 getter availHeight
6430 getter availLeft 6431 getter availLeft
6431 getter availTop 6432 getter availTop
6432 getter availWidth 6433 getter availWidth
6433 getter colorDepth 6434 getter colorDepth
6434 getter height 6435 getter height
6435 getter keepAwake 6436 getter keepAwake
6436 getter orientation 6437 getter orientation
(...skipping 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after
9278 setter scrollY 9279 setter scrollY
9279 setter scrollbars 9280 setter scrollbars
9280 setter status 9281 setter status
9281 setter statusbar 9282 setter statusbar
9282 setter toolbar 9283 setter toolbar
9283 setter visualViewport 9284 setter visualViewport
9284 PASS successfullyParsed is true 9285 PASS successfullyParsed is true
9285 9286
9286 TEST COMPLETE 9287 TEST COMPLETE
9287 9288
OLDNEW
« no previous file with comments | « content/browser/webauth/authenticator_impl_unittest.cc ('k') | third_party/WebKit/LayoutTests/webauth/idl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698