Welcome to mirror list, hosted at ThFree Co, Russian Federation.

almost_config.xml « MainsoftWebTest « mainsoft « Test « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51470aaae60e2d1b833b55a62f0bce49b35aa953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Almost>
	<IgnoreList>
		<div id="" visible="" name=""/>
		<span id="" visible="" name=""/>
		<input id="" visible="" name="" __EVENTARGUMENT="" __EVENTTARGET="" __VIEWSTATE="" causesvalidation=""/>
		<table id="" visible="" name=""/>
		<td id="" visible="" name=""/>
		<th id="" visible="" name=""/>
		<tr id="" visible="" name=""/>
		<table id="" visible="" name=""/>
		<img id="" visible="" name=""/>
		<a id="" visible="" name=""/>
		<select id="" visible="" name=""/>
		<textarea id="" visible="" name=""/>
		<button id="" visible="" name="" causesvalidation=""/>
		<p visible=""/>
		<form visible=""/>
		<label for=""/>
	</IgnoreList>

	<!--delete Java Script attribute value-->
	<CleanJavaScriptValueList>
		<a href=""/>
		<a onclick=""/>
	</CleanJavaScriptValueList>

	<!--remove tags by attribute Id or name-->
	<RemoveById>
		<input id="__VIEWSTATE" name="__VIEWSTATE"/>
	</RemoveById>
</Almost>