mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 816357 helper: Add a simple border to fieldset & textarea elements in flexbox reftests, to work around occasionally-fuzzy-on-linux pixels at beveled border corners. (test-only)
This commit is contained in:
parent
94f98fa525
commit
4551c6012d
@ -16,6 +16,7 @@
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background: purple;
|
||||
border: 1px dotted green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -20,6 +20,7 @@
|
||||
width: 1000px;
|
||||
height: 50px;
|
||||
background: purple;
|
||||
border: 1px dotted green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -17,6 +17,7 @@
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background: purple;
|
||||
border: 1px dotted green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -22,6 +22,7 @@
|
||||
width: 50px;
|
||||
height: 1000px;
|
||||
background: purple;
|
||||
border: 1px dotted green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -16,6 +16,7 @@
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background: purple;
|
||||
border: 1px dotted green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -20,6 +20,7 @@
|
||||
width: 1000px;
|
||||
height: 50px;
|
||||
background: purple;
|
||||
border: 1px dotted green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -17,6 +17,7 @@
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background: purple;
|
||||
border: 1px dotted green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -22,6 +22,7 @@
|
||||
width: 50px;
|
||||
height: 1000px;
|
||||
background: purple;
|
||||
border: 1px dotted green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user