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

Side by Side Diff: third_party/WebKit/LayoutTests/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 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 getter weight 1378 getter weight
1379 method constructor 1379 method constructor
1380 method load 1380 method load
1381 setter family 1381 setter family
1382 setter featureSettings 1382 setter featureSettings
1383 setter stretch 1383 setter stretch
1384 setter style 1384 setter style
1385 setter unicodeRange 1385 setter unicodeRange
1386 setter variant 1386 setter variant
1387 setter weight 1387 setter weight
1388 interface FontFaceSetLoadEvent : Event
1389 attribute @@toStringTag
1390 getter fontfaces
1391 method constructor
1388 interface FormData 1392 interface FormData
1389 attribute @@toStringTag 1393 attribute @@toStringTag
1390 method @@iterator 1394 method @@iterator
1391 method append 1395 method append
1392 method constructor 1396 method constructor
1393 method delete 1397 method delete
1394 method entries 1398 method entries
1395 method forEach 1399 method forEach
1396 method get 1400 method get
1397 method getAll 1401 method getAll
(...skipping 6341 matching lines...) Expand 10 before | Expand all | Expand 10 after
7739 setter scrollX 7743 setter scrollX
7740 setter scrollY 7744 setter scrollY
7741 setter scrollbars 7745 setter scrollbars
7742 setter status 7746 setter status
7743 setter statusbar 7747 setter statusbar
7744 setter toolbar 7748 setter toolbar
7745 PASS successfullyParsed is true 7749 PASS successfullyParsed is true
7746 7750
7747 TEST COMPLETE 7751 TEST COMPLETE
7748 7752
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698