Update web-platform-tests to revision 66dc9c93f2c8ebd7c8fdc28fae20d92713c97806

This commit is contained in:
WPT Sync Bot 2019-06-26 10:22:48 +00:00
parent e488ea750b
commit 12f4ae132e
1651 changed files with 8123 additions and 14152 deletions

View file

@ -7,6 +7,7 @@
<link rel="match" href="numbers-units-007-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property (default) of the element on which it is used." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#test
{

View file

@ -7,6 +7,7 @@
<link rel="match" href="numbers-units-009-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property (pixels) of the element on which it is used." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -7,6 +7,7 @@
<link rel="match" href="numbers-units-010-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property (inches) of the element on which it is used." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -7,6 +7,7 @@
<link rel="match" href="numbers-units-011-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="When 'em' is assigned in the value of the 'font-size' property itself, it uses the font size of the parent element." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -7,6 +7,7 @@
<link rel="match" href="numbers-units-012-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property (ex) of the element on which it is used." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#parent
{

View file

@ -7,6 +7,7 @@
<link rel="match" href="numbers-units-013-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property of the element on which it is used." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#parent
{

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div {
background: black;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div {
background: black;

View file

@ -8,6 +8,7 @@
<link rel="match" href="numbers-units-015-ref-b.xht"/>
<meta name="flags" content="ahem should" />
<meta name="assert" content="In the cases where it is impossible or impractical to determine the x-height, a value of 0.5em should be used." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#test
{

View file

@ -7,6 +7,7 @@
<link rel="match" href="numbers-units-018-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="Units 'em' and 'ex' refer to the initial value of the property when specified on the root element of a document." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
html
{

View file

@ -7,6 +7,7 @@
<link rel="match" href="numbers-units-019-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'ex' unit size is defined by the element's first available font." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body
{

View file

@ -7,6 +7,7 @@
<link rel="match" href="numbers-units-021-ref.xht"/>
<meta name="flags" content="96dpi ahem" />
<meta name="assert" content="The 'em' unit refers to the property's initial value when specified on the root element." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
html
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table { font: 20px/1 Ahem; }
td { padding: 0; background: red; }

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.test { font: 250px/1 Ahem; margin: 0; color: navy; }
img { height: 1ex; }

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.test { font: 250px/1 Ahem; margin: 0; color: navy; }
img { height: 0.25ex; vertical-align: bottom; }

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.test { font: 20px/1 Ahem; min-width: 200px; min-height: 200px; background: red; float: left; }
.em { width: 10em; height: 5em; background: green; }

View file

@ -11,6 +11,7 @@
<meta name="flags" content="ahem" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div { margin: 4px 0; }
.border { border-top: solid 20px blue; width: 600px; }

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div { margin: 4px 0; }
.border { border-top: solid 20px blue; width: 600px; }

View file

@ -11,6 +11,7 @@
<meta name="flags" content="ahem" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div { margin: 4px 0; }
.border { border-top: solid 20px blue; width: 600px; }