Update web-platform-tests to revision d2f5658cb7f7806b2c6adf81ecb7ded82fb85df5

This commit is contained in:
WPT Sync Bot 2019-10-24 10:24:55 +00:00
parent dc8be8f282
commit 145699ccd0
102 changed files with 410 additions and 458 deletions

View file

@ -20,14 +20,14 @@
}
#test:before{
bottom:0;
right:50px;
right:50px;
}
</style>
</head>
<body>
<p>Test passes if there is a square (four equal sides) at the bottom right of the page.</p>
<div id="test"></div>
<div id="test"></div>
</body>
</html>

View file

@ -20,14 +20,14 @@
}
#test:before{
bottom:0;
right:50px;
right:50px;
}
</style>
</head>
<body>
<p>Test passes if there is a square (four equal sides) at the bottom right of the page.</p>
<div id="test"></div>
<div id="test"></div>
</body>
</html>

View file

@ -21,14 +21,14 @@
}
#test:before{
left:50px;
top:0;
top:0;
}
</style>
</head>
<body>
<p>Test passes if there is a square (four equal sides) below.</p>
<div id="test"></div>
<div id="test"></div>
</body>
</html>