Skip to content

Commit

Permalink
Correct border-radius-011-ref.xht
Browse files Browse the repository at this point in the history
The reference for border-radius-011.xht was incorrect and did not
reflect the test case.
  • Loading branch information
csnardi authored and gsnedders committed Dec 28, 2017
1 parent 3758d73 commit 9b5cff5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions css/css-backgrounds/border-radius-011-ref.xht
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,20 @@
<link rel="author" title="Nokia" href="http://www.nokia.com/" />
<style>
div {
border: 2px solid #a1a1a1;
background: #dddddd;
position: absolute;
top: 150px;
width: 200px;
height: 100px;
}
</style>
</head>
<body>
<p>There should be two boxes, each with corners that have no rounding.</p>
<p>A white rectangle with no border-radius property sits exactly on top of an exact same size red rectangle with border-radius set to zero.</p>
<ul>
<li>PASS if the two boxes below are the same, each with sharp corner joins (no rounding).</li>
<li>FAIL if corner joins have any rounding.</li>
<li>PASS if no red is visible on the page.</li>
<li>FAIL if any red is visible.</li>
</ul>

<div></div>
<p><br/></p>
<div></div>
</body>
</html>

0 comments on commit 9b5cff5

Please sign in to comment.