mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 02:40:26 +02:00
fcl-css: :is(a,b)
This commit is contained in:
parent
6d104459e2
commit
533d8a7752
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user