Xamarin Public Jenkins (auto-signing) e79aa3c0ed Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
2016-08-03 10:59:49 +00:00

26 lines
1.1 KiB
Plaintext

<!--
You can find existing browser definitions at
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers
-->
<browsers>
<browser refID="testUserAgent">
<capture>
<userAgent match="^(?'refuacapturename'.*)$" />
</capture>
<controlAdapters markupTextWriterType="MonoTests.System.Web.CustomHtmlTextWriter, net_4_x_System.Web_test">
<adapter
controlType="MonoTests.System.Web.UI.Customadaptercontrol, net_4_x_System.Web_test"
adapterType="MonoTests.System.Web.UI.Customadapter, net_4_x_System.Web_test"
/>
</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>