Sign in
webkit
/
WebKit
/
5affe2ac9062ea37f2afcab86b39300d2557a382
/
.
/
LayoutTests
/
printing
/
quirks-percentage-height.html
blob: a60fd6e8e19dcec686d637025b70c0acef8a2095 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
setPrinting
();
</script>
<body
style
=
"
margin
:
0
;
"
>
<div
style
=
"
height
:
50%
;
width
:
50%
;
border
:
5px
solid salmon
;
"
></div>
</body>