mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 452747. Make reftest robust against subpixel rendering on Mac. r=dholbert,sr=dbaron
This commit is contained in:
parent
787e31d22a
commit
544d6c9941
@ -1,7 +1,8 @@
|
||||
<html>
|
||||
<head><style>
|
||||
table { width: 10px; }
|
||||
div { background: lightgreen; }
|
||||
div { background: lightgreen;
|
||||
padding: 0.2em; }
|
||||
</style></head>
|
||||
<body>
|
||||
<table><tr><td>
|
||||
|
@ -1,7 +1,8 @@
|
||||
<html>
|
||||
<head><style>
|
||||
table { width: 10px; }
|
||||
div { background: lightgreen; }
|
||||
div { background: lightgreen;
|
||||
padding: 0.2em; }
|
||||
</style></head>
|
||||
<body>
|
||||
<table><tr><td>
|
||||
|
Loading…
Reference in New Issue
Block a user