| Index: LayoutTests/editing/execCommand/use-css.html
|
| ===================================================================
|
| --- LayoutTests/editing/execCommand/use-css.html (revision 155922)
|
| +++ LayoutTests/editing/execCommand/use-css.html (working copy)
|
| @@ -50,7 +50,7 @@
|
| else
|
| testFailed("queryCommandValue('useCSS') should return string ''");
|
|
|
| -testSingleToggle("underline", "test", "<span style=\"text-decoration-line: underline;\">test</span>");
|
| +testSingleToggle("underline", "test", "<span style=\"text-decoration: underline;\">test</span>");
|
|
|
| document.body.removeChild(testContainer);
|
|
|
|
|