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

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

Issue 1280423002: CSS4: Implement :placeholder-shown pseudo class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per review comments Created 5 years, 4 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..5bcc3bf80bbc38bc6bd5a6d6daa1a124fe62b851 100644
--- a/LayoutTests/fast/css/css-set-selector-text-expected.txt
+++ b/LayoutTests/fast/css/css-set-selector-text-expected.txt
@@ -50,6 +50,8 @@ PASS setThenReadSelectorText(':focus') is ':focus'
PASS setThenReadSelectorText(':hover') is ':hover'
PASS setThenReadSelectorText(':indeterminate') is ':indeterminate'
PASS setThenReadSelectorText(':link') is ':link'
+PASS setThenReadSelectorText(':not(:placeholder-shown)') is ':not(:placeholder-shown)'
+PASS setThenReadSelectorText(':placeholder-shown') is ':placeholder-shown'
PASS setThenReadSelectorText(':root') is ':root'
PASS setThenReadSelectorText(':target') is ':target'
PASS setThenReadSelectorText(':visited') is ':visited'

Powered by Google App Engine
This is Rietveld 408576698