mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -1,6 +1,6 @@
|
|||
// GENERATED CONTENT - DO NOT EDIT
|
||||
// Content was automatically extracted by Reffy into reffy-reports
|
||||
// (https://github.com/tidoust/reffy-reports)
|
||||
// Content was automatically extracted by Reffy into webref
|
||||
// (https://github.com/w3c/webref)
|
||||
// Source: CSS Font Loading Module Level 3 (https://drafts.csswg.org/css-font-loading/)
|
||||
|
||||
typedef (ArrayBuffer or ArrayBufferView) BinaryData;
|
||||
|
@ -50,7 +50,7 @@ interface FontFaceSetLoadEvent : Event {
|
|||
|
||||
enum FontFaceSetLoadStatus { "loading", "loaded" };
|
||||
|
||||
callback ForEachCallback = void (FontFace font, long index, FontFaceSet self);
|
||||
callback ForEachCallback = undefined (FontFace font, long index, FontFaceSet self);
|
||||
|
||||
[Exposed=(Window,Worker)]
|
||||
interface FontFaceSet : EventTarget {
|
||||
|
@ -60,7 +60,7 @@ interface FontFaceSet : EventTarget {
|
|||
setlike<FontFace>;
|
||||
FontFaceSet add(FontFace font);
|
||||
boolean delete(FontFace font);
|
||||
void clear();
|
||||
undefined clear();
|
||||
|
||||
// events for when loading state changes
|
||||
attribute EventHandler onloading;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue