summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas-update-with-border-object-fit-ref.html
blob: 3133ac86f3f39b6518f68c0c45d03ad68dfa4e1d (plain)
1
2
3
4
<!doctype html>
<div style="width: 200px; height: 100px; background: black; border: 100px solid blue; padding-left: 100px">
  <div style="width: 100px; height: 100px; background: green"></div>
</div>