mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Bug 1216200. Inset box shadow reftest with negative spread value. r=mstange
This commit is contained in:
parent
daae12696c
commit
31f926488b
17
layout/reftests/box-shadow/boxshadow-inset-neg-spread.html
Normal file
17
layout/reftests/box-shadow/boxshadow-inset-neg-spread.html
Normal 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>
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user