Update web-platform-tests to revision 1918e328d632ab5b15096c26bd1400dcba7dd4e5

This commit is contained in:
WPT Sync Bot 2020-09-30 08:21:28 +00:00
parent da9809caf0
commit 0092318a73
131 changed files with 1937 additions and 255 deletions

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
background-color: yellow;
color: green;
display: inline;
font-size: 300%;
}
span
{
color: purple;
}
</style>
<p>Test passes if background color of "Selected Text" is yellow, if the "S" glyph is purple and if the other glyphs are green.
<div><span>S</span>elected Text</div>