Sign in
webkit
/
WebKit
/
e77cf655aa99024abb12bad4d3b2831532a4b908
/
.
/
LayoutTests
/
fast
/
css
/
computed-image-width-with-percent-height-expected.html
blob: d49bdea057dabbaf692d491cae9e51b6b0935293 [
file
] [
log
] [
blame
]
<!DOCTYPE>
<html>
<head>
<style>
div
{
height
:
25px
;
width
:
25px
;
background
:
lime
;}
</style>
</head>
<body>
The square below should be 25px by 25px.
<!-- https://bugs.webkit.org/show_bug.cgi?id=28035 -->
<div></div>
</body>
</html>