Changeset 45396 in webkit


Ignore:
Timestamp:
Jun 30, 2009 2:27:32 PM (15 years ago)
Author:
Simon Hausmann
Message:

2009-06-30 Antonio Gomes <antonio.gomes@openbossa.org>

Reviewed by Simon Hausmann.

Updated LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt
according to the default font size value set in WebKit/qt/Api/qwebsettings.cpp (in
this case '14').

  • fast/css/getComputedStyle/computed-style-font-family-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r45395 r45396  
     12009-06-30  Antonio Gomes   <antonio.gomes@openbossa.org>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        Updated LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt
     6        according to the default font size value set in WebKit/qt/Api/qwebsettings.cpp (in
     7        this case '14').
     8
     9        * fast/css/getComputedStyle/computed-style-font-family-expected.txt:
     10
    1112009-06-30  Antonio Gomes   <antonio.gomes@openbossa.org>
    212
  • trunk/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt

    r43797 r45396  
    22
    33font-family: monospace, 'Lucida Grande', sans-serif;
    4 font-size: 13px;
     4font-size: 14px;
    55font-style: normal;
    66font-variant: normal;
Note: See TracChangeset for help on using the changeset viewer.