blob: 5a3ae1cfe50c859b7a8683afd905670d60cdf94e [file] [log] [blame]
inferno@chromium.orgb06e7ba2010-09-07 21:57:48 +00001<html>
2 Test passes if it does not crash.
3 <style>
4 div:first-letter {
5 text-decoration: overline;
6 }
7 div {
8 text-transform: capitalize;
9 }
10 </style>
11 <script>
rniwa@webkit.org224c8b52012-08-04 01:13:22 +000012 if (window.testRunner)
13 testRunner.dumpAsText();
inferno@chromium.orgb06e7ba2010-09-07 21:57:48 +000014 </script>
15 <div/>
16 <summary>
17</html>
18