1 <script src=
"../../resources/ahem.js"></script>
10 Test that the intensity of text-shadow does not depend on the transparency
11 of the text fill color.
13 <div style=
"text-shadow: green 0 36px 0;">
15 <span style=
"color: transparent;">A
</span>
16 <span style=
"color: rgba(0, 0, 0, 0.1);">A
</span>
19 There should be three identical green squares on the line above.
21 <div style=
"text-shadow: green 0 36px 3px;">
23 <span style=
"color: transparent;">A
</span>
24 <span style=
"color: rgba(0, 0, 0, 0.1);">A
</span>
27 There should be three identical soft-edged green squares on the line above.
29 <div style=
"text-shadow: green 0 36px 0; -webkit-text-stroke: 5px blue;">
31 <span style=
"color: transparent;">A
</span>
32 <span style=
"color: rgba(0, 0, 0, 0.1);">A
</span>
35 There should be three identical green squares on the line above.