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
/
block
/
basic
/
014.html
blob
5077af4b73699c711127b2d3f3c931bc914ee38f
1
<html>
2
<head>
3
<style>
4
body {
5
font-family: sans-serif;
6
font-size:
14
px;
7
}
8
9
img
10
{
11
vertical-align: middle;
12
border-style: none;
13
}
14
15
</style>
16
</head>
17
<body>
18
<a
href
=
"foo.html"
><img
style
=
"background-color:green"
width=
21
height=
21
></a> <img
style
=
"background-color:green"
width=
21
height=
21
>
19
The two green blocks should line up
20
vertically.
21