Bug 759036. Reftest for bugfix. r=Bas

--HG--
extra : rebase_source : 5be2de49fcb4cb94d963bb2556a004503d670a80
This commit is contained in:
Nicholas Cameron 2012-06-08 11:44:03 +12:00
parent 7ebb6c0c00
commit 55fdde64ee
6 changed files with 85 additions and 1 deletions

View File

@ -0,0 +1,24 @@
<!doctype html>
<html>
<head>
<style>
#container {
height: 300px;
width: 300px;
overflow:hidden;
border-radius:30px;
}
#inner {
width: 380px;
height: 260px;
background-color: #7fff7f;
}
</style>
</head>
<body>
<div id="container">
<div id="inner">
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,25 @@
<!doctype html>
<html>
<head>
<style>
#container {
height: 300px;
width: 300px;
overflow:hidden;
border-radius:30px;
opacity: 0.5;
}
#inner {
width: 380px;
height: 260px;
background-color: #00ff00;
}
</style>
</head>
<body>
<div id="container">
<div id="inner">
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<style>
.clipround {
width:250px;
overflow:hidden;
-moz-transform: translateX(300px);
border-radius:35px;
opacity:0.5;
}
</style>
</head>
<body>
<img src="mozilla-banner.gif" class="clipround">
</body>
</html>

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<style>
.clipround {
width:250px;
overflow:hidden;
-moz-transform: translateX(300px);
border-radius:35px;
}
</style>
</head>
<body>
<img src="mozilla-banner-opacity.gif" class="clipround">
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1704,7 +1704,9 @@ needs-focus == 731726-1.html 731726-1-ref.html
== 751012-1a.html 751012-1-ref.html
== 751012-1b.html 751012-1-ref.html
== 690643-1.html 690643-1-ref.html
== 758561-1.html 758561-1-ref.html
== 748692-1a.html 748692-1-ref.html
== 748692-1b.html 748692-1-ref.html
== 758561-1.html 758561-1-ref.html
+fuzzy-if(true,1,19) == 759036-1.html 759036-1-ref.html
+fuzzy-if(true,3,5859) == 759036-2.html 759036-2-ref.html
== 753329-1.html about:blank