Update web-platform-tests to revision a3dd2ad02c65588ad280ceac378d82e9250d1045

This commit is contained in:
WPT Sync Bot 2019-10-23 10:27:05 +00:00
parent e26530341b
commit 15e68ad3d3
171 changed files with 2819 additions and 1841 deletions

View file

@ -3,26 +3,26 @@
<head>
<title>CSS Test: voice-family age keywords</title>
<link rel="author" title="John Foliot" href="mailto:john@foliot.ca">
<link rel="author" title="Katherine Mancuso" href="mailto:kmancuso@gmail.com">
<link rel="author" title="Ryan Eilders" href="mailto:ryaneilders@gmail.com">
<link rel="author" title="Katherine Mancuso" href="mailto:kmancuso@gmail.com">
<link rel="author" title="Ryan Eilders" href="mailto:ryaneilders@gmail.com">
<link rel="help" href="http://www.w3.org/TR/css3-speech/#voice-props-voice-family">
<meta name="flags" content="speech">
<meta name="assert" content="The child, young, and old values of voice-family render the text in child, young, and old voices, respectively.">
<style>
p.child { voice-family: child; }
p.young { voice-family: young; }
p.old { voice-family: old; }
<style>
p.child { voice-family: child; }
p.young { voice-family: young; }
p.old { voice-family: old; }
</style>
</style>
</head>
<body>
<p class="child">This sentence should be read in a child's voice.</p>
<p class="young">This sentence should be read in a young voice.</p>
<p class="old">This sentence should be read in a old voice.</p>
<p class="child">This sentence should be read in a child's voice.</p>
<p class="young">This sentence should be read in a young voice.</p>
<p class="old">This sentence should be read in a old voice.</p>
</body>
</html>

View file

@ -3,26 +3,26 @@
<head>
<title>CSS Test: voice-family age keywords + femal</title>
<link rel="author" title="John Foliot" href="mailto:john@foliot.ca">
<link rel="author" title="Katherine Mancuso" href="mailto:kmancuso@gmail.com">
<link rel="author" title="Ryan Eilders" href="mailto:ryaneilders@gmail.com">
<link rel="author" title="Katherine Mancuso" href="mailto:kmancuso@gmail.com">
<link rel="author" title="Ryan Eilders" href="mailto:ryaneilders@gmail.com">
<link rel="help" href="http://www.w3.org/TR/css3-speech/#voice-props-voice-family">
<meta name="flags" content="speech">
<meta name="assert" content="The child, young, and old values of voice-family +femal render the text in child, young, and old female voices, respectively.">
<style>
p.child_f { voice-family: child female; }
p.young_f { voice-family: young female; }
p.old_f { voice-family: old female; }
<style>
p.child_f { voice-family: child female; }
p.young_f { voice-family: young female; }
p.old_f { voice-family: old female; }
</style>
</style>
</head>
<body>
<p class="child_f">This sentence should be read in a child's female voice.</p>
<p class="young_f">This sentence should be read in a young female voice.</p>
<p class="old_f">This sentence should be read in a old female voice.</p>
<p class="child_f">This sentence should be read in a child's female voice.</p>
<p class="young_f">This sentence should be read in a young female voice.</p>
<p class="old_f">This sentence should be read in a old female voice.</p>
</body>
</html>

View file

@ -3,26 +3,26 @@
<head>
<title>CSS Test: voice-family age keywords + male</title>
<link rel="author" title="John Foliot" href="mailto:john@foliot.ca">
<link rel="author" title="Katherine Mancuso" href="mailto:kmancuso@gmail.com">
<link rel="author" title="Ryan Eilders" href="mailto:ryaneilders@gmail.com">
<link rel="author" title="Katherine Mancuso" href="mailto:kmancuso@gmail.com">
<link rel="author" title="Ryan Eilders" href="mailto:ryaneilders@gmail.com">
<link rel="help" href="http://www.w3.org/TR/css3-speech/#voice-props-voice-family">
<meta name="flags" content="speech">
<meta name="assert" content="The child, young, and old values of voice-family +male render the text in child, young, and old male voices, respectively.">
<style>
p.child_m { voice-family: child male; }
p.young_m { voice-family: young male; }
p.old_m { voice-family: old male; }
<style>
p.child_m { voice-family: child male; }
p.young_m { voice-family: young male; }
p.old_m { voice-family: old male; }
</style>
</style>
</head>
<body>
<p class="child_m">This sentence should be read in a child's male voice.</p>
<p class="young_m">This sentence should be read in a young male voice.</p>
<p class="old_m">This sentence should be read in a old male voice.</p>
<p class="child_m">This sentence should be read in a child's male voice.</p>
<p class="young_m">This sentence should be read in a young male voice.</p>
<p class="old_m">This sentence should be read in a old male voice.</p>
</body>
</html>

View file

@ -3,26 +3,26 @@
<head>
<title>CSS Test: voice-family age keywords + neutral</title>
<link rel="author" title="John Foliot" href="mailto:john@foliot.ca">
<link rel="author" title="Katherine Mancuso" href="mailto:kmancuso@gmail.com">
<link rel="author" title="Ryan Eilders" href="mailto:ryaneilders@gmail.com">
<link rel="author" title="Katherine Mancuso" href="mailto:kmancuso@gmail.com">
<link rel="author" title="Ryan Eilders" href="mailto:ryaneilders@gmail.com">
<link rel="help" href="http://www.w3.org/TR/css3-speech/#voice-props-voice-family">
<meta name="flags" content="speech">
<meta name="assert" content="The child, young, and old values of voice-family + neutral render the text in child, young, and old neutral voices, respectively.">
<style>
p.child_n { voice-family: child neutral; }
p.young_n { voice-family: young neutral; }
p.old_n { voice-family: old neutral; }
<style>
p.child_n { voice-family: child neutral; }
p.young_n { voice-family: young neutral; }
p.old_n { voice-family: old neutral; }
</style>
</style>
</head>
<body>
<p class="child_n">This sentence should be read in a child's neutral voice.</p>
<p class="young_n">This sentence should be read in a young neutral voice.</p>
<p class="old_n">This sentence should be read in a old neutral voice.</p>
<p class="child_n">This sentence should be read in a child's neutral voice.</p>
<p class="young_n">This sentence should be read in a young neutral voice.</p>
<p class="old_n">This sentence should be read in a old neutral voice.</p>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="assert" content="The male, female, and neutral values of voice-family render the text in male, female, and neutral voices, respectively.">
<style>
p.male { voice-family: male; }
p.female { voice-family: female; }
p.neutral { voice-family: neutral; }
</style>
<style>
p.male { voice-family: male; }
p.female { voice-family: female; }
p.neutral { voice-family: neutral; }
</style>
</head>
<body>
<p class="male">This sentence should be read in a male voice.</p>
<p class="female">This sentence should be read in a female voice.</p>
<p class="neutral">This sentence should be read in a "neutral" voice.</p>
<p class="male">This sentence should be read in a male voice.</p>
<p class="female">This sentence should be read in a female voice.</p>
<p class="neutral">This sentence should be read in a "neutral" voice.</p>
</body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<p>This sentence should be read in the user's preferred voice.</p>
<p>This sentence should be read in the user's preferred voice.</p>
</body>
</html>