<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[175220] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/175220">175220</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-10-27 10:33:20 -0700 (Mon, 27 Oct 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Some test for multicol were redundant.
https://bugs.webkit.org/show_bug.cgi?id=133084

Patch by Piotr Grad &lt;p.grad@samsung.com&gt; on 2014-10-27
Reviewed by Andreas Kling.

* fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplanonymousblocksplitcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplanonymousblocksplitcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplclonebeforeaftercontentcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplclonebeforeaftercontentcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcloneblockchildreninlinemismatchcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcloneblockchildreninlinemismatchcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcloneflexboxexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcloneflexboxhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcontinuationcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcontinuationcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpldoublemergeanonymousblockcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpldoublemergeanonymousblockcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplemptyanonymousblocksplitcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplemptyanonymousblocksplitcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplfloatnotremovedcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplfloatnotremovedcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestaboveorbelowexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestaboveorbelowhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestblockaxisflippedexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestblockaxisflippedhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestendofcolumnexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestendofcolumnhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestfloatexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestfloathtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapbetweenpagesexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapbetweenpagesflippedexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapbetweenpagesflippedhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapbetweenpageshtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapblockaxisexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapblockaxishtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpllistmulticolumncrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpllistmulticolumncrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplmulticolwithchildrenderLayerforinputexpectedhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplmulticolwithchildrenderLayerforinputhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplpositionedchildnotremovedcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplpositionedchildnotremovedcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplpositionedobjectsnotremovedcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplpositionedobjectsnotremovedcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplrecursivesplitflowcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplrecursivesplitflowcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplremovalofmulticolspancrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplremovalofmulticolspancrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplremovechildsplitflowcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplremovechildsplitflowcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplsplitflowanonymouswrappercrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplsplitflowanonymouswrappercrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplsplitinlinewrongpostblockcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplsplitinlinewrongpostblockcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpltablemulticolumncrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpltablemulticolumncrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpltextboxnotremovedcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpltextboxnotremovedcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplupdateaftercontentbeforechildcrashexpectedtxt">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplupdateaftercontentbeforechildcrashhtml">trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/ChangeLog        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,3 +1,65 @@
</span><ins>+2014-10-27  Piotr Grad  &lt;p.grad@samsung.com&gt;
+
+        Some test for multicol were redundant.
+        https://bugs.webkit.org/show_bug.cgi?id=133084
+
+        Reviewed by Andreas Kling.
+
+        * fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt: Removed.
+        * fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html: Removed.
+
</ins><span class="cx"> 2014-10-27  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         media/track/audio-track.html is flaky on Yosemite
</span></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplanonymousblocksplitcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-PASS
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplanonymousblocksplitcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,43 +0,0 @@
</span><del>-&lt;html&gt;
-&lt;head&gt;
-&lt;style&gt;
-#test0 { -webkit-column-count: 2; }
-#test1::after { display: block; content: ''; }
-#test2:nth-last-child(2n) { content: ''; }
-#test2 { -webkit-column-span: all; }
-#test4 { float: right; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-onload = function() {
-    test0 = document.createElement('div');
-    test0.setAttribute('id', 'test0');
-    document.body.appendChild(test0);
-    test1 = document.createElement('div');
-    test1.setAttribute('id', 'test1');
-    test0.appendChild(test1);
-    test2 = document.createElement('div');
-    test2.setAttribute('id', 'test2');
-    test1.appendChild(test2);
-    test3 = document.createElement('span');
-    test1.appendChild(test3);
-    test3.appendChild(document.createTextNode('A'));
-    test4 = document.createElement('table');
-    test4.setAttribute('id', 'test4');
-    test1.appendChild(test4);
-    test0.style.display = 'run-in';
-    test4.style.display = 'table-column';
-    document.body.offsetTop;
-    document.designMode = 'on';
-    document.execCommand('selectall');
-    document.execCommand('inserttext', '');
-    document.body.offsetTop;
-    document.body.innerHTML = &quot;PASS&quot;;
-}
-&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplclonebeforeaftercontentcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test passes if it does not crash.
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplclonebeforeaftercontentcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-&lt;html&gt;
-  &lt;head&gt;
-    &lt;style&gt;
-      #test1 { -webkit-column-count: 1; }
-      #test2 { display: block; }
-      #test3::after { display: block; content: &quot;A&quot;; }
-      #test4 { -webkit-column-span: all; }
-    &lt;/style&gt;
-    &lt;script&gt;
-          if (window.testRunner)
-              testRunner.dumpAsText();
-      function runTest(){
-        test1 = document.createElement('div');
-        test1.setAttribute('id', 'test1');
-        document.body.appendChild(test1);
-        test2 = document.createElement('div');
-        test2.setAttribute('id', 'test2');
-        test1.appendChild(test2);
-        test3 = document.createElement('div');
-        test3.setAttribute('id', 'test3');
-        test2.appendChild(test3);
-        test4 = document.createElement('span');
-        test4.setAttribute('id', 'test4');
-        test3.appendChild(test4);
-        document.body.offsetTop;
-        test4.style.display='block';
-      }
-      window.onload = runTest
-    &lt;/script&gt;
-  &lt;/head&gt;
-  &lt;body&gt;
-  Test passes if it does not crash.
-  &lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcloneblockchildreninlinemismatchcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test passes if it does not crash.
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcloneblockchildreninlinemismatchcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,29 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-Test passes if it does not crash.
-&lt;style&gt;
-#div1 { -webkit-column-count: 2; }
-#q1 { display: block; }
-#q1::before { display: table-row; }
-#div2 { -webkit-column-span: all; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-function runTest()
-{
-    div1 = document.createElement('div');
-    div1.setAttribute('id', 'div1');
-    document.body.appendChild(div1);
-    q1 = document.createElement('q');
-    q1.setAttribute('id', 'q1');
-    div1.appendChild(q1);
-    div2 = document.createElement('div');
-    div2.setAttribute('id', 'div2');
-    q1.appendChild(div2);
-}
-
-window.onload = runTest;
-&lt;/script&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcloneflexboxexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-Test passes if no crash.
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcloneflexboxhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,28 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;body style=&quot;font-family: ahem; -webkit-font-smoothing: none;&quot;&gt;
-&lt;style&gt;
-#container { -webkit-column-width: 100px; }
-#div1 { -webkit-column-span: all; }
-#flexbox1 { color: white; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-document.body.offsetTop;
-var container = document.createElement('div');
-container.setAttribute('id', 'container');
-document.body.appendChild(container);
-flexbox1 = document.createElement('div');
-flexbox1.setAttribute('id', 'flexbox1');
-container.appendChild(flexbox1);
-var div1 = document.createElement('div');
-div1.setAttribute('id', 'div1');
-flexbox1.style.display = '-webkit-flex';
-flexbox1.appendChild(document.createTextNode('a'));
-flexbox1.appendChild(div1);
-flexbox1.appendChild(document.createTextNode('b'));
-onload = function () { document.write(&quot;Test passes if no crash.&quot;); }
-&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcontinuationcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test passes if it does not crash.
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplcontinuationcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,19 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-Test passes if it does not crash.
-&lt;style&gt;
-.column-layout { -webkit-column-count: 1; }
-.column-span-all { -webkit-column-span: all; }
-.after-content:after { display: block; content: &quot;&quot; }
-&lt;/style&gt;
-&lt;div class=&quot;column-layout&quot;&gt;
-    &lt;span class=&quot;after-content&quot;&gt;
-        &lt;div&gt;&lt;/div&gt;
-    &lt;/span&gt;
-    &lt;div class=&quot;column-span-all&quot;&gt;&lt;/div&gt;
-&lt;/div&gt;
-&lt;script&gt;
-    if (window.testRunner)
-        testRunner.dumpAsText();
-&lt;/script&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpldoublemergeanonymousblockcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-PASS, does not crash
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpldoublemergeanonymousblockcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,27 +0,0 @@
</span><del>-&lt;html&gt;
-    &lt;head&gt;
-        &lt;script&gt;
-            if (window.testRunner)
-                testRunner.dumpAsText();
-        &lt;/script&gt;
-    &lt;/head&gt;
-    &lt;style&gt;
-    div {
-        border: 5px solid maroon;
-        -webkit-column-count: 2;
-        margin: 1em 0;
-    }
-    summary {
-        -webkit-column-span: all;
-        background-color: #eeeeee;
-        color: black;
-    }
-    &lt;/style&gt;
-    &lt;body onload=&quot;document.open(); document.write('PASS, does not crash'); document.close();&quot;&gt;
-        &lt;div&gt;
-            &lt;label&gt;AAA
-            &lt;summary&gt;BBB
-        &lt;/div&gt;
-    &lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplemptyanonymousblocksplitcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-WebKit Bug - Crash in multi-column layout.
-PASS. WebKit didn't crash.
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplemptyanonymousblocksplitcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,35 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;style&gt;
-#test0 { -webkit-column-width: 1px; }
-#test2::after { display: compact; content: ''; }
-#test3 { content: counter(c); -webkit-column-span: all; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-onload = function() {
-    test0 = document.createElement('div');
-    test0.setAttribute('id', 'test0');
-    document.body.appendChild(test0);
-    test1 = document.createElement('div');
-    test0.appendChild(test1);
-    test2 = document.createElement('div');
-    test2.setAttribute('id', 'test2');
-    test1.appendChild(test2);
-    test3 = document.createElement('div');
-    test3.setAttribute('id', 'test3');
-    test2.appendChild(test3);
-    test2.appendChild(document.createTextNode('A'));
-    document.designMode = 'on';
-    document.execCommand('selectall');
-    document.body.offsetTop;
-    document.body.innerHTML = &quot;WebKit Bug - Crash in multi-column layout.&lt;br /&gt;PASS. WebKit didn't crash.&quot;;
-}
-&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplfloatnotremovedcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,3 +0,0 @@
</span><del>-Test passes if it does not crash.
-PASS. WebKit didn't crash.
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplfloatnotremovedcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,42 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-Test passes if it does not crash.
-&lt;style&gt;
-.class1:nth-child(-n+6) { float: left; padding-bottom: 100px; }
-.class2:nth-child(even) { -webkit-backface-visibility: hidden; -webkit-column-span: all; }
-.class3 { -webkit-column-count: 65536; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner) {
-    testRunner.dumpAsText();
-    testRunner.waitUntilDone();
-}
-
-
-function crash() {
-    test1 = document.createElement('div');
-    test2 = document.createElement('div');
-    test3 = document.createElement('div');
-    test3.setAttribute('class', 'class3');
-    document.documentElement.appendChild(test3);
-    test4 = document.createElement('div');
-    test4.setAttribute('class', 'class2');
-    test5 = document.createElement('div');
-    test5.setAttribute('class', 'class1');
-    test6 = document.createElement('div');
-    test7 = document.createElement('i');
-    test8 = document.createTextNode(&quot;PASS. WebKit didn't crash.&quot;);
-    test6.appendChild(test8);
-    test6.appendChild(test7);
-    test1.appendChild(test6);
-    test3.appendChild(test1);
-    test7.appendChild(test5);
-    document.documentElement.offsetTop;
-    setTimeout('test3.appendChild(test4);', 0);
-    setTimeout('test2.appendChild(test7);', 2);
-    setTimeout('if (window.testRunner) testRunner.notifyDone();', 4);
-}
-
-window.onload = crash;
-&lt;/script&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestaboveorbelowexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,19 +0,0 @@
</span><del>-123
-abc
-def
-ghi
-jkl
-mno
-Character at 150, 25 is 1 as expected.
-Character at 350, 25 is d as expected.
-Character at 550, 25 is j as expected.
-Character at 750, 25 is m as expected.
-Character at 150, 275 is d as expected.
-Character at 350, 275 is j as expected.
-Character at 550, 275 is m as expected.
-Character at 750, 275 is null as expected.
-Character at 150, 475 is d as expected.
-Character at 350, 475 is j as expected.
-Character at 550, 475 is m as expected.
-Character at 750, 475 is null as expected.
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestaboveorbelowhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,49 +0,0 @@
</span><del>-&lt;body style=&quot;margin: 0&quot;&gt;
-&lt;div style=&quot;margin: 50px; background-color: lightblue; width: 800px; height: 200px; -webkit-column-width:185px; -webkit-column-gap:15px; -webkit-column-fill:auto; column-width:185px; column-gap:15px; column-fill:auto; font-family: Ahem; font-size: 50px; line-height: 1;&quot;&gt;
-    123&lt;div style=&quot;background-color: blue; height: 70px;&quot;&gt;&lt;/div&gt;abc&lt;br&gt;def&lt;div style=&quot;background-color: blue; height: 60px;&quot;&gt;&lt;/div&gt;ghi&lt;br&gt;jkl&lt;div style=&quot;background-color: blue; height: 110px;&quot;&gt;&lt;/div&gt;mno&lt;/div&gt;
-&lt;pre id=&quot;console&quot; style=&quot;display: none;&quot;&gt;&lt;/pre&gt;
-&lt;script&gt;
-    function characterAtPoint(x, y)
-    {
-        var range = document.caretRangeFromPoint(x, y);
-        if (range.startContainer.nodeType !== Node.TEXT_NODE)
-            return null;
-        if (range.startOffset &gt;= range.startContainer.length)
-            return null;
-        return range.startContainer.data[range.startOffset];
-    }
-
-    function log(message)
-    {
-        document.getElementById(&quot;console&quot;).appendChild(document.createTextNode(message + &quot;\n&quot;));
-    }
-
-    function test(x, y, character)
-    {
-        var actualCharacter = characterAtPoint(x, y);
-        if (character === actualCharacter)
-            log (&quot;Character at &quot; + x + &quot;, &quot; + y + &quot; is &quot; + character + &quot; as expected.&quot;);
-        else
-            log (&quot;FAIL: Character at &quot; + x + &quot;, &quot; + y + &quot; is &quot; + actualCharacter + &quot;. Expected &quot; + character + &quot;.&quot;);
-    }
-
-    if (window.testRunner)
-        testRunner.dumpAsText();
-
-    test(150, 25, &quot;1&quot;);
-    test(350, 25, &quot;d&quot;);
-    test(550, 25, &quot;j&quot;);
-    test(750, 25, &quot;m&quot;);
-
-    test(150, 275, &quot;d&quot;);
-    test(350, 275, &quot;j&quot;);
-    test(550, 275, &quot;m&quot;);
-    test(750, 275, null);
-
-    test(150, 475, &quot;d&quot;);
-    test(350, 475, &quot;j&quot;);
-    test(550, 475, &quot;m&quot;);
-    test(750, 475, null);
-
-    document.getElementById(&quot;console&quot;).style.display = &quot;block&quot;;
-&lt;/script&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestblockaxisflippedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-PASS
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestblockaxisflippedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,24 +0,0 @@
</span><del>-&lt;div style=&quot;-webkit-writing-mode: horizontal-bt;&quot;&gt;
-    &lt;div style=&quot;
-        margin-top: 300px;
-        outline: dashed lightblue;
-        height: 100px;
-        width: 100px;
-        border-bottom: 25px solid;
-        -webkit-column-axis: vertical;
-        -webkit-column-gap: 50px;
-    &quot;&gt;
-        &lt;div style=&quot;height: 100px; background-color: silver;&quot;&gt;&lt;/div&gt;
-        &lt;div id=&quot;target&quot; style=&quot;height: 100px; background-color: silver;&quot;&gt;&lt;/div&gt;
-        &lt;div style=&quot;height: 100px; background-color: silver;&quot;&gt;&lt;/div&gt;
-    &lt;/div&gt;
-&lt;/div&gt;
-&lt;p id=&quot;result&quot;&gt;FAIL: Test did not run.&lt;/p&gt;
-&lt;script&gt;
-    if (window.testRunner)
-        testRunner.dumpAsText();
-
-    var hitContainer = document.caretRangeFromPoint(208, 208).startContainer;
-    var target = document.getElementById(&quot;target&quot;);
-    document.getElementById(&quot;result&quot;).innerText = hitContainer === target ? &quot;PASS&quot; : &quot;FAIL&quot;;
-&lt;/script&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestendofcolumnexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Lorem ipsum dolor sit amet consectetur elit.
-PASS
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestendofcolumnhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,26 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;div id=&quot;target&quot; style=&quot;
-    outline: dashed lightblue;
-    width: 400px;
-    -webkit-columns: 2;
-    -webkit-column-gap: 0;
-    -webkit-column-fill: auto;
-    columns: 2;
-    column-gap: 0;
-    column-fill: auto;
-    height: 90px;
-    font: 20px ahem;
-&quot;&gt;Lorem ipsum dolor sit amet consectetur elit.&lt;/div&gt;
-&lt;p id=&quot;result&quot;&gt;
-    FAIL: Test did not run.
-&lt;/p&gt;
-&lt;script&gt;
-    if (window.testRunner)
-        testRunner.dumpAsText();
-
-    // Clicking below the last line in the first column should not select anything from the first
-    // line on the second column.
-    var target = document.getElementById(&quot;target&quot;);
-    var hitOffset = document.caretRangeFromPoint(target.offsetLeft + 45, target.offsetTop + 87).startOffset;
-    document.getElementById(&quot;result&quot;).innerText = hitOffset === 26 || hitOffset === 24 ? &quot;PASS&quot; : &quot;FAIL: hit offset &quot; + hitOffset + &quot;.&quot;;
-&lt;/script&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestfloatexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,5 +0,0 @@
</span><del>-Test for https://bugs.webkit.org/show_bug.cgi?id=44730 Floats inside of multicol fail to hit test.
-
-The red square should turn green when hovered.
-
-PASS
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestfloathtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,31 +0,0 @@
</span><del>-&lt;style&gt;
-    #target { width: 50px; height: 50px; background-color: red; margin: 10px; }
-    #target:hover { background-color: green; }
-&lt;/style&gt;
-&lt;p&gt;
-    Test for &lt;i&gt;&lt;a href=&quot;https://bugs.webkit.org/show_bug.cgi?id=44730&quot;&gt;https://bugs.webkit.org/show_bug.cgi?id=44730&lt;/a&gt;
-    Floats inside of multicol fail to hit test&lt;/i&gt;.
-&lt;/p&gt;
-&lt;p&gt;
-    The red square should turn green when hovered.
-&lt;/p&gt;
-&lt;div style=&quot;-webkit-columns:2; -webkit-column-fill:auto; columns:2; column-fill:auto; margin: 100; width: 300; height: 200; outline: solid black;&quot;&gt;
-    &lt;div&gt;
-        &lt;div style=&quot;height: 250px; background-color: purple;&quot;&gt;&lt;/div&gt;
-        &lt;div style=&quot;float: right; background-color: lightyellow; margin: 5px;&quot;&gt;
-            &lt;div id=&quot;target&quot;&gt;&lt;/div&gt;
-        &lt;/div&gt;
-    &lt;/div&gt;
-&lt;/div&gt;
-&lt;div id=&quot;result&quot;&gt;FAIL: Test did not run.&lt;/div&gt;
-&lt;script&gt;
-    if (window.testRunner)
-        testRunner.dumpAsText();
-
-    var result = document.getElementById(&quot;result&quot;);
-    var hitElement = document.elementFromPoint(370, 250);
-    if (hitElement === document.getElementById(&quot;target&quot;))
-        result.innerText = &quot;PASS&quot;;
-    else
-        result.innerText = &quot;FAIL: Hit &quot; + hitElement;
-&lt;/script&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapbetweenpagesexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-PASS
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapbetweenpagesflippedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-PASS
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapbetweenpagesflippedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,17 +0,0 @@
</span><del>-&lt;html&gt;
-    &lt;body style=&quot;margin: 0; -webkit-writing-mode: horizontal-bt;&quot;&gt;
-        &lt;div style=&quot;height: 50%;&quot;&gt;&lt;/div&gt;
-        &lt;div style=&quot;height: 50%;&quot;&gt;&lt;/div&gt;
-        &lt;div id=&quot;target&quot; style=&quot;height: 50%;&quot;&gt;&lt;/div&gt;
-        &lt;div style=&quot;height: 50%;&quot;&gt;&lt;/div&gt;
-        &lt;div id=&quot;result&quot;&gt;FAIL: Test did not run (DumpRenderTree or WebKitTestRunner needed)&lt;/div&gt;
-        &lt;script&gt;
-            if (window.testRunner) {
-                testRunner.dumpAsText();
-                internals.setPagination(&quot;LeftToRightPaginated&quot;, 20, 100);
-                document.getElementById(&quot;result&quot;).innerText = document.caretRangeFromPoint(115, 550).startContainer === document.getElementById(&quot;target&quot;)
-                    ? &quot;PASS&quot; : &quot;FAIL&quot;;
-            }
-        &lt;/script&gt;
-    &lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapbetweenpageshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,17 +0,0 @@
</span><del>-&lt;html&gt;
-    &lt;body style=&quot;margin: 0;&quot;&gt;
-        &lt;div style=&quot;height: 50%;&quot;&gt;&lt;/div&gt;
-        &lt;div style=&quot;height: 50%;&quot;&gt;&lt;/div&gt;
-        &lt;div id=&quot;target&quot; style=&quot;height: 50%;&quot;&gt;&lt;/div&gt;
-        &lt;div style=&quot;height: 50%;&quot;&gt;&lt;/div&gt;
-        &lt;div id=&quot;result&quot;&gt;FAIL: Test did not run (DumpRenderTree or WebKitTestRunner needed)&lt;/div&gt;
-        &lt;script&gt;
-            if (window.testRunner) {
-                testRunner.dumpAsText();
-                internals.setPagination(&quot;LeftToRightPaginated&quot;, 20, 100);
-                document.getElementById(&quot;result&quot;).innerText = document.caretRangeFromPoint(115, 50).startContainer === document.getElementById(&quot;target&quot;)
-                    ? &quot;PASS&quot; : &quot;FAIL&quot;;
-            }
-        &lt;/script&gt;
-    &lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapblockaxisexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,3 +0,0 @@
</span><del>-PASS
-
-Lorem ipsum dolor sit amet consectetur elit.
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplhittestgapblockaxishtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,23 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-
-&lt;p id=&quot;result&quot;&gt;
-    FAIL: Test did not run.
-&lt;/p&gt;
-&lt;div id=&quot;target&quot; style=&quot;
-    outline: dashed lightblue;
-    width: 200px;
-    -webkit-column-axis: vertical;
-    -webkit-column-gap: 100px;
-    height: 90px;
-    font: 20px ahem;
-    color: rgba(0, 0, 0, 0.5);
-&quot;&gt;Lorem ipsum dolor sit amet consectetur elit.&lt;/div&gt;
-&lt;script&gt;
-    if (window.testRunner)
-        testRunner.dumpAsText();
-
-    // Clicking in the gap after the first column should not select anything from the second column.
-    var target = document.getElementById(&quot;target&quot;);
-    var hitOffset = document.caretRangeFromPoint(target.offsetLeft + 45, target.offsetTop + 115).startOffset;
-    document.getElementById(&quot;result&quot;).innerText = hitOffset === 26 || hitOffset === 24 ? &quot;PASS&quot; : &quot;FAIL: hit offset &quot; + hitOffset + &quot;.&quot;;
-&lt;/script&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpllistmulticolumncrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-Test passes if it does not crash.
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpllistmulticolumncrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;body&gt;
-Test passes if it does not crash.
-&lt;style&gt;
-.columns
-{
-        -webkit-column-count: 2;
-        -webkit-column-span: all;
-}
-.list
-{
-        display: list-item;
-}
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-list = document.createElement('p');
-list.setAttribute('class', 'list');
-listChild = document.createElement('hr');
-list.appendChild(listChild);
-list.appendChild(document.createTextNode('Text.'));
-outerColumns = document.createElement('div');
-outerColumns.appendChild(list);
-document.body.appendChild(outerColumns);
-outerColumns.setAttribute('class', 'columns');
-document.body.offsetTop;
-
-innerColumns = document.createElement('div');
-innerColumns.setAttribute('class', 'columns');
-listChild.appendChild(innerColumns);
-document.body.offsetTop;
-
-document.body.removeChild(outerColumns);
-&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplmulticolwithchildrenderLayerforinputexpectedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,21 +0,0 @@
</span><del>-&lt;html&gt;
-&lt;head&gt;
-&lt;title&gt;Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=76834 &lt;/title&gt;
-&lt;script&gt;
-
-function startTest(){
-    var input = document.getElementById('test');
-    input.focus();
-    document.execCommand('InsertText',false,'Testing')
-}
-&lt;/script&gt;
-&lt;/head&gt;
-&lt;body onload=&quot;startTest();&quot;&gt;
-&lt;div style=&quot;-webkit-column-count:2&quot;&gt;
-   Filler Text  Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text
-   Filler Text  Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text
-   Filler Text  Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text
-   &lt;input id=&quot;test&quot;/&gt;
-&lt;/div&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplmulticolwithchildrenderLayerforinputhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,21 +0,0 @@
</span><del>-&lt;html&gt;
-&lt;head&gt;
-&lt;title&gt;Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=76834 &lt;/title&gt;
-&lt;script&gt;
-
-function startTest(){
-    var input = document.getElementById('test');
-    input.focus();
-    document.execCommand('InsertText',false,'Testing')
-}
-&lt;/script&gt;
-&lt;/head&gt;
-&lt;body onload=&quot;startTest();&quot;&gt;
-&lt;div style=&quot;-webkit-column-count:2&quot;&gt;
-   Filler Text  Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text
-   Filler Text  Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text
-   Filler Text  Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text
-   &lt;input id=&quot;test&quot; style=&quot;position:relative;&quot; /&gt;
-&lt;/div&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplpositionedchildnotremovedcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,3 +0,0 @@
</span><del>-Test passes if it does not crash.
-
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplpositionedchildnotremovedcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,41 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;body&gt;
-Test passes if it does not crash.
-&lt;style&gt;
-.caption1 { -webkit-column-width: 1px; }
-.div1 { position: absolute; }
-.keygen1:nth-last-child(even) { display: block; -webkit-column-span: all; }
-.flexbox1 { display: -webkit-flexbox; padding-right: 10px; -webkit-transform: rotate3d(0, 1, 0, 90deg); }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-function runTest() {
-    caption1 = document.createElement('caption');
-    caption1.setAttribute('class', 'caption1');
-    div1 = document.createElement('div');
-    div1.setAttribute('class', 'div1');
-    flexbox1 = document.createElement('div');
-    flexbox1.setAttribute('class', 'flexbox1');
-    keygen1 = document.createElement('keygen');
-    keygen1.setAttribute('class', 'keygen1');
-
-    div2 = document.createElement('div');
-    div3 = document.createElement('div');
-
-    flexbox1.appendChild(keygen1);
-    flexbox1.appendChild(div1);
-    flexbox1.appendChild(div3);
-    caption1.appendChild(flexbox1);
-    document.body.appendChild(caption1);
-    document.body.offsetTop;
-    flexbox1.appendChild(div2);
-    document.body.offsetTop;
-    flexbox1.removeChild(div1);
-}
-window.onload = runTest;
-&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplpositionedobjectsnotremovedcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-WebKit Bug - Crash in multi-column layout.
-PASS. WebKit didn't crash.
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplpositionedobjectsnotremovedcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,41 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;body&gt;
-&lt;style&gt;
-#test0 { -webkit-columns: 1px; }
-#test1 { -webkit-perspective: 1; display: compact; }
-#test1:before { content: &quot;&quot;; }
-#test1:after { display: table; content: &quot;&quot;; }
-#test2 { -webkit-column-span: all; }
-#test4:last-child { position:fixed; }
-.c0 { display: table-header-group; }
-.c1:first-letter { content: &quot;&quot;; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-onload = function() {
-    test0 = document.createElement('div');
-    test0.setAttribute('id', 'test0');
-    document.body.appendChild(test0);
-    test1 = document.createElement('div');
-    test1.setAttribute('id','test1');
-    test0.appendChild(test1);
-    test2 = document.createElement('div');
-    test2.setAttribute('id','test2');
-    test1.appendChild(test2);
-    test3 = document.createElement('span');
-    test1.appendChild(test3);
-    test4 = document.createElement('div');
-    test4.setAttribute('id', 'test4');
-    test3.appendChild(test4);
-    document.body.offsetTop;
-    test2.setAttribute('class', 'c0');
-    test4.setAttribute('class', 'c1');
-    document.body.offsetTop;
-    document.body.innerHTML = &quot;WebKit Bug - Crash in multi-column layout.&lt;br /&gt;PASS. WebKit didn't crash.&quot;;
-}
-&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplrecursivesplitflowcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,3 +0,0 @@
</span><del>-Bug 101984: Heap-buffer-overflow in WebCore::RenderBlock::clone.
-Test passes if it does not crash.
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplrecursivesplitflowcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-Bug 101984: Heap-buffer-overflow in WebCore::RenderBlock::clone.&lt;br /&gt;
-Test passes if it does not crash.
-&lt;body&gt;
-&lt;table&gt;
-&lt;div class=&quot;container&quot;&gt;
-&lt;div class=&quot;testClass&quot; id=&quot;test1&quot;&gt;
-&lt;/div&gt;
-&lt;div class=&quot;testClass&quot;&gt;
-&lt;div&gt;
-&lt;i id=&quot;test2&quot;&gt;&lt;/i&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-&lt;/table&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-document.head.appendChild(document.createElement(&quot;style&quot;));
-var styleSheet0 = document.styleSheets[0];
-var test1 = document.getElementById(&quot;test1&quot;);
-var test2 = document.getElementById(&quot;test2&quot;);
-
-
-document.execCommand(&quot;SelectAll&quot;, true);
-styleSheet0.insertRule('.testClass { -webkit-column-span: all ; }', 0);
-test1.appendChild(test2);
-styleSheet0.insertRule('.testClass::first-letter { border-style: none; }', 0);
-styleSheet0.insertRule('.container { -webkit-column-axis: vertical; }', 0);
-&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplremovalofmulticolspancrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-PASS, if no exception or crash
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplremovalofmulticolspancrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,24 +0,0 @@
</span><del>-&lt;style&gt;
-body { -webkit-column-width: 0; }
-#container { position: relative; }
-.hardware:last-of-type { -webkit-column-span: all; }
-&lt;/style&gt;
-
-&lt;body&gt;
-&lt;script&gt;
-    function clear() {
-        document.documentElement.removeChild(document.body);
-        document.documentElement.innerHTML='PASS, if no exception or crash';
-        if (window.testRunner) {
-            testRunner.notifyDone();
-        }
-    }
-    setTimeout(&quot;clear();&quot;, 0);
-    if (window.testRunner) {
-        testRunner.waitUntilDone();
-        testRunner.dumpAsText();
-    }
-&lt;/script&gt;
-&lt;div id=&quot;container&quot;&gt;
-    &lt;div class=&quot;hardware box&quot;&gt;
-&lt;/body&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplremovechildsplitflowcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test passes if it does not crash.
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplremovechildsplitflowcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,38 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-Test passes if it does not crash.
-&lt;style&gt;
-.class1 { -webkit-column-span: all; }
-.class2 { -webkit-column-width: 1px; }
-.class3 { display: inline-block; }
-.class4 { section; -webkit-column-span: all; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-function crash() {
-    i1 = document.createElement('i');
-    document.documentElement.appendChild(i1);
-    i2 = document.createElement('i');
-    i1.appendChild(i2);
-    div1 = document.createElement('div');
-    div2 = document.createElement('div');
-    div2.setAttribute('class', 'class3');
-    i3 = document.createElement('i');
-    div3 = document.createElement('div');
-    div3.setAttribute('class', 'class1');
-    div4 = document.createElement('div');
-    div4.setAttribute('class', 'class4');
-    i2.appendChild(div2);
-    div2.appendChild(div1);
-    div1.appendChild(div4);
-    document.documentElement.offsetTop;
-    div1.setAttribute('class', 'class2');
-    div4.appendChild(div3);
-    document.documentElement.offsetTop;
-    i3.appendChild(div3);
-}
-window.onload = crash;
-&lt;/script&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplsplitflowanonymouswrappercrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-PASS
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplsplitflowanonymouswrappercrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,25 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-Test passes if it does crash.
-&lt;style&gt;
-.b1 { display: block; -webkit-column-width: 100px; }
-.d1 { -webkit-column-span: all; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-function runTest() {
-div1 = document.createElement('div');
-div1.setAttribute('class', 'd1');
-button1 = document.createElement('button');
-button1.setAttribute('class', 'b1');
-document.documentElement.appendChild(button1);
-document.documentElement.offsetTop;
-button1.appendChild(div1);
-document.documentElement.offsetTop;
-document.documentElement.innerHTML = &quot;PASS&quot;;
-}
-window.onload = runTest;
-&lt;/script&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplsplitinlinewrongpostblockcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test passes if it does not crash.
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplsplitinlinewrongpostblockcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,27 +0,0 @@
</span><del>-&lt;html&gt;
-&lt;head&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-function runTest() {
-    var container = document.createElement('div');
-    container.style['-webkit-column-count'] = 1;
-    document.body.appendChild(container);
-    var test1 = document.createElement('div');
-    test1.style['-webkit-column-span'] = 'all';
-    container.appendChild(test1);
-    var test2 = document.createElement('span');
-    container.appendChild(test2);
-    test2.appendChild(document.createElement('div'));
-    var test3 = document.createElement('div');
-    test3.style.display = 'table-column';
-    container.appendChild(test3);
-    container.appendChild(document.createElement('div'));
-}
-&lt;/script&gt;
-&lt;/head&gt;
-&lt;body onload=&quot;runTest()&quot;&gt;
-Test passes if it does not crash.
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpltablemulticolumncrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test passes if it does not crash.
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpltablemulticolumncrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,27 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;body&gt;
-Test passes if it does not crash.
-&lt;style&gt;
-.table_span { -webkit-column-span: all;}
-.table_container { -webkit-column-count: 2; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-document.body.offsetTop;
-table_span = document.createElement('table');
-table_span.setAttribute('class', 'table_span');
-table_container = document.createElement('table');
-table_container.setAttribute('class', 'table_container');
-table_caption = document.createElement('caption');
-table_caption.appendChild(table_span);
-table_container.appendChild(table_caption);
-document.body.appendChild(table_container);
-document.body.offsetTop;
-
-table_caption.parentNode.removeChild(table_caption);
-&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpltextboxnotremovedcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test passes if it does not crash.
-A
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimpltextboxnotremovedcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,40 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;style&gt;
-#test1 {
-    text-indent: -1em;
-    content: counter(c);
-    -webkit-column-count: 1;
-}
-#test3 {
-    -webkit-column-span: all;
-}
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-function crash() {
-    test1 = document.createElement('div');
-    test1.setAttribute('id', 'test1');
-    document.body.appendChild(test1);
-    test2 = document.createElement('div');
-    test1.appendChild(test2);
-    test3 = document.createElement('div');
-    test3.setAttribute('id', 'test3');
-    test2.appendChild(test3);
-    test2.appendChild(document.createTextNode('A'));
-    test2.style.display = '-webkit-box';
-    document.body.offsetTop;
-    test3.style.display = 'list-item';
-    document.body.offsetTop;
-    document.body.style.zoom = 2;
-}
-window.onload = crash;
-&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-Test passes if it does not crash.
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplupdateaftercontentbeforechildcrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-PASS. WebKit didn't crash.
</del></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolcomparewitholdimplupdateaftercontentbeforechildcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html (175219 => 175220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html        2014-10-27 17:20:44 UTC (rev 175219)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html        2014-10-27 17:33:20 UTC (rev 175220)
</span><span class="lines">@@ -1,38 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;body&gt;
-&lt;style&gt;
-#columnContainer { -webkit-column-count: 600; }
-#divBlock::after { display: block; content: ''; }
-#columnSpanBlock:nth-last-child(even) { -webkit-column-span: all; }
-#table { float: right; }
-&lt;/style&gt;
-&lt;script&gt;
-if (window.testRunner)
-    testRunner.dumpAsText();
-
-onload = function() {
-    columnContainer = document.createElement('div');
-    columnContainer.setAttribute('id', 'columnContainer');
-    document.body.appendChild(columnContainer);
-    divBlock = document.createElement('div');
-    divBlock.setAttribute('id', 'divBlock');
-    columnContainer.appendChild(divBlock);
-    columnSpanBlock = document.createElement('div');
-    columnSpanBlock.setAttribute('id', 'columnSpanBlock');
-    divBlock.appendChild(columnSpanBlock);
-    span = document.createElement('span');
-    divBlock.appendChild(span);
-    span.appendChild(document.createTextNode('A'));
-    table = document.createElement('table');
-    table.setAttribute('id', 'table');
-    divBlock.appendChild(table);
-    document.designMode = 'on';
-    document.execCommand('selectall');
-    document.execCommand('inserttext', '');
-    document.body.offsetTop;
-    document.body.innerHTML = &quot;PASS. WebKit didn't crash.&quot;;
-}
-&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre>
</div>
</div>

</body>
</html>