Update web-platform-tests to revision df2272857e29491bdb6c8ab77a8adec2f11757d2

This commit is contained in:
WPT Sync Bot 2020-06-18 08:20:40 +00:00
parent 57e751658b
commit 3a95d0503c
209 changed files with 6871 additions and 1411 deletions

View file

@ -0,0 +1,5 @@
<!DOCTYPE html>
<title>backface visibility: hidden scrolling contents if backface-invisible</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="http://www.w3.org/TR/css-transforms-1/#transform-property">
<link rel="help" href="http://www.w3.org/TR/css-transforms-2/#propdef-backface-visibility">

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<title>backface visibility: hidden scrolling contents if backface-invisible</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="http://www.w3.org/TR/css-transforms-1/#transform-property">
<link rel="help" href="http://www.w3.org/TR/css-transforms-2/#propdef-backface-visibility">
<link rel="match" href="backface-visibility-hidden-006-ref.html">
<div style="transform: rotateY(180deg); backface-visibility: hidden; overflow: scroll; height: 300px;">
<p style="display: inline-block; height: 300px">
This text should be invisible
</p>
</div>