mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
db21395105
Differential Revision: https://phabricator.services.mozilla.com/D53040 --HG-- extra : moz-landing-system : lando
18 lines
257 B
HTML
18 lines
257 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-paged">
|
|
<head>
|
|
<style>
|
|
@page { size:5in 3in; margin:0; }
|
|
html,body { padding:0; margin:0; height:100%; }
|
|
div {
|
|
height:100%;
|
|
background: black;
|
|
color: white;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>A</div>
|
|
</body>
|
|
</html>
|