Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Reference for bug 1271714: .fixed should have a yellow background</title>
<style type="text/css">
.fixed {
border: 1px solid black;
height: 50px;
width: 200px;
background: yellow;
}
</style>
<div class="fixed"></div>