Update web-platform-tests to revision 593d7eb21e1c3ac161aa51cce914056eb9182962

This commit is contained in:
WPT Sync Bot 2020-07-24 08:20:09 +00:00
parent 453aafeea6
commit bd0b0ea24a
92 changed files with 1060 additions and 159 deletions

View file

@ -0,0 +1,20 @@
<!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
{
color: green;
font-size: 300%;
text-decoration: underline overline line-through;
}
</style>
<p>Test passes if each glyph of "Selected Text" is green and <strong>not red</strong> and if the underline, the overline and the line-through are also green and not red.
<div>Selected Text</div>

View file

@ -0,0 +1,21 @@
<!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%;
}
</style>
<p>Test passes if background color of "Selected Text" is yellow and if each glyph of "Selected Text" is green.
<div>Selected Text</div>