Update web-platform-tests to revision fc57d7ad7a2942cfa363d5a9b8c6c7d74f5bb693

This commit is contained in:
WPT Sync Bot 2019-01-27 20:36:18 -05:00
parent 5fd64d9436
commit a2accae63a
13 changed files with 168 additions and 40 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.positioned {
background-color: green;
position: absolute;
width: 100px;
height: 100px;
}
</style>
<p>Test passes if there is a green rectangle and no red.</p>
<div class="positioned"></div>