Bug 921495 - Add a test for shadow blur rounding.

This commit is contained in:
Markus Stange 2013-11-21 17:44:46 +01:00
parent 166b3db22a
commit 912c8ecc1b
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<style>
#thediv {
width: 300px;
height: 300px;
background: lime;
}
</style>
<div id="thediv"></div>

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<style>
#thediv {
width: 300px;
height: 300px;
background: black;
box-shadow: inset 0 0 20px 200px lime;
}
</style>
<div id="thediv"></div>

View File

@ -20,6 +20,7 @@ random-if(d2d) == boxshadow-twocorners.html boxshadow-twocorners-ref.html
random-if(d2d) == boxshadow-threecorners.html boxshadow-threecorners-ref.html
== boxshadow-skiprect.html boxshadow-skiprect-ref.html
== boxshadow-opacity.html boxshadow-opacity-ref.html
== boxshadow-color-rounding.html boxshadow-color-rounding-ref.html
== overflow-not-scrollable-1.html overflow-not-scrollable-1-ref.html
== overflow-not-scrollable-1.html overflow-not-scrollable-1-ref2.html