3 <script src=
"../../../resources/js-test.js"></script>
6 -webkit-border-bottom-right-radius:
5px;
11 <div id=
"target" style=
"-webkit-border-bottom-right-radius: 5px;;"></div>
13 Note for updating the test:
14 Please replace '-webkit-border-bottom-right-radius' by the longest name if '-webkit-border-bottom-right-radius' is removed.
17 description("The test parsing of the boundary value by checking the longest CSS property.");
18 shouldBeEqualToString('getComputedStyle(document.body).webkitBorderBottomRightRadius', '5px');
19 shouldBeEqualToString('document.getElementById("target").style.webkitBorderBottomRightRadius', '5px');
20 shouldBeEqualToString('document.body.style.webkitBorderBottomRightRadius', '');