4 body:first-letter { color: black; }
9 document
.execCommand('findString', false, '!ABC');
10 document
.body
.innerHTML
= '<br>This test ensures WebKit does not crash when first-letter rule is applied to LTR letters that ' +
11 ' are not visually contiguous to each other.<br>PASS';
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
17 <body style=
"direction: rtl;" onload=
"run()">!ABC
‮</body>