Update web-platform-tests to revision e91d7d8c9a1f14438e44000dcd05ce6e658e4ae5

This commit is contained in:
WPT Sync Bot 2020-07-11 08:20:37 +00:00
parent 242e7e2630
commit 1a3fdf7a13
567 changed files with 9823 additions and 2333 deletions

View file

@ -7,10 +7,14 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/width/001.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-style-properties"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-width-properties"/>
<link rel="help" href="https://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.6.2.1"/>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/2768"/>
<link rel="match" href="../reference/ref-this-text-should-be-green.xht" />
<style type="text/css">
/* this results in a specified value of 2em and a computed value of 0 as border-style is none */
body { border-width: 2em; }
/* this then inherits from the above border-width, and checks the computed value is inherited */
p { border-width: inherit; border-style: solid; border-color: red; color: green; }
</style>
</head>