mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / tests / style.c
2012-09-04  Jacek Cabanmshtml: Added IHTMLStyle::put_pixelWidth implementation.
2012-07-25  Jacek Cabanmshtml: Added runtimeStyle tests.
2012-05-25  Michael Stefaniucmshtml/tests: Remove stray ok() calls.
2012-04-17  Jacek Cabanmshtml: Added IHTMLStyle2::overflowY implementation.
2012-04-17  Jacek Cabanmshtml: Added IHTMLStyle2::overflowX implementation.
2012-04-16  Jacek Cabanmshtml: Added IHTMLStyle::removeAttribute tests.
2012-04-16  Jacek Cabanmshtml: Added IHTMLStyle2::bottom implementation.
2012-04-04  Jacek Cabanmshtml: Use helpers for IHTMLStyle::put_verticalAlign...
2012-03-30  Jacek Cabanmshtml: Use proper helpers in IHTMLStyle::backgroundCol...
2012-03-30  Jacek Cabanmshtml: Use proper helpers in IHTMLStyle::color impleme...
2012-03-30  Jacek Cabanmshtml: Use proper helpers to implement IHTMLSyle:...
2012-03-16  Jacek Cabanmshtml: Added IHTMLCurrentStyle2::get_filter tests.
2012-01-26  Jacek Cabanmshtml: Use helpers in IHTMLStyle::paddingLeft implemen...
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::paddingBottom implementation.
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::paddingRight implementation.
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::paddingTop implementation.
2012-01-26  Jacek Cabanmshtml: Use set_nsstyle_attr_var helper in IHTMLStyle...
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::marginBottom property impleme...
2012-01-26  Jacek Cabanmshtml: Use ATTR_FIX_PX in IHTMLStyle::put_marginTop.
2012-01-26  Jacek Cabanmshtml: Use set_nsstyle_attr_var helper in IHTMLStyle...
2011-11-14  Jacek Cabanmshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_hei...
2011-10-03  Jacek Cabanmshtml: Properly release body element in basic_style_test.
2011-07-22  Jacek Cabanmshtml: Added IHTMLStyle2::direction property implement...
2011-07-21  Jacek Cabanmshtml: Added IHTMLStyle::pageBreakBefore implementation.
2011-07-20  Jacek Cabanmshtml: Moved style tests to separated file.