Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebTest / almost_config.xml
1 <Almost>
2         <IgnoreList>
3                 <div id="" visible="" name=""/>
4                 <span id="" visible="" name=""/>
5                 <input id="" visible="" name="" __EVENTARGUMENT="" __EVENTTARGET="" __VIEWSTATE="" causesvalidation=""/>
6                 <table id="" visible="" name=""/>
7                 <td id="" visible="" name=""/>
8                 <th id="" visible="" name=""/>
9                 <tr id="" visible="" name=""/>
10                 <table id="" visible="" name=""/>
11                 <img id="" visible="" name="" disabled=""/>
12                 <a id="" visible="" name=""/>
13                 <select id="" visible="" name=""/>
14                 <textarea id="" visible="" name=""/>
15                 <button id="" visible="" name="" causesvalidation=""/>
16                 <p visible=""/>
17                 <form visible=""/>
18                 <label for=""/>
19                 <td colspan=""/>
20                 <select language="" onchange=""/>
21                 <input language="" onchange=""/>
22                 <table bordercolor=""/>
23         </IgnoreList>
24
25         <!--delete Java Script attribute value-->
26         <CleanJavaScriptValueList>
27                 <a href=""/>
28                 <a onclick=""/>
29                 <input onclick=""/>
30         </CleanJavaScriptValueList>
31
32         <!--remove tags by attribute Id or name-->
33         <RemoveById>
34                 <input id="__VIEWSTATE" name="__VIEWSTATE"/>
35         </RemoveById>
36
37         <!--remove tags-->
38         <RemoveTags>
39         </RemoveTags>
40
41 </Almost>