mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
Fixes #8445 The only attributes I found that we have implemented that uses non-zero dimenion attributes: * `width` for `<td>` and `<th>` (table cells) * `width` for `<table>` I updated these implementations to use the new non-zero dimension attribute parsing and added associated regression tests.
14 lines
87 B
HTML
14 lines
87 B
HTML
<style>
|
|
p {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
|
|
<p>a b</p>
|
|
|
|
<hr>
|
|
|
|
<p>a</p>
|
|
<p>b</p>
|