4 https://bugzilla.mozilla.org/show_bug.cgi?id=623437
7 <title>Test for Bug
623437</title>
8 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
9 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
12 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=623437">Mozilla Bug
623437</a>
14 <div id=
"content" style=
"display: none">
18 <script type=
"application/javascript">
20 /** Test for Bug
623437 **/
21 var c = document.createElement(
"canvas").getContext(
"2d");
24 var seenArcTo = false;
29 seenArcToFirst = false;
34 seenArcToFirst = true;
37 is(seenArc, true,
"Should see arc");
38 is(seenArcTo, true,
"Should see arcTo");
39 is(seenArcToFirst, true,
"Should see arcTo before arc");