mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision 6ea3164d34a632b16b857d7474985b93acd8de11
This commit is contained in:
parent
3342711f68
commit
c67c5d4fb8
284 changed files with 3792 additions and 1407 deletions
|
@ -0,0 +1,8 @@
|
|||
<!doctype HTML>
|
||||
<html>
|
||||
<meta charset="utf8">
|
||||
<title>CSS Content Visibility: auto in overflow hidden paints (reference)</title>
|
||||
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
|
||||
|
||||
<div>content</div>
|
|
@ -0,0 +1,16 @@
|
|||
<!doctype HTML>
|
||||
<meta charset="utf8">
|
||||
<title>CSS Content Visibility: auto in overflow hidden paints</title>
|
||||
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
|
||||
<link rel="match" href="content-visibility-079-ref.html">
|
||||
<meta name="assert" content="content-visibility auto element paints in an overflow hidden element that is not sized">
|
||||
|
||||
<style>
|
||||
.auto { content-visibility: auto; }
|
||||
.overflow { overflow: hidden; }
|
||||
</style>
|
||||
|
||||
<div class=overflow>
|
||||
<div class=auto>content</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue