forked from mirrors/gecko-dev
Automatic update from web-platform-tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=211986 (#43647) -- wpt-commits: 1c13899c9a5434f2799493932fb0b47b7d066c43 wpt-pr: 43647
18 lines
No EOL
190 B
HTML
18 lines
No EOL
190 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
|
|
div {
|
|
width: 200px;
|
|
height: 200px;
|
|
background-color: black;
|
|
translate: 50%, 50%;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html> |