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
/
css3
/
blending
/
svg-isolation-img-isolate.html
blob
f9366538c866ae65b4a10658633efd9a6ca11888
1
<!DOCTYPE
HTML
>
2
<html>
3
<style>
4
div {
5
width:
100
px;
6
height:
100
px;
7
background-color: blue;
8
}
9
</style>
10
<body>
11
<p>
The test passes if you see a green square.
</p>
12
<div>
13
<img
src
=
"resources/green-blending-square.svg"
/>
14
</div>
15
</body>
16
</html>