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

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

Issue 2579513005: Expose FontFaceSetLoadEvent and add a constructor for it (Closed)
Patch Set: Update rebase Created 4 years 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: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 94: '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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 getter weight 1860 getter weight
1861 method constructor 1861 method constructor
1862 method load 1862 method load
1863 setter family 1863 setter family
1864 setter featureSettings 1864 setter featureSettings
1865 setter stretch 1865 setter stretch
1866 setter style 1866 setter style
1867 setter unicodeRange 1867 setter unicodeRange
1868 setter variant 1868 setter variant
1869 setter weight 1869 setter weight
1870 interface FontFaceSetLoadEvent : Event
1871 attribute @@toStringTag
1872 getter fontfaces
1873 method constructor
1870 interface FormData 1874 interface FormData
1871 attribute @@toStringTag 1875 attribute @@toStringTag
1872 method @@iterator 1876 method @@iterator
1873 method append 1877 method append
1874 method constructor 1878 method constructor
1875 method delete 1879 method delete
1876 method entries 1880 method entries
1877 method forEach 1881 method forEach
1878 method get 1882 method get
1879 method getAll 1883 method getAll
(...skipping 7044 matching lines...) Expand 10 before | Expand all | Expand 10 after
8924 setter scrollY 8928 setter scrollY
8925 setter scrollbars 8929 setter scrollbars
8926 setter status 8930 setter status
8927 setter statusbar 8931 setter statusbar
8928 setter toolbar 8932 setter toolbar
8929 setter visualViewport 8933 setter visualViewport
8930 PASS successfullyParsed is true 8934 PASS successfullyParsed is true
8931 8935
8932 TEST COMPLETE 8936 TEST COMPLETE
8933 8937
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698