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

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

Issue 2702653002: Patch #1 of multiple. Add webauth .mojom and initial usage of makeCredential. (Closed)
Patch Set: Adding additional comments to mojom structs. 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 7126 matching lines...) Expand 10 before | Expand all | Expand 10 after
7137 method constructor 7137 method constructor
7138 interface WaveShaperNode : AudioNode 7138 interface WaveShaperNode : AudioNode
7139 attribute @@toStringTag 7139 attribute @@toStringTag
7140 getter curve 7140 getter curve
7141 getter oversample 7141 getter oversample
7142 method constructor 7142 method constructor
7143 setter curve 7143 setter curve
7144 setter oversample 7144 setter oversample
7145 interface WebAuthentication 7145 interface WebAuthentication
7146 attribute @@toStringTag 7146 attribute @@toStringTag
7147 method GetAssertion
7148 method MakeCredential
7147 method constructor 7149 method constructor
7148 method getAssertion
7149 method makeCredential
7150 interface WebGL2RenderingContext 7150 interface WebGL2RenderingContext
7151 attribute @@toStringTag 7151 attribute @@toStringTag
7152 attribute ACTIVE_ATTRIBUTES 7152 attribute ACTIVE_ATTRIBUTES
7153 attribute ACTIVE_TEXTURE 7153 attribute ACTIVE_TEXTURE
7154 attribute ACTIVE_UNIFORMS 7154 attribute ACTIVE_UNIFORMS
7155 attribute ACTIVE_UNIFORM_BLOCKS 7155 attribute ACTIVE_UNIFORM_BLOCKS
7156 attribute ALIASED_LINE_WIDTH_RANGE 7156 attribute ALIASED_LINE_WIDTH_RANGE
7157 attribute ALIASED_POINT_SIZE_RANGE 7157 attribute ALIASED_POINT_SIZE_RANGE
7158 attribute ALPHA 7158 attribute ALPHA
7159 attribute ALPHA_BITS 7159 attribute ALPHA_BITS
(...skipping 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after
9167 setter scrollY 9167 setter scrollY
9168 setter scrollbars 9168 setter scrollbars
9169 setter status 9169 setter status
9170 setter statusbar 9170 setter statusbar
9171 setter toolbar 9171 setter toolbar
9172 setter visualViewport 9172 setter visualViewport
9173 PASS successfullyParsed is true 9173 PASS successfullyParsed is true
9174 9174
9175 TEST COMPLETE 9175 TEST COMPLETE
9176 9176
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698