зеркало из https://github.com/mozilla/gecko-dev.git
Bug 773533 (part 2) - Add a <marquee> to test_memoryReporters.xul, to test for the crash in bug 773533. r=ehsan.
--HG-- extra : rebase_source : 89a3a35491ab8f97578cb12cdc2fbdb816daa6d0
This commit is contained in:
Родитель
33012c97dc
Коммит
996b8eac60
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/css" href="chrome://global/skin"?>
|
||||
<?xml-stylesheet type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"?>
|
||||
<window title="about:memory"
|
||||
<window title="Memory reporter"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
|
||||
|
||||
|
@ -10,7 +10,10 @@
|
|||
presentation of memory reports in about:memory. -->
|
||||
|
||||
<!-- test results are displayed in the html:body -->
|
||||
<body xmlns="http://www.w3.org/1999/xhtml"></body>
|
||||
<body xmlns="http://www.w3.org/1999/xhtml">
|
||||
<!-- In bug 773533, <marquee> elements crashed the JS memory reporter -->
|
||||
<marquee>Marquee</marquee>
|
||||
</body>
|
||||
|
||||
<!-- test code goes here -->
|
||||
<script type="application/javascript">
|
||||
|
|
Загрузка…
Ссылка в новой задаче