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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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: Created 4 years, 6 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 6441 matching lines...) Expand 10 before | Expand all | Expand 10 after
6452 setter pathname 6452 setter pathname
6453 setter port 6453 setter port
6454 setter protocol 6454 setter protocol
6455 setter search 6455 setter search
6456 setter username 6456 setter username
6457 [GLOBAL OBJECT] 6457 [GLOBAL OBJECT]
6458 attribute GCController 6458 attribute GCController
6459 attribute accessibilityController 6459 attribute accessibilityController
6460 attribute applicationCache 6460 attribute applicationCache
6461 attribute caches 6461 attribute caches
6462 attribute chrome
timvolodine 2016/06/09 11:25:39 do we really need to expose this in stable? not fa
tdresser 2016/06/09 11:54:48 I agree this isn't ideal - I'm not sure how we'd p
6462 attribute clientInformation 6463 attribute clientInformation
6463 attribute closed 6464 attribute closed
6464 attribute console 6465 attribute console
6465 attribute crypto 6466 attribute crypto
6466 attribute defaultStatus 6467 attribute defaultStatus
6467 attribute defaultstatus 6468 attribute defaultstatus
6468 attribute devicePixelRatio 6469 attribute devicePixelRatio
6469 attribute document 6470 attribute document
6470 attribute event 6471 attribute event
6471 attribute eventSender 6472 attribute eventSender
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
6647 method stop 6648 method stop
6648 method webkitCancelAnimationFrame 6649 method webkitCancelAnimationFrame
6649 method webkitCancelRequestAnimationFrame 6650 method webkitCancelRequestAnimationFrame
6650 method webkitRequestAnimationFrame 6651 method webkitRequestAnimationFrame
6651 method webkitRequestFileSystem 6652 method webkitRequestFileSystem
6652 method webkitResolveLocalFileSystemURL 6653 method webkitResolveLocalFileSystemURL
6653 PASS successfullyParsed is true 6654 PASS successfullyParsed is true
6654 6655
6655 TEST COMPLETE 6656 TEST COMPLETE
6656 6657
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698