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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 getter weight 1307 getter weight
1308 method constructor 1308 method constructor
1309 method load 1309 method load
1310 setter family 1310 setter family
1311 setter featureSettings 1311 setter featureSettings
1312 setter stretch 1312 setter stretch
1313 setter style 1313 setter style
1314 setter unicodeRange 1314 setter unicodeRange
1315 setter variant 1315 setter variant
1316 setter weight 1316 setter weight
1317 interface FontFaceSetLoadEvent : Event
1318 attribute @@toStringTag
1319 getter fontfaces
1320 method constructor
1317 interface FormData 1321 interface FormData
1318 attribute @@toStringTag 1322 attribute @@toStringTag
1319 method @@iterator 1323 method @@iterator
1320 method append 1324 method append
1321 method constructor 1325 method constructor
1322 method delete 1326 method delete
1323 method entries 1327 method entries
1324 method forEach 1328 method forEach
1325 method get 1329 method get
1326 method getAll 1330 method getAll
(...skipping 6340 matching lines...) Expand 10 before | Expand all | Expand 10 after
7667 setter scrollX 7671 setter scrollX
7668 setter scrollY 7672 setter scrollY
7669 setter scrollbars 7673 setter scrollbars
7670 setter status 7674 setter status
7671 setter statusbar 7675 setter statusbar
7672 setter toolbar 7676 setter toolbar
7673 PASS successfullyParsed is true 7677 PASS successfullyParsed is true
7674 7678
7675 TEST COMPLETE 7679 TEST COMPLETE
7676 7680
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698