https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 542fba2bbc1e1ea82998151f1f98d3aa51e86f64 authored by Ms2ger on 19 October 2018, 08:53:50 UTC
Consistently use bytes in ResponseHeaders.
Tip revision: 542fba2
pseudo-element-inline-box-ref.html
<!doctype html>
<title>CSS Test Reference</title>
<p>Should see a green image with a blue border</p>
<div>
  <span style="border: 10px solid blue">
    <img src="resources/rect.svg">
  </span>
</div>
back to top