fune/testing/web-platform/tests/css/css-transforms/animation/translate-percent-with-width-and-height-ref.html
Antoine Quint b0e472f808 Bug 1869820 [wpt PR 43647] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=211986, a=testonly
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
2023-12-15 08:07:40 +00:00

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>