<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
This test passes if there is no crash. The crash might happen on a subsequent test. | |
<div style="font-size: 20px; width: 50px; height: 0.5px; background: green; overflow: hidden;">Hello</div> | |
</body> | |
</html> |