mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove workaround for bug 1224761. r=dbaron
This commit is contained in:
parent
5e86c37c46
commit
1ee6a33cb7
@ -33,12 +33,7 @@
|
||||
<br>
|
||||
|
||||
<!-- Two color stops, both at the same position: -->
|
||||
<!-- XXXdholbert This piece of the testcase & reference case should just
|
||||
render like "background: yellow", but they render as a gradual
|
||||
yellow-to-blue gradient right now, as described in bug 1224761. When
|
||||
that's fixed, we can just give this div "background: yellow". -->
|
||||
<div style="background: linear-gradient(to right,
|
||||
blue 0%, yellow 0%)"></div>
|
||||
<div style="background: yellow"></div>
|
||||
<div style="background: blue"></div>
|
||||
<div style="background: linear-gradient(to right,
|
||||
blue 30%, yellow 30%)"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user