Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css3-text
/
css3-text-indent
/
text-indent-crash-in-title.html
blob: 1b43d479ea3c1c0cea0f815b91c143ca65975746 [
file
] [
edit
]
<!doctype html>
<html>
<head>
<title
style
=
"
text-indent
:
9.4ex
"
>
A
</title>
</head>
<body>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
()
</script>
This test passes if it doesn't crash.
</body>
</html>