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

Unified Diff: LayoutTests/fast/css/css-set-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
Index: LayoutTests/fast/css/css-set-selector-text-expected.txt
diff --git a/LayoutTests/fast/css/css-set-selector-text-expected.txt b/LayoutTests/fast/css/css-set-selector-text-expected.txt
index b786352634a10c18a8a39e002e2aa156382d1c61..9e7f978f4b423567ba2c1694935bac14a13960fc 100644
--- a/LayoutTests/fast/css/css-set-selector-text-expected.txt
+++ b/LayoutTests/fast/css/css-set-selector-text-expected.txt
@@ -100,7 +100,7 @@ PASS setThenReadSelectorText(':-webkit-any(.class1:hover)') is ':-webkit-any(.cl
PASS setThenReadSelectorText(':-webkit-any(a.class1.class2.class3:hover)') is ':-webkit-any(a.class1.class2.class3:hover)'
PASS setThenReadSelectorText('*:active') is ':active'
-PASS setThenReadSelectorText('|a') is 'a'
+PASS setThenReadSelectorText('|a') is '|a'
PASS setThenReadSelectorText('input[type=file]:focus') is 'input[type="file"]:focus'

Powered by Google App Engine
This is Rietveld 408576698