Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
padding-nested.html
blob: 9ba89d7decd2a8e28e8b3714a079180ebff7990d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
style
=
"
padding
:
20px
;
width
:
100px
;
height
:
100px
;
"
>
<div
style
=
"
padding
:
10px
;
width
:
20px
;
height
:
20px
;
"
></div>
</div>
</body>
</html>