Changeset 138998 in webkit
- Timestamp:
- Jan 7, 2013, 3:18:27 PM (13 years ago)
- 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 1 2012-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 1 15 2013-01-02 Lucas Forschler <lforschler@apple.com> 2 16 -
branches/safari-536.28-branch/LayoutTests/fast/overflow/line-clamp-and-columns.html
r134088 r138998 5 5 <script> 6 6 document.body.offsetTop; 7 // If the page doesn't crash under AddressSanitizer, then the test passes. 8 if (window.layoutTestController) 9 layoutTestController.dumpAsText(); 7 10 </script> 8 11 <style>
Note:
See TracChangeset
for help on using the changeset viewer.