Changeset 138998 in webkit


Ignore:
Timestamp:
Jan 7, 2013, 3:18:27 PM (13 years ago)
Author:
Lucas Forschler
Message:

Merged r125813.

Location:
branches/safari-536.28-branch/LayoutTests
Files:
1 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/safari-536.28-branch/LayoutTests/ChangeLog

    r138688 r138998  
     12012-12-12  Lucas Forschler  <lforschler@apple.com>
     2
     3        Merge r125813
     4
     5    2012-08-16  Ojan Vafai  <ojan@chromium.org>
     6
     7            Fix test added in r125635. The test failed on non-chromium ports due
     8            to the column sizing 1px differently. I'm not really sure what was going on,
     9            but this was a fix for a crash anyways. Just marking the test dumpAsText.
     10
     11            * fast/overflow/line-clamp-and-columns-expected.html: Removed.
     12            * fast/overflow/line-clamp-and-columns-expected.txt: Added.
     13            * fast/overflow/line-clamp-and-columns.html:
     14
    1152013-01-02  Lucas Forschler  <lforschler@apple.com>
    216
  • branches/safari-536.28-branch/LayoutTests/fast/overflow/line-clamp-and-columns.html

    r134088 r138998  
    55<script>
    66document.body.offsetTop;
     7// If the page doesn't crash under AddressSanitizer, then the test passes.
     8if (window.layoutTestController)
     9    layoutTestController.dumpAsText();
    710</script>
    811<style>
Note: See TracChangeset for help on using the changeset viewer.