Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / first-letter-stylechange-isnt-reattach-assert.html
blobdc8e7be25676308772b8fc465263006bb22ab4ec
1 <style>
2 body {
3 text-decoration: line-through;
4 padding: 1vw;
6 body::first-letter {
7 shape-margin: 1;
9 </style>
10 Test Passes if no crash.
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>