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

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

Issue 2429343004: [CachedAccessor] for window.document. (Closed)
Patch Set: Oh look, layouttests, document is a getter now. Created 4 years, 2 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 7749 matching lines...) Expand 10 before | Expand all | Expand 10 after
7760 attribute caches 7760 attribute caches
7761 attribute chrome 7761 attribute chrome
7762 attribute clientInformation 7762 attribute clientInformation
7763 attribute closed 7763 attribute closed
7764 attribute console 7764 attribute console
7765 attribute crypto 7765 attribute crypto
7766 attribute customElements 7766 attribute customElements
7767 attribute defaultStatus 7767 attribute defaultStatus
7768 attribute defaultstatus 7768 attribute defaultstatus
7769 attribute devicePixelRatio 7769 attribute devicePixelRatio
7770 attribute document 7770 getter document
7771 attribute event 7771 attribute event
7772 attribute eventSender 7772 attribute eventSender
7773 attribute external 7773 attribute external
7774 attribute frameElement 7774 attribute frameElement
7775 attribute frames 7775 attribute frames
7776 attribute gamepadController 7776 attribute gamepadController
7777 attribute history 7777 attribute history
7778 attribute indexedDB 7778 attribute indexedDB
7779 attribute innerHeight 7779 attribute innerHeight
7780 attribute innerWidth 7780 attribute innerWidth
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
7962 method stop 7962 method stop
7963 method webkitCancelAnimationFrame 7963 method webkitCancelAnimationFrame
7964 method webkitCancelRequestAnimationFrame 7964 method webkitCancelRequestAnimationFrame
7965 method webkitRequestAnimationFrame 7965 method webkitRequestAnimationFrame
7966 method webkitRequestFileSystem 7966 method webkitRequestFileSystem
7967 method webkitResolveLocalFileSystemURL 7967 method webkitResolveLocalFileSystemURL
7968 PASS successfullyParsed is true 7968 PASS successfullyParsed is true
7969 7969
7970 TEST COMPLETE 7970 TEST COMPLETE
7971 7971
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698