To further investigate the bug 58158, we should make editing/pasteboard/paste-xml.xhtml a dump-as-markup test so the output can easily be understood.
Created attachment 96784 [details] Patch
Comment on attachment 96784 [details] Patch We shouldn't be dumping the whole page for this test. I bet you can just call runDumpAsTextEditingTest instead of runEditingTest.
Created attachment 96802 [details] Converted to a text dump.
Comment on attachment 96802 [details] Converted to a text dump. View in context: https://bugs.webkit.org/attachment.cgi?id=96802&action=review Are you speculatively changing expected.txt for all platforms? I don't think that'll work. I suggest you delete all platform-specific results and add platform-independent result in editing/pasteboard/paste-xml.xhtml. You can then add platform-specific results for each port on which the test fails. > LayoutTests/platform/chromium/test_expectations.txt:3222 > -BUGWK58158 : editing/pasteboard/paste-xml.xhtml = PASS TEXT > +BUGWK58158 : editing/pasteboard/paste-xml.xhtml = PASS You should remove this entry if the test really passes.
Created attachment 96817 [details] Patch
Created attachment 96819 [details] Patch
Comment on attachment 96819 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=96819&action=review > LayoutTests/platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:18 > +foo barbar baz I would have loved to add a test description here but it's fine as is.
Who is landing this patch?
Comment on attachment 96819 [details] Patch Requesting commit
Comment on attachment 96819 [details] Patch Clearing flags on attachment: 96819 Committed r88717: <http://trac.webkit.org/changeset/88717>
All reviewed patches have been landed. Closing bug.