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
/
invalid
/
016.html
blob
c914e87cb6d00efecffd2b6dfeea10a22189b69c
1
<html>
2
<head>
3
<style>
4
img {
5
width:
100
px;
6
height:
100
px;
7
background-color: green;
8
border:
2
px solid black;
9
}
10
</style>
11
</head>
12
<body>
13
<p>
You should see two
100
x100 green squares with black borders below. If you see only
14
one square, the test has failed.
</p>
15
<p><img
src
=
"foo.gif"
<img
src
=
"foo.gif"
></p>