Sign in
webkit
/
WebKit
/
25393c4a8d57be7465ffc94ad7628494867d7cf5
/
.
/
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>