mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
befea41a2d
--HG-- extra : rebase_source : 7f3a2e56e99e56131852babca3405d957aca0593
21 lines
246 B
HTML
21 lines
246 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Testcase for bug 770629</title>
|
|
<style>
|
|
|
|
div {
|
|
position: absolute;
|
|
left: 125px;
|
|
width: 50px;
|
|
height: 100px;
|
|
background: blue;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|