Alistair Leslie-Hughes wrote:
> "Alexandre Julliard" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>
>> Module: wine
>> Branch: master
>> Commit: 29d8c366bb278a6b73c3669817063087d7cd080d
>> URL:
>> http://source.winehq.org/git/wine.git/?a=commit;h=29d8c366bb278a6b73c3669817063087d7cd080d
>>
>> Author: Jacek Caban <[EMAIL PROTECTED]>
>> Date: Sun May 4 19:22:46 2008 +0200
>>
>> mshtml: Added IMG element tests.
>>
>> ---
>>
>> dlls/mshtml/tests/dom.c | 19 +++++++++++++++++--
>> 1 files changed, 17 insertions(+), 2 deletions(-)
>>
>> diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c
>> index 1039ab5..a3d0701 100644
>> --- a/dlls/mshtml/tests/dom.c
>> +++ b/dlls/mshtml/tests/dom.c
>> @@ -48,6 +48,7 @@ static const char elem_test_str[] =
>> "<table><tbody></tbody></table>"
>> "<script id=\"sc\" type=\"text/javascript\"></script>"
>> "<test />"
>> + "<img /"
>>
> ^^^
> Is this mssing a ending >
>
Yes, it is, that's my mistake, but as long as tests work both on Wine
and Windows, that's fine. We know that parsing wrong HTML is compatible.
Thanks,
Jacek