Update web-platform-tests to revision 14f4f8e2c8ec5868a7c50fe647555cd966ba08a3

This commit is contained in:
WPT Sync Bot 2020-08-11 08:21:40 +00:00
parent 3097eb7de9
commit 714a3cfe1e
101 changed files with 2305 additions and 206 deletions

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
background-color: green;
height: 100px;
width: 600px;
}
</style>
<p>Test passes if there is a filled green rectangle and <strong>no red</strong>.
<div></div>