| Index: LayoutTests/fast/css/percentage-non-integer.html
|
| diff --git a/LayoutTests/fast/css/percentage-non-integer.html b/LayoutTests/fast/css/percentage-non-integer.html
|
| index 7c1a5f550729b3f224a22ebdf98b48cbabbfb4eb..6b53a89e503151e225cf1f17cc4f5cb61d3239ea 100644
|
| --- a/LayoutTests/fast/css/percentage-non-integer.html
|
| +++ b/LayoutTests/fast/css/percentage-non-integer.html
|
| @@ -1,6 +1,7 @@
|
| <head>
|
| <title>Test for http://bugs.webkit.org/show_bug.cgi?id=5164</title>
|
| <style type="text/css">
|
| + body { overflow: hidden; }
|
| div.bar { height: 4px; background-color: rgba(0, 0, 0, 0.5); }
|
| td.green { background-color: green; }
|
| td.black { background-color: black; }
|
|
|