gecko-dev/layout/reftests/bugs/1475971-1-ref.html

17 строки
257 B
HTML

<!DOCTYPE html>
<html>
<style>
div {
width: 200px;
height: 200px;
}
</style>
<div style="position:fixed;">
<div style="transform:translateX(50px);">
<div id="resize" style="background-color:blue; width: 300px">
</div>
</div>
</div>
</html>