Update web-platform-tests and CSS tests.

- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
Ms2ger 2017-02-06 11:06:12 +01:00
parent fb4f421c8b
commit 296fa2512b
21852 changed files with 2080936 additions and 892894 deletions

View file

@ -8,31 +8,31 @@
<meta content="The ch unit is equal to the used advance measure of the 0 (ZERO, U+0030) glyph found in the font used to render it." name="assert">
<style>
span {
background: green;
color: green;
top: 0; bottom: 0;
position: absolute;
background: green;
color: green;
top: 0; bottom: 0;
position: absolute;
}
div {
background: red;
color: red;
position: relative;
height: 10ch;
width: 5ch;
float: left;
background: red;
color: red;
position: relative;
height: 10ch;
width: 5ch;
float: left;
}
div + div {
width: auto;
width: auto;
}
div + div span {
width: 5ch;
width: 5ch;
}
</style>
</head><body>
<p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
<div><span>00000</span></div>
<div><span></span>00000</div>
<p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
<div><span>00000</span></div>
<div><span></span>00000</div>
</body></html>