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

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: 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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 getter weight 1377 getter weight
1378 method constructor 1378 method constructor
1379 method load 1379 method load
1380 setter family 1380 setter family
1381 setter featureSettings 1381 setter featureSettings
1382 setter stretch 1382 setter stretch
1383 setter style 1383 setter style
1384 setter unicodeRange 1384 setter unicodeRange
1385 setter variant 1385 setter variant
1386 setter weight 1386 setter weight
1387 interface FontFaceSetLoadEvent : Event
1388 attribute @@toStringTag
1389 getter fontfaces
1390 method constructor
1391 interface FontFaceSetLoadEvent : Event
foolip 2016/12/16 14:46:36 Likely copypasta
lunalu1 2016/12/16 15:44:56 Done.
1392 attribute @@toStringTag
1393 getter fontfaces
1394 method constructor
1387 interface FormData 1395 interface FormData
1388 attribute @@toStringTag 1396 attribute @@toStringTag
1389 method @@iterator 1397 method @@iterator
1390 method append 1398 method append
1391 method constructor 1399 method constructor
1392 method delete 1400 method delete
1393 method entries 1401 method entries
1394 method forEach 1402 method forEach
1395 method get 1403 method get
1396 method getAll 1404 method getAll
(...skipping 6361 matching lines...) Expand 10 before | Expand all | Expand 10 after
7758 setter scrollX 7766 setter scrollX
7759 setter scrollY 7767 setter scrollY
7760 setter scrollbars 7768 setter scrollbars
7761 setter status 7769 setter status
7762 setter statusbar 7770 setter statusbar
7763 setter toolbar 7771 setter toolbar
7764 PASS successfullyParsed is true 7772 PASS successfullyParsed is true
7765 7773
7766 TEST COMPLETE 7774 TEST COMPLETE
7767 7775
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698