Bug 668824 - Move content/html/content/test/test_bug630889.html to forms/test_textarea_attributes_reflection.html. r=Ms2ger

--HG--
rename : content/html/content/test/test_bug630889.html => content/html/content/test/forms/test_textarea_attributes_reflection.html
This commit is contained in:
Mounir Lamouri 2011-07-06 00:45:29 +02:00
parent bc0d212794
commit cde7f05f8a
3 changed files with 4 additions and 8 deletions

View File

@ -261,7 +261,6 @@ _TEST_FILES = \
test_bug622558.html \
test_bug622597.html \
test_bug636336.html \
test_bug630889.html \
test_bug610212.html \
test_bug633058.html \
test_bug641219.html \

View File

@ -58,6 +58,7 @@ _TEST_FILES = \
test_label_control_attribute.html \
test_output_element.html \
test_button_attributes_reflection.html \
test_textarea_attributes_reflection.html \
$(NULL)
libs:: $(_TEST_FILES)

View File

@ -1,22 +1,18 @@
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=630889
-->
<head>
<title>Test for Bug 630889</title>
<title>Test for HTMLTextAreaElement attributes reflection</title>
<script type="application/javascript" src="/MochiKit/packed.js"></script>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<script type="application/javascript" src="reflect.js"></script>
<script type="application/javascript" src="../reflect.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=630889">Mozilla Bug 630889</a>
<p id="display"></p>
<pre id="test">
<script type="application/javascript">
/** Test for Bug 630889 **/
/** Test for HTMLTextAreaElement attributes reflection **/
var textarea = document.createElement("textarea");