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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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>
     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>
    14 		<a href="http://mozilla.org">A partial <span id="partialLink">link selection</span></a>
    15 	</body>
    16 </html>

mercurial