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;