Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-transform/crashtests/first-line-text-transform-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Crash when text-transform increases length before a control character in ::first-line</title>
<style>
div {
white-space: pre;
}
div::first-line {
text-transform: uppercase;
}
</style>
<div>ß	</div>