New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 623230 link

Starred by 1 user

Issue metadata

Status: Verified
Owner: ----
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

Indent command crashes with visiblity:hidden

Project Member Reported by ClusterFuzz, Jun 24 2016

Issue description

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5806108581298176

Fuzzer: inferno_layout_test_unmodified
Job Type: linux_debug_content_shell_drt
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  a.isNotNull() in EditingUtilities.cpp
  blink::comparePositions
  blink::CompositeEditCommand::moveParagraphWithClones
  

Minimized Testcase (0.29 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97e0g0Si1rig-sdpxHw3LmZ_ywGne2MwxrMAdMhtgMDG6k0ShheRY4eL7lbr_QDyIDZzL0YTmyotxo4MDE8qHaNTJlWC6Inf8qbOtfyuL9DXmsoXRB_awY7C7LHnZRIDA57-0pg2AQzsgfiS84hM_KU9OO49A?testcase_id=5806108581298176
<style>
   ul.collapse {
    visibility:hidden;
}
li:first-child {
    visibility:visible;
</style>
  <script>
window.onload = function() {
    document.designMode = 'on';
    document.execCommand('SelectAll');
    document.execCommand('Indent', false);
};
  </script>
 <ul class="collapse">
   <li>


Filer: mummareddy

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Owner: yosin@chromium.org
Status: Assigned (was: Available)
Suspected CL could be https://chromium.googlesource.com/chromium/src/+/673555a5d9c7a1bc26dc67813e1110cdc2e07268

Assigning to the reviewer of the CL yosin@. could you please have a look and reassign if needed.

Thank you.

Comment 2 by yosin@chromium.org, Jun 27 2016

Components: Blink>Editing>Command
Owner: ----
Status: Available (was: Assigned)
Summary: Indent command crashes with visiblity:hidden (was: a.isNotNull() in EditingUtilities.cpp)
Project Member

Comment 3 by ClusterFuzz, Nov 12 2016

ClusterFuzz has detected this issue as fixed in range 431480:431542.

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5806108581298176

Fuzzer: inferno_layout_test_unmodified
Job Type: linux_debug_content_shell_drt
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  a.isNotNull() in EditingUtilities.cpp
  blink::comparePositions
  blink::CompositeEditCommand::moveParagraphWithClones
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_debug_content_shell_drt&range=283188:283414
Fixed: https://cluster-fuzz.appspot.com/revisions?job=linux_debug_content_shell_drt&range=431480:431542

Minimized Testcase (0.29 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97e0g0Si1rig-sdpxHw3LmZ_ywGne2MwxrMAdMhtgMDG6k0ShheRY4eL7lbr_QDyIDZzL0YTmyotxo4MDE8qHaNTJlWC6Inf8qbOtfyuL9DXmsoXRB_awY7C7LHnZRIDA57-0pg2AQzsgfiS84hM_KU9OO49A?testcase_id=5806108581298176
<style>
   ul.collapse {
    visibility:hidden;
}
li:first-child {
    visibility:visible;
</style>
  <script>
window.onload = function() {
    document.designMode = 'on';
    document.execCommand('SelectAll');
    document.execCommand('Indent', false);
};
  </script>
 <ul class="collapse">
   <li>


See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Project Member

Comment 4 by ClusterFuzz, Nov 12 2016

Labels: ClusterFuzz-Verified
Status: Verified (was: Available)
ClusterFuzz testcase is verified as fixed, closing issue.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
Project Member

Comment 5 by sheriffbot@chromium.org, Nov 22 2016

Labels: -Restrict-View-EditIssue
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment