Index: LayoutTests/fast/css/css-selector-text.html |
diff --git a/LayoutTests/fast/css/css-selector-text.html b/LayoutTests/fast/css/css-selector-text.html |
index d3d7c77518fd5374727bc2e5238104b8ae7e6d25..bb1bca933fae53cd137af17408541a5d8389b818 100644 |
--- a/LayoutTests/fast/css/css-selector-text.html |
+++ b/LayoutTests/fast/css/css-selector-text.html |
@@ -137,7 +137,7 @@ testSelectorRoundTrip(':-webkit-any(a.class1.class2.class3:hover)'); |
debug(''); |
shouldBe("parseThenSerializeRule('*:active { }')", "':active { }'"); |
-shouldBe("parseThenSerializeRule('|a { }')", "'a { }'"); |
+testSelectorRoundTrip("|a"); |
debug(''); |