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

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

Issue 2894953004: Enable navigator.storage.estimate() in stable (Closed)
Patch Set: Rebased Created 3 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 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 5682 matching lines...) Expand 10 before | Expand all | Expand 10 after
5693 getter key 5693 getter key
5694 getter newValue 5694 getter newValue
5695 getter oldValue 5695 getter oldValue
5696 getter storageArea 5696 getter storageArea
5697 getter url 5697 getter url
5698 method constructor 5698 method constructor
5699 method initStorageEvent 5699 method initStorageEvent
5700 interface StorageManager 5700 interface StorageManager
5701 attribute @@toStringTag 5701 attribute @@toStringTag
5702 method constructor 5702 method constructor
5703 method estimate
5703 method persist 5704 method persist
5704 method persisted 5705 method persisted
5705 interface StyleSheet 5706 interface StyleSheet
5706 attribute @@toStringTag 5707 attribute @@toStringTag
5707 getter disabled 5708 getter disabled
5708 getter href 5709 getter href
5709 getter media 5710 getter media
5710 getter ownerNode 5711 getter ownerNode
5711 getter parentStyleSheet 5712 getter parentStyleSheet
5712 getter title 5713 getter title
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after
7979 setter scrollX 7980 setter scrollX
7980 setter scrollY 7981 setter scrollY
7981 setter scrollbars 7982 setter scrollbars
7982 setter status 7983 setter status
7983 setter statusbar 7984 setter statusbar
7984 setter toolbar 7985 setter toolbar
7985 PASS successfullyParsed is true 7986 PASS successfullyParsed is true
7986 7987
7987 TEST COMPLETE 7988 TEST COMPLETE
7988 7989
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698