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

_System_Web_UI_HtmlControls_HtmlAnchor_HtmlAnchor_Title.aspx.xml « reference « MainsoftWebTest « mainsoft « Test « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 342e3b6ddf6560475993c38d22e665a26230343d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="iso-8859-1"?>
<testresults name="">
  <div id="GHTSubTest1" style="height:64px;width:553px">
    <a href="http://www.microsoft.com" id="anchor1" title="title of anchor1" name="anchor1">Anchor1</a>
    <span>
      <br />title of anchor1</span>
  </div>
  <div id="GHTSubTest2" style="height:64px;width:553px">
    <a href="http://www.microsoft.com" id="anchor2" title="New title" name="anchor2">Anchor2</a>
    <span>
      <br />New title</span>
  </div>
  <div id="GHTSubTest3" style="height:64px;width:553px">
    <a href="http://www.microsoft.com" id="anchor3" title="123" name="anchor3">Anchor3</a>
    <span>
      <br />123</span>
  </div>
</testresults>