| Index: LayoutTests/fast/css/font-shorthand.html
|
| diff --git a/LayoutTests/fast/css/font-shorthand.html b/LayoutTests/fast/css/font-shorthand.html
|
| index 8a4cf04d19bf136165ad242d8712368062ef36a2..ad7af5a971550e4c5aa04518d1ea1a5ba9a6f052 100644
|
| --- a/LayoutTests/fast/css/font-shorthand.html
|
| +++ b/LayoutTests/fast/css/font-shorthand.html
|
| @@ -16,12 +16,7 @@ function testFontValue(value)
|
| decl.font = "";
|
| decl.font = value;
|
| for (var i = 0; i < decl.length; i++) {
|
| - var shorthand = decl.getPropertyShorthand(decl[i]);
|
| document.write(decl[i] + ": " + decl.getPropertyValue(decl[i]));
|
| - if (shorthand) {
|
| - document.write(" (original property was " + shorthand
|
| - + (decl.isPropertyImplicit(decl[i]) ? " and property was implicitly set.)" : ")"));
|
| - }
|
| document.write("<br>");
|
| }
|
| document.write("<br>");
|
|
|