[webkit-dev] [webkit-changes] [52980] trunk/LayoutTests
Alexey Proskuryakov
ap at webkit.org
Sat Jan 9 10:45:02 PST 2010
09.01.2010, в 06:37, Nikolas Zimmermann написал(а):
>> 1. http/tests/uri/escaped-entity.html is disabled because it affects svg/W3C-SVG-1.1/filters-conv-01-f.svg
>>
>> The effect is slightly slightly different text rendering - kerning gets disabled in "Vertical blur" text. This is caused by trying to display a rare Unicode symbol in the former test, which magically affects another test much later.
>>
>> The way to resolve this for this is to make a standalone test case, file a bug, and then to remove the weird character from HTTP test output. It's not clear if this is a WebKit or CG bug.
>>
>> 2. svg/W3C-SVG-1.1/filters-conv-01-f.svg fails on Windows
>>
>> Closely related to the above. We probably have wrong results landed, in fact.
>
> #1 should be fixed by Dan's patch at https://bugs.webkit.org/show_bug.cgi?id=33400 which seems to be the root of the filters-conv-01-f.svg problem on Mac.
Correct, that fixes the root cause. In the meanwhile, I changed escaped-entity.html to not dump the offending character - that's not what the test checks for anyway - and re-enabled the test.
#2 just needs new results landed for Windows, which is tracked by <https://bugs.webkit.org/show_bug.cgi?id=33374>. Eric volunteered to find out what breaks #3, which is tracked by <https://bugs.webkit.org/show_bug.cgi?id=33372>. The difference is significant - it looks just like the wrong output that we used to produce.
- WBR, Alexey Proskuryakov
More information about the webkit-dev
mailing list