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

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 3 years, 11 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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 getter weight 1873 getter weight
1874 method constructor 1874 method constructor
1875 method load 1875 method load
1876 setter family 1876 setter family
1877 setter featureSettings 1877 setter featureSettings
1878 setter stretch 1878 setter stretch
1879 setter style 1879 setter style
1880 setter unicodeRange 1880 setter unicodeRange
1881 setter variant 1881 setter variant
1882 setter weight 1882 setter weight
1883 interface FontFaceSetLoadEvent : Event
1884 attribute @@toStringTag
1885 getter fontfaces
1886 method constructor
1883 interface FormData 1887 interface FormData
1884 attribute @@toStringTag 1888 attribute @@toStringTag
1885 method @@iterator 1889 method @@iterator
1886 method append 1890 method append
1887 method constructor 1891 method constructor
1888 method delete 1892 method delete
1889 method entries 1893 method entries
1890 method forEach 1894 method forEach
1891 method get 1895 method get
1892 method getAll 1896 method getAll
(...skipping 7100 matching lines...) Expand 10 before | Expand all | Expand 10 after
8993 setter scrollY 8997 setter scrollY
8994 setter scrollbars 8998 setter scrollbars
8995 setter status 8999 setter status
8996 setter statusbar 9000 setter statusbar
8997 setter toolbar 9001 setter toolbar
8998 setter visualViewport 9002 setter visualViewport
8999 PASS successfullyParsed is true 9003 PASS successfullyParsed is true
9000 9004
9001 TEST COMPLETE 9005 TEST COMPLETE
9002 9006
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698