Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
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>