| Index: LayoutTests/fast/invalid/residual-style.html
|
| diff --git a/LayoutTests/fast/invalid/residual-style.html b/LayoutTests/fast/invalid/residual-style.html
|
| index ec08a54f146525d70facf2f4249ae25976b141f0..2934a55d25a0b9dc6551bbfb0429a6332bcbc886 100644
|
| --- a/LayoutTests/fast/invalid/residual-style.html
|
| +++ b/LayoutTests/fast/invalid/residual-style.html
|
| @@ -4,7 +4,7 @@
|
| font { color: green }
|
| .fail { color: red }
|
| address { display: inline; font-style: normal }
|
| -applet, canvas, embed, object { width:0px; height:0px; }
|
| +canvas, embed, object { width:0px; height:0px; }
|
| blockquote, center { display: inline; padding:0; margin: 0 }
|
| button { width: 0px; height: 0px; border: 0; padding: 0; }
|
| map { display: inline }
|
| @@ -29,8 +29,6 @@ ACRONYM: <acronym><font>All of this</acronym> should be green</font>
|
| <hr>
|
| ADDRESS: <address><font>All of this</address> should be green</font>
|
| <hr>
|
| -APPLET: <applet><font></applet>All of this should be green.</font>
|
| -<hr>
|
| AREA: <map><area><font></area></map>All of this should be green.</font>
|
| <hr>
|
| B: <b><font></b>All of this should be green.</font>
|
|
|