chromium/third_party/blink/web_tests/http/tests/devtools/layers/layer-scroll-rects-get-expected.txt

Tests scroll rectangles support in in Layers3DViewxScroll rectangles

Scroll rectangles
{
    0 : {
        rect : {
            height : 20
            width : 30
            x : 0
            y : 0
        }
        type : "WheelEventHandler"
    }
}
{
    0 : {
        rect : {
            height : 20
            width : 20
            x : 0
            y : 0
        }
        type : "TouchEventHandler"
    }
}
{
    0 : {
        rect : {
            height : 40
            width : 40
            x : 0
            y : 0
        }
        type : "TouchEventHandler"
    }
}