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

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

Issue 2818173003: Indexed DB: Remove nonstandard IDBFactory.webkitGetDatabaseNames() (Closed)
Patch Set: Remove content_browsertest for wGDN Created 3 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: 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 3622 matching lines...) Expand 10 before | Expand all | Expand 10 after
3633 setter onabort 3633 setter onabort
3634 setter onclose 3634 setter onclose
3635 setter onerror 3635 setter onerror
3636 setter onversionchange 3636 setter onversionchange
3637 interface IDBFactory 3637 interface IDBFactory
3638 attribute @@toStringTag 3638 attribute @@toStringTag
3639 method cmp 3639 method cmp
3640 method constructor 3640 method constructor
3641 method deleteDatabase 3641 method deleteDatabase
3642 method open 3642 method open
3643 method webkitGetDatabaseNames
3644 interface IDBIndex 3643 interface IDBIndex
3645 attribute @@toStringTag 3644 attribute @@toStringTag
3646 getter keyPath 3645 getter keyPath
3647 getter multiEntry 3646 getter multiEntry
3648 getter name 3647 getter name
3649 getter objectStore 3648 getter objectStore
3650 getter unique 3649 getter unique
3651 method constructor 3650 method constructor
3652 method count 3651 method count
3653 method get 3652 method get
(...skipping 5568 matching lines...) Expand 10 before | Expand all | Expand 10 after
9222 setter scrollY 9221 setter scrollY
9223 setter scrollbars 9222 setter scrollbars
9224 setter status 9223 setter status
9225 setter statusbar 9224 setter statusbar
9226 setter toolbar 9225 setter toolbar
9227 setter visualViewport 9226 setter visualViewport
9228 PASS successfullyParsed is true 9227 PASS successfullyParsed is true
9229 9228
9230 TEST COMPLETE 9229 TEST COMPLETE
9231 9230
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698