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