Update web-platform-tests to revision c2b30ef30749b6a8f2cc832761dfe011e63d5e94

This commit is contained in:
WPT Sync Bot 2018-10-05 21:34:34 -04:00
parent 987e376ca7
commit eda9b9b73a
142 changed files with 3513 additions and 851 deletions

View file

@ -5,23 +5,27 @@
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<meta content="ahem" name="flags">
<style>
body {
overflow: hidden;
}
.container {
writing-mode: horizontal-tb;
padding: 70px 30px;
margin: -170px -230px;
font: 100px/1 Ahem;
line-height: 100px;
color: red;
}
.container::first-letter {
color:green;
color: transparent;
}
.container > span {
clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
color: red;
}
.container > span > span {
color: green;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div class="container">
<span>
XX<br>
XXX
</span>
<br>
XX<span><span>X</span>X<br>XXXXX</span>
</div>

View file

@ -5,24 +5,27 @@
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<meta content="ahem" name="flags">
<style>
body {
overflow: hidden;
}
.container {
writing-mode: vertical-rl;
margin-left: -100px;
padding: 70px 30px;
margin: -270px -130px;
font: 100px/1 Ahem;
line-height: 100px;
color: red;
}
.container::first-letter {
color:green;
color: transparent;
}
.container > span {
clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
color: red;
}
.container > span > span {
color: green;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div class="container">
<span>
XX<br>
XXX
</span>
<br>
XX<span><span>X</span>X<br>XXXXX</span>
</div>

View file

@ -5,23 +5,27 @@
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<meta content="ahem" name="flags">
<style>
body {
overflow: hidden;
}
.container {
writing-mode: vertical-lr;
padding: 70px 30px;
margin: -270px -130px;
font: 100px/1 Ahem;
line-height: 100px;
color: red;
}
.container::first-letter {
color:green;
color: transparent;
}
.container > span {
clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
color: red;
}
.container > span > span {
color: green;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div class="container">
<span>
XX<br>
XXX
</span>
<br>
XX<span><span>X</span>X<br>XXXXX</span>
</div>