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
/
invalid
/
006.html
blob
ef1a675b988110313576619b62f8ff9ce587f08e
1
<html>
2
<head>
3
<style>
4
body {
5
color: white; !important
6
}
7
8
body {
9
background-color:green;
10
}
11
</style>
12
</head>
13
<body>
14
This should be white text on a green background.
15
</body>