Update web-platform-tests to revision e426a6933a05bf144eba06a1d4c47ba876a4e2d1

This commit is contained in:
WPT Sync Bot 2019-05-22 10:24:35 +00:00
parent 415b26e4f1
commit 5e5eccabf8
495 changed files with 14920 additions and 784 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
font: 16px / 32px serif;
white-space: pre;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3
Line 4
Line 5</div>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3
Line 4…</div>

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3
Line 4…</div>
<p>Following content.</p>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp"><div>Line 1
Line 2
Line 3
Line 4…</div></div>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp"><div>Line 1
Line 2…</div><div>Line A
Line B…</div>Line 一
Line 二…</div>

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
.child {
font: 24px / 48px serif;
color: blue;
}
</style>
<div class="clamp"><div>Line 1
Line 2<div class="child">Line 3…</div></div></div>

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
.child {
font: 24px / 48px serif;
color: blue;
}
</style>
<div class="clamp"><div>Line 1
Line 2<div class="child">Line 3
Line 4</div>Line 5…</div></div>

View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
.child {
font: 24px / 48px serif;
color: blue;
padding: 0 4px;
}
</style>
<div class="clamp"><div>Line 1
Line 2<div class="child">Line 3
Line 4</div>Line 5…</div></div>

View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
.child {
display: flex;
font: 24px / 48px serif;
color: blue;
}
</style>
<div class="clamp"><div>Line 1
Line 2<div class="child">Line 3
Line 4</div>Line 5…</div></div>

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
.child {
font: 24px / 48px serif;
color: blue;
}
</style>
<div class="clamp"><div>Line 1
Line 2<table class="child" border="1"><tr><td>Line 3
Line 4</td></tr></table>Line 5…</div></div>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
direction: rtl;
}
</style>
<div class="clamp">Line 1
Line 2…</div>

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: horizontal;
font: 16px / 32px serif;
white-space: pre;
padding: 4px 0;
background-color: yellow;
writing-mode: vertical-rl;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3
Line 4
Line 5</div>

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2…</div>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3…</div>
<p>Following content.</p>

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3
Line 4
Line 5</div>
<p>Following content.</p>

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3
Line 4
Line 5</div>
<p>Following content.</p>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3…</div>
<p>Following content.</p>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3…</div>
<p>Following content.</p>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2</div>
<p>Following content.</p>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3</div>
<p>Following content.</p>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-inline-box;
-webkit-box-orient: vertical;
font: 16px / 32px monospace;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
Before <div class="clamp">Line 1
Line 2
Line …</div> After</div>
<p>Following content.</p>

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px monospace;
white-space: pre;
padding: 0 4px;
background-color: yellow;
width: 11ch;
}
.float {
float: right;
color: orange;
}
</style>
<div class="clamp"><div><div class="float">[f]</div>A B C D…</div>

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px monospace;
white-space: pre;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3
Line 4
Line 5</div>
<p>Following content.</p>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px monospace;
white-space: pre;
background-color: yellow;
}
</style>
<div class="clamp"><div>Line 1
Line 2<fieldset>Line 3
Line 4<legend>Line 5
Line 6</legend></fieldset>Line 7…</div></div>
<p>Following content.</p>

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px monospace;
white-space: pre;
background-color: yellow;
}
.child {
overflow: hidden;
}
</style>
<div class="clamp"><div class="child">Line 1
Line 2
Line 3…</div></div>
<p>Following content.</p>

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px monospace;
white-space: pre;
background-color: yellow;
border: none;
overflow: hidden;
}
</style>
<div class="clamp"><div>Line 1
Line 2
Line 3…</div></div>
<p>Following content.</p>

View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
.big {
font-weight: bold;
border-top: 2px solid blue;
padding: 20px 0;
}
</style>
<div class="clamp"><div class="item">Line 1
Line 2
Line 3 <span class="big">BIG</span></div></div>
<p>Following content.</p>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3
</div>