Changeset 152413 in webkit


Ignore:
Timestamp:
Jul 5, 2013 3:26:42 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[New multicol] Change test to follow the pattern of the other tests
https://bugs.webkit.org/show_bug.cgi?id=117698

Patch by Mihai Maerean <Mihai Maerean> on 2013-07-05
Reviewed by Andreas Kling.

Test is a ref test against the old multicol code, like all the other tests in LayoutTests/fast/multicol/newmulticol/
This is a follow up of bug 116614, testing that flow threads don't end up being cloned in region based multi
columns with columns:1 where the only child has column-span:all.

  • fast/multicol/newmulticol/direct-child-column-span-all-expected.html: Added.
  • fast/multicol/newmulticol/direct-child-column-span-all-expected.txt: Removed.
  • fast/multicol/newmulticol/direct-child-column-span-all.html:
Location:
trunk/LayoutTests
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r152411 r152413  
     12013-07-05  Mihai Maerean  <mmaerean@adobe.com>
     2
     3        [New multicol] Change test to follow the pattern of the other tests
     4        https://bugs.webkit.org/show_bug.cgi?id=117698
     5
     6        Reviewed by Andreas Kling.
     7
     8        Test is a ref test against the old multicol code, like all the other tests in LayoutTests/fast/multicol/newmulticol/
     9        This is a follow up of bug 116614, testing that flow threads don't end up being cloned in region based multi
     10        columns with columns:1 where the only child has column-span:all.
     11
     12        * fast/multicol/newmulticol/direct-child-column-span-all-expected.html: Added.
     13        * fast/multicol/newmulticol/direct-child-column-span-all-expected.txt: Removed.
     14        * fast/multicol/newmulticol/direct-child-column-span-all.html:
     15
    1162013-07-05  Denis Nomiyama  <d.nomiyama@samsung.com>
    217
  • trunk/LayoutTests/fast/multicol/newmulticol/direct-child-column-span-all.html

    r150611 r152413  
    88
    99                <script type="text/javascript">
    10                     if(window.testRunner)
    11                         window.testRunner.dumpAsText();
    12                     if(window.internals)
    13                         internals.settings.setRegionBasedColumnsEnabled(true);
     10                        if(window.internals)
     11                                internals.settings.setRegionBasedColumnsEnabled(true);
    1412                </script>
    1513        </head>
     
    1816                    <p id="p1">PASS</p>
    1917                </div>
    20                 test passes if it doesn't crash or assert.
     18                <div>Test passes if it doesn't crash or assert.</div>
     19                <div>Test added as part of <a href="https://bugs.webkit.org/show_bug.cgi?id=117698">117698 - [New multicol] Change test to follow the pattern of the other tests</a></div>
     20                <div>This is a follow up of <a href="https://bugs.webkit.org/show_bug.cgi?id=116614">116614</a>, testing that flow threads don't end up being cloned in region based multi columns with columns:1 where the only child has column-span:all.</div>
    2121        </body>
    2222</html>
Note: See TracChangeset for help on using the changeset viewer.