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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1470823002: Enable builtin Mojo JS modules in layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@usb-testing
Patch Set: oops, clumsy Created 4 years, 11 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 5832 matching lines...) Expand 10 before | Expand all | Expand 10 after
5843 attribute innerHeight 5843 attribute innerHeight
5844 attribute innerWidth 5844 attribute innerWidth
5845 attribute internals 5845 attribute internals
5846 attribute isSecureContext 5846 attribute isSecureContext
5847 attribute layoutTestController 5847 attribute layoutTestController
5848 attribute length 5848 attribute length
5849 attribute localStorage 5849 attribute localStorage
5850 attribute location 5850 attribute location
5851 attribute locationbar 5851 attribute locationbar
5852 attribute menubar 5852 attribute menubar
5853 attribute mojo
5853 attribute name 5854 attribute name
5854 attribute navigator 5855 attribute navigator
5855 attribute offscreenBuffering 5856 attribute offscreenBuffering
5856 attribute onabort 5857 attribute onabort
5857 attribute onanimationend 5858 attribute onanimationend
5858 attribute onanimationiteration 5859 attribute onanimationiteration
5859 attribute onanimationstart 5860 attribute onanimationstart
5860 attribute onbeforeunload 5861 attribute onbeforeunload
5861 attribute onblur 5862 attribute onblur
5862 attribute oncancel 5863 attribute oncancel
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
6010 method stop 6011 method stop
6011 method webkitCancelAnimationFrame 6012 method webkitCancelAnimationFrame
6012 method webkitCancelRequestAnimationFrame 6013 method webkitCancelRequestAnimationFrame
6013 method webkitRequestAnimationFrame 6014 method webkitRequestAnimationFrame
6014 method webkitRequestFileSystem 6015 method webkitRequestFileSystem
6015 method webkitResolveLocalFileSystemURL 6016 method webkitResolveLocalFileSystemURL
6016 PASS successfullyParsed is true 6017 PASS successfullyParsed is true
6017 6018
6018 TEST COMPLETE 6019 TEST COMPLETE
6019 6020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698