mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 921495 - Add a test for shadow blur rounding.
This commit is contained in:
parent
166b3db22a
commit
912c8ecc1b
10
layout/reftests/box-shadow/boxshadow-color-rounding-ref.html
Normal file
10
layout/reftests/box-shadow/boxshadow-color-rounding-ref.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<style>
|
||||
#thediv {
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
background: lime;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="thediv"></div>
|
11
layout/reftests/box-shadow/boxshadow-color-rounding.html
Normal file
11
layout/reftests/box-shadow/boxshadow-color-rounding.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user