mirror of
https://github.com/servo/servo.git
synced 2025-08-23 22:35:33 +01:00
Update web-platform-tests to revision 009fb035613e9b4027125e8f30d60f4f1f502f65
This commit is contained in:
parent
4d77bb1a3c
commit
f3f98098f9
96 changed files with 2074 additions and 1228 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