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

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

Issue 408663002: Add the Presentation API module and a single event target (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed my fix for the layout tests Created 6 years, 3 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/presentation/presentation-api.html ('k') | Source/core/events/EventTypeNames.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 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 PerformanceEntry 273 PerformanceEntry
274 PerformanceMark 274 PerformanceMark
275 PerformanceMeasure 275 PerformanceMeasure
276 PerformanceNavigation 276 PerformanceNavigation
277 PerformanceResourceTiming 277 PerformanceResourceTiming
278 PerformanceTiming 278 PerformanceTiming
279 PeriodicWave 279 PeriodicWave
280 Plugin 280 Plugin
281 PluginArray 281 PluginArray
282 PopStateEvent 282 PopStateEvent
283 Presentation
283 ProcessingInstruction 284 ProcessingInstruction
284 ProgressEvent 285 ProgressEvent
285 Promise 286 Promise
286 PushEvent 287 PushEvent
287 RGBColor 288 RGBColor
288 RTCIceCandidate 289 RTCIceCandidate
289 RTCSessionDescription 290 RTCSessionDescription
290 Range 291 Range
291 RangeError 292 RangeError
292 ReadableStream 293 ReadableStream
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 webkitSpeechGrammar 535 webkitSpeechGrammar
535 webkitSpeechGrammarList 536 webkitSpeechGrammarList
536 webkitSpeechRecognition 537 webkitSpeechRecognition
537 webkitSpeechRecognitionError 538 webkitSpeechRecognitionError
538 webkitSpeechRecognitionEvent 539 webkitSpeechRecognitionEvent
539 webkitURL 540 webkitURL
540 PASS successfullyParsed is true 541 PASS successfullyParsed is true
541 542
542 TEST COMPLETE 543 TEST COMPLETE
543 544
OLDNEW
« no previous file with comments | « LayoutTests/presentation/presentation-api.html ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698