Sign in
webkit
/
WebKit
/
de5c94ae365e289f3976eecc3b924c7e0acc02a4
/
.
/
LayoutTests
/
css3
/
shapes
/
shape-outside-path-no-crash.html
blob: 53decf9daefaecf9be6f9fa194d6d3b3525880a6 [
file
] [
log
] [
blame
]
<style>
.
box
{
shape-outside
:
path
(
"M 0 0 L 200 200 0 200 z"
);
float
:
left
;
}
</style>
<body>
<div
class
=
"box"
>
Pass if there is no crash or assert.
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</body>