mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
18 lines
293 B
HTML
18 lines
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>
|