forked from mirrors/gecko-dev
Per the resolution in https://github.com/w3c/csswg-drafts/issues/4525. Differential Revision: https://phabricator.services.mozilla.com/D60675 --HG-- extra : moz-landing-system : lando
10 lines
151 B
HTML
10 lines
151 B
HTML
<!doctype html>
|
|
<title>CSS test reference</title>
|
|
<style>
|
|
#ref {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
<div id="ref"></div>
|