repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
high-contrast
/
backplate-bg-image-013.html
blob
6215184e39bfefd2e1958887e49bba8adc6bb5b9
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Whitespace-only text over images should not receive backplates.
</title>
5
<style>
6
div {
7
position: absolute;
8
}
9
.bg {
10
background-image: url(
"red.png"
);
11
height:
20
px;
12
width:
20
px;
13
}
14
</style>
15
</head>
16
<body>
17
<div
class
=
"bg"
></div>
18
<div>
</div>
19
</body>
20
</html>