Update web-platform-tests to revision c2e5b9fbaa17424f05ca2bb04609790a3b61d5c2

This commit is contained in:
WPT Sync Bot 2019-03-17 21:51:47 -04:00 committed by Josh Matthews
parent db7bb2a510
commit f2c1b70e4a
138 changed files with 2799 additions and 851 deletions

View file

@ -4,9 +4,11 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
<style type="text/css">
body {
color: navy;
}
div {
width: 138px;
color: orange;
font-size: 10px;
line-height: 1;
}

View file

@ -43,7 +43,7 @@
</style>
</head>
<body>
<p>Test passes if there are two black squares on the page.</p>
<p>Test passes if there are 2 filled black squares.</p>
<div id="test">XX XX</div>
<div id="reference"><div id="div1"></div><div id="div2"></div><div id="div3"></div></div>
</body>

View file

@ -9,6 +9,7 @@
{
font-family: monospace;
font-size: 10pt;
margin: 0;
}
div
{

View file

@ -12,6 +12,7 @@
{
font-family: monospace;
font-size: 10pt;
margin: 0;
}
div
{

View file

@ -16,12 +16,12 @@
#div1
{
white-space: pre-wrap;
margin-left: -1em;
}
#div2
{
background: black;
height: 1em;
margin-left: 1em;
width: 1em;
}
</style>