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

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     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