When I changed span attribute value of col element, Edge fails and reloads the page
Issue #15308624
Steps to reproduce
- Create following html file.
<!DOCTYPE html>
<html>
<head>
<style>
table {
border-collapse: collapse;
}
</style>
</head>
<body>
<table>
<col id="target-col" span="2" style="width:100px;">
</table>
</body>
</html>
Start Edge and open above html file.
Open Developer Tools.
Click “Console” tab.
Execute following JavaScript and see the problem.
document.getElementById('target-col').span = 1;
Operating System
IE11(11.125.16299.0)
Edge 41.16299.15.0
Windows 10
You need to sign in to your Microsoft account to add a comment.
Sign in