blob: db52e77d2be7bea7cc017476a854885dcbb3c9bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<meta charset="utf-8" />
<title>Popover is only effective on HTMLElement, not on svg element</title>
<style>
svg {
width: 100px;
height: 100px;
background-color:green;
}
</style>
<svg ></svg>
|