4 <title>Test case for https://bugs.webkit.org/show_bug.cgi?id=
9493</title>
5 <style type=
"text/css">
6 #fixedContainer { width: 0px }
7 #percentContainer { width: 0% }
11 <h4> There should be no red squares visible below.
</h4>
12 <div style=
"background-color:green;position:absolute;width:64px;height:64px">
13 <div id=
"fixedContainer"></div>
15 <div style=
"background-color:green;position:absolute;width:64px;height:64px;top:130px">
16 <div id=
"percentContainer"></div>