It is slow too.
Created attachment 212937 [details] patch
Comment on attachment 212937 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=212937&action=review r=me > Source/WebCore/rendering/RenderElement.h:132 > + bool m_ancestorLineBoxDirty : 1; Now would be a good time to add a compile-time assertion for sizeof(RenderElement)! > Source/WebCore/rendering/RenderLineBoxList.h:67 > + void dirtyLinesFromChangedChild(RenderBlockFlow* parent, RenderObject* child); 'parent' could be a RenderBlockFlow& here. NABD.
Comment on attachment 212937 [details] patch Attachment 212937 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/2696118 New failing tests: platform/mac/editing/spelling/autocorrection-blockquote-crash.html editing/pasteboard/paste-text-with-style-4.html editing/deleting/delete-tab-004.html editing/pasteboard/copy-backslash-with-euc.html editing/inserting/insert-div-022.html editing/inserting/insert-br-002.html editing/inserting/insert-tab-004.html editing/inserting/typing-around-br-001.html editing/deleting/5272440.html editing/inserting/insert-br-at-tabspan-001.html editing/deleting/delete-ws-fixup-002.html editing/style/style-3690704-fix.html editing/pasteboard/3976872.html editing/inserting/insert-paragraph-with-font-and-background-color.html editing/inserting/insert-br-004.html editing/pasteboard/drop-text-events.html fast/forms/paste-multiline-text-input.html js/dom/text-field-resize.html editing/inserting/insert-br-at-tabspan-002.html
Created attachment 212938 [details] Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-10 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Comment on attachment 212937 [details] patch Attachment 212937 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/2708108 New failing tests: platform/mac/editing/spelling/autocorrection-blockquote-crash.html editing/pasteboard/paste-text-with-style-4.html editing/deleting/delete-tab-004.html editing/pasteboard/copy-backslash-with-euc.html editing/inserting/insert-div-022.html editing/inserting/insert-br-002.html editing/inserting/insert-tab-004.html editing/inserting/typing-around-br-001.html editing/deleting/5272440.html editing/inserting/insert-br-at-tabspan-001.html editing/deleting/delete-ws-fixup-002.html editing/style/style-3690704-fix.html editing/pasteboard/3976872.html editing/inserting/insert-paragraph-with-font-and-background-color.html editing/inserting/insert-br-004.html editing/pasteboard/drop-text-events.html fast/forms/paste-multiline-text-input.html js/dom/text-field-resize.html editing/inserting/insert-br-at-tabspan-002.html
Created attachment 212939 [details] Archive of layout-test-results from webkit-ews-03 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-03 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Comment on attachment 212937 [details] patch Attachment 212937 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/2710127 New failing tests: platform/mac/editing/spelling/autocorrection-blockquote-crash.html editing/pasteboard/paste-text-with-style-4.html editing/deleting/delete-tab-004.html editing/pasteboard/copy-backslash-with-euc.html editing/inserting/insert-div-022.html editing/inserting/insert-br-002.html editing/inserting/insert-tab-004.html editing/inserting/typing-around-br-001.html editing/deleting/5272440.html editing/inserting/insert-br-at-tabspan-001.html editing/deleting/delete-ws-fixup-002.html editing/style/style-3690704-fix.html editing/pasteboard/3976872.html editing/inserting/insert-paragraph-with-font-and-background-color.html editing/inserting/insert-br-004.html editing/pasteboard/drop-text-events.html fast/forms/paste-multiline-text-input.html js/dom/text-field-resize.html editing/inserting/insert-br-at-tabspan-002.html
Created attachment 212942 [details] Archive of layout-test-results from webkit-ews-02 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-02 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Created attachment 212945 [details] patch
Created attachment 212946 [details] another
https://trac.webkit.org/r156639