This commit is contained in:
Nicolas Grekas 2018-02-19 17:55:06 +01:00
parent b9c071015b
commit 4be63f9f4a

View File

@ -547,7 +547,7 @@ abstract class AbstractBootstrap4LayoutTest extends AbstractBootstrap3LayoutTest
] ]
/following-sibling::div /following-sibling::div
[@class="form-check"] [@class="form-check"]
[ [
./input[@type="radio"][@name="name"][@id="name_0"][@checked] ./input[@type="radio"][@name="name"][@id="name_0"][@checked]
/following-sibling::label /following-sibling::label
[.="Choice&A"] [.="Choice&A"]
@ -959,8 +959,7 @@ abstract class AbstractBootstrap4LayoutTest extends AbstractBootstrap3LayoutTest
./span ./span
[@class="input-group-text"] [@class="input-group-text"]
[contains(.., "%")] [contains(.., "%")]
] ]
] ]
' '
); );