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

Side by Side Diff: LayoutTests/webexposed/global-constructors-listing-expected.txt

Issue 14672011: Remove [NoInterfaceObject] extended attribute from several interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another attempt Created 7 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 MESSAGE: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE MESSAGE: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 This test documents the Constructor properties on the global window object. 2 This test documents the Constructor properties on the global window object.
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 Array 7 Array
8 ArrayBuffer 8 ArrayBuffer
9 ArrayBufferView 9 ArrayBufferView
10 Attr 10 Attr
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 HTMLTableRowElement 141 HTMLTableRowElement
142 HTMLTableSectionElement 142 HTMLTableSectionElement
143 HTMLTemplateElement 143 HTMLTemplateElement
144 HTMLTextAreaElement 144 HTMLTextAreaElement
145 HTMLTitleElement 145 HTMLTitleElement
146 HTMLTrackElement 146 HTMLTrackElement
147 HTMLUListElement 147 HTMLUListElement
148 HTMLUnknownElement 148 HTMLUnknownElement
149 HTMLVideoElement 149 HTMLVideoElement
150 HashChangeEvent 150 HashChangeEvent
151 History
151 IDBCursor 152 IDBCursor
152 IDBCursorWithValue 153 IDBCursorWithValue
153 IDBDatabase 154 IDBDatabase
154 IDBFactory 155 IDBFactory
155 IDBIndex 156 IDBIndex
156 IDBKeyRange 157 IDBKeyRange
157 IDBObjectStore 158 IDBObjectStore
158 IDBOpenDBRequest 159 IDBOpenDBRequest
159 IDBRequest 160 IDBRequest
160 IDBTransaction 161 IDBTransaction
161 IDBVersionChangeEvent 162 IDBVersionChangeEvent
162 Image 163 Image
163 ImageData 164 ImageData
164 InputMethodContext 165 InputMethodContext
165 Int16Array 166 Int16Array
166 Int32Array 167 Int32Array
167 Int8Array 168 Int8Array
168 KeyboardEvent 169 KeyboardEvent
170 Location
169 MIDIConnectionEvent 171 MIDIConnectionEvent
170 MIDIMessageEvent 172 MIDIMessageEvent
171 MediaController 173 MediaController
172 MediaError 174 MediaError
173 MediaKeyError 175 MediaKeyError
174 MediaKeyEvent 176 MediaKeyEvent
175 MediaList 177 MediaList
176 MediaStreamEvent 178 MediaStreamEvent
177 MessageChannel 179 MessageChannel
178 MessageEvent 180 MessageEvent
179 MessagePort 181 MessagePort
180 MimeType 182 MimeType
181 MimeTypeArray 183 MimeTypeArray
182 MouseEvent 184 MouseEvent
183 MutationEvent 185 MutationEvent
184 MutationObserver 186 MutationObserver
185 MutationRecord 187 MutationRecord
186 NamedNodeMap 188 NamedNodeMap
189 Navigator
187 Node 190 Node
188 NodeFilter 191 NodeFilter
189 NodeList 192 NodeList
190 Notation 193 Notation
191 Notification 194 Notification
192 Number 195 Number
193 Object 196 Object
194 OfflineAudioCompletionEvent 197 OfflineAudioCompletionEvent
195 Option 198 Option
196 OverflowEvent 199 OverflowEvent
197 PageTransitionEvent 200 PageTransitionEvent
198 Path 201 Path
202 Performance
203 PerformanceEntry
204 PerformanceMark
205 PerformanceMeasure
206 PerformanceNavigation
207 PerformanceResourceTiming
208 PerformanceTiming
199 Plugin 209 Plugin
200 PluginArray 210 PluginArray
201 PopStateEvent 211 PopStateEvent
202 ProcessingInstruction 212 ProcessingInstruction
203 ProgressEvent 213 ProgressEvent
204 RGBColor 214 RGBColor
205 RTCIceCandidate 215 RTCIceCandidate
206 RTCSessionDescription 216 RTCSessionDescription
207 Range 217 Range
208 RangeError 218 RangeError
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 SVGTitleElement 355 SVGTitleElement
346 SVGTransform 356 SVGTransform
347 SVGTransformList 357 SVGTransformList
348 SVGUnitTypes 358 SVGUnitTypes
349 SVGUseElement 359 SVGUseElement
350 SVGVKernElement 360 SVGVKernElement
351 SVGViewElement 361 SVGViewElement
352 SVGViewSpec 362 SVGViewSpec
353 SVGZoomAndPan 363 SVGZoomAndPan
354 SVGZoomEvent 364 SVGZoomEvent
365 Screen
366 SecurityPolicy
355 SecurityPolicyViolationEvent 367 SecurityPolicyViolationEvent
356 Selection 368 Selection
357 SpeechInputEvent 369 SpeechInputEvent
358 Storage 370 Storage
359 StorageEvent 371 StorageEvent
360 String 372 String
361 StyleSheet 373 StyleSheet
362 StyleSheetList 374 StyleSheetList
363 SyntaxError 375 SyntaxError
364 Text 376 Text
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 webkitSpeechGrammar 450 webkitSpeechGrammar
439 webkitSpeechGrammarList 451 webkitSpeechGrammarList
440 webkitSpeechRecognition 452 webkitSpeechRecognition
441 webkitSpeechRecognitionError 453 webkitSpeechRecognitionError
442 webkitSpeechRecognitionEvent 454 webkitSpeechRecognitionEvent
443 webkitURL 455 webkitURL
444 PASS successfullyParsed is true 456 PASS successfullyParsed is true
445 457
446 TEST COMPLETE 458 TEST COMPLETE
447 459
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698