ladybird/Tests/LibWeb/Ref/text-decoration-in-anonymous-wrapper.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

15 lines
433 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;
}
.messer-upper {
width: 0;
height: 0;
}
</style><div class="strike">strike<div class="messer-upper"></div>