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

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, 12 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 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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 getter weight 1382 getter weight
1383 method constructor 1383 method constructor
1384 method load 1384 method load
1385 setter family 1385 setter family
1386 setter featureSettings 1386 setter featureSettings
1387 setter stretch 1387 setter stretch
1388 setter style 1388 setter style
1389 setter unicodeRange 1389 setter unicodeRange
1390 setter variant 1390 setter variant
1391 setter weight 1391 setter weight
1392 interface FontFaceSetLoadEvent : Event
1393 attribute @@toStringTag
1394 getter fontfaces
1395 method constructor
1392 interface FormData 1396 interface FormData
1393 attribute @@toStringTag 1397 attribute @@toStringTag
1394 method @@iterator 1398 method @@iterator
1395 method append 1399 method append
1396 method constructor 1400 method constructor
1397 method delete 1401 method delete
1398 method entries 1402 method entries
1399 method forEach 1403 method forEach
1400 method get 1404 method get
1401 method getAll 1405 method getAll
(...skipping 6373 matching lines...) Expand 10 before | Expand all | Expand 10 after
7775 setter scrollX 7779 setter scrollX
7776 setter scrollY 7780 setter scrollY
7777 setter scrollbars 7781 setter scrollbars
7778 setter status 7782 setter status
7779 setter statusbar 7783 setter statusbar
7780 setter toolbar 7784 setter toolbar
7781 PASS successfullyParsed is true 7785 PASS successfullyParsed is true
7782 7786
7783 TEST COMPLETE 7787 TEST COMPLETE
7784 7788
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698