Bug 319654 - Processing instructions in XUL are not added to the content model, modifying test10, to make it more correct

This commit is contained in:
martijn.martijn%gmail.com 2006-11-22 18:34:07 +00:00
Родитель 8a1b6c5e34
Коммит 598266ff83
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,3 @@
window {
background-color: red;
background-color: red !important;
}

Просмотреть файл

@ -19,7 +19,7 @@
assert(winEl.childNodes[1].nodeName == "xul-overlay", "xul-overlay PI is in the correct place");
} catch(e) {
dump(e);
assert(false);
assert(false, e);
throw e;
}
</script>