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 Writing Modes: getComputedValue().direction</title>
<title>CSS Writing Modes: getComputedStyle().direction</title>
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#propdef-direction">
<meta name="assert" content="direction 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 Writing Modes: getComputedValue().textCombineUpright</title>
<title>CSS Writing Modes: getComputedStyle().textCombineUpright</title>
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#propdef-text-combine-upright">
<meta name="assert" content="text-combine-upright 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 Writing Modes: getComputedValue().textOrientation</title>
<title>CSS Writing Modes: getComputedStyle().textOrientation</title>
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#propdef-text-orientation">
<meta name="assert" content="text-orientation 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 Writing Modes: getComputedValue().unicodeBidi</title>
<title>CSS Writing Modes: getComputedStyle().unicodeBidi</title>
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#propdef-unicode-bidi">
<meta name="assert" content="unicode-bidi 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 Writing Modes: getComputedValue().writingMode</title>
<title>CSS Writing Modes: getComputedStyle().writingMode</title>
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#propdef-writing-mode">
<meta name="assert" content="writing-mode computed value is as specified.">
<script src="/resources/testharness.js"></script>