<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
    <container name="container1" label="test1" htmlTag="div" htmlId="container1-1" htmlClass="class11">
        <block class="Magento\Framework\View\Element\Text" name="block11">
            <action method="setText">
                <argument name="text" xsi:type="string">Test11</argument>
            </action>
        </block>
    </container>
    <referenceContainer name="container1" label="test1" htmlId="container1-2" htmlClass="class12">
        <block class="Magento\Framework\View\Element\Text" name="block12">
            <action method="setText">
                <argument name="text" xsi:type="string">Test12</argument>
            </action>
        </block>
    </referenceContainer>
    <container name="container2" label="test2" htmlTag="div" htmlClass="class21">
        <block class="Magento\Framework\View\Element\Text" name="block21">
            <action method="setText">
                <argument name="text" xsi:type="string">Test21</argument>
            </action>
        </block>
    </container>
    <referenceContainer name="container2" label="test2" htmlId="container2-2" htmlClass="class22">
        <block class="Magento\Framework\View\Element\Text" name="block22">
            <action method="setText">
                <argument name="text" xsi:type="string">Test22</argument>
            </action>
        </block>
    </referenceContainer>
</layout>
