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

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

Issue 1616423003: Fix selector namespace prefix resolution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed review issues Created 4 years, 11 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: 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 359c80c85803a948b3ff644511db184c55aaa52c..b8ccb99b36da2c6c1ac5b0ad650479ae4fd7c1fd 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
@@ -32,6 +32,9 @@ PASS setThenReadSelectorText('*|*') is '*|*'
PASS setThenReadSelectorText('n|*') is 'n|*'
PASS setThenReadSelectorText('[*|a]') is '[*|a]'
PASS setThenReadSelectorText('[n|a]') is '[n|a]'
+PASS setThenReadSelectorText('unresolved|a') is '_foo'
+PASS setThenReadSelectorText('unresolved|*') is '_foo'
+PASS setThenReadSelectorText('[unresolved|a]') is '_foo'
PASS setThenReadSelectorText('a:active') is 'a:active'
PASS setThenReadSelectorText('a b') is 'a b'

Powered by Google App Engine
This is Rietveld 408576698