mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1211363. Part 2: reftest with int border radius. r=mstange
This commit is contained in:
parent
3335b9795e
commit
597947099d
@ -0,0 +1,31 @@
|
||||
<html>
|
||||
<style>
|
||||
#boxShadow {
|
||||
height: 210px;
|
||||
width: 290px;
|
||||
box-shadow: 0px 0px 2px graytext inset;
|
||||
}
|
||||
|
||||
#leftCover {
|
||||
width: 30px;
|
||||
height: 300px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
#rightCover {
|
||||
width: 20px;
|
||||
height: 300px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 280px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div id="boxShadow">test</div>
|
||||
<div id="leftCover"></div>
|
||||
<div id="rightCover"></div>
|
||||
</body>
|
32
layout/reftests/box-shadow/boxshadow-border-radius-int.html
Normal file
32
layout/reftests/box-shadow/boxshadow-border-radius-int.html
Normal file
@ -0,0 +1,32 @@
|
||||
<html>
|
||||
<style>
|
||||
#boxShadow {
|
||||
height: 210px;
|
||||
width: 290px;
|
||||
border-radius: 11px;
|
||||
box-shadow: 0px 0px 2px graytext inset;
|
||||
}
|
||||
|
||||
#leftCover {
|
||||
width: 30px;
|
||||
height: 300px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
#rightCover {
|
||||
width: 20px;
|
||||
height: 300px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 280px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div id="boxShadow">test</div>
|
||||
<div id="leftCover"></div>
|
||||
<div id="rightCover"></div>
|
||||
</body>
|
@ -23,6 +23,7 @@ random-if(d2d) == boxshadow-threecorners.html boxshadow-threecorners-ref.html
|
||||
== boxshadow-color-rounding.html boxshadow-color-rounding-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
|
||||
|
||||
== 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