chromium/chrome/test/data/cart/shopping-cart.html

<html>
<body>
<div>
    <a href="/products-foo_3/">Product one
        <img src="https://static.guitarcenter.com/product-image/foo_2-0-medium" height=300 width=300></a>
    <span>$12.34</span><a>remove</a>
    <a href="#modal-foo_1" data-toggle="modal"></a>
</div>
<div>
    <a href="/products-bar_3/">Product two
        <img src="//static.guitarcenter.com/product-image/bar_2-0-medium" height=300 width=300></a>
    <span>$56.78</span><a>remove</a>
    <a href="#modal-bar_1" data-toggle="modal"></a>
</div>
</body>