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

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: Make fontfaces FrozenArray [SameObject] 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 1843 matching lines...) Expand 10 before | Expand all | Expand 10 after
1854 getter weight 1854 getter weight
1855 method constructor 1855 method constructor
1856 method load 1856 method load
1857 setter family 1857 setter family
1858 setter featureSettings 1858 setter featureSettings
1859 setter stretch 1859 setter stretch
1860 setter style 1860 setter style
1861 setter unicodeRange 1861 setter unicodeRange
1862 setter variant 1862 setter variant
1863 setter weight 1863 setter weight
1864 interface FontFaceSetLoadEvent : Event
1865 attribute @@toStringTag
1866 getter fontfaces
1867 method constructor
1864 interface FormData 1868 interface FormData
1865 attribute @@toStringTag 1869 attribute @@toStringTag
1866 method @@iterator 1870 method @@iterator
1867 method append 1871 method append
1868 method constructor 1872 method constructor
1869 method delete 1873 method delete
1870 method entries 1874 method entries
1871 method forEach 1875 method forEach
1872 method get 1876 method get
1873 method getAll 1877 method getAll
(...skipping 7028 matching lines...) Expand 10 before | Expand all | Expand 10 after
8902 setter scrollY 8906 setter scrollY
8903 setter scrollbars 8907 setter scrollbars
8904 setter status 8908 setter status
8905 setter statusbar 8909 setter statusbar
8906 setter toolbar 8910 setter toolbar
8907 setter visualViewport 8911 setter visualViewport
8908 PASS successfullyParsed is true 8912 PASS successfullyParsed is true
8909 8913
8910 TEST COMPLETE 8914 TEST COMPLETE
8911 8915
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698