browser/base/content/test/general/browser_bug970746.xhtml

branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
equal deleted inserted replaced
-1:000000000000 0:7bf54668a08c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <body>
4 <a href="http://mozilla.org" id="link">I'm a link!</a>
5 <a href="http://mozilla.org" id="longLink">I'm a really long link and I should be truncated.</a>
6
7 <span id="plainText">
8 Right clicking me when I'm selected should show the menu item.
9 </span>
10 <span id="mixedContent">
11 I'm some text, and <a href="http://mozilla.org">I'm a link!</a>
12 </span>
13
14 <a href="http://mozilla.org">A partial <span id="partialLink">link selection</span></a>
15 </body>
16 </html>

mercurial