mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
style: Simplify serialisation of BorderCornerRadius when possible.
Closes #18458. Matches other browsers in test-cases like: <div id="t" style="border-top-left-radius: 5px 5px"></div> <script>alert(t.style.borderTopLeftRadius)</script> (I think it'd be nicer to preserve the original value completely, but not going to complain given we already do this for all sorts of Rect<T>s and such, and this is much easier).
This commit is contained in:
parent
6f97dd1c96
commit
4936314b7e
3 changed files with 13 additions and 8 deletions
|
@ -27301,7 +27301,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/calc.html": [
|
||||
"4f65929cacf623da2d3e310a6663d6165a1b0cdc",
|
||||
"2b6f029f2393830ea8dce5f26a5c9caaae65944f",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/canvas.initial.reset.2dstate.html": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue