<!DOCTYPE html><linkrel="author"title="Morten Stenshorne"href="mstensho@chromium.org"><linkrel="help"href="https://www.w3.org/TR/CSS22/box.html#propdef-padding-left"><style>#container>div{padding-left:10%;width:50px;height:100px;background:blue;}</style><p>There should be a blue square below.</p><divid="container"style="width:123px;"><divdata-expected-width="100"data-expected-height="100"></div></div><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><scriptsrc="/resources/check-layout-th.js"></script><script>document.body.offsetTop;document.getElementById("container").style.width="500px";checkLayout("#container");</script>