Bug 548964 fix antialiasing problem of D2D r=masayuki, a=test-change-only

This commit is contained in:
Jonathan Kew 2010-11-08 15:41:32 +09:00
parent 1e86a8bd94
commit a60f173824
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<title>Testcase for bug 433700</title>
<style type="text/css">
body { font-size: 16px; }
body { font-family: sans-serif; font-size: 16px; }
fieldset,legend { padding:0; margin:0; border-width:0; border-style:solid; }
fieldset { border-right:7px solid blue; font-size: 16px; }

View File

@ -3,7 +3,7 @@
<title>Testcase for bug 433700</title>
<style type="text/css">
body { font-size: 16px; }
body { font-family: sans-serif; font-size: 16px; }
fieldset,legend { padding:0; margin:0; border-width:0; border-style:solid; }
fieldset { border-right:7px solid blue; font-size: 16px; }