blob: 9f387ea985547db9d6370ecea3efce9a71d65bbe [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we paint simple line layout text-decoration correctly.</title>
<script>
if (window.internals)
internals.settings.setSimpleLineLayoutEnabled(false);
</script>
</head>
<body>
<div style="text-decoration: underline;"><br>supported<br><br>supported<br></div>
<div style="text-decoration: underline;"><br></div>
<div style="text-decoration: underline;"><br><br></div>
<div style="text-decoration: underline; -webkit-text-underline-position: under;">not supported</div>
<div style="text-decoration: underline; -webkit-text-underline-position: auto;">supported</div>
<div style="text-decoration: underline; -webkit-text-underline-position: alphabetic;">supported</div>
<div style="text-decoration: line-through;">supported</div>
<div style="text-decoration: overline;">supported</div>
</body>