| Index: LayoutTests/fast/css/epub-properties.html
|
| diff --git a/LayoutTests/fast/css/epub-properties.html b/LayoutTests/fast/css/epub-properties.html
|
| index 6dac167d11a91b9579b7a8271d904ca2e22e8da6..eff63e13ef4620dbba166a7ed6922486cf155567 100644
|
| --- a/LayoutTests/fast/css/epub-properties.html
|
| +++ b/LayoutTests/fast/css/epub-properties.html
|
| @@ -29,7 +29,6 @@
|
| }
|
|
|
| testEpubProperty("caption-side", "-epub-caption-side", "captionSide", "epubCaptionSide", "bottom");
|
| - testEpubProperty("-webkit-hyphens", "-epub-hyphens", "webkitHyphens", "epubHyphens", "manual");
|
| testEpubProperty("-webkit-text-combine", "-epub-text-combine", "webkitTextCombine", "epubTextCombine", "horizontal");
|
| testEpubProperty("-webkit-text-emphasis-style", "-epub-text-emphasis-style", "webkitTextEmphasisStyle", "epubTextEmphasisStyle", "open sesame");
|
| testEpubProperty("-webkit-text-emphasis-color", "-epub-text-emphasis-color", "webkitTextEmphasisColor", "epubTextEmphasisColor", "red");
|
|
|