Changeset 115993 in webkit
- Timestamp:
- May 3, 2012, 11:18:09 AM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r115991 r115993 1 2012-05-03 Dan Bernstein <mitz@apple.com> 2 3 Removed dumpAsText() from this ref test, since that apparently confuses the test tool. 4 5 * fast/writing-mode/flipped-blocks-inline-map-local-to-container.html: 6 1 7 2012-05-03 Andreas Kling <kling@webkit.org> 2 8 -
trunk/LayoutTests/fast/writing-mode/flipped-blocks-inline-map-local-to-container.html
r115981 r115993 25 25 </div> 26 26 <script> 27 if (window.layoutTestController)28 layoutTestController.dumpAsText();29 30 27 for (var i = 0; i < 9; ++i) { 31 28 var element = document.getElementById("t-" + i);
Note:
See TracChangeset
for help on using the changeset viewer.