зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1317351 - Reftest.
This commit is contained in:
Родитель
7eb71d6d55
Коммит
99131f1777
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
|
||||
html { padding: 100px }
|
||||
|
||||
mask {
|
||||
position: absolute;
|
||||
top: 98px; left: 98px;
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
background: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<mask></mask>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
|
||||
html { padding: 100px }
|
||||
|
||||
input,button {
|
||||
width: auto;
|
||||
min-width: 50px;
|
||||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
mask {
|
||||
position: absolute;
|
||||
top: 98px; left: 98px;
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
background: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<input type="color">
|
||||
<button><div style="width:100%; height:100%"></div></button>
|
||||
|
||||
<mask></mask>
|
||||
</body>
|
||||
</html>
|
|
@ -46,3 +46,4 @@ fails-if(Android) == disabled-1.html disabled-1-ref.html
|
|||
== width-erode-all-focuspadding-rtl.html width-erode-all-focuspadding-rtl-ref.html
|
||||
== width-erode-overflow-focuspadding-rtl.html width-erode-overflow-focuspadding-rtl-ref.html
|
||||
== display-grid-flex-columnset.html display-grid-flex-columnset-ref.html
|
||||
== 1317351.html 1317351-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче