4 <title>SVG img and bg test
</title>
5 <script src=
"../../fast/repaint/resources/text-based-repaint.js" type=
"text/javascript"></script>
6 <script type=
"text/javascript">
7 function repaintTest() {
8 document
.getElementById('test').className
= 'revealed';
11 <style type=
"text/css" media=
"screen">
13 -webkit-box-sizing: border-box;
21 background: url('resources/circle.svg')
0 0 no-repeat;
22 border:
1px solid black;
31 background-color: red;
34 #test.revealed
> #revealer {
38 #test:hover
> #revealer {
43 <body onload=
"runRepaintAndPixelTest()">
45 <p>You should continue see a full blue circle when part of the element is redrawn (hover to test interactively).
</p>
47 <div id=
"revealer"></div>