Update web-platform-tests to revision 43ef1ad9afcc9d9d922a5a96bc12b4eaf950960b

This commit is contained in:
WPT Sync Bot 2020-07-29 08:21:27 +00:00
parent c6a3dcb90d
commit 720d8a12b8
108 changed files with 1609 additions and 244 deletions

View file

@ -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>