Bug 1317351 - Reftest.

This commit is contained in:
Mats Palmgren 2016-11-15 19:31:14 +01:00
parent 7eb71d6d55
commit 99131f1777
3 changed files with 52 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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