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

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: Modify browser-side impl and unittests. Address mkwst comments. 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 4648 matching lines...) Expand 10 before | Expand all | Expand 10 after
5030 attribute @@toStringTag 5036 attribute @@toStringTag
5031 getter lengthComputable 5037 getter lengthComputable
5032 getter loaded 5038 getter loaded
5033 getter total 5039 getter total
5034 method constructor 5040 method constructor
5035 interface PromiseRejectionEvent : Event 5041 interface PromiseRejectionEvent : Event
5036 attribute @@toStringTag 5042 attribute @@toStringTag
5037 getter promise 5043 getter promise
5038 getter reason 5044 getter reason
5039 method constructor 5045 method constructor
5046 interface PublicKeyCredential : Credential
5047 attribute @@toStringTag
5048 getter rawId
5049 getter response
5050 method constructor
5040 interface PushManager 5051 interface PushManager
5041 static getter supportedContentEncodings 5052 static getter supportedContentEncodings
5042 attribute @@toStringTag 5053 attribute @@toStringTag
5043 method constructor 5054 method constructor
5044 method getSubscription 5055 method getSubscription
5045 method permissionState 5056 method permissionState
5046 method subscribe 5057 method subscribe
5047 interface PushSubscription 5058 interface PushSubscription
5048 attribute @@toStringTag 5059 attribute @@toStringTag
5049 getter endpoint 5060 getter endpoint
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
6374 interface SVGViewElement : SVGElement 6385 interface SVGViewElement : SVGElement
6375 attribute @@toStringTag 6386 attribute @@toStringTag
6376 attribute SVG_ZOOMANDPAN_DISABLE 6387 attribute SVG_ZOOMANDPAN_DISABLE
6377 attribute SVG_ZOOMANDPAN_MAGNIFY 6388 attribute SVG_ZOOMANDPAN_MAGNIFY
6378 attribute SVG_ZOOMANDPAN_UNKNOWN 6389 attribute SVG_ZOOMANDPAN_UNKNOWN
6379 getter preserveAspectRatio 6390 getter preserveAspectRatio
6380 getter viewBox 6391 getter viewBox
6381 getter zoomAndPan 6392 getter zoomAndPan
6382 method constructor 6393 method constructor
6383 setter zoomAndPan 6394 setter zoomAndPan
6384 interface ScopedCredential
6385 attribute @@toStringTag
6386 getter id
6387 getter type
6388 method constructor
6389 interface ScopedCredentialInfo
6390 attribute @@toStringTag
6391 getter attestation
6392 getter clientData
6393 method constructor
6394 interface Screen 6395 interface Screen
6395 attribute @@toStringTag 6396 attribute @@toStringTag
6396 getter availHeight 6397 getter availHeight
6397 getter availLeft 6398 getter availLeft
6398 getter availTop 6399 getter availTop
6399 getter availWidth 6400 getter availWidth
6400 getter colorDepth 6401 getter colorDepth
6401 getter height 6402 getter height
6402 getter keepAwake 6403 getter keepAwake
6403 getter orientation 6404 getter orientation
(...skipping 2833 matching lines...) Expand 10 before | Expand all | Expand 10 after
9237 setter scrollY 9238 setter scrollY
9238 setter scrollbars 9239 setter scrollbars
9239 setter status 9240 setter status
9240 setter statusbar 9241 setter statusbar
9241 setter toolbar 9242 setter toolbar
9242 setter visualViewport 9243 setter visualViewport
9243 PASS successfullyParsed is true 9244 PASS successfullyParsed is true
9244 9245
9245 TEST COMPLETE 9246 TEST COMPLETE
9246 9247
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698