Sign in
webkit
/
WebKit
/
5018b83b58300de6a946efbfe8a7056c14da27e0
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
css
/
replaced-intrinsic-ratio-min-width-min-content.html
blob: 9dc1adb5b87d5963302a409992052f2a3ea8109a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
p
{
width
:
300px
;
display
:
table-cell
;
min-width
:
min-content
;
}
</style>
<p><object
type
=
"image/svg+xml"
data
=
"resources/intrinsic-ratio.svg"
></object></p>