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-polygon-013-expected.html
blob
f1fcdf40d719beac17a1cc85619daca2c0abb0ff
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
CSS Reference File
</title>
5
<link
rel
=
"author"
title
=
"Rebecca Hauck"
href
=
"mailto:rhauck@adobe.com"
>
6
</head>
7
<style>
8
body {
9
margin:
0
;
10
}
11
#green-square {
12
position: absolute;
13
top:
50
px;
14
left:
10
px;
15
width:
240
px;
16
height:
240
px;
17
background-color: green;
18
}
19
</style>
20
<body>
21
<p>
The test passes if there is green square and no red.
</p>
22
<div
id
=
"green-square"
></div>
23
</body>
24
</html>