Changeset 23922 in webkit


Ignore:
Timestamp:
Jul 1, 2007 7:26:49 PM (17 years ago)
Author:
darin
Message:
  • css/tokenizer.flex: Rolled out the fix for 14453. The layout test wasn't passing. We'll try again.
Location:
trunk
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r23919 r23922  
    1 2007-07-01  Rob Buis  <buis@kde.org>
    2 
    3         Reviewed by Darin.
    4 
    5         Regression test for:
    6         http://bugs.webkit.org/show_bug.cgi?id=14453
    7         REGRESSION: www.nzherald.co.nz almost all the formating is gone
    8 
    9         * css2.1/hex-color-regression-expected.checksum: Added.
    10         * css2.1/hex-color-regression-expected.png: Added.
    11         * css2.1/hex-color-regression-expected.txt: Added.
    12         * css2.1/hex-color-regression.html: Added.
    13 
    1412007-07-01  Darin Adler  <darin@apple.com>
    152
  • trunk/WebCore/ChangeLog

    r23920 r23922  
     12007-07-01  Darin Adler  <darin@apple.com>
     2
     3        * css/tokenizer.flex: Rolled out the fix for 14453.
     4        The layout test wasn't passing. We'll try again.
     5
    162007-07-01  Adam Roben  <aroben@apple.com>
    27
  • trunk/WebCore/css/tokenizer.flex

    r23919 r23922  
    1313string1         \"([\t !#$%&(-~]|\\{nl}|\'|{nonascii}|{escape})*\"
    1414string2         \'([\t !#$%&(-~]|\\{nl}|\"|{nonascii}|{escape})*\'
    15 hexcolor        {h}{2,6}
     15hexcolor        {h}{3}|{h}{6}
    1616
    1717ident           -?{nmstart}{nmchar}*
Note: See TracChangeset for help on using the changeset viewer.