5 var
value = content.location.href;
6 var urlString = value +
"\n" + content.document.title;
7 var htmlString =
"<a href=\"" + value +
"\">" + value +
"</a>";
10 "text/x-moz-url: " + urlString,
11 "text/uri-list: " +
value,
12 "text/plain: " +
value,
13 "text/html: " + htmlString
17 var proxyicon = document.getElementById(
"page-proxy-favicon")
18 var oldstate = proxyicon.getAttribute(
"pageproxystate");
19 proxyicon.setAttribute(
"pageproxystate",
"valid");
20 var dt = EventUtils.synthesizeDragStart(proxyicon, expected);
21 is(dt,
null,
"drag on proxy icon");
22 proxyicon.setAttribute(
"pageproxystate", oldstate);