Index: branches/REL1_15/phase3/maintenance/parserTests.txt |
— | — | @@ -399,7 +399,7 @@ |
400 | 400 | !! input |
401 | 401 | <pre width="8" style="border-width: expression(alert(document.cookie))">Narrow screen goodies</pre> |
402 | 402 | !! result |
403 | | -<pre width="8">Narrow screen goodies</pre> |
| 403 | +<pre width="8" style="/* insecure input */">Narrow screen goodies</pre> |
404 | 404 | |
405 | 405 | !! end |
406 | 406 | |
— | — | @@ -4150,7 +4150,7 @@ |
4151 | 4151 | !! input |
4152 | 4152 | <div style="{{dangerous style attribute}}"></div> |
4153 | 4153 | !! result |
4154 | | -<div></div> |
| 4154 | +<div style="/* insecure input */"></div> |
4155 | 4155 | |
4156 | 4156 | !! end |
4157 | 4157 | |
— | — | @@ -4168,7 +4168,7 @@ |
4169 | 4169 | !! input |
4170 | 4170 | {{div style|width: expression(alert(document.cookie))}} |
4171 | 4171 | !! result |
4172 | | -<div>Magic div</div> |
| 4172 | +<div style="/* insecure input */">Magic div</div> |
4173 | 4173 | |
4174 | 4174 | !! end |
4175 | 4175 | |
— | — | @@ -4277,7 +4277,7 @@ |
4278 | 4278 | !! input |
4279 | 4279 | <div style="<nowiki>border-left:expression(alert(document.cookie))</nowiki>"></div> |
4280 | 4280 | !! result |
4281 | | -<div></div> |
| 4281 | +<div style="/* insecure input */"></div> |
4282 | 4282 | |
4283 | 4283 | !! end |
4284 | 4284 | |
— | — | @@ -4297,7 +4297,7 @@ |
4298 | 4298 | !! input |
4299 | 4299 | <div style="background-image:u\rl(javascript:alert('boo'))">evil</div> |
4300 | 4300 | !! result |
4301 | | -<div>evil</div> |
| 4301 | +<div style="/* insecure input */">evil</div> |
4302 | 4302 | |
4303 | 4303 | !! end |
4304 | 4304 | |
— | — | @@ -4306,7 +4306,7 @@ |
4307 | 4307 | !! input |
4308 | 4308 | <div style="background-image:u\72l(javascript:alert('boo'))">evil</div> |
4309 | 4309 | !! result |
4310 | | -<div>evil</div> |
| 4310 | +<div style="/* insecure input */">evil</div> |
4311 | 4311 | |
4312 | 4312 | !! end |
4313 | 4313 | |
— | — | @@ -4352,7 +4352,7 @@ |
4353 | 4353 | !! result |
4354 | 4354 | <table> |
4355 | 4355 | <tr> |
4356 | | -<th> status |
| 4356 | +<th style="/* insecure input */"> status |
4357 | 4357 | </th></tr></table> |
4358 | 4358 | |
4359 | 4359 | !! end |
— | — | @@ -4362,7 +4362,7 @@ |
4363 | 4363 | !! input |
4364 | 4364 | <div style="background-image: u\ rl(test.jpg);"></div> |
4365 | 4365 | !! result |
4366 | | -<div></div> |
| 4366 | +<div style="/* insecure input */"></div> |
4367 | 4367 | |
4368 | 4368 | !! end |
4369 | 4369 | |
— | — | @@ -4371,7 +4371,7 @@ |
4372 | 4372 | !! input |
4373 | 4373 | <div style="background-image: u\ rl(test.jpg); "></div> |
4374 | 4374 | !! result |
4375 | | -<div></div> |
| 4375 | +<div style="/* insecure input */"></div> |
4376 | 4376 | |
4377 | 4377 | !! end |
4378 | 4378 | |