gecko/dom/plugins/test/reftest/plugin-async-update-ref.html

15 lines
229 B
HTML

<!doctype html>
<html><head>
<title>div boxes</title>
<style>
div {
width: 400px;
height: 400px;
display: inline-block;
}
</style>
</head>
<body>
<div style="background-color: #00FF00;"></div> <!-- green -->
</body></html>