From 1a2eb7cffa17f83750fa3a973ee4e9824121b1a7 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Fri, 13 Apr 2018 22:22:55 +0900 Subject: [PATCH] Add missing tests --- test/test.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/test/test.css b/test/test.css index 282b7be..1ab7f9c 100644 --- a/test/test.css +++ b/test/test.css @@ -510,7 +510,9 @@ column-width: auto; } -@namespace "http://example.com/css3-namespace/"; +.namespace { + display: auto; +} .overflow-3 { max-lines: auto; @@ -557,6 +559,10 @@ offset-start: auto; } +.properties-values-api-1 { + display: auto; +} + .pseudo-4::inactive-selection, .pseudo-4::spelling-error, .pseudo-4::grammer-error { @@ -843,6 +849,10 @@ display: cubic-bezier(0.25, 0.1, 0.25, 1.0); } +.typed-om-1 { + display: auto; +} + .ui-3 { caret-color: grab; display: grabbing; @@ -889,6 +899,10 @@ will-change: scroll-position; } +.worklets-1 { + display: auto; +} + .writing-modes-3 { writing-mode: before; text-orientation: after;