Update web-platform-tests to revision b'797e75946c24d0625f04247b16d33c26d4ada273'

This commit is contained in:
WPT Sync Bot 2023-04-30 01:27:44 +00:00
parent 4339b3bab4
commit 44e249bebb
414 changed files with 12588 additions and 11565 deletions

View file

@ -0,0 +1,38 @@
<!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>
table
{
border-spacing: 32px;
margin: -32px 0px 0px -32px;
}
td
{
height: 100px;
padding: 0px;
width: 100px;
}
</style>
<table>
<tr>
<td style="background-color: black;"><td style="background-color: gray;"><td style="background-color: gray;"><td style="background-color: black;">
<tr>
<td style="background-color: blue;"><td><td><td style="background-color: purple;">
<tr>
<td style="background-color: blue;"><td><td><td style="background-color: purple;">
<tr>
<td style="background-color: black;"><td style="background-color: orange;"><td style="background-color: orange;"><td style="background-color: black;">
</table>