[Webkit-unassigned] [Bug 135792] New: ASSERTION FAILED: !m_code || m_code == defaultExceptionCode in WebCore::NoExceptionAssertionChecker::~NoExceptionAssertionChecker
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 11 00:22:13 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135792
Summary: ASSERTION FAILED: !m_code || m_code ==
defaultExceptionCode in
WebCore::NoExceptionAssertionChecker::~NoExceptionAsse
rtionChecker
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mhodovan.u-szeged at partner.samsung.com
CC: morrita at google.com, shinyak at chromium.org
Test:
<head>
<script>
function func() {
document.designMode = 'on';
document.execCommand("selectAll", false, null);
document.execCommand("justifyFull", true , null);
}
</script>
<style>
* {
text-transform:uppercase;
}
</style>
</head>
ʼn
<body onload='func()'></body>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list