1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/base/content/test/general/browser_bug970746.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <body> 1.7 + <a href="http://mozilla.org" id="link">I'm a link!</a> 1.8 + <a href="http://mozilla.org" id="longLink">I'm a really long link and I should be truncated.</a> 1.9 + 1.10 + <span id="plainText"> 1.11 + Right clicking me when I'm selected should show the menu item. 1.12 + </span> 1.13 + <span id="mixedContent"> 1.14 + I'm some text, and <a href="http://mozilla.org">I'm a link!</a> 1.15 + </span> 1.16 + 1.17 + <a href="http://mozilla.org">A partial <span id="partialLink">link selection</span></a> 1.18 + </body> 1.19 +</html>