Module: wine Branch: master Commit: 1c07d166f12361f41c4e1ba2c86979291464cb9e URL: http://source.winehq.org/git/wine.git/?a=commit;h=1c07d166f12361f41c4e1ba2c8...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 20 11:31:46 2012 +0200
mshtml: Ignore dispid 3000026 in IPropertyNotifySink::OnChanged tests.
---
dlls/mshtml/tests/htmldoc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c index 417d952..a486f3f 100644 --- a/dlls/mshtml/tests/htmldoc.c +++ b/dlls/mshtml/tests/htmldoc.c @@ -937,6 +937,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D case 3000023: case 3000024: case 3000025: + case 3000026: case 3000028: case 3000029: case 3000030: