mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
add test for bug 694
This commit is contained in:
parent
3bc704e355
commit
997d50474b
@ -46,6 +46,7 @@ RunSet.runall = function() {
|
||||
TestRunner.runTests(
|
||||
'test_bug589.html',
|
||||
'test_bug691.html',
|
||||
'test_bug694.html',
|
||||
'test_bug2082.html',
|
||||
'test_bug3348.html',
|
||||
'test_bug100533.html',
|
||||
|
31
testing/mochitest/tests/test_bug694.html
Normal file
31
testing/mochitest/tests/test_bug694.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<!--
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=694
|
||||
-->
|
||||
<head>
|
||||
<title>Test for Bug 694</title>
|
||||
<script type="text/javascript" src="/MochiKit/MochiKit.js"></script>
|
||||
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.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=694">Mozilla Bug 694</a>
|
||||
<p id="display"></p>
|
||||
<div id="content" >
|
||||
<img src="/missing_on_purpose" width=123 height=25 alt="Hello, "Quotes" how are you?" id="testimg">
|
||||
</div>
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
|
||||
/** Test for Bug 694 **/
|
||||
|
||||
is($("testimg").getAttribute("alt"), "Hello, \"Quotes\" how are you?", "entities in alt attribute works");
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user