зеркало из https://github.com/mozilla/gecko-dev.git
Back out changeset bc0ffa0fc4d8 (bug 1209649) for the 10.10 failures that nobody expects
This commit is contained in:
Родитель
bc8cdf084b
Коммит
6ed0e28cd9
|
@ -1,37 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#leftCover {
|
||||
width: 30px;
|
||||
height: 50px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
#rightCover {
|
||||
width: 20px;
|
||||
height: 120px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 150px;
|
||||
}
|
||||
|
||||
#boxShadowRegular {
|
||||
width: 152px;
|
||||
height: 19.5px;
|
||||
box-shadow: 0px 0px 1px #3b99FC inset,
|
||||
0px 0px 4px 1px #3B99FC,
|
||||
0px 0px 1.5px 1px #3B99FC;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<html>
|
||||
<div id="boxShadowRegular"></div>
|
||||
<div id="leftCover"></div>
|
||||
<div id="rightCover"></div>
|
||||
</html>
|
|
@ -1,37 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#boxShadow {
|
||||
width: 152px;
|
||||
height: 19.5px;
|
||||
box-shadow: 0px 0px 1px #3b99FC inset,
|
||||
0px 0px 4px 1px #3B99FC,
|
||||
0px 0px 1.5px 1px #3B99FC;
|
||||
border-radius: 10000px 0px 0px 10000px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#leftCover {
|
||||
width: 30px;
|
||||
height: 50px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
#rightCover {
|
||||
width: 20px;
|
||||
height: 120px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 150px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<html>
|
||||
<div id="boxShadow"></div>
|
||||
<div id="leftCover"></div>
|
||||
<div id="rightCover"></div>
|
||||
</html>
|
|
@ -22,7 +22,6 @@ random-if(d2d) == boxshadow-threecorners.html boxshadow-threecorners-ref.html
|
|||
== boxshadow-opacity.html boxshadow-opacity-ref.html
|
||||
== boxshadow-color-rounding.html boxshadow-color-rounding-ref.html
|
||||
== boxshadow-color-rounding-middle.html boxshadow-color-rounding-middle-ref.html
|
||||
== boxshadow-large-border-radius.html boxshadow-large-border-radius-ref.html
|
||||
|
||||
== overflow-not-scrollable-1.html overflow-not-scrollable-1-ref.html
|
||||
== overflow-not-scrollable-1.html overflow-not-scrollable-1-ref2.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче