mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 09:18:37 +09:00
13 lines
190 B
HTML
13 lines
190 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<title>Reference of bug 1298742</title>
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: blue;
|
|
transform: translate(0px);
|
|
}
|
|
</style>
|
|
<div></div>
|
|
</html>
|