Bug 599847 Cleanup unused test files in mochitest/static r=ctalbert a=NPOTB

This commit is contained in:
Joel Maher 2010-10-21 13:15:57 -07:00
parent 0d37e61118
commit 9a18ff6a94
9 changed files with 1 additions and 97 deletions

View File

@ -14,7 +14,7 @@ function show(what) {
var stage = document.getElementById("stage");
if (what == "modularity") {
var spaghetti = document.createElement("IMG",null);
spaghetti.setAttribute("SRC","/static/nnc_lockup.gif");
spaghetti.setAttribute("SRC","nnc_lockup.gif");
spaghetti.setAttribute("id","foo");
stage.insertBefore(spaghetti,stage.firstChild);
}

View File

@ -15,14 +15,7 @@ mochikit.jar:
content/redirect.js (redirect.js)
content/server.js (server.js)
content/dynamic/getMyDirectory.sjs (dynamic/getMyDirectory.sjs)
content/static/bug100533_iframe.html (static/bug100533_iframe.html)
content/static/bug100533_load.html (static/bug100533_load.html)
content/static/bug277724_iframe1.html (static/bug277724_iframe1.html)
content/static/bug277724_iframe2.xhtml (static/bug277724_iframe2.xhtml)
content/static/bug340800_iframe.txt (static/bug340800_iframe.txt)
content/static/bug344830_testembed.svg (static/bug344830_testembed.svg)
content/static/harness.css (static/harness.css)
content/static/nnc_lockup.gif (static/nnc_lockup.gif)
content/tests/SimpleTest/EventUtils.js (tests/SimpleTest/EventUtils.js)
content/tests/SimpleTest/MozillaFileLogger.js (tests/SimpleTest/MozillaFileLogger.js)
content/tests/SimpleTest/PluginUtils.js (tests/SimpleTest/PluginUtils.js)

View File

@ -1,8 +0,0 @@
<html>
<head>
<title></title>
</head>
<body>
<form method='get' action='/static/bug100533_load.html' id='b'><input type="submit"/></form>
</body>
</html>

View File

@ -1,14 +0,0 @@
<html>
<head>
<title></title>
</head>
<body onload="parent.submitted();">
<span id="foo"></span>
</body>
</html>

View File

@ -1,28 +0,0 @@
<!DOCTYPE HTML>
<html>
<!-- Use an unload handler to prevent bfcache from messing with us -->
<body onunload="parent.childUnloaded = true;">
<select id="select">
<option>aaa</option>
<option>bbbb</option>
</select>
<textarea id="textarea">
</textarea>
<input type="text" id="text">
<input type="password" id="password">
<input type="checkbox" id="checkbox">
<input type="radio" id="radio">
<input type="image" id="image">
<input type="submit" id="submit">
<input type="reset" id="reset">
<input type="button" id="button input">
<input type="hidden" id="hidden">
<input type="file" id="file">
<button type="submit" id="submit button"></button>
<button type="reset" id="reset button"></button>
<button type="button" id="button"></button>
</body>
</html>

View File

@ -1,27 +0,0 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Use an unload handler to prevent bfcache from messing with us -->
<body onunload="parent.childUnloaded = true;">
<select id="select">
<option>aaa</option>
<option>bbbb</option>
</select>
<textarea id="textarea">
</textarea>
<input type="text" id="text" />
<input type="password" id="password" />
<input type="checkbox" id="checkbox" />
<input type="radio" id="radio" />
<input type="image" id="image" />
<input type="submit" id="submit" />
<input type="reset" id="reset" />
<input type="button" id="button input" />
<input type="hidden" id="hidden" />
<input type="file" id="file" />
<button type="submit" id="submit button"></button>
<button type="reset" id="reset button"></button>
<button type="button" id="button"></button>
</body>
</html>

View File

@ -1,4 +0,0 @@
Line 1.
Line 2.
Line 3.
Line 4.

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 200 200">
<g id="g1" transform="translate(100, 100)">
<circle cx="0" cy="0" r="50" fill="green" />
<text x="0" y="10" font-size="24" text-anchor="middle" fill="yellow">Kibology</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 732 B