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
/
repaint
/
resources
/
default.css
blob
86679a8852dda73952b0ca9fc042efdf06fa2cea
1
html
{
2
overflow
:
hidden
;
3
}
4
5
div
,
td
{
6
width
:
100px
;
7
height
:
100px
;
8
}
9
10
iframe
{
11
width
:
500px
;
12
height
:
500px
;
13
}
14
15
.fixed
{
16
position
:
fixed
;
17
}
18
19
.absolute
{
20
position
:
absolute
;
21
}
22
23
.relative
{
24
position
:
relative
;
25
}
26
27
.red
{
28
background-color
:
red
;
29
}
30
31
.blue
{
32
background-color
:
blue
;
33
}
34
35
.green
{
36
background-color
:
green
;
37
}
38
39
.yellow
{
40
background-color
:
yellow
;
41
}
42
43
.rotated
{
44
transform
:
rotate
(
45deg
);
45
}
46
47
.clipped
{
48
overflow
:
hidden
;
49
}
50
51
.reflected
{
52
-webkit-box-reflect
:
below
0px
;
53
}