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

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: WPT Tests and Readonly Password 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 4644 matching lines...) Expand 10 before | Expand all | Expand 10 after
4655 setter maxDistance 4655 setter maxDistance
4656 setter panningModel 4656 setter panningModel
4657 setter refDistance 4657 setter refDistance
4658 setter rolloffFactor 4658 setter rolloffFactor
4659 interface PasswordCredential : Credential 4659 interface PasswordCredential : Credential
4660 attribute @@toStringTag 4660 attribute @@toStringTag
4661 getter additionalData 4661 getter additionalData
4662 getter iconURL 4662 getter iconURL
4663 getter idName 4663 getter idName
4664 getter name 4664 getter name
4665 getter password
4665 getter passwordName 4666 getter passwordName
4666 method constructor 4667 method constructor
4667 setter additionalData 4668 setter additionalData
4668 setter idName 4669 setter idName
4669 setter passwordName 4670 setter passwordName
4670 interface Path2D 4671 interface Path2D
4671 attribute @@toStringTag 4672 attribute @@toStringTag
4672 method addPath 4673 method addPath
4673 method arc 4674 method arc
4674 method arcTo 4675 method arcTo
(...skipping 4500 matching lines...) Expand 10 before | Expand all | Expand 10 after
9175 setter scrollY 9176 setter scrollY
9176 setter scrollbars 9177 setter scrollbars
9177 setter status 9178 setter status
9178 setter statusbar 9179 setter statusbar
9179 setter toolbar 9180 setter toolbar
9180 setter visualViewport 9181 setter visualViewport
9181 PASS successfullyParsed is true 9182 PASS successfullyParsed is true
9182 9183
9183 TEST COMPLETE 9184 TEST COMPLETE
9184 9185
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698