Skip to content

Commit

Permalink
HTML: Add margins to reference for fieldset translateZ test
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Aug 24, 2018
1 parent 5564ab7 commit a84d522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>Reference for Fieldset and transform: translateZ(0)</title>
<style>
fieldset { background: #eee; }
fieldset { background: #eee; margin: 0 0 10px; }
</style>
<p>It should say PASS below without anything obscuring the text.</p>

Expand Down

0 comments on commit a84d522

Please sign in to comment.