mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
13 lines
168 B
HTML
13 lines
168 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { background: green; color: green; width: -moz-fit-content; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div>TEST</div>
|
|
</body>
|
|
</html>
|