Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
replaced
/
infinite-recursion-with-intrinsic-width.html
blob: 464e0edff41781099e619c62e4cac05f99560a81 [
file
] [
log
] [
blame
]
<style>
img
{
top
:
0
;
bottom
:
0
;
aspect-ratio
:
1
;
max-width
:
fit-content
;
position
:
absolute
;
}
</style>
<img
src
=
"broken"
>
PASS if no crash.
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>