aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/document.rs
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2013-09-10 09:43:50 -0700
committerbors-servo <release+servo@mozilla.com>2013-09-10 09:43:50 -0700
commit2d556303ca11e6ce69e4e5c8336fabc95556affb (patch)
tree6a0b7d6882b7987d6eab14bccee027e9dd2d38d6 /src/components/script/dom/document.rs
parent62f0d19fabe218cbd720892283de2122820ea01e (diff)
parentf96a0ac8b4acd2d579b08cf45a3edac52d87d8d3 (diff)
downloadservo-2d556303ca11e6ce69e4e5c8336fabc95556affb.tar.gz
servo-2d556303ca11e6ce69e4e5c8336fabc95556affb.zip
auto merge of #811 : sammykim/servo/border-style, r=metajack
As I commented in codes, there are some issues to render some border-styles. I can't figure out why this code doesn't show what I expect. I compare this result with firefox. And when I tested it with CSSBorderStyleDashed, It looks almost same with firefox. But CSSBorderStyleSolid and CSSBorderStyleDotted don't show right result. I guess the first problem is processing JoinCap with CSSBorderStyleSolid. It might be problems in Azure or somewhere I don't know exactly. I suspect the second problem is processing DashPattern with CSSBorderDotted. It is also somewhere in Azure or another modules. So I sent this PR and expect someone can help me to figure out what the problem makes this issues. If you can't catch what the problem is exactly, I will leave an issue and look it more after this merged. PS. I referred to firefox code for border style codes. URL : http://mxr.mozilla.org/mozilla-central/source/layout/base/nsCSSRenderingBorders.cpp#1080
Diffstat (limited to 'src/components/script/dom/document.rs')
0 files changed, 0 insertions, 0 deletions