Created
May 19, 2016 11:58
-
-
Save dungsaga/ad7c6c0366a47e0e3137611bf851a543 to your computer and use it in GitHub Desktop.
A demo of Google Chrome bug 530121 (https://bugs.chromium.org/p/chromium/issues/detail?id=530121)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Chrome bug 530121</title> | |
<meta name="viewport" content="initial-scale=1"> | |
</head> | |
<body> | |
<div style="transform:scaleX(1); box-shadow:0 0 75px rgba(0,0,0,0.65);" > | |
<div style="overflow:scroll; height:300px;" > | |
<div style="padding:200px 0; position:relative;" >Another one bites the dust | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Demo here: http://codepen.io/anon/pen/reEMxd