https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 165b38a337777a07db471dacd5c9dc35ee07a5d3 authored by Ovidio Henriquez on 30 March 2018, 22:26:25 UTC
Reland "bluetooth: FakeBluetoothChooser impl."
Tip revision: 165b38a
t44-currentcolor-border-b-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
  p {
    color: green;
    border: medium solid green;
  }
</style>
<body>
  <p>This paragraph should have a green border.</p>
  <p>This paragraph should have a green border.</p>
</body>
back to top