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

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

Issue 1968533002: Flip PerformanceObserver flag to stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test expectations for layout tests in virtual/stable post flag flip 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 3571 matching lines...) Expand 10 before | Expand all | Expand 10 after
3582 method constructor 3582 method constructor
3583 interface PerformanceNavigation 3583 interface PerformanceNavigation
3584 attribute @@toStringTag 3584 attribute @@toStringTag
3585 attribute TYPE_BACK_FORWARD 3585 attribute TYPE_BACK_FORWARD
3586 attribute TYPE_NAVIGATE 3586 attribute TYPE_NAVIGATE
3587 attribute TYPE_RELOAD 3587 attribute TYPE_RELOAD
3588 attribute TYPE_RESERVED 3588 attribute TYPE_RESERVED
3589 getter redirectCount 3589 getter redirectCount
3590 getter type 3590 getter type
3591 method constructor 3591 method constructor
3592 interface PerformanceObserver
3593 attribute @@toStringTag
3594 method constructor
3595 method disconnect
3596 method observe
3597 interface PerformanceObserverEntryList
3598 attribute @@toStringTag
3599 method constructor
3600 method getEntries
3601 method getEntriesByName
3602 method getEntriesByType
3592 interface PerformanceResourceTiming : PerformanceEntry 3603 interface PerformanceResourceTiming : PerformanceEntry
3593 attribute @@toStringTag 3604 attribute @@toStringTag
3594 getter connectEnd 3605 getter connectEnd
3595 getter connectStart 3606 getter connectStart
3596 getter domainLookupEnd 3607 getter domainLookupEnd
3597 getter domainLookupStart 3608 getter domainLookupStart
3598 getter fetchStart 3609 getter fetchStart
3599 getter initiatorType 3610 getter initiatorType
3600 getter redirectEnd 3611 getter redirectEnd
3601 getter redirectStart 3612 getter redirectStart
(...skipping 3023 matching lines...) Expand 10 before | Expand all | Expand 10 after
6625 method stop 6636 method stop
6626 method webkitCancelAnimationFrame 6637 method webkitCancelAnimationFrame
6627 method webkitCancelRequestAnimationFrame 6638 method webkitCancelRequestAnimationFrame
6628 method webkitRequestAnimationFrame 6639 method webkitRequestAnimationFrame
6629 method webkitRequestFileSystem 6640 method webkitRequestFileSystem
6630 method webkitResolveLocalFileSystemURL 6641 method webkitResolveLocalFileSystemURL
6631 PASS successfullyParsed is true 6642 PASS successfullyParsed is true
6632 6643
6633 TEST COMPLETE 6644 TEST COMPLETE
6634 6645
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698