mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision 84e71a84b79199bc307866bbe0edcbcc7c4752ce
This commit is contained in:
parent
6d9b2eef29
commit
ea69dac266
93 changed files with 1056 additions and 202 deletions
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE HTML>
|
||||
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@google.com">
|
||||
<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-001.ref.html">
|
||||
<meta name="assert" content="backface-visibility should have no effect when no transforms are present">
|
||||
<style>
|
||||
.box {
|
||||
border: 1px solid black;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
</style>
|
||||
<div class="box">
|
||||
This text should be visible
|
||||
</div>
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE HTML>
|
||||
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@google.com">
|
||||
<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">
|
||||
<meta name="assert" content="backface-visibility should have no effect when no transforms are present">
|
||||
<style>
|
||||
.box {
|
||||
border: 1px solid black;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
</style>
|
||||
<div class="box">
|
||||
This text should be visible
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue