blob: c8647eddab0f52488b17ee4d05ef71179e1bd79e [file] [log] [blame]
<!DOCTYPE html>
<style>
.clip {
-webkit-clip-path: content-box;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<body>
<p>This test checks that a box shape clip path on an inline is properly ignored. This test passes if it doesn't crash on a debug build.</p>
<span class="clip"></span>
</body>