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

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

Issue 2852423002: Expose passwords to JavaScript in Credential Manager API (Closed)
Patch Set: Runtime Enabled 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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 3799 matching lines...) Expand 10 before | Expand all | Expand 10 after
3810 setter maxDistance 3810 setter maxDistance
3811 setter panningModel 3811 setter panningModel
3812 setter refDistance 3812 setter refDistance
3813 setter rolloffFactor 3813 setter rolloffFactor
3814 interface PasswordCredential : Credential 3814 interface PasswordCredential : Credential
3815 attribute @@toStringTag 3815 attribute @@toStringTag
3816 getter additionalData 3816 getter additionalData
3817 getter iconURL 3817 getter iconURL
3818 getter idName 3818 getter idName
3819 getter name 3819 getter name
3820 getter password
Mike West 2017/05/16 09:30:45 The `//virtual/stable` tests won't change results
3820 getter passwordName 3821 getter passwordName
3821 method constructor 3822 method constructor
3822 setter additionalData 3823 setter additionalData
3823 setter idName 3824 setter idName
3824 setter passwordName 3825 setter passwordName
3825 interface Path2D 3826 interface Path2D
3826 attribute @@toStringTag 3827 attribute @@toStringTag
3827 method arc 3828 method arc
3828 method arcTo 3829 method arcTo
3829 method bezierCurveTo 3830 method bezierCurveTo
(...skipping 4135 matching lines...) Expand 10 before | Expand all | Expand 10 after
7965 setter scrollX 7966 setter scrollX
7966 setter scrollY 7967 setter scrollY
7967 setter scrollbars 7968 setter scrollbars
7968 setter status 7969 setter status
7969 setter statusbar 7970 setter statusbar
7970 setter toolbar 7971 setter toolbar
7971 PASS successfullyParsed is true 7972 PASS successfullyParsed is true
7972 7973
7973 TEST COMPLETE 7974 TEST COMPLETE
7974 7975
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698