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

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

Issue 2966523002: Blink-layer update to match WebAuthN spec (Closed)
Patch Set: 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 getter length 355 getter length
356 getter onaddtrack 356 getter onaddtrack
357 getter onchange 357 getter onchange
358 getter onremovetrack 358 getter onremovetrack
359 method @@iterator 359 method @@iterator
360 method constructor 360 method constructor
361 method getTrackById 361 method getTrackById
362 setter onaddtrack 362 setter onaddtrack
363 setter onchange 363 setter onchange
364 setter onremovetrack 364 setter onremovetrack
365 interface AuthenticationAssertion 365 interface AuthenticatorAssertionResponse : AuthenticatorResponse
366 attribute @@toStringTag 366 attribute @@toStringTag
367 getter authenticatorData 367 getter authenticatorData
368 getter clientData
369 getter credential
370 getter signature 368 getter signature
371 method constructor 369 method constructor
370 interface AuthenticatorAttestationResponse : AuthenticatorResponse
371 attribute @@toStringTag
372 getter attestationObject
373 method constructor
374 interface AuthenticatorResponse
375 attribute @@toStringTag
376 getter clientDataJSON
377 method constructor
372 interface BackgroundFetchFetch 378 interface BackgroundFetchFetch
373 attribute @@toStringTag 379 attribute @@toStringTag
374 getter request 380 getter request
375 method constructor 381 method constructor
376 interface BackgroundFetchManager 382 interface BackgroundFetchManager
377 attribute @@toStringTag 383 attribute @@toStringTag
378 method constructor 384 method constructor
379 method fetch 385 method fetch
380 method get 386 method get
381 method getTags 387 method getTags
(...skipping 4655 matching lines...) Expand 10 before | Expand all | Expand 10 after
5037 attribute @@toStringTag 5043 attribute @@toStringTag
5038 getter lengthComputable 5044 getter lengthComputable
5039 getter loaded 5045 getter loaded
5040 getter total 5046 getter total
5041 method constructor 5047 method constructor
5042 interface PromiseRejectionEvent : Event 5048 interface PromiseRejectionEvent : Event
5043 attribute @@toStringTag 5049 attribute @@toStringTag
5044 getter promise 5050 getter promise
5045 getter reason 5051 getter reason
5046 method constructor 5052 method constructor
5053 interface PublicKeyCredential : Credential
5054 attribute @@toStringTag
5055 getter rawId
5056 getter response
5057 method constructor
5047 interface PushManager 5058 interface PushManager
5048 static getter supportedContentEncodings 5059 static getter supportedContentEncodings
5049 attribute @@toStringTag 5060 attribute @@toStringTag
5050 method constructor 5061 method constructor
5051 method getSubscription 5062 method getSubscription
5052 method permissionState 5063 method permissionState
5053 method subscribe 5064 method subscribe
5054 interface PushSubscription 5065 interface PushSubscription
5055 attribute @@toStringTag 5066 attribute @@toStringTag
5056 getter endpoint 5067 getter endpoint
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
6381 interface SVGViewElement : SVGElement 6392 interface SVGViewElement : SVGElement
6382 attribute @@toStringTag 6393 attribute @@toStringTag
6383 attribute SVG_ZOOMANDPAN_DISABLE 6394 attribute SVG_ZOOMANDPAN_DISABLE
6384 attribute SVG_ZOOMANDPAN_MAGNIFY 6395 attribute SVG_ZOOMANDPAN_MAGNIFY
6385 attribute SVG_ZOOMANDPAN_UNKNOWN 6396 attribute SVG_ZOOMANDPAN_UNKNOWN
6386 getter preserveAspectRatio 6397 getter preserveAspectRatio
6387 getter viewBox 6398 getter viewBox
6388 getter zoomAndPan 6399 getter zoomAndPan
6389 method constructor 6400 method constructor
6390 setter zoomAndPan 6401 setter zoomAndPan
6391 interface ScopedCredential
6392 attribute @@toStringTag
6393 getter id
6394 getter type
6395 method constructor
6396 interface ScopedCredentialInfo
6397 attribute @@toStringTag
6398 getter attestation
6399 getter clientData
6400 method constructor
6401 interface Screen 6402 interface Screen
6402 attribute @@toStringTag 6403 attribute @@toStringTag
6403 getter availHeight 6404 getter availHeight
6404 getter availLeft 6405 getter availLeft
6405 getter availTop 6406 getter availTop
6406 getter availWidth 6407 getter availWidth
6407 getter colorDepth 6408 getter colorDepth
6408 getter height 6409 getter height
6409 getter keepAwake 6410 getter keepAwake
6410 getter orientation 6411 getter orientation
(...skipping 2834 matching lines...) Expand 10 before | Expand all | Expand 10 after
9245 setter scrollY 9246 setter scrollY
9246 setter scrollbars 9247 setter scrollbars
9247 setter status 9248 setter status
9248 setter statusbar 9249 setter statusbar
9249 setter toolbar 9250 setter toolbar
9250 setter visualViewport 9251 setter visualViewport
9251 PASS successfullyParsed is true 9252 PASS successfullyParsed is true
9252 9253
9253 TEST COMPLETE 9254 TEST COMPLETE
9254 9255
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698