Bug 748243 - Move test_bug514437.html and test_bug588683-*.html to content/html/content/tests/forms/. r=mounir

--HG--
rename : content/html/content/test/test_bug588683-1.html => content/html/content/test/forms/test_form_attribute-1.html
rename : content/html/content/test/test_bug588683-2.html => content/html/content/test/forms/test_form_attribute-2.html
rename : content/html/content/test/test_bug588683-3.html => content/html/content/test/forms/test_form_attribute-3.html
rename : content/html/content/test/test_bug588683-4.html => content/html/content/test/forms/test_form_attribute-4.html
rename : content/html/content/test/test_bug514437.html => content/html/content/test/forms/test_progress_element.html
This commit is contained in:
Alice Lieutier 2012-04-26 11:39:57 +02:00
parent 2fffaf9846
commit 4c6921da8b
7 changed files with 15 additions and 15 deletions

View File

@ -202,10 +202,6 @@ _TEST_FILES = \
test_bug558788-1.html \ test_bug558788-1.html \
test_bug558788-2.html \ test_bug558788-2.html \
test_bug561634.html \ test_bug561634.html \
test_bug588683-1.html \
test_bug588683-2.html \
test_bug588683-3.html \
test_bug588683-4.html \
test_bug590353-1.html \ test_bug590353-1.html \
test_bug590353-2.html \ test_bug590353-2.html \
test_bug593689.html \ test_bug593689.html \
@ -256,7 +252,6 @@ _TEST_FILES = \
test_bug641219.html \ test_bug641219.html \
test_bug643051.html \ test_bug643051.html \
test_bug583514.html \ test_bug583514.html \
test_bug514437.html \
test_bug560112.html \ test_bug560112.html \
test_bug586786.html \ test_bug586786.html \
test_bug646157.html \ test_bug646157.html \

View File

@ -65,6 +65,11 @@ _TEST_FILES = \
test_datalist_element.html \ test_datalist_element.html \
test_form_attributes_reflection.html \ test_form_attributes_reflection.html \
test_option_index_attribute.html \ test_option_index_attribute.html \
test_progress_element.html \
test_form_attribute-1.html \
test_form_attribute-2.html \
test_form_attribute-3.html \
test_form_attribute-4.html \
$(NULL) $(NULL)
libs:: $(_TEST_FILES) libs:: $(_TEST_FILES)

View File

@ -4,7 +4,7 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=588683 https://bugzilla.mozilla.org/show_bug.cgi?id=588683
--> -->
<head> <head>
<title>Test for Bug 588683</title> <title>Test for form attributes 1</title>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head> </head>
@ -16,7 +16,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=588683
<pre id="test"> <pre id="test">
<script type="application/javascript"> <script type="application/javascript">
/** Test for Bug 588683 **/ /** Test for form attributes 1 **/
/** /**
* All functions take an array of forms in first argument and an array of * All functions take an array of forms in first argument and an array of

View File

@ -4,7 +4,7 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=588683 https://bugzilla.mozilla.org/show_bug.cgi?id=588683
--> -->
<head> <head>
<title>Test for Bug 588683</title> <title>Test for form attributes 2</title>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head> </head>

View File

@ -4,7 +4,7 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=588683 https://bugzilla.mozilla.org/show_bug.cgi?id=588683
--> -->
<head> <head>
<title>Test for Bug 588683</title> <title>Test for form attributes 3</title>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head> </head>
@ -56,7 +56,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=588683
<pre id="test"> <pre id="test">
<script type="application/javascript"> <script type="application/javascript">
/** Test for Bug 588683 **/ /** Test for form attributes 3 **/
SimpleTest.waitForExplicitFinish(); SimpleTest.waitForExplicitFinish();

View File

@ -4,7 +4,7 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=588683 https://bugzilla.mozilla.org/show_bug.cgi?id=588683
--> -->
<head> <head>
<title>Test for Bug 588683</title> <title>Test for form attributes 4</title>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head> </head>
@ -24,7 +24,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=588683
<pre id="test"> <pre id="test">
<script type="application/javascript"> <script type="application/javascript">
/** Test for Bug 588683 **/ /** Test for form attributes 4 **/
var table = document.getElementById('t'); var table = document.getElementById('t');
var i1 = document.getElementById('i1'); var i1 = document.getElementById('i1');

View File

@ -5,7 +5,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=514437
https://bugzilla.mozilla.org/show_bug.cgi?id=633913 https://bugzilla.mozilla.org/show_bug.cgi?id=633913
--> -->
<head> <head>
<title>Test for Bug 514437 and Bug 633913</title> <title>Test for progress element content and layout</title>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head> </head>
@ -23,7 +23,7 @@ and
<pre id="test"> <pre id="test">
<script type="application/javascript"> <script type="application/javascript">
/** Test for Bug 514437 and Bug 633913 **/ /** Test for progress element content and layout **/
function checkFormIDLAttribute(aElement) function checkFormIDLAttribute(aElement)
{ {
@ -248,7 +248,7 @@ function checkNotResetableAndFormSubmission(aElement)
* element value should not appear. * element value should not appear.
*/ */
is(frames['submit_frame'].location.href, is(frames['submit_frame'].location.href,
'http://mochi.test:8888/tests/content/html/content/test/foo?a=tulip', 'http://mochi.test:8888/tests/content/html/content/test/forms/foo?a=tulip',
"The progress element value should not be submitted"); "The progress element value should not be submitted");
checkNotResetable(); checkNotResetable();