Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<html>
<head>
<title>CSS Test: Borders. border&ndash;radius set to zero</title>
<link rel="author" title="Nokia" href="http://www.nokia.com/">
@ -8,7 +8,7 @@
<meta name="flags" content="">
<meta name="assert" content="If border-radius is zero, all corners are square.">
<style type="text/css">
div
div
{
width:200px;
height: 100px;
@ -29,8 +29,8 @@
left: 30px;
}
</style>
</style>
</head>
<body>
<p>
@ -42,7 +42,7 @@
<li>FAIL if any red is visible.</li>
</ul>
<!-- PLACE TEST CONTENT FROM HERE -->
<div id="reference"></div>
<div id="test"></div>
<div id="reference"></div>
<div id="test"></div>
</body>
</html>