зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
305a785fe7
Коммит
4686066b93
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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");
|
||||
|
Загрузка…
Ссылка в новой задаче