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

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

Issue 1994683004: Add web platform pointerevents tests to Layouttest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix webexposed global interface test Created 4 years, 7 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: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 7464 matching lines...) Expand 10 before | Expand all | Expand 10 after
7475 setter pathname 7475 setter pathname
7476 setter port 7476 setter port
7477 setter protocol 7477 setter protocol
7478 setter search 7478 setter search
7479 setter username 7479 setter username
7480 [GLOBAL OBJECT] 7480 [GLOBAL OBJECT]
7481 attribute GCController 7481 attribute GCController
7482 attribute accessibilityController 7482 attribute accessibilityController
7483 attribute applicationCache 7483 attribute applicationCache
7484 attribute caches 7484 attribute caches
7485 attribute chrome
7485 attribute clientInformation 7486 attribute clientInformation
7486 attribute closed 7487 attribute closed
7487 attribute console 7488 attribute console
7488 attribute crypto 7489 attribute crypto
7489 attribute customElements 7490 attribute customElements
7490 attribute defaultStatus 7491 attribute defaultStatus
7491 attribute defaultstatus 7492 attribute defaultstatus
7492 attribute devicePixelRatio 7493 attribute devicePixelRatio
7493 attribute document 7494 attribute document
7494 attribute event 7495 attribute event
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
7673 method stop 7674 method stop
7674 method webkitCancelAnimationFrame 7675 method webkitCancelAnimationFrame
7675 method webkitCancelRequestAnimationFrame 7676 method webkitCancelRequestAnimationFrame
7676 method webkitRequestAnimationFrame 7677 method webkitRequestAnimationFrame
7677 method webkitRequestFileSystem 7678 method webkitRequestFileSystem
7678 method webkitResolveLocalFileSystemURL 7679 method webkitResolveLocalFileSystemURL
7679 PASS successfullyParsed is true 7680 PASS successfullyParsed is true
7680 7681
7681 TEST COMPLETE 7682 TEST COMPLETE
7682 7683
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698