Kaynağa Gözat

fcl-css: :is(a,b)

mattias 3 yıl önce
ebeveyn
işleme
533d8a7752
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      packages/fcl-css/tests/tccssresolver.pp

+ 1 - 1
packages/fcl-css/tests/tccssresolver.pp

@@ -1195,7 +1195,7 @@ begin
   Button2.Top:='3px';
 
   Doc.Style:=LinesToStr([
-  ':is(div button)[top=3px] { left: 7px; }',
+  ':is(div, button)[top=3px] { left: 7px; }',
   '']);
   Doc.ApplyStyle;
   AssertEquals('Root.Left','',Doc.Root.Left);