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
/
printing
/
print-no-background.html
blob
b757039cf8cc871899bc9a040701fde125c8f9d1
1
<!DOCTYPE
html
>
2
<script>
3
if
(
window
.
testRunner
)
4
testRunner
.
setPrinting
();
5
</script>
6
<style>
7
body {
8
background-color: red;
9
}
10
</style>
11
<html>
12
<body>
13
This test succeed if root background is correctly ignored in printing mode.
14
</body>
15
</html>