mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision bc60e6f82132cfc9a5b688c566c7772024b3c15c
This commit is contained in:
parent
449881f566
commit
29156ca9e2
223 changed files with 7517 additions and 2093 deletions
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>Test reference</title>
|
||||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<style>
|
||||
.v-rl {
|
||||
writing-mode: vertical-rl;
|
||||
width: 200px;
|
||||
}
|
||||
span {
|
||||
-webkit-text-combine: horizontal; /*testing the layout text-combine, not it's support in general*/
|
||||
text-combine-upright: all;
|
||||
white-space: normal;
|
||||
}
|
||||
#test { color: blue; }
|
||||
#ref { color: orange; }
|
||||
</style>
|
||||
<p>Test passes if the blue and orange lines of text are identical.
|
||||
|
||||
<div class=v-rl>
|
||||
<div id=test>あ<span>12</span>い<span>34</span>う<span>5 6</span>えお</div>
|
||||
<div id=ref>あ<span>12</span>い<span>34</span>う<span>5 6</span>えお</div>
|
||||
</div>
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>Test Reference</title>
|
||||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<style>
|
||||
.v-rl {
|
||||
writing-mode: vertical-rl;
|
||||
width: 200px;
|
||||
}
|
||||
span {
|
||||
-webkit-text-combine: horizontal; /*testing the layout text-combine, not it's support in general*/
|
||||
text-combine-upright: all;
|
||||
white-space: pre;
|
||||
}
|
||||
#test { color: blue; }
|
||||
#ref { color: orange; }
|
||||
</style>
|
||||
<p>Test passes if the blue and orange lines of text are identical.
|
||||
|
||||
<div class=v-rl>
|
||||
<div id=test>あ<span> 12</span>い<span>34 </span>う<span>5 6</span>えお</div>
|
||||
<div id=ref>あ<span> 12</span>い<span>34 </span>う<span>5 6</span>えお</div>
|
||||
</div>
|
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>Test Reference</title>
|
||||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<style>
|
||||
.v-rl {
|
||||
writing-mode: vertical-rl;
|
||||
width: 200px;
|
||||
}
|
||||
span {
|
||||
display: inline-block;
|
||||
height: 1em;
|
||||
}
|
||||
#test { color: blue; }
|
||||
#test2 { color: brown; }
|
||||
#ref { color: orange; }
|
||||
.v-rl > div {
|
||||
display: inline-block;
|
||||
border: solid;
|
||||
margin: 0 5px;
|
||||
}
|
||||
</style>
|
||||
<p>Test passes if the blue, orange, brown boxes are identical.
|
||||
|
||||
<div class=v-rl>
|
||||
<div id=test>あいう<span></span>えお<span></span></div>
|
||||
<br>
|
||||
<div id=test2>あいう<span></span>えお<span></span></div>
|
||||
<br>
|
||||
<div id=ref>あいう<span></span>えお<span></span></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue