mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 448193 - add reftest that didn't get added, or noticed since it was commented out, and annotate it as fuzzy
--HG-- extra : rebase_source : 4f2c9944b888e452439c845d48dbbaaa70c4d60e
This commit is contained in:
parent
2943f607b4
commit
2669e69986
18
layout/reftests/bugs/448193-ref.html
Normal file
18
layout/reftests/bugs/448193-ref.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<html><head>
|
||||
<title>3d effect degradation at 1px with border radius</title>
|
||||
<style>
|
||||
div {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 20px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div style="border-color: #b30000 #ff7f7f #ff7f7f #b30000"></div>
|
||||
<div style="border-color: #ff7f7f #b30000 #b30000 #ff7f7f"></div>
|
||||
</body>
|
||||
</html>
|
18
layout/reftests/bugs/448193.html
Normal file
18
layout/reftests/bugs/448193.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<html><head>
|
||||
<title>3d effect degradation at 1px with border radius</title>
|
||||
<style>
|
||||
div {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 10px;
|
||||
border-width: 1px;
|
||||
border-color: red;
|
||||
-moz-border-radius: 20px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div style="border-style: inset"></div>
|
||||
<div style="border-style: outset"></div>
|
||||
</body>
|
||||
</html>
|
@ -1167,7 +1167,7 @@ random == 445004-1.html 445004-1-ref.html # bug 472268
|
||||
== 446100-1f.html about:blank
|
||||
== 446100-1g.html about:blank
|
||||
== 446100-1h.html about:blank
|
||||
# == 448193.html 448193-ref.html # Fails due to 2 small single-pixel differences
|
||||
fuzzy(127,2) == 448193.html 448193-ref.html
|
||||
# == 448987.html 448987-ref.html # Disabled for now - it needs privileges
|
||||
!= 449149-1a.html about:blank
|
||||
!= 449149-1b.html about:blank
|
||||
|
Loading…
Reference in New Issue
Block a user