Add reftest

This commit is contained in:
rflint@ryanflint.com 2007-12-18 03:22:54 -08:00
parent c460e1546b
commit 6476c4ad8b
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>-moz-border-radius background image clipping (bug 24998)</title>
<style type="text/css">
div {
height: 100px;
width: 100px;
border: 10px solid black;
-moz-border-radius: 100px;
background-color: #00FF00;
}
</style>
</head>
<body>
<div></div>
</body>
</html>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>-moz-border-radius background image clipping (bug 24998)</title>
<style type="text/css">
div {
height: 100px;
width: 100px;
border: 10px solid black;
-moz-border-radius: 100px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12Ng%2BM8AAAICAQCqKp4nAAAAAElFTkSuQmCC);
}
</style>
</head>
<body>
<div></div>
</body>
</html>

View File

@ -32,6 +32,7 @@
== 18217-zorder-5.html 18217-zorder-ref-inline-table.html
== 23604-1.html 23604-1-ref.html
== 23604-2.html 23604-2-ref.html
fails == 24998.html 24998-ref.html
fails == 25888-1l.html 25888-1l-ref.html # bug 25888
fails != 25888-1l.html 25888-1l-notref.html # bug 25888
fails == 25888-1r.html 25888-1r-ref.html # bug 25888