Sign in
webkit
/
WebKit
/
81fc0c25836dba863f8b010ef1780d6edd91f8c1
/
.
/
LayoutTests
/
fast
/
multicol
/
percent-height-expected.html
blob: 7404e2232c7496c0d51a155d11004c9eb7c2964b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Resolving percent height inside multicol
</title>
</head>
<body>
<p>
There should be a blue square below.
</p>
<div
style
=
"
width
:
99px
;
height
:
99px
;
background
:
blue
;
"
></div>
</body>
</html>