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
/
masking
/
clip-path-reference-of-fake-clipPath.html
blob
15586fe42fa27db85ec0423f23e34e7f72881081
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
Passes if the test does not crash.
5
<svg><mask
id
=
"fake-clip-path"
></mask></svg>
6
<div
style
=
"-webkit-clip-path: url(#fake-clip-path)"
></div>
7
<script>
8
if
(
window
.
testRunner
)
9
testRunner
.
dumpAsText
();
10
</script>
11
</body>
12
</html>