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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 5611 matching lines...) Expand 10 before | Expand all | Expand 10 after
5622 getter key 5622 getter key
5623 getter newValue 5623 getter newValue
5624 getter oldValue 5624 getter oldValue
5625 getter storageArea 5625 getter storageArea
5626 getter url 5626 getter url
5627 method constructor 5627 method constructor
5628 method initStorageEvent 5628 method initStorageEvent
5629 interface StorageManager 5629 interface StorageManager
5630 attribute @@toStringTag 5630 attribute @@toStringTag
5631 method constructor 5631 method constructor
5632 method estimate
5632 method persist 5633 method persist
5633 method persisted 5634 method persisted
5634 interface StyleSheet 5635 interface StyleSheet
5635 attribute @@toStringTag 5636 attribute @@toStringTag
5636 getter disabled 5637 getter disabled
5637 getter href 5638 getter href
5638 getter media 5639 getter media
5639 getter ownerNode 5640 getter ownerNode
5640 getter parentStyleSheet 5641 getter parentStyleSheet
5641 getter title 5642 getter title
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after
7908 setter scrollX 7909 setter scrollX
7909 setter scrollY 7910 setter scrollY
7910 setter scrollbars 7911 setter scrollbars
7911 setter status 7912 setter status
7912 setter statusbar 7913 setter statusbar
7913 setter toolbar 7914 setter toolbar
7914 PASS successfullyParsed is true 7915 PASS successfullyParsed is true
7915 7916
7916 TEST COMPLETE 7917 TEST COMPLETE
7917 7918
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698