From bb70ca813d3ba174943990b445035985cafdce53 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Tue, 28 Jun 2016 12:21:25 +0900 Subject: [PATCH] Use `auto` for placeholder value --- test/test.css | 2 +- test/test.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.css b/test/test.css index fc2ff59..91c1d31 100644 --- a/test/test.css +++ b/test/test.css @@ -412,7 +412,7 @@ .pseudo::inactive-selection, .pseudo::spelling-error, .pseudo::grammer-error { - display: block; + display: auto; } .regions:region { diff --git a/test/test.html b/test/test.html index eeaae0a..78068f4 100644 --- a/test/test.html +++ b/test/test.html @@ -456,7 +456,7 @@ .pseudo::inactive-selection, .pseudo::spelling-error, .pseudo::grammer-error { - display: block; + display: auto; }