From 42557724400df6260172d7690326cbae606378ab Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 6 Nov 2012 16:56:47 +0100 Subject: [PATCH] mshtml: Ignore one more property change notification to fix some IE installations. --- dlls/mshtml/tests/htmldoc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c index 4de19985792..849b5177fb5 100644 --- a/dlls/mshtml/tests/htmldoc.c +++ b/dlls/mshtml/tests/htmldoc.c @@ -940,6 +940,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D case 3000024: case 3000025: case 3000026: + case 3000027: case 3000028: case 3000029: case 3000030: -- 2.11.4.GIT