Reviewed by Maciej.
Fix fast/block/basic/014.html to pass when Microsoft Office fonts are present.
* fast/block/basic/014-expected.checksum:
* fast/block/basic/014-expected.png:
* fast/block/basic/014-expected.txt:
* fast/block/basic/014.html: Always use default sans-serif font rather than
preferring Microsoft Office fonts.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17413
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-30 Mark Rowe <bdash@webkit.org>
+
+ Reviewed by Maciej.
+
+ Fix fast/block/basic/014.html to pass when Microsoft Office fonts are present.
+
+ * fast/block/basic/014-expected.checksum:
+ * fast/block/basic/014-expected.png:
+ * fast/block/basic/014-expected.txt:
+ * fast/block/basic/014.html: Always use default sans-serif font rather than
+ preferring Microsoft Office fonts.
+
2006-10-29 Mark Rowe <bdash@webkit.org>
Reviewed by Mitz.
-b36c71d9f45a20609d058c986941e251
\ No newline at end of file
+15f27d21b92dae5acf16628cffc04bba
\ No newline at end of file
RenderText {#text} at (21,0) size 4x16
text run at (21,0) width 4: " "
RenderImage {IMG} at (25,0) size 21x21 [bgcolor=#008000]
- RenderText {#text} at (46,0) size 271x16
- text run at (46,0) width 271: " The two green blocks should line up vertically."
+ RenderText {#text} at (46,0) size 295x16
+ text run at (46,0) width 295: " The two green blocks should line up vertically."
<head>
<style>
body {
- font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
+ font-family: sans-serif;
font-size: 14px;
}