mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 1916d3f4f67ab06325b4f0f8ac65b5ebad404bf2
This commit is contained in:
parent
f518ffc858
commit
ea51b4da95
58 changed files with 351 additions and 165 deletions
|
@ -14,6 +14,9 @@ dictionary FontFaceDescriptors {
|
|||
CSSOMString featureSettings = "normal";
|
||||
CSSOMString variationSettings = "normal";
|
||||
CSSOMString display = "auto";
|
||||
CSSOMString ascentOverride = "normal";
|
||||
CSSOMString descentOverride = "normal";
|
||||
CSSOMString lineGapOverride = "normal";
|
||||
};
|
||||
|
||||
enum FontFaceLoadStatus { "unloaded", "loading", "loaded", "error" };
|
||||
|
@ -31,6 +34,9 @@ interface FontFace {
|
|||
attribute CSSOMString featureSettings;
|
||||
attribute CSSOMString variationSettings;
|
||||
attribute CSSOMString display;
|
||||
attribute CSSOMString ascentOverride;
|
||||
attribute CSSOMString descentOverride;
|
||||
attribute CSSOMString lineGapOverride;
|
||||
|
||||
readonly attribute FontFaceLoadStatus status;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue