mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision bc60e6f82132cfc9a5b688c566c7772024b3c15c
This commit is contained in:
parent
449881f566
commit
29156ca9e2
223 changed files with 7517 additions and 2093 deletions
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://crbug.com/926167">
|
||||
<style>
|
||||
|
||||
#container {
|
||||
width: 200px;
|
||||
height: 150px;
|
||||
border: 1px solid black;
|
||||
overflow: scroll;
|
||||
}
|
||||
#target {
|
||||
width: 100px;
|
||||
height: 50px;
|
||||
background: green;
|
||||
transform: scale(4);
|
||||
}
|
||||
</style>
|
||||
<!-- -->
|
||||
<div id="container">
|
||||
<div id="target"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue