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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
tables
/
mozilla_expected_failures
/
bugs
/
bug33784.html
blob
c196a12465505324103e52b1d73840cc56b83e15
1
<html>
2
<head>
3
<title>
Gecko's Realm
</title>
4
<style
type
=
"text/css"
>
5
.section
{
6
color
:
white
;
7
}
8
</style>
9
</head>
10
11
<body>
12
<table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"600"
>
13
<tr>
14
<td
bgcolor
=
"black"
><div
class
=
"section"
><p>
fooobar
</p></div></td>
15
</tr>
16
</table>
17
</div>
18
</body>
19
</html>