Index: LayoutTests/fast/css/css-selector-text.html |
diff --git a/LayoutTests/fast/css/css-selector-text.html b/LayoutTests/fast/css/css-selector-text.html |
index d3d7c77518fd5374727bc2e5238104b8ae7e6d25..4b49cf2d836ef0b08c23ff3298b3889896431665 100644 |
--- a/LayoutTests/fast/css/css-selector-text.html |
+++ b/LayoutTests/fast/css/css-selector-text.html |
@@ -71,6 +71,8 @@ testSelectorRoundTrip(":focus"); |
testSelectorRoundTrip(":hover"); |
testSelectorRoundTrip(":indeterminate"); |
testSelectorRoundTrip(":link"); |
+testSelectorRoundTrip(":not(:placeholder-shown)"); |
+testSelectorRoundTrip(":placeholder-shown"); |
testSelectorRoundTrip(":root"); |
testSelectorRoundTrip(":target"); |
testSelectorRoundTrip(":visited"); |