Sign in
webkit
/
WebKit
/
2b9314704109414223cf0e708fa0d8203754e674
/
.
/
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>