Index: third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html b/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html |
index a5d3f3abbb90112929f6a92f89798e682a3a4f40..8df5518df4eba2ede48f2d45459bba03433ef709 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html |
@@ -60,9 +60,9 @@ testSelectorRoundTrip('[a*="b"]'); |
debug(''); |
-testSelectorRoundTrip('*|a'); |
+shouldBe("setThenReadSelectorText('*|a')", "'a'"); |
testSelectorRoundTrip('n|a'); |
-testSelectorRoundTrip('*|*'); |
+shouldBe("setThenReadSelectorText('*|*')", "'*'"); |
testSelectorRoundTrip('n|*'); |
testSelectorRoundTrip('[*|a]'); |
testSelectorRoundTrip('[n|a]'); |