Update web-platform-tests to revision 8119bc10583682676a3db9806c82ed4044e88e13

This commit is contained in:
WPT Sync Bot 2019-07-09 10:22:34 +00:00
parent 56f1e7cbc5
commit 3c256580fa
189 changed files with 4341 additions and 1030 deletions

View file

@ -6,7 +6,7 @@
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<link rel="help" href="https://www.w3.org/TR/css-contain-1/#containment-style">
<link rel="match" href="reference/contain-style-counters-003-ref.html">
<link rel="match" href="reference/contain-style-counters-004-ref.html">
<meta name="flags" content="">
@ -63,8 +63,10 @@
<p> <span></span> <span></span> <span></span> <span></span>
<!-- 4 span inside the <p> -->
<!-- 4 span inside the <p>. However, since div isn't a sibling of spans,
it creates a new counter.
-->
<p>Test passes if there is the number 20.
<p>Test passes if there is the number 0.
<div></div>

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
<style>
div
{
font-size: 3em;
}
</style>
<p>Test passes if there is the number 0.
<div>0</div>