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
/
shapes
/
shape-outside-floats
/
shape-outside-floats-shape-margin-percent-expected.html
blob
de7abf91b5dc641c22e930961379934b1e46de58
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
CSS Reference File
</title>
5
</head>
6
<style>
7
#green-square {
8
position: absolute;
9
left:
25
px;
10
top:
50
px;
11
width:
200
px;
12
height:
200
px;
13
background-color: green;
14
color: green;
15
}
16
</style>
17
<body>
18
<p>
The test passes if there is a green square and no red.
</p>
19
<div
id
=
"green-square"
></div>
20
</body>
21
</html>