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

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

Issue 2852423002: Expose passwords to JavaScript in Credential Manager API (Closed)
Patch Set: More Interface Listings Created 3 years, 7 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 4641 matching lines...) Expand 10 before | Expand all | Expand 10 after
4652 setter maxDistance 4652 setter maxDistance
4653 setter panningModel 4653 setter panningModel
4654 setter refDistance 4654 setter refDistance
4655 setter rolloffFactor 4655 setter rolloffFactor
4656 interface PasswordCredential : Credential 4656 interface PasswordCredential : Credential
4657 attribute @@toStringTag 4657 attribute @@toStringTag
4658 getter additionalData 4658 getter additionalData
4659 getter iconURL 4659 getter iconURL
4660 getter idName 4660 getter idName
4661 getter name 4661 getter name
4662 getter password
4662 getter passwordName 4663 getter passwordName
4663 method constructor 4664 method constructor
4664 setter additionalData 4665 setter additionalData
4665 setter idName 4666 setter idName
4667 setter password
4666 setter passwordName 4668 setter passwordName
4667 interface Path2D 4669 interface Path2D
4668 attribute @@toStringTag 4670 attribute @@toStringTag
4669 method addPath 4671 method addPath
4670 method arc 4672 method arc
4671 method arcTo 4673 method arcTo
4672 method bezierCurveTo 4674 method bezierCurveTo
4673 method closePath 4675 method closePath
4674 method constructor 4676 method constructor
4675 method ellipse 4677 method ellipse
(...skipping 4491 matching lines...) Expand 10 before | Expand all | Expand 10 after
9167 setter scrollY 9169 setter scrollY
9168 setter scrollbars 9170 setter scrollbars
9169 setter status 9171 setter status
9170 setter statusbar 9172 setter statusbar
9171 setter toolbar 9173 setter toolbar
9172 setter visualViewport 9174 setter visualViewport
9173 PASS successfullyParsed is true 9175 PASS successfullyParsed is true
9174 9176
9175 TEST COMPLETE 9177 TEST COMPLETE
9176 9178
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698