mshtml/tests: Fixed script tests on IE10.

oldstable
Jacek Caban 2013-06-29 15:00:23 +02:00 committed by Alexandre Julliard
parent 84c34bcd93
commit b09b9d3cb9
1 changed files with 2 additions and 0 deletions

View File

@ -1768,6 +1768,8 @@ static HRESULT WINAPI ActiveScriptProperty_SetProperty(IActiveScriptProperty *if
ok(V_VT(pvarValue) == VT_BOOL, "V_VT(pvarValue)=%d\n", V_VT(pvarValue));
ok(V_BOOL(pvarValue) == VARIANT_TRUE, "V_BOOL(pvarValue)=%x\n", V_BOOL(pvarValue));
break;
case 0x70000003: /* Undocumented property set by IE10 */
return E_NOTIMPL;
default:
ok(0, "unexpected property %x\n", dwProperty);
return E_NOTIMPL;