mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
layout: Store overflow for flows impacted by floats.
Makes qz.com visible. In order to work around a compiler bug involving Sized, this patch moves `store_overflow` to be a virtual method.
This commit is contained in:
parent
263b69cf7f
commit
b026a8ecf6
6 changed files with 74 additions and 41 deletions
13
tests/ref/float_overflow_area_ref.html
Normal file
13
tests/ref/float_overflow_area_ref.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><div style="float: left">Y</div></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue