| <!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> |