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

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

Issue 2429343004: [CachedAccessor] for window.document. (Closed)
Patch Set: Fix expectation for global-interface-listing-expected, windows. Created 4 years, 1 month 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 8608 matching lines...) Expand 10 before | Expand all | Expand 10 after
8619 attribute caches 8619 attribute caches
8620 attribute chrome 8620 attribute chrome
8621 attribute clientInformation 8621 attribute clientInformation
8622 attribute closed 8622 attribute closed
8623 attribute console 8623 attribute console
8624 attribute crypto 8624 attribute crypto
8625 attribute customElements 8625 attribute customElements
8626 attribute defaultStatus 8626 attribute defaultStatus
8627 attribute defaultstatus 8627 attribute defaultstatus
8628 attribute devicePixelRatio 8628 attribute devicePixelRatio
8629 attribute document
8630 attribute event 8629 attribute event
8631 attribute eventSender 8630 attribute eventSender
8632 attribute external 8631 attribute external
8633 attribute frameElement 8632 attribute frameElement
8634 attribute frames 8633 attribute frames
8635 attribute gamepadController 8634 attribute gamepadController
8636 attribute history 8635 attribute history
8637 attribute indexedDB 8636 attribute indexedDB
8638 attribute innerHeight 8637 attribute innerHeight
8639 attribute innerWidth 8638 attribute innerWidth
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
8772 attribute statusbar 8771 attribute statusbar
8773 attribute styleMedia 8772 attribute styleMedia
8774 attribute testRunner 8773 attribute testRunner
8775 attribute textInputController 8774 attribute textInputController
8776 attribute toolbar 8775 attribute toolbar
8777 attribute top 8776 attribute top
8778 attribute visualViewport 8777 attribute visualViewport
8779 attribute webkitIndexedDB 8778 attribute webkitIndexedDB
8780 attribute webkitStorageInfo 8779 attribute webkitStorageInfo
8781 attribute window 8780 attribute window
8781 getter document
8782 method alert 8782 method alert
8783 method atob 8783 method atob
8784 method blur 8784 method blur
8785 method btoa 8785 method btoa
8786 method cancelAnimationFrame 8786 method cancelAnimationFrame
8787 method cancelIdleCallback 8787 method cancelIdleCallback
8788 method captureEvents 8788 method captureEvents
8789 method clearInterval 8789 method clearInterval
8790 method clearTimeout 8790 method clearTimeout
8791 method close 8791 method close
(...skipping 29 matching lines...) Expand all
8821 method stop 8821 method stop
8822 method webkitCancelAnimationFrame 8822 method webkitCancelAnimationFrame
8823 method webkitCancelRequestAnimationFrame 8823 method webkitCancelRequestAnimationFrame
8824 method webkitRequestAnimationFrame 8824 method webkitRequestAnimationFrame
8825 method webkitRequestFileSystem 8825 method webkitRequestFileSystem
8826 method webkitResolveLocalFileSystemURL 8826 method webkitResolveLocalFileSystemURL
8827 PASS successfullyParsed is true 8827 PASS successfullyParsed is true
8828 8828
8829 TEST COMPLETE 8829 TEST COMPLETE
8830 8830
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698