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,24 @@
<!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-block;
font-size: 48px;
line-height: 1.25; /* computes to 60px */
position: relative;
top: 1.25em;
}
</style>
<p>Test passes if "Text sample" is green and if its background color is yellow.
<div>Test sample</div>