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