Sign in
webkit
/
WebKit
/
ae2b79bedbcef1c52000a4f6a370d6b804724c78
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
shapes
/
shape-outside-floats
/
shape-outside-floats-iframe-inset-rectangle-negative-width-crash.html
blob: 35897a8ed23ad789298a195217d5bb521a2d1a6a [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<style>
iframe
{
float
:
right
;
shape-outside
:
inset-rectangle
(
0
,
125%
,
0
,
0
);
}
</style>
This test should not crash in a debug build.
<iframe></iframe>