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
/
svg
/
clip-path
/
clip-path-on-lazy-root-expected.html
blob
c67b7545917429322189f0190f311ad8cf556e44
1
<!DOCTYPE
HTML
>
2
<html>
3
<body>
4
Test for crbug.com/
277848
.
<br/>
5
This test passes if there is a green square below with no red.
<br/>
6
<div>
7
<svg>
8
<rect
x
=
"20"
y
=
"20"
width
=
"80"
height
=
"80"
fill
=
"green"
/>
9
</svg>
10
</div>
11
</body>
12
</html>
13