-
caddce08
by Gabriel Ivăncescu at 2025-07-24T21:56:11+09:00
mshtml/tests: Add tests for more element prototype props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
72336114
by Gabriel Ivăncescu at 2025-07-24T21:56:11+09:00
mshtml/tests: Test frame and iframe element props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
f4da47e3
by Gabriel Ivăncescu at 2025-07-24T21:56:11+09:00
mshtml: Only allow a specific set of builtin props as attributes for elements.
This applies even in IE9+ modes when using IHTMLElement4's methods, but we
can't test that yet because it's too broken in wine.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
71187811
by Gabriel Ivăncescu at 2025-07-24T21:56:13+09:00
mshtml: Only allow a specific set of builtin props as attributes for button elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
24fbc239
by Gabriel Ivăncescu at 2025-07-24T21:56:16+09:00
mshtml: Only allow a specific set of builtin props as attributes for form elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
69bd9c26
by Gabriel Ivăncescu at 2025-07-24T21:56:18+09:00
mshtml: Only allow a specific set of builtin props as attributes for frame elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
5449f93c
by Gabriel Ivăncescu at 2025-07-24T21:56:20+09:00
mshtml: Only allow a specific set of builtin props as attributes for iframe elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
ac40dfc2
by Gabriel Ivăncescu at 2025-07-24T21:56:23+09:00
mshtml: Only allow a specific set of builtin props as attributes for img elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
d2b11cc5
by Gabriel Ivăncescu at 2025-07-24T21:56:25+09:00
mshtml: Only allow a specific set of builtin props as attributes for input elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
b5b2d8d7
by Gabriel Ivăncescu at 2025-07-24T21:56:28+09:00
mshtml: Only allow a specific set of builtin props as attributes for label elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
ef5f04ec
by Gabriel Ivăncescu at 2025-07-24T21:56:30+09:00
mshtml: Only allow a specific set of builtin props as attributes for link elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
1c783594
by Gabriel Ivăncescu at 2025-07-24T21:56:33+09:00
mshtml: Only allow a specific set of builtin props as attributes for meta elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
2aac3268
by Gabriel Ivăncescu at 2025-07-24T21:56:35+09:00
mshtml: Only allow a specific set of builtin props as attributes for object elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
11cc1a2b
by Gabriel Ivăncescu at 2025-07-24T21:56:38+09:00
mshtml: Only allow a specific set of builtin props as attributes for option elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
170027c4
by Gabriel Ivăncescu at 2025-07-24T21:56:40+09:00
mshtml: Only allow a specific set of builtin props as attributes for script elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
7f0522a7
by Gabriel Ivăncescu at 2025-07-24T21:56:42+09:00
mshtml: Only allow a specific set of builtin props as attributes for select elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
de65eea3
by Gabriel Ivăncescu at 2025-07-24T21:56:45+09:00
mshtml: Only allow a specific set of builtin props as attributes for style elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
2000046c
by Gabriel Ivăncescu at 2025-07-24T21:56:47+09:00
mshtml: Only allow a specific set of builtin props as attributes for table elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
2181805d
by Gabriel Ivăncescu at 2025-07-24T21:56:50+09:00
mshtml: Only allow a specific set of builtin props as attributes for table data cell elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
3f7ab902
by Gabriel Ivăncescu at 2025-07-24T21:56:52+09:00
mshtml: Only allow a specific set of builtin props as attributes for table row elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
12f3e0cb
by Gabriel Ivăncescu at 2025-07-24T21:56:54+09:00
mshtml: Only allow a specific set of builtin props as attributes for text area elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>