[webkit-dev] Problem with -webkit-gradient css option on MIPS platform.
Pushkin Andrei
Andrei.Pushkin at promwad.com
Tue Sep 29 08:35:47 PDT 2015
Hi. I have embedded Linux MIPS board with webkit 1.10.
This code does not work on my MIPS board (-webkit-gradient is ignored):
<button type="submit" style="background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#adadad),color-stop(100%,#7d7c7d)); !important">ABC</button>
But work in my x86 PC on same version of webkit.
This code work fine in all platforms:
<div style="background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#adadad),color-stop(100%,#7d7c7d)); width: 100px; height:100px">ABC</div>
Andrei Pushkin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20150929/2204f374/attachment.html>
More information about the webkit-dev
mailing list