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
/
css2.1
/
20110323
/
clip-001-expected.html
blob
88c469865049e151197d600d2b90dbec8de60f0d
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<title>
CSS Test: clip - auto value
</title>
6
7
<style>
8
#green-layer
9
{
10
background-color: green;
11
height:
300
px;
12
position: absolute;
13
width:
300
px;
14
}
15
</style>
16
</head>
17
18
<body>
19
20
<p>
There should be a big green square and
<strong>
no red
</strong>
.
</p>
21
22
<div
id
=
"green-layer"
></div>
23
</body></html>