| Index: LayoutTests/tables/mozilla/bugs/bug96334.html
|
| diff --git a/LayoutTests/tables/mozilla/bugs/bug96334.html b/LayoutTests/tables/mozilla/bugs/bug96334.html
|
| index bcefb5ded26c5951ff9842c67da42afeca8e4ab3..964ad6b7103db167492c549f6dcafeee4f229056 100644
|
| --- a/LayoutTests/tables/mozilla/bugs/bug96334.html
|
| +++ b/LayoutTests/tables/mozilla/bugs/bug96334.html
|
| @@ -4,6 +4,7 @@
|
| <head>
|
| <title>MapBlast Problem</title>
|
| <style>
|
| +body { overflow: hidden; }
|
| table { border: 2px solid blue;}
|
| table td { border: 1px solid silver; }
|
| table table { border: 2px solid green; }
|
|
|