Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-page/margin-boxes/content-003-print.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<meta name="assert" content="Test image in the content property inside page margin boxes.">
<link rel="match" href="content-003-print-ref.html">
<style>
@page {
margin: 0;
margin-top: 50px;
@top-left {
text-align: left;
vertical-align: top;
content: "Lime rectangle: " url(/images/green.png);
}
}
</style>