Commit f274a198 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Expose CSS properties names from style object via IHTMLCSSStyleDeclaration dispids.

parent 2e6598dc
......@@ -150,6 +150,7 @@ function test_style_props() {
test_exposed("style-float", false);
test_exposed("setProperty", v >= 9);
test_exposed("removeProperty", v >= 9);
test_exposed("background-clip", v >= 9);
next_test();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment