2 <script src=
"../../resources/js-test.js"></script>
4 description('Test for <a href="http://webkit.org/b/73520">WebKit bug 73520</a>');
5 window
.jsTestIsAsync
= true;
8 testDiv
= document
.getElementById('test');
9 shouldBeEqualToString('window.getComputedStyle(testDiv, 0).width', '48px');
14 <style type=
"text/css">
20 src: url
('../../resources/Ahem.ttf');
30 <body onload=
"setTimeout('runTest()', 100)">