Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -402,7 +402,7 @@ |
403 | 403 | !! input |
404 | 404 | <pre width="8" style="border-width: expression(alert(document.cookie))">Narrow screen goodies</pre> |
405 | 405 | !! result |
406 | | -<pre width="8">Narrow screen goodies</pre> |
| 406 | +<pre width="8" style="/* insecure input */">Narrow screen goodies</pre> |
407 | 407 | |
408 | 408 | !! end |
409 | 409 | |
— | — | @@ -4269,7 +4269,7 @@ |
4270 | 4270 | !! input |
4271 | 4271 | <div style="{{dangerous style attribute}}"></div> |
4272 | 4272 | !! result |
4273 | | -<div></div> |
| 4273 | +<div style="/* insecure input */"></div> |
4274 | 4274 | |
4275 | 4275 | !! end |
4276 | 4276 | |
— | — | @@ -4287,7 +4287,7 @@ |
4288 | 4288 | !! input |
4289 | 4289 | {{div style|width: expression(alert(document.cookie))}} |
4290 | 4290 | !! result |
4291 | | -<div>Magic div</div> |
| 4291 | +<div style="/* insecure input */">Magic div</div> |
4292 | 4292 | |
4293 | 4293 | !! end |
4294 | 4294 | |
— | — | @@ -4396,7 +4396,7 @@ |
4397 | 4397 | !! input |
4398 | 4398 | <div style="<nowiki>border-left:expression(alert(document.cookie))</nowiki>"></div> |
4399 | 4399 | !! result |
4400 | | -<div></div> |
| 4400 | +<div style="/* insecure input */"></div> |
4401 | 4401 | |
4402 | 4402 | !! end |
4403 | 4403 | |
— | — | @@ -4416,7 +4416,7 @@ |
4417 | 4417 | !! input |
4418 | 4418 | <div style="background-image:u\rl(javascript:alert('boo'))">evil</div> |
4419 | 4419 | !! result |
4420 | | -<div>evil</div> |
| 4420 | +<div style="/* insecure input */">evil</div> |
4421 | 4421 | |
4422 | 4422 | !! end |
4423 | 4423 | |
— | — | @@ -4425,7 +4425,7 @@ |
4426 | 4426 | !! input |
4427 | 4427 | <div style="background-image:u\72l(javascript:alert('boo'))">evil</div> |
4428 | 4428 | !! result |
4429 | | -<div>evil</div> |
| 4429 | +<div style="/* insecure input */">evil</div> |
4430 | 4430 | |
4431 | 4431 | !! end |
4432 | 4432 | |
— | — | @@ -4471,7 +4471,7 @@ |
4472 | 4472 | !! result |
4473 | 4473 | <table> |
4474 | 4474 | <tr> |
4475 | | -<th> status |
| 4475 | +<th style="/* insecure input */"> status |
4476 | 4476 | </th></tr></table> |
4477 | 4477 | |
4478 | 4478 | !! end |
— | — | @@ -4481,7 +4481,7 @@ |
4482 | 4482 | !! input |
4483 | 4483 | <div style="background-image: u\ rl(test.jpg);"></div> |
4484 | 4484 | !! result |
4485 | | -<div></div> |
| 4485 | +<div style="/* insecure input */"></div> |
4486 | 4486 | |
4487 | 4487 | !! end |
4488 | 4488 | |
— | — | @@ -4490,7 +4490,7 @@ |
4491 | 4491 | !! input |
4492 | 4492 | <div style="background-image: u\ rl(test.jpg); "></div> |
4493 | 4493 | !! result |
4494 | | -<div></div> |
| 4494 | +<div style="/* insecure input */"></div> |
4495 | 4495 | |
4496 | 4496 | !! end |
4497 | 4497 | |