blob: ce7a99bdcd7e72593dc12048f2a25bb24b6ea88a [file] [log] [blame]
<!doctype HTML>
<style>div::first-line {
text-transform: uppercase
</style>
:<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<!-- The capitalized form of the text below has only one character, whereas
the lowercase has two. -->
<div lang=el> ά</div>
<div id=target></div>
<script>
test(function() {
target.innerText += "test";
}, "Should not crash");
</script>