Commit graph

778 commits

Author SHA1 Message Date
Jacek Caban
d73b1b6d8f mshtml: Added tests for returning ActiveX object's interfaces from object element's QueryInterface. 2011-12-05 17:45:45 +01:00
Jacek Caban
2a9d63f822 mshtml: Use CLEAR_CALLED instead of SET_CALLED in some places. 2011-11-18 15:37:06 +01:00
Jacek Caban
1f197f75f6 mshtml: Fixed remaining IE9 failures. 2011-11-17 17:35:50 +01:00
Jacek Caban
3cf749a6bf mshtml: Added tests of handling ActiveX objects without IQuickActivate interface implemented. 2011-11-17 17:35:35 +01:00
Jacek Caban
938dcab3f4 mshtml: Fixed events tests on IE9. 2011-11-16 17:01:39 +01:00
Jacek Caban
7377dfbb07 mshtml: Fixed some htmldoc.c tests on IE9. 2011-11-16 17:01:36 +01:00
Jacek Caban
e7bbb4ef1e mshtml: Fixed script tests on IE9. 2011-11-15 19:37:38 +01:00
Jacek Caban
95053e83cc mshtml: Added more navigation tests. 2011-11-15 19:37:32 +01:00
Jacek Caban
6f9e67e0b4 mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_height implementation. 2011-11-14 15:25:19 +01:00
Jacek Caban
34db2d3926 hlink: Return S_FALSE in GetTargetFrameName when returning NULL. 2011-10-21 16:47:06 +02:00
Jacek Caban
3c4b2a0b43 mshtml: Added IHTMLDocument2::elementFromPoint implementation. 2011-10-18 18:29:04 +02:00
Alistair Leslie-Hughes
531a07db14 mshtml: Implement IHTMLDOMNode replaceChild. 2011-10-12 17:14:25 +02:00
André Hentschel
296b795655 mshtml: Add stub for QUERY_IS_CACHED_AND_USABLE_OFFLINE. 2011-10-12 17:06:24 +02:00
Jacek Caban
93d54b1759 mshtml: Properly release body element in basic_style_test. 2011-10-03 14:39:00 -05:00
Alistair Leslie-Hughes
f8baa37052 mshtml: IID_IHTMLCurrentStyle4 isn't supported on IE6. 2011-09-26 22:42:02 +02:00
Alistair Leslie-Hughes
9477521fb8 mshtml: Add IHTMLCurrentStyle2/3/4 support. 2011-09-23 14:20:02 +02:00
Alistair Leslie-Hughes
05e18862cb mshtml: Fix test for Windows 7 with IE9. 2011-09-22 19:51:52 +02:00
Alistair Leslie-Hughes
d70b967d60 mshtml: Add IHTMLTable2/3 support. 2011-09-21 17:13:12 +02:00
Francois Gouget
25100a8592 mshtml/tests: Improve the current UI language detection a bit. 2011-09-15 15:41:41 +02:00
Francois Gouget
e931ebc704 mshtml/tests: Some tests require that the user interface be in English.
With MUI versions of Windows checking for the default user language id is insufficient.
Skip the system language id check as it is irrelevant here.
2011-09-13 18:14:03 +02:00
Francois Gouget
c571be83da mshtml/tests: GetUserDefaultUILanguage() is not available in NT4. 2011-09-13 18:13:49 +02:00
Francois Gouget
3b7fb23ca7 mshtml/tests: When a test fails, print the bad value. 2011-09-13 18:13:42 +02:00
Piotr Caban
d9a661e21b mshtml: Added more IHTMLElement_{put, get}_onclick tests. 2011-09-02 18:28:25 +02:00
Piotr Caban
48e2f9426c mshtml/tests: Added IHTMLAttributeCollection IDispatchEx tests. 2011-09-02 18:28:24 +02:00
Piotr Caban
4d74236fa2 mshtml/tests: Added IHTMLAttributeCollection tests. 2011-09-02 18:28:24 +02:00
Piotr Caban
02e0d91c0e mshtml/tests: Added attributes tests on comment node. 2011-09-02 18:28:24 +02:00
Piotr Caban
1d4d1068cd mshtml/tests: Added dynamic properties accessing tests. 2011-08-23 16:53:54 +02:00
Piotr Caban
423c6f9473 mshtml: DeleteMemberByDispID should return E_NOTIMPL. 2011-08-23 16:53:54 +02:00
Frédéric Delanoy
760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Jacek Caban
2daff9cc6c mshtml: Added IOmNavigator::get_appMinorVersion implementation. 2011-08-01 13:33:01 +02:00
Jacek Caban
cdd09ba185 mshtml: Added IOmNavigator::get_*Language tests. 2011-08-01 11:18:46 +02:00
Jacek Caban
7d4e9f7792 mshtml: Added IHTMLPluginsCollection::get_length implementation. 2011-08-01 11:18:39 +02:00
Jacek Caban
b25d49c6c1 mshtml: Added semi-stub implementation of IHTMLWindow2::status property. 2011-08-01 11:18:34 +02:00
Jacek Caban
9a3aa863be mshtml: Added IHTMLEventObj::put_returnValue implementation. 2011-07-27 19:02:56 +02:00
Jacek Caban
7c04ed36a4 mshtml: Fixed tests on some old IEs. 2011-07-26 16:28:49 +02:00
Jacek Caban
39b02829ea mshtml: Added javascript: URLs test. 2011-07-24 12:33:09 +02:00
Jacek Caban
730299bae6 mshtml: Call set_moniker asynchronously in SuperNavigate. 2011-07-24 12:32:59 +02:00
Jacek Caban
041d7d2296 mshtml: Make execScript tests more generic. 2011-07-22 15:44:38 +02:00
Jacek Caban
adf1310f4a mshtml: Added IHTMLStyle2::direction property implementation. 2011-07-22 13:03:28 +02:00
Jacek Caban
904f4ac843 mshtml: Added IHTMLStyle::pageBreakBefore implementation. 2011-07-21 16:27:31 +02:00
Jacek Caban
2507d6e581 mshtml: Moved style tests to separated file. 2011-07-20 19:23:05 +02:00
Jacek Caban
dfaee0f3b1 mshtml: Added IHTMLStyle::pageBreakAfter property implementation. 2011-07-18 16:35:12 +02:00
Alexander Morozov
25c70bacc6 mshtml: Added IProvideClassInfo::GetClassInfo implementation. 2011-07-18 16:23:30 +02:00
Jacek Caban
d1d2b46d79 mshtml: Added IHTMLStyle::clip tests. 2011-07-15 16:36:13 +02:00
Alexander Morozov
c41a300f3c mshtml: Add stub implementation of IProvideClassInfo interface. 2011-07-14 15:56:54 +02:00
Jacek Caban
0227bf69a9 mshtml: Added IDispatchEx support to HTMLTitleElement object. 2011-06-21 17:13:50 +02:00
Jacek Caban
ff7e041716 mshtml: Added IHTMLTitleElement stub implementation. 2011-06-21 17:13:45 +02:00
Jacek Caban
0912436e6e mshtml: Added IDispatchEx support to HTMLHeadElement object. 2011-06-21 17:13:33 +02:00
Jacek Caban
74e95a13b3 mshtml: Added IHTMLHeadElement stub implementation. 2011-06-21 17:13:27 +02:00
Jacek Caban
3bf7482d52 mshtml: Added IHTMLElement::get_offsetParent implementation. 2011-06-03 12:37:03 +02:00