Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
shapes
/
shape-outside-floats
/
shape-outside-floats-circle-negative-radius-crash.html
blob: 8611e062e1613229860df1102b55134cf04efaf5 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
div
{
-webkit-shape-outside
:
padding-box circle
(
closest-side at
75px
80px
);
float
:
right
;
}
</style>
<div>
a
</div>
This test passes if it doesn't crash.
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
}
</script>