mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 05:18:38 +09:00
18 lines
759 B
HTML
18 lines
759 B
HTML
<!DOCTYPE HTML>
|
|
<!-- vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: -->
|
|
<html>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<title>Test for PresentationConnection.terminate()</title>
|
|
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
|
<script type='application/javascript' src='/tests/SimpleTest/SimpleTest.js'></script>
|
|
</head>
|
|
<body>
|
|
<a target='_blank' href='https://bugzilla.mozilla.org/show_bug.cgi?id=1276378'>
|
|
Test for PresentationConnection.terminate()</a>
|
|
<script type='application/javascript;version=1.8' src='test_presentation_terminate.js'>
|
|
</script>
|
|
</body>
|
|
</html>
|