Sign in
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
third_party
/
blink
/
web_tests
/
fragmentation
/
fragmented-table-with-fixed-height-expected.html
blob: 463eefa374d63836d728a502103c79bbf170e83b [
file
]
<!DOCTYPE html>
<p>
Below there should be a blue square snapped to the blue line above it.
</p>
<div
style
=
"
width
:
300px
;
border-top
:
1px
solid blue
;
"
>
<div
style
=
"
margin-left
:
100px
;
width
:
80px
;
height
:
80px
;
background
:
blue
;
"
></div>
</div>