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
/
dom
/
HTMLDialogElement
/
resources
/
dialog-layout.css
blob
709b4505869c2efb85461eabfa1e523a345b70d4
1
/* Remove body margin and dialog styles for easier positioning expected values */
2
body
{
3
height
:
10000px
;
4
margin
:
0
;
5
}
6
7
dialog
{
8
border
:
0
;
9
padding
:
0
;
10
height
:
auto
;
11
width
:
auto
;
12
}
13
14
#absolute-div
{
15
position
:
absolute
;
16
top
:
800px
;
17
height
:
50px
;
18
width
:
90
%;
19
}
20
21
#relative-div
{
22
position
:
relative
;
23
top
:
20px
;
24
height
:
30px
;
25
}