chromium/third_party/blink/web_tests/http/tests/devtools/unit/object-properties-expand-recursively-expected.txt

Test that ObjectPropertiesSection expands recursively.

JSON
    foo: {bar: {baz: {quux: {corge: "plugh"}}}, quuz: {garply: "xyzzy", thud: {wibble: "wobble"}}}
        bar: {baz: {quux: {corge: "plugh"}}}
            baz: {quux: {corge: "plugh"}}
                quux: {corge: "plugh"}
                    corge: "plugh"
        quuz: {garply: "xyzzy", thud: {wibble: "wobble"}}
            garply: "xyzzy"
            thud: {wibble: "wobble"}
                wibble: "wobble"