Index: third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt b/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt |
index b8ccb99b36da2c6c1ac5b0ad650479ae4fd7c1fd..66e84bb5229f264785586b7b128be7e2b13fbbc1 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt |
@@ -26,9 +26,9 @@ PASS setThenReadSelectorText('[a^="b"]') is '[a^="b"]' |
PASS setThenReadSelectorText('[a$="b"]') is '[a$="b"]' |
PASS setThenReadSelectorText('[a*="b"]') is '[a*="b"]' |
-PASS setThenReadSelectorText('*|a') is '*|a' |
+PASS setThenReadSelectorText('*|a') is 'a' |
PASS setThenReadSelectorText('n|a') is 'n|a' |
-PASS setThenReadSelectorText('*|*') is '*|*' |
+PASS setThenReadSelectorText('*|*') is '*' |
PASS setThenReadSelectorText('n|*') is 'n|*' |
PASS setThenReadSelectorText('[*|a]') is '[*|a]' |
PASS setThenReadSelectorText('[n|a]') is '[n|a]' |