mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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–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>
|
||||
Reference in New Issue
Block a user