* SUMMARY Truncated node preview can have improved appearance. * STEPS TO REPRODUCE 1. Inspect <https://bugs.webkit.org/show_bug.cgi?id=144714> 2. js> [document.body] * ACTUAL RESULTS Unstyled: [<body class="bugs-webkit-org bz_bug bz_status_RESOLVED bz_product_WebKit bz_component_Web_Inspector …] * EXPECTED RESULTS (something like) Styled: [<body class="bugs-webkit-org bz_bug bz_status_RESOLVED bz_product_WebKit…">] Note the abbreviation of the node preview string is in a poor place and breaks the simple styling regex.
<rdar://problem/21628093>