Bug 1216200. Inset box shadow reftest with negative spread value. r=mstange

This commit is contained in:
Mason Chang 2015-10-26 08:31:17 -07:00
parent daae12696c
commit 31f926488b
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html>
<head>
<style>
div.neg
{
margin: 35px auto 95px auto;
width: 200px;
height: 200px;
box-shadow: 0px 0px 15px -20px #808080 inset;
}
</style>
</head>
<body>
<div class="neg"></div>
</body>
</html>

View File

@ -24,6 +24,7 @@ random-if(d2d) == boxshadow-threecorners.html boxshadow-threecorners-ref.html
== boxshadow-color-rounding-middle.html boxshadow-color-rounding-middle-ref.html
fuzzy-if(OSX==1010,1,24) == boxshadow-large-border-radius.html boxshadow-large-border-radius-ref.html # Bug 1209649
== boxshadow-border-radius-int.html boxshadow-border-radius-int-ref.html
== boxshadow-inset-neg-spread.html about:blank
== overflow-not-scrollable-1.html overflow-not-scrollable-1-ref.html
== overflow-not-scrollable-1.html overflow-not-scrollable-1-ref2.html