repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
backgrounds
/
root-background-propagation.html
blob
4d805a992670ca1cfaa7e37cc2f83b0a125f19a5
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
body {
6
background-color: green;
7
height:
100
px;
8
}
9
p {
10
color: green; /* Hide from pixel result */
11
}
12
</style>
13
<script>
14
if
(
window
.
testRunner
)
15
testRunner
.
dumpAsTextWithPixelResults
();
16
</script>
17
</head>
18
<body>
19
<p>
The entire viewport should be filled with green
</p>
20
</body>
21
</html>