Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/image/reftest.list
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
-->
<style>
iframe {
border: none;
/* This fixed size is just so that we would cause overflow & trigger
scrollbars, if we were adding any margin to the internal document.
(We're not intending to do so...) */
height: 51px;
width: 51px;
}
</style>
<iframe src="blue-50x50.png"></iframe>