Changeset 125813 in webkit
- Timestamp:
- Aug 16, 2012, 3:01:24 PM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r125810 r125813 1 2012-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 1 11 2012-08-16 Abhishek Arya <inferno@chromium.org> 2 12 -
trunk/LayoutTests/fast/overflow/line-clamp-and-columns.html
r125635 r125813 5 5 <script> 6 6 document.body.offsetTop; 7 // If the page doesn't crash under AddressSanitizer, then the test passes. 8 if (window.testRunner) 9 testRunner.dumpAsText(); 7 10 </script> 8 11 <style>
Note:
See TracChangeset
for help on using the changeset viewer.