Remove workaround for bug 1224761. r=dbaron

This commit is contained in:
Daniel Holbert 2015-11-24 07:23:14 -08:00
parent 5e86c37c46
commit 1ee6a33cb7

View File

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