blob: 8200e671944bc74644b1d9d540f9ce7496f86a63 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<title>Reference for Fieldset and transform: translateZ(0)</title>
<style>
fieldset { background: #eee; margin: 0 0 10px; }
</style>
<p>It should say PASS below without anything obscuring the text.</p>
<fieldset>
<legend>PASS</legend>
</fieldset>
|