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

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: 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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 3789 matching lines...) Expand 10 before | Expand all | Expand 10 after
3800 setter maxDistance 3800 setter maxDistance
3801 setter panningModel 3801 setter panningModel
3802 setter refDistance 3802 setter refDistance
3803 setter rolloffFactor 3803 setter rolloffFactor
3804 interface PasswordCredential : Credential 3804 interface PasswordCredential : Credential
3805 attribute @@toStringTag 3805 attribute @@toStringTag
3806 getter additionalData 3806 getter additionalData
3807 getter iconURL 3807 getter iconURL
3808 getter idName 3808 getter idName
3809 getter name 3809 getter name
3810 getter password
3810 getter passwordName 3811 getter passwordName
3811 method constructor 3812 method constructor
3812 setter additionalData 3813 setter additionalData
3813 setter idName 3814 setter idName
3814 setter passwordName 3815 setter passwordName
3815 interface Path2D 3816 interface Path2D
3816 attribute @@toStringTag 3817 attribute @@toStringTag
3817 method arc 3818 method arc
3818 method arcTo 3819 method arcTo
3819 method bezierCurveTo 3820 method bezierCurveTo
(...skipping 4129 matching lines...) Expand 10 before | Expand all | Expand 10 after
7949 setter scrollX 7950 setter scrollX
7950 setter scrollY 7951 setter scrollY
7951 setter scrollbars 7952 setter scrollbars
7952 setter status 7953 setter status
7953 setter statusbar 7954 setter statusbar
7954 setter toolbar 7955 setter toolbar
7955 PASS successfullyParsed is true 7956 PASS successfullyParsed is true
7956 7957
7957 TEST COMPLETE 7958 TEST COMPLETE
7958 7959
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698