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
/
canvas
/
canvas-before-css-expected.html
blob
a5af47d7c5cc6e875db8d227d7045fdbe190dc9a
1
<html>
2
<head>
3
<link
rel
=
"stylesheet"
href
=
"about:blank"
type
=
"text/css"
>
4
</head>
5
<body>
6
<p>
If the canvas below is black, then we managed to draw before loading stylesheets. Hooray!
</p>
7
<div
style
=
"width:400px; height:200px; background-color:black;"
></div>
8
</body>
9
</html>