Update web-platform-tests to revision 3adb0f89d80bb92ea1a458b3fbe461f7803549a9

This commit is contained in:
WPT Sync Bot 2020-05-05 08:18:46 +00:00
parent 173bfadaa7
commit f3e7a5cac0
119 changed files with 2706 additions and 282 deletions

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: green;
color: yellow;
display: inline;
font-size: 300%;
}
</style>
<p>Test passes if background color of "Text sample" is green and <strong>not red</strong>.
<div>Text sample</div>