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

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

Issue 243403006: Implement contextmenu attribute with basic support of <menu> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reflect HTMLMenuElement as per spec Created 6 years, 4 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: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 HTMLInputElement 154 HTMLInputElement
155 HTMLKeygenElement 155 HTMLKeygenElement
156 HTMLLIElement 156 HTMLLIElement
157 HTMLLabelElement 157 HTMLLabelElement
158 HTMLLegendElement 158 HTMLLegendElement
159 HTMLLinkElement 159 HTMLLinkElement
160 HTMLMapElement 160 HTMLMapElement
161 HTMLMarqueeElement 161 HTMLMarqueeElement
162 HTMLMediaElement 162 HTMLMediaElement
163 HTMLMenuElement 163 HTMLMenuElement
164 HTMLMenuItemElement
164 HTMLMetaElement 165 HTMLMetaElement
165 HTMLMeterElement 166 HTMLMeterElement
166 HTMLModElement 167 HTMLModElement
167 HTMLOListElement 168 HTMLOListElement
168 HTMLObjectElement 169 HTMLObjectElement
169 HTMLOptGroupElement 170 HTMLOptGroupElement
170 HTMLOptionElement 171 HTMLOptionElement
171 HTMLOptionsCollection 172 HTMLOptionsCollection
172 HTMLOutputElement 173 HTMLOutputElement
173 HTMLParagraphElement 174 HTMLParagraphElement
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 Promise 278 Promise
278 PushEvent 279 PushEvent
279 RGBColor 280 RGBColor
280 RTCIceCandidate 281 RTCIceCandidate
281 RTCSessionDescription 282 RTCSessionDescription
282 Range 283 Range
283 RangeError 284 RangeError
284 Rect 285 Rect
285 ReferenceError 286 ReferenceError
286 RegExp 287 RegExp
288 RelatedEvent
287 SVGAElement 289 SVGAElement
288 SVGAltGlyphDefElement 290 SVGAltGlyphDefElement
289 SVGAltGlyphElement 291 SVGAltGlyphElement
290 SVGAltGlyphItemElement 292 SVGAltGlyphItemElement
291 SVGAngle 293 SVGAngle
292 SVGAnimateElement 294 SVGAnimateElement
293 SVGAnimateMotionElement 295 SVGAnimateMotionElement
294 SVGAnimateTransformElement 296 SVGAnimateTransformElement
295 SVGAnimatedAngle 297 SVGAnimatedAngle
296 SVGAnimatedBoolean 298 SVGAnimatedBoolean
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 webkitSpeechGrammar 525 webkitSpeechGrammar
524 webkitSpeechGrammarList 526 webkitSpeechGrammarList
525 webkitSpeechRecognition 527 webkitSpeechRecognition
526 webkitSpeechRecognitionError 528 webkitSpeechRecognitionError
527 webkitSpeechRecognitionEvent 529 webkitSpeechRecognitionEvent
528 webkitURL 530 webkitURL
529 PASS successfullyParsed is true 531 PASS successfullyParsed is true
530 532
531 TEST COMPLETE 533 TEST COMPLETE
532 534
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/constructors/related-event-constructor-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698