Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / invalid-clip-path-crash.html
blob2bfcbd656a96c2ee17c061d9a76798c668906052
1 <!DOCTYPE html>
2 <style>
3 path {
4 -webkit-animation: inset-anim 2s linear;
6 @-webkit-keyframes inset-anim {
7 from { -webkit-clip-path: inset(10%); }
8 to { -webkit-clip-path: inset(20%); }
10 </style>
11 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
12 <script>
13 outputRepaintRects = false;
14 onload = runRepaintTest;
15 function repaintTest() {
17 </script>
18 Test for crbug.com/448227: This test passes if it does not crash.
19 <svg>
20 <path d="M0 0"/>
21 </svg>