mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 90aab682c731f768872ca2b37f047752d5da2d8a
This commit is contained in:
parent
701b698999
commit
a71c7758db
139 changed files with 2383 additions and 998 deletions
|
@ -9,7 +9,6 @@
|
|||
<style>
|
||||
div
|
||||
{
|
||||
background-color: yellow;
|
||||
color: green;
|
||||
float: left;
|
||||
font-size: 32px;
|
||||
|
@ -28,11 +27,13 @@
|
|||
|
||||
div.mixed
|
||||
{
|
||||
background-color: yellow;
|
||||
text-orientation: mixed;
|
||||
}
|
||||
|
||||
div.sideways
|
||||
{
|
||||
background-color: yellow;
|
||||
text-orientation: sideways;
|
||||
}
|
||||
|
||||
|
@ -40,6 +41,11 @@
|
|||
{
|
||||
text-orientation: upright;
|
||||
}
|
||||
|
||||
div.upright > span
|
||||
{
|
||||
background-color: yellow;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if each glyph of the 6 "Selected Text" is green and if there is <strong>no red</strong>.
|
||||
|
@ -48,10 +54,10 @@
|
|||
|
||||
<div class="vrl sideways">Selected Text</div>
|
||||
|
||||
<div class="vrl upright">Selected Text</div>
|
||||
<div class="vrl upright"><span>Selected Text</span></div>
|
||||
|
||||
<div class="vlr mixed">Selected Text</div>
|
||||
|
||||
<div class="vlr sideways">Selected Text</div>
|
||||
|
||||
<div class="vlr upright">Selected Text</div>
|
||||
<div class="vlr upright"><span>Selected Text</span></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue