2 <title>Test for crbug.com/
190880</title>
3 <script src=
"resources/text-based-repaint.js"></script>
5 video { width:
700px; }
8 <video id=
"v" controls autoload
src=
"../../media/content/test.ogv">
11 <p>This tests that we repaint the mute button when we change the volume
</p>
14 window
.testIsAsync
= true;
16 var video
= document
.getElementById("v");
17 video
.addEventListener("canplaythrough", runTest
, true);
18 function repaintTest() {