зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1076830 - Name the test function so it doesn't get GC'd. r=past
This commit is contained in:
Родитель
09a4457aa2
Коммит
40af9b7a39
|
@ -6,7 +6,8 @@
|
|||
<title>Debugger Breakpoints Other Tabs Test Page</title>
|
||||
</head>
|
||||
<script>
|
||||
(function () {
|
||||
function theTest() {
|
||||
window.foo = "break on me";
|
||||
}());
|
||||
}
|
||||
theTest();
|
||||
</script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче