ladybird/Tests/LibWeb/Ref/reference/text-decoration-in-anonymous-wrapper-ref.html
Andreas Kling 8a6c8a1c27 LibWeb: Propagate text-decoration-* properties to anonymous wrappers
Fixes an issue where old prices were not displayed with strike-through
text on the PlayStation store. :^)
2024-09-03 17:41:05 +02:00

10 lines
338 B
HTML

<!doctype html>
<link rel="match" href="reference/text-decoration-in-anonymous-wrapper-ref.html" />
<style type="text/css">
.strike {
text-decoration-line: line-through;
text-decoration-color: red;
text-decoration-thickness: 4px;
text-decoration-style: dotted;
}
</style><div class="strike">strike