blob: 34c281e5325945b1ca87af1d07693bb13950ed11 [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
font-size: 40px;
}
.text-clip {
background: blue;
-webkit-background-clip: text;
color: rgba(255,0,0,0.5);
}
</style>
Passes if all texts below are purple.
<br>
<div class="text-clip">&nbsp;Text1&nbsp;&nbsp;Text2&nbsp;</div>
<div class="text-clip">&nbsp;Text3&nbsp;&nbsp;Text4&nbsp;</div>