зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
293 B
HTML
19 строки
293 B
HTML
<!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>
|