From 3342759044116fa0b0f12284c29d025560bb2e63 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Tue, 21 Feb 2017 18:38:13 +0900 Subject: [PATCH] Fix test order --- test/test.css | 16 ++++++++-------- test/test.html | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/test/test.css b/test/test.css index 1aeb84a..6639056 100644 --- a/test/test.css +++ b/test/test.css @@ -109,14 +109,6 @@ display: color-mod(#112233 tint(50%)); } -@supports (display: auto) or - (display: auto) not - (display: auto) { - .conditional { - display: auto; - } -} - .compositing-1 { mix-blend-mode: multiply; isolation: screen; @@ -135,6 +127,14 @@ display: luminosity; } +@supports (display: auto) or + (display: auto) not + (display: auto) { + .conditional { + display: auto; + } +} + .contain-1 { contain: layout; display: paint; diff --git a/test/test.html b/test/test.html index 8a2220f..5c30bf0 100644 --- a/test/test.html +++ b/test/test.html @@ -129,15 +129,6 @@ } - +