Update web-platform-tests to revision e1942ace5be3a3962f204e630e9969acd70e3952

This commit is contained in:
WPT Sync Bot 2019-06-13 10:23:33 +00:00
parent e6cf68704e
commit 69d6c85949
108 changed files with 3217 additions and 530 deletions

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Containment Test: Reference file</title>
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
<style>
#border {
border: 1px solid black;
width: min-content;
}
fieldset {
visibility: hidden;
height: 1px;
}
</style>
<p>This test passes if it has the same output as the reference. You should see a black border box below.</p>
<div id="border">
<fieldset></fieldset>
</div>