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
/
bugs
/
bug83786.html
blob
5efba89a8d816368683cd864cdef6754447a0ef0
1
<!DOCTYPE
HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN"
>
2
<html>
3
<head>
4
<title>
CSS Tables: Margins
</title>
5
<style
type
=
"text/css"
>
6
* {
7
margin
:
0
;
8
padding
:
0
;
9
border
:
0
;
10
border-spacing
:
0
;
11
}
12
table
{
13
margin-left
:
1em
;
14
margin-right
:
19em
;
15
}
16
div
{
17
border
:
green solid
;
18
width
:
20em
;
19
height
:
10em
;
20
font
:
1em
/
1em
monospace
;
21
overflow
:
hidden
;
22
}
23
span
{
24
background
:
red
;
25
color
:
yellow
;
26
font-size
:
0.9em
;
27
}
28
</style>
29
</head>
30
<body>
31
<div> <table> <tr> <td>
32
This____
33
text____
34
should__
35
be______
36
wrapped,
37
one_____
38
word____
39
to______
40
a_______
41
line.___
42
<span>
_FAIL!__
</span>
43
</td> </tr> </table> </div>
44
</body>
45
</html>