summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/test/doc_inspector_breadcrumbs_visibility.html
blob: 862f324079dad754e56a33d7fac48730c81bd71d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=windows-1252">
    </head>
    <body>
        <div id="aVeryLongIdToExceedTheBreadcrumbTruncationLimit">
            <div id="anotherVeryLongIdToExceedTheBreadcrumbTruncationLimit">
                <div id="aThirdVeryLongIdToExceedTheTruncationLimit">
                    <div id="aFourthOneToExceedTheTruncationLimit">
                        <div id="aFifthOneToExceedTheTruncationLimit">
                            <div id="aSixthOneToExceedTheTruncationLimit">
                                <div id="aSeventhOneToExceedTheTruncationLimit">
                                    A text node at the end
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </body>
</html>