Issue metadata
Sign in to add a comment
|
Tab is hangs on specific HTML
Reported by
agoloven...@gmail.com,
Sep 21 2016
|
||||||||||||||||||||||||
Issue description
UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36
Example URL:
none
Steps to reproduce the problem:
1. Create document with following content:
<html>
<head>
<style>
.container {
position: relative;
}
.container .content {
position: absolute;
}
.verticalAlign {
display: table;
}
.verticalAlign .verticalAlignContent {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.tree {
overflow: auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: white;
}
.tree .listItemSelected {
background-color: #C0E0F0;
}
.tree .listItemActive {
outline: 1px dotted #999;
}
</style>
</head>
<body>
<div class="container" style="width: 100%; height: 100%">
<div class="content" style="top: 10px; bottom: 10px; left: 10px;">
<div class="verticalAlign" style="width: 100%; height: 100%;">
<div class="verticalAlignContent" style="vertical-align: middle;">
<div class="tree" tabindex="0" style="width: 200px; height: 100%;">
<div class="treeItem"><div class="icon sprite-tree-point" style="margin-left: 0;"></div><div class="content" style="margin-left: 16px;">TEST</div></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
2. Open in chrome
What is the expected behavior?
Should render "TEST" word.
What went wrong?
Page will hang
Does it occur on multiple sites: Yes
Is it a problem with a plugin? No
Did this work before? Yes Before september 2016
Does this work in other browsers? Yes
Chrome version: 53.0.2785.116 Channel: stable
OS Version: 10.0
Flash Version: Shockwave Flash 23.0 r0
I've added 646321 bug before but it's has not any activity.
I think it's important problem not only for me and should be fixed with high priority.
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by kojii@chromium.org
, Sep 26 2016Components: -Blink Blink>Layout
Mergedinto: 646321
Status: Duplicate (was: Unconfirmed)