Changeset 125813 in webkit


Ignore:
Timestamp:
Aug 16, 2012, 3:01:24 PM (13 years ago)
Author:
ojan@chromium.org
Message:

Fix test added in r125635. The test failed on non-chromium ports due
to the column sizing 1px differently. I'm not really sure what was going on,
but this was a fix for a crash anyways. Just marking the test dumpAsText.

  • fast/overflow/line-clamp-and-columns-expected.html: Removed.
  • fast/overflow/line-clamp-and-columns-expected.txt: Added.
  • fast/overflow/line-clamp-and-columns.html:
Location:
trunk/LayoutTests
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r125810 r125813  
     12012-08-16  Ojan Vafai  <ojan@chromium.org>
     2
     3        Fix test added in r125635. The test failed on non-chromium ports due
     4        to the column sizing 1px differently. I'm not really sure what was going on,
     5        but this was a fix for a crash anyways. Just marking the test dumpAsText.
     6
     7        * fast/overflow/line-clamp-and-columns-expected.html: Removed.
     8        * fast/overflow/line-clamp-and-columns-expected.txt: Added.
     9        * fast/overflow/line-clamp-and-columns.html:
     10
    1112012-08-16  Abhishek Arya  <inferno@chromium.org>
    212
  • trunk/LayoutTests/fast/overflow/line-clamp-and-columns.html

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