mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision df2272857e29491bdb6c8ab77a8adec2f11757d2
This commit is contained in:
parent
57e751658b
commit
3a95d0503c
209 changed files with 6871 additions and 1411 deletions
|
@ -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">
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue