Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'android'
- Manifest: layout/style/test/chrome/chrome.toml
<?xml version="1.0"?>
<!--
-->
<!-- test results are displayed in the html:body -->
<style id="test-css" scoped="true"></style>
<p id="display"></p>
<p id="pictures"></p>
</body>
<!-- test code goes here -->
<script type="text/javascript">
// Run all tests now.
window.onload = function () {
add_task(async function() {
await test(false);
});
};
</script>
</window>