Update web-platform-tests to revision 1916d3f4f67ab06325b4f0f8ac65b5ebad404bf2

This commit is contained in:
WPT Sync Bot 2020-09-28 08:21:01 +00:00
parent f518ffc858
commit ea51b4da95
58 changed files with 351 additions and 165 deletions

View file

@ -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;