diff options
Diffstat (limited to 'test/layout/bfc-next-to-float.html')
-rw-r--r-- | test/layout/bfc-next-to-float.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layout/bfc-next-to-float.html b/test/layout/bfc-next-to-float.html index cc03fb63..6fe96f6a 100644 --- a/test/layout/bfc-next-to-float.html +++ b/test/layout/bfc-next-to-float.html @@ -3,7 +3,7 @@ first </div> <div style="display: flow-root"> -<div style="width: 100%">second</div> second second second second second second second second second second second second second second second +<div style="width: 100%; background: red">second</div> second second second second second second second second second second second second second second second </div> <div style="display: flow-root"> third |