Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: LayoutTests/fast/css/css-selector-text-expected.txt

Issue 1305973007: Clean up empty namespace handling and fix empty namespaces in compound selectors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@defaultns
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/css/css-selector-text.html ('k') | LayoutTests/fast/css/css-set-selector-text.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/css-selector-text-expected.txt
diff --git a/LayoutTests/fast/css/css-selector-text-expected.txt b/LayoutTests/fast/css/css-selector-text-expected.txt
index 5c6a211d95cd0537bae9b8047ebef6af136fc9f0..5208cbf4405b216da0e524df55f6c388798755d1 100644
--- a/LayoutTests/fast/css/css-selector-text-expected.txt
+++ b/LayoutTests/fast/css/css-selector-text-expected.txt
@@ -90,7 +90,7 @@ PASS parseThenSerializeRule(':-webkit-any(.class1:hover) { }') is ':-webkit-any(
PASS parseThenSerializeRule(':-webkit-any(a.class1.class2.class3:hover) { }') is ':-webkit-any(a.class1.class2.class3:hover) { }'
PASS parseThenSerializeRule('*:active { }') is ':active { }'
-PASS parseThenSerializeRule('|a { }') is 'a { }'
+PASS parseThenSerializeRule('|a { }') is '|a { }'
PASS parseThenSerializeRule('input[type=file]:focus { }') is 'input[type="file"]:focus { }'
« no previous file with comments | « LayoutTests/fast/css/css-selector-text.html ('k') | LayoutTests/fast/css/css-set-selector-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698