mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Move WebExtensions enabled Add-ons Manager
This commit is contained in:
parent
d7d16e7fbb
commit
358cd0404a
1100 changed files with 133 additions and 106 deletions
17
toolkit/mozapps/webextensions/test/xpinstall/bug638292.html
Normal file
17
toolkit/mozapps/webextensions/test/xpinstall/bug638292.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html>
|
||||
|
||||
<!-- This page tests InstallTrigger is defined in a new window -->
|
||||
|
||||
<head>
|
||||
<title>InstallTrigger tests</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>InstallTrigger tests</p>
|
||||
<p><a id="link1" target="_blank" href="enabled.html">Open window with target</a></p>
|
||||
<p><a id="link2" onclick="window.open(this.href); return false" href="enabled.html">Open window with JS</a></p>
|
||||
<p><a id="link3" href="enabled.html">Open window with middle-click</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue