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
/
fast
/
text
/
soft-hyphen-simple-text-expected.html
blob
fe6c9810294961b9f8a16e0b8d422082f1cd7509
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Soft Hyphen Test
</title>
5
<style>
6
p {
7
text-align: justify;
8
width:
250
px;
9
height:
250
px;
10
position: relative;
11
padding:
1
px;
12
}
13
p
>
#cover {
14
position: absolute;
15
top:
0
;
16
left:
0
;
17
right:
0
;
18
bottom:
0
;
19
background: green;
20
display: block;
21
}
22
</style>
23
</head>
24
<body>
25
<p>
26
27
<span
id
=
"cover"
>
</span>
28
</p>
29
<p>
30
A green square and no text should appear above.
31
</p>
32
</body>
33
</html>