<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
This test makes sure you can't place an underline to make it look like a line-through. The test passes if all the underlines are in the correct place. | |
<div style="font: 100px 'Ahem'; text-decoration: underline; -webkit-text-decoration-color: green; text-underline-offset: 0px; -webkit-text-decoration-skip: none;">É<span style="text-underline-offset: 14px;">É<span style="text-underline-offset: 24px;">É</span></span></div> | |
</body> | |
</html> |