mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
16 lines
343 B
HTML
16 lines
343 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Centimeters-to-twips conversions testing</title>
|
|
<style type="text/css">
|
|
body
|
|
{
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVR42mP4%2F58BAAT%2FAf9jgNErAAAAAElFTkSuQmCC);
|
|
background-size: 2147483640cm;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|