Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
inline
/
inline-block-with-precent-padding.html
blob: 545fbf74d669e3bcf33d1beccb0978d476afb8e1 [
file
] [
log
] [
blame
] [
edit
]
<style>
div
{
background-color
:
cyan
;
padding-left
:
1%
;
display
:
inline-block
;
font-family
:
Ahem
;
font-size
:
20px
;
}
</style>
<div>
PASS if this is not wrapped
</div>