mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 43ef1ad9afcc9d9d922a5a96bc12b4eaf950960b
This commit is contained in:
parent
c6a3dcb90d
commit
720d8a12b8
108 changed files with 1609 additions and 244 deletions
|
@ -9,13 +9,16 @@
|
|||
<style>
|
||||
div
|
||||
{
|
||||
background-color: yellow;
|
||||
display: inline-block;
|
||||
font-size: 48px;
|
||||
letter-spacing: 1em;
|
||||
}
|
||||
|
||||
span
|
||||
span#yellow
|
||||
{
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
span#orange
|
||||
{
|
||||
background-color: orange;
|
||||
}
|
||||
|
@ -23,4 +26,4 @@
|
|||
|
||||
<p>Test passes if the background of characters "c" and "t" is orange (and only those 2 characters) and if the space between those 2 characters is also orange.
|
||||
|
||||
<div>Sele<span>ct</span>ed Text</div>
|
||||
<div><span id="yellow">Sele<span id="orange">ct</span>ed</span></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue