-
120fcbf6
by Gabriel Ivăncescu at 2024-12-04T20:07:06+01:00
mshtml/tests: Add more tests for the style aliased prop names.
They're part of the objects themselves (not prototypes) and are props with
values, not accessors, even though they change based on the underlying style.
They are also not enumerated by getOwnPropertyNames, while hasOwnProperty
returns true, but in one case (getComputedStyle) it also can't retrieve a
descriptor for some.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
d517dcf9
by Gabriel Ivăncescu at 2024-12-04T20:07:08+01:00
mshtml: Expose respective props from MSCSSPropertiesPrototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
9a39a7fe
by Gabriel Ivăncescu at 2024-12-04T20:07:08+01:00
mshtml: Prefer builtins for style aliases that have the same name.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
ba1b14aa
by Gabriel Ivăncescu at 2024-12-04T20:07:08+01:00
mshtml: Move 'filter' prop to MSCSSPropertiesPrototype in IE9 mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
550e9b4c
by Gabriel Ivăncescu at 2024-12-04T20:07:08+01:00
mshtml: Don't expose 'behavior' prop from styles in IE11 mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
e8866f94
by Gabriel Ivăncescu at 2024-12-04T20:07:08+01:00
mshtml: Don't expose the clip* props from style declaration or properties in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
8f03df34
by Gabriel Ivăncescu at 2024-12-04T20:07:12+01:00
mshtml: Don't expose the *Expression methods from styles in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
0ccb7e83
by Gabriel Ivăncescu at 2024-12-04T20:07:12+01:00
mshtml: Don't expose toString from styles in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
25046d17
by Gabriel Ivăncescu at 2024-12-04T20:07:12+01:00
mshtml: Expose respective props from StyleSheetPrototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
7cdd2ec1
by Gabriel Ivăncescu at 2024-12-04T20:07:12+01:00
mshtml: Get rid of unused HTMLElement_toString_dispids.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>