mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 20:50:39 +02:00
fcl-css: :is(a,b)
This commit is contained in:
parent
6d104459e2
commit
533d8a7752
@ -1195,7 +1195,7 @@ begin
|
|||||||
Button2.Top:='3px';
|
Button2.Top:='3px';
|
||||||
|
|
||||||
Doc.Style:=LinesToStr([
|
Doc.Style:=LinesToStr([
|
||||||
':is(div button)[top=3px] { left: 7px; }',
|
':is(div, button)[top=3px] { left: 7px; }',
|
||||||
'']);
|
'']);
|
||||||
Doc.ApplyStyle;
|
Doc.ApplyStyle;
|
||||||
AssertEquals('Root.Left','',Doc.Root.Left);
|
AssertEquals('Root.Left','',Doc.Root.Left);
|
||||||
|
Loading…
Reference in New Issue
Block a user