Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -7941,6 +7941,24 @@ |
7942 | 7942 | * <!-- Hello --> ''{{world}}'' {{subst:How are you}}{{ {{{|safesubst:}}} #if:1|2|3}} |
7943 | 7943 | !! end |
7944 | 7944 | |
| 7945 | +!! test |
| 7946 | +Play a bit with r67090 and bug 3158 |
| 7947 | +!! options |
| 7948 | +disabled |
| 7949 | +!! input |
| 7950 | +<div style="width:50% !important"> </div> |
| 7951 | +<div style="width:50% !important"> </div> |
| 7952 | +<div style="width:50% !important"> </div> |
| 7953 | +<div style="border : solid;"> </div> |
| 7954 | +!! result |
| 7955 | +<div style="width:50% !important"> </div> |
| 7956 | +<div style="width:50% !important"> </div> |
| 7957 | +<div style="width:50% !important"> </div> |
| 7958 | +<div style="border : solid;"> </div> |
| 7959 | + |
| 7960 | +!! end |
| 7961 | + |
| 7962 | + |
7945 | 7963 | TODO: |
7946 | 7964 | more images |
7947 | 7965 | more tables |