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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 7513 matching lines...) Expand 10 before | Expand all | Expand 10 after
7524 attribute caches 7524 attribute caches
7525 attribute chrome 7525 attribute chrome
7526 attribute clientInformation 7526 attribute clientInformation
7527 attribute closed 7527 attribute closed
7528 attribute console 7528 attribute console
7529 attribute crypto 7529 attribute crypto
7530 attribute customElements 7530 attribute customElements
7531 attribute defaultStatus 7531 attribute defaultStatus
7532 attribute defaultstatus 7532 attribute defaultstatus
7533 attribute devicePixelRatio 7533 attribute devicePixelRatio
7534 attribute document
7535 attribute event 7534 attribute event
7536 attribute eventSender 7535 attribute eventSender
7537 attribute external 7536 attribute external
7538 attribute frameElement 7537 attribute frameElement
7539 attribute frames 7538 attribute frames
7540 attribute gamepadController 7539 attribute gamepadController
7541 attribute history 7540 attribute history
7542 attribute indexedDB 7541 attribute indexedDB
7543 attribute innerHeight 7542 attribute innerHeight
7544 attribute innerWidth 7543 attribute innerWidth
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
7674 attribute status 7673 attribute status
7675 attribute statusbar 7674 attribute statusbar
7676 attribute styleMedia 7675 attribute styleMedia
7677 attribute testRunner 7676 attribute testRunner
7678 attribute textInputController 7677 attribute textInputController
7679 attribute toolbar 7678 attribute toolbar
7680 attribute top 7679 attribute top
7681 attribute webkitIndexedDB 7680 attribute webkitIndexedDB
7682 attribute webkitStorageInfo 7681 attribute webkitStorageInfo
7683 attribute window 7682 attribute window
7683 getter document
7684 method alert 7684 method alert
7685 method atob 7685 method atob
7686 method blur 7686 method blur
7687 method btoa 7687 method btoa
7688 method cancelAnimationFrame 7688 method cancelAnimationFrame
7689 method cancelIdleCallback 7689 method cancelIdleCallback
7690 method captureEvents 7690 method captureEvents
7691 method clearInterval 7691 method clearInterval
7692 method clearTimeout 7692 method clearTimeout
7693 method close 7693 method close
(...skipping 28 matching lines...) Expand all
7722 method stop 7722 method stop
7723 method webkitCancelAnimationFrame 7723 method webkitCancelAnimationFrame
7724 method webkitCancelRequestAnimationFrame 7724 method webkitCancelRequestAnimationFrame
7725 method webkitRequestAnimationFrame 7725 method webkitRequestAnimationFrame
7726 method webkitRequestFileSystem 7726 method webkitRequestFileSystem
7727 method webkitResolveLocalFileSystemURL 7727 method webkitResolveLocalFileSystemURL
7728 PASS successfullyParsed is true 7728 PASS successfullyParsed is true
7729 7729
7730 TEST COMPLETE 7730 TEST COMPLETE
7731 7731
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698