[PATCH v4 1/2] mshtml: Implement inline attributes parsing for createElement.

Gabriel Ivăncescu gabrielopcode at gmail.com
Tue Nov 9 14:56:52 CST 2021


I'll take those tags out from the test, looks like Windows doesn't 
capitalize unknown tags in old modes.

On 09/11/2021 19:54, Marvin wrote:
> Hi,
> 
> While running your changed tests, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> 
> Full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=101571
> 
> Your paranoid android.
> 
> 
> === w8adm (32 bit report) ===
> 
> mshtml:
> events.c:1089: Test failed: unexpected call img_onerror
> events: Timeout
> 
> === w8adm (32 bit report) ===
> 
> mshtml:
> htmldoc.c:3084: Test failed: Incorrect error code: -2146697211
> htmldoc.c:3089: Test failed: Page address: L"http://test.winehq.org/tests/winehq_snapshot/"
> htmldoc.c:5861: Test failed: expected OnChanged_1012
> htmldoc.c:5862: Test failed: expected Exec_HTTPEQUIV
> htmldoc.c:5864: Test failed: expected Exec_SETTITLE
> htmldoc.c:5905: Test failed: expected FireNavigateComplete2
> 
> === w10pro64_zh_CN (64 bit report) ===
> 
> mshtml:
> htmldoc.c:2541: Test failed: unexpected call UpdateUI
> htmldoc.c:2853: Test failed: unexpected call Exec_UPDATECOMMANDS
> 
> === w7u_2qxl (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w7u_adm (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w7u_el (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w8 (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w8adm (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w864 (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w1064v1507 (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w1064v1809 (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w1064 (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w1064_tsign (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w10pro64 (32 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w864 (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w1064v1507 (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w1064v1809 (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w1064 (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w1064_2qxl (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w1064_tsign (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w10pro64 (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w10pro64_ar (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w10pro64_he (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w10pro64_ja (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 
> === w10pro64_zh_CN (64 bit report) ===
> 
> mshtml:
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?0:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?5:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?7:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <template test=\"a\" abcd=\"b\">.tagName returned template"
> script.c:624: Test failed: L"index.html?8:createElement_inline_attr: <foo test=\"a\" abcd=\"b\">.tagName returned foo"
> 




More information about the wine-devel mailing list