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

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

Issue 443373002: Add <menuitem>, new HTMLMenuElement IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments 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
« no previous file with comments | « LayoutTests/fast/parser/parse-menuitem-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 HTMLInputElement 156 HTMLInputElement
157 HTMLKeygenElement 157 HTMLKeygenElement
158 HTMLLIElement 158 HTMLLIElement
159 HTMLLabelElement 159 HTMLLabelElement
160 HTMLLegendElement 160 HTMLLegendElement
161 HTMLLinkElement 161 HTMLLinkElement
162 HTMLMapElement 162 HTMLMapElement
163 HTMLMarqueeElement 163 HTMLMarqueeElement
164 HTMLMediaElement 164 HTMLMediaElement
165 HTMLMenuElement 165 HTMLMenuElement
166 HTMLMenuItemElement
166 HTMLMetaElement 167 HTMLMetaElement
167 HTMLMeterElement 168 HTMLMeterElement
168 HTMLModElement 169 HTMLModElement
169 HTMLOListElement 170 HTMLOListElement
170 HTMLObjectElement 171 HTMLObjectElement
171 HTMLOptGroupElement 172 HTMLOptGroupElement
172 HTMLOptionElement 173 HTMLOptionElement
173 HTMLOptionsCollection 174 HTMLOptionsCollection
174 HTMLOutputElement 175 HTMLOutputElement
175 HTMLParagraphElement 176 HTMLParagraphElement
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 webkitSpeechGrammar 531 webkitSpeechGrammar
531 webkitSpeechGrammarList 532 webkitSpeechGrammarList
532 webkitSpeechRecognition 533 webkitSpeechRecognition
533 webkitSpeechRecognitionError 534 webkitSpeechRecognitionError
534 webkitSpeechRecognitionEvent 535 webkitSpeechRecognitionEvent
535 webkitURL 536 webkitURL
536 PASS successfullyParsed is true 537 PASS successfullyParsed is true
537 538
538 TEST COMPLETE 539 TEST COMPLETE
539 540
OLDNEW
« no previous file with comments | « LayoutTests/fast/parser/parse-menuitem-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698