mshtml: Ignore more dispID values in OnChanged notifications to fix tests on some IE installations.

oldstable
Jacek Caban 2011-05-11 13:21:24 +00:00 committed by Alexandre Julliard
parent c1c70c62cb
commit 75916ffe7a
1 changed files with 2 additions and 0 deletions

View File

@ -851,6 +851,8 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D
CHECK_EXPECT(OnChanged_1012);
return S_OK;
case 1030:
case 3000022:
case 3000023:
case 3000024:
case 3000025:
case 3000028: