Sign in
webkit
/
WebKit
/
68871a81a9874d8cee274447ea0891da8b6eeff6
/
.
/
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>