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
Reland the ULONG -> SIZE_T change from 317177
[chromium-blink-merge.git]
/
tools
/
telemetry
/
unittest_data
/
green_rect.html
blob
478c755d283d66d5b8315d62169285b080c89179
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<style>
5
html, body {
6
margin:
0
;
7
padding:
0
;
8
}
9
#green {
10
width:
32
px;
11
height:
32
px;
12
background-color: rgb(
0
,
255
,
0
);
13
}
14
</style>
15
</head>
16
<body>
17
<div
id
=
"green"
></div>
18
</body>
19
</html>