Changeset 23922 in webkit
- Timestamp:
- Jul 1, 2007, 7:26:49 PM (18 years ago)
- 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=144537 REGRESSION: www.nzherald.co.nz almost all the formating is gone8 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 14 1 2007-07-01 Darin Adler <darin@apple.com> 15 2 -
trunk/WebCore/ChangeLog
r23920 r23922 1 2007-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 1 6 2007-07-01 Adam Roben <aroben@apple.com> 2 7 -
trunk/WebCore/css/tokenizer.flex
r23919 r23922 13 13 string1 \"([\t !#$%&(-~]|\\{nl}|\'|{nonascii}|{escape})*\" 14 14 string2 \'([\t !#$%&(-~]|\\{nl}|\"|{nonascii}|{escape})*\' 15 hexcolor {h}{ 2,6}15 hexcolor {h}{3}|{h}{6} 16 16 17 17 ident -?{nmstart}{nmchar}*
Note:
See TracChangeset
for help on using the changeset viewer.