ok(container.querySelector(".empty"), "When the report is empty in census view, we show the empty message");
ok(container.textContent.includes(L10N.getStr("heapview.empty")));
ok(container.querySelector(".empty"), "When the report is empty in diffing view, the empty message is shown");
ok(container.textContent.includes(L10N.getStr("heapview.no-difference")));
ok(container.querySelector(".empty"), "When the report is empty in census view w/ filter, we show the empty message");
ok(container.textContent.includes(L10N.getStr("heapview.none-match")));
} catch (e) {
ok(false, "Got an error: " + DevToolsUtils.safeErrorString(e));
} finally {
SimpleTest.finish();
}
};
</script>
</pre>
</body>
</html>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.