<?xml version="1.0"?>
<!--
/**
 * Layout instructions merged from sibling XML files. To be used as an expectation for a test.
 *
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<layouts>
    <handle id="catalog_category_default"/>
    <handle id="catalog_category_layered"/>
    <handle id="catalog_product_view">
        <body>
            <container name="product.info.extrahint" as="extrahint" label="Product View Extra Hint"/>
        </body>
    </handle>
    <handle id="catalog_product_view_type_configurable">
        <body>
            <container name="product.info.configurable.extra" as="product_type_data_extra" label="Configurable Product Extra Info"/>
        </body>
    </handle>
    <handle id="catalog_product_view_type_simple"/>
    <handle id="checkout_index_index"/>
    <handle id="customer_account" label="Customer My Account (All Pages)" design_abstraction="custom"/>
    <handle id="default">
        <body>
            <container name="content" as="content" label="Main Content Area"/>
        </body>
    </handle>
    <handle id="fixture_handle_one">
        <body>
            <block class="Magento\Framework\View\Element\Template" template="Magento_Framework::fixture_template_one.phtml"/>
        </body>
    </handle>
    <layout id="fixture_handle_page_layout">
        <container name="main.container"/>
    </layout>
    <handle id="fixture_handle_two">
        <body>
            <block class="Magento\Framework\View\Element\Template" template="Magento_Framework::fixture_template_two.phtml"/>
        </body>
    </handle>
    <handle id="fixture_handle_with_page_layout" layout="fixture_handle_page_layout">
        <body>
            <referenceContainer name="main.container">
                <block class="Magento\Framework\View\Element\Template" template="Magento_Framework::fixture_template_one.phtml"/>
            </referenceContainer>
        </body>
    </handle>
    <handle id="not_a_page_type" label="Handle that Is Not a Page Type"/>
    <handle id="page_empty" label="All Empty Layout Pages" design_abstraction="page_layout"/>
    <handle id="print"/>
    <handle id="sales_guest_print"/>
    <handle id="sales_order_print"/>
</layouts>

