Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<title>View transitions: fractional border shift (ref)</title>
<style>
#target {
width: 100.9px;
height: 100px;
position: relative;
top: 50px;
left: 50.7px;
border: 1px solid black;
}
</style>
<div id=target></div>
</html>