mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
layout: Make box-sizing
only affect explicitly-specified or percentage
sizes, not automatically computed ones. Improves GitHub significantly.
This commit is contained in:
parent
510f8a817f
commit
611c54ce8c
5 changed files with 74 additions and 57 deletions
7
tests/ref/box_sizing_sanity_check_ref.html
Normal file
7
tests/ref/box_sizing_sanity_check_ref.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="float: left; background: yellow;">Heeheehee</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue