Update web-platform-tests to revision 9919d0f04266001686c09d47ff6e25c98b48d91f

This commit is contained in:
WPT Sync Bot 2019-07-12 10:24:58 +00:00
parent 026e550d35
commit e7fcc8e274
453 changed files with 7751 additions and 2288 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontFamily</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontFamily</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-family-prop">
<meta name="assert" content="font-family computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontFeatureSettings</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontFeatureSettings</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-feature-settings-prop">
<meta name="assert" content="font-feature-settings computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontKerning</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontKerning</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-kerning-prop">
<meta name="assert" content="font-kerning computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontSizeAdjust</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontSizeAdjust</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-size-adjust-prop">
<meta name="assert" content="font-size-adjust computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 4: getComputedValue().fontSize</title>
<title>CSS Fonts Module Level 4: getComputedStyle().fontSize</title>
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#font-size-prop">
<meta name="assert" content="font-size computed value is an absolute length.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 4: getComputedValue().fontStretch</title>
<title>CSS Fonts Module Level 4: getComputedStyle().fontStretch</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-4/#font-stretch-prop">
<meta name="assert" content="font-stretch computed value is a percentage.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontStyle</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontStyle</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-style-prop">
<meta name="assert" content="font-style computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontSynthesis</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontSynthesis</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-synthesis-prop">
<meta name="assert" content="font-synthesis computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontVariantCaps</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontVariantCaps</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-variant-caps-prop">
<meta name="assert" content="font-variant-caps computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontVariantEastAsian</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontVariantEastAsian</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-variant-east-asian-prop">
<meta name="assert" content="font-variant-east-asian computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontVariantLigatures</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontVariantLigatures</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-variant-ligatures-prop">
<meta name="assert" content="font-variant-ligatures computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontVariantNumeric</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontVariantNumeric</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-variant-numeric-prop">
<meta name="assert" content="font-variant-numeric computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontVariantPosition</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontVariantPosition</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-variant-position-prop">
<meta name="assert" content="font-variant-position computed value is as specified.">
<script src="/resources/testharness.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 3: getComputedValue().fontWeight</title>
<title>CSS Fonts Module Level 3: getComputedStyle().fontWeight</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-3/#font-weight-prop">
<meta name="assert" content="font-weight computed value is a number.">
<script src="/resources/testharness.js"></script>