chromium/third_party/blink/web_tests/inspector-protocol/css/resources/set-media-text.css

@media screen and (min-width: 700px) and (max-device-height: 200em) {
    body {
        padding: 0;
    }
}

 @media all and (orientation: portrait),
handheld and (max-width: 700px),
(max-resolution: 3dppx) {
    body {
        padding: 10px;
    }
}