|
void | MatchSelfByType_DistanceOfOne () |
|
void | MatchSelfWithEmptySelector_DistanceOfOne () |
|
void | ChildDoesntMatchButParentChainDoes_DistanceOfTwo () |
| This test SHOULD pass. The child element SHOULD match #a, but in a limited way. Consider the html... DIV::a SPAN::b More...
|
|
void | DoesntMatch_DistanceZero () |
|
void | ParentChild_ExactMatch_DistanceOfOne () |
|
void | ParentChild_MatchedGrandparent_DistanceOfTwo () |
|
void | RegisterTypes () |
|
◆ ChildDoesntMatchButParentChainDoes_DistanceOfTwo()
void Beamable.Tests.UI.Buss.StyleBehaviourTests.MatchSelectorDistance.ChildDoesntMatchButParentChainDoes_DistanceOfTwo |
( |
| ) |
|
|
inline |
This test SHOULD pass. The child element SHOULD match #a, but in a limited way. Consider the html... DIV::a SPAN::b
And some css... #a { color: red; }
Then it should be true that SPAN::b's color is red. For that to be true, the rule must apply to SPAN::b.
The documentation for this class was generated from the following file:
- client/Packages/com.beamable/Tests/Runtime/Beamable/UI/BUSS/StyleBehaviourTests/MatchSelectorDistance.cs