blob: 6926a15aa438573f8220c08e50d2896a32b8a005 [file] [log] [blame]
<!DOCTYPE html>
<style>
span { color: initial }
#select { color: transparent }
</style>
<p>You should see the word PASS two times below (no zeros).</p>
<div id="select">
<span>PASS</span>0<span>PASS</span>
</div>