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

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

Issue 401403003: Turn on the picture runtime flag by default (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added HTMLPictureElement to global constructors test Created 6 years, 5 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 | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('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 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 AnalyserNode 7 AnalyserNode
8 ApplicationCache 8 ApplicationCache
9 ApplicationCacheErrorEvent 9 ApplicationCacheErrorEvent
10 Array 10 Array
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 HTMLMeterElement 142 HTMLMeterElement
143 HTMLModElement 143 HTMLModElement
144 HTMLOListElement 144 HTMLOListElement
145 HTMLObjectElement 145 HTMLObjectElement
146 HTMLOptGroupElement 146 HTMLOptGroupElement
147 HTMLOptionElement 147 HTMLOptionElement
148 HTMLOptionsCollection 148 HTMLOptionsCollection
149 HTMLOutputElement 149 HTMLOutputElement
150 HTMLParagraphElement 150 HTMLParagraphElement
151 HTMLParamElement 151 HTMLParamElement
152 HTMLPictureElement
152 HTMLPreElement 153 HTMLPreElement
153 HTMLProgressElement 154 HTMLProgressElement
154 HTMLQuoteElement 155 HTMLQuoteElement
155 HTMLScriptElement 156 HTMLScriptElement
156 HTMLSelectElement 157 HTMLSelectElement
157 HTMLShadowElement 158 HTMLShadowElement
158 HTMLSourceElement 159 HTMLSourceElement
159 HTMLSpanElement 160 HTMLSpanElement
160 HTMLStyleElement 161 HTMLStyleElement
161 HTMLTableCaptionElement 162 HTMLTableCaptionElement
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 webkitSpeechGrammar 477 webkitSpeechGrammar
477 webkitSpeechGrammarList 478 webkitSpeechGrammarList
478 webkitSpeechRecognition 479 webkitSpeechRecognition
479 webkitSpeechRecognitionError 480 webkitSpeechRecognitionError
480 webkitSpeechRecognitionEvent 481 webkitSpeechRecognitionEvent
481 webkitURL 482 webkitURL
482 PASS successfullyParsed is true 483 PASS successfullyParsed is true
483 484
484 TEST COMPLETE 485 TEST COMPLETE
485 486
OLDNEW
« no previous file with comments | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698