2014-08-13 10:39:27 +01:00
|
|
|
<!--
|
|
|
|
You can find existing browser definitions at
|
|
|
|
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers
|
|
|
|
-->
|
|
|
|
<browsers>
|
|
|
|
<browser refID="testUserAgent">
|
|
|
|
<capture>
|
|
|
|
<userAgent match="^(?'refuacapturename'.*)$" />
|
|
|
|
</capture>
|
2016-08-03 10:59:49 +00:00
|
|
|
<controlAdapters markupTextWriterType="MonoTests.System.Web.CustomHtmlTextWriter, net_4_x_System.Web_test">
|
2014-08-13 10:39:27 +01:00
|
|
|
<adapter
|
2016-08-03 10:59:49 +00:00
|
|
|
controlType="MonoTests.System.Web.UI.Customadaptercontrol, net_4_x_System.Web_test"
|
|
|
|
adapterType="MonoTests.System.Web.UI.Customadapter, net_4_x_System.Web_test"
|
2014-08-13 10:39:27 +01:00
|
|
|
/>
|
|
|
|
</controlAdapters>
|
|
|
|
<capabilities>
|
|
|
|
<capability name="addedInRefNode" value="added" />
|
|
|
|
<capability name="changedInRefNode" value="changed" />
|
|
|
|
<capability name="capturedInOrigNode" value="uaInOrig:${capturename}" />
|
|
|
|
<capability name="capturedInRefNode" value="uaInRef:${refuacapturename}" />
|
|
|
|
<capability name="multipleSubstitutions" value="uaInOrig:${capturename} uaInRef:${refuacapturename}" />
|
|
|
|
<capability name="specialCharsInValue" value="10%*$100=$10" />
|
|
|
|
</capabilities>
|
|
|
|
</browser>
|
|
|
|
</browsers>
|