Changeset 89862 in webkit


Ignore:
Timestamp:
Jun 27, 2011 2:38:35 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-27 Wyatt Carss <wcarss@chromium.org>

Reviewed by Ryosuke Niwa.

convert editing/deleting/whitespace-pre-1.html to dumpAsText
https://bugs.webkit.org/show_bug.cgi?id=63372

converted editing/deleting/whitespace-pre-1.html to dump-as-markup, removed
old baselines, and added the new one.

  • editing/deleting/whitespace-pre-1-expected.txt: Added.
  • editing/deleting/whitespace-pre-1.html:
  • platform/chromium-linux/editing/deleting/whitespace-pre-1-expected.png: Removed.
  • platform/chromium-win/editing/deleting/whitespace-pre-1-expected.png: Removed.
  • platform/chromium-win/editing/deleting/whitespace-pre-1-expected.txt: Removed.
  • platform/gtk/editing/deleting/whitespace-pre-1-expected.png: Removed.
  • platform/gtk/editing/deleting/whitespace-pre-1-expected.txt: Removed.
  • platform/mac-leopard/editing/deleting/whitespace-pre-1-expected.png: Removed.
  • platform/mac/editing/deleting/whitespace-pre-1-expected.png: Removed.
  • platform/mac/editing/deleting/whitespace-pre-1-expected.txt: Removed.
  • platform/qt/editing/deleting/whitespace-pre-1-expected.png: Removed.
  • platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 added
10 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89856 r89862  
     12011-06-27  Wyatt Carss  <wcarss@chromium.org>
     2
     3        Reviewed by Ryosuke Niwa.
     4
     5        convert editing/deleting/whitespace-pre-1.html to dumpAsText
     6        https://bugs.webkit.org/show_bug.cgi?id=63372
     7
     8        converted editing/deleting/whitespace-pre-1.html to dump-as-markup, removed
     9        old baselines, and added the new one.
     10
     11        * editing/deleting/whitespace-pre-1-expected.txt: Added.
     12        * editing/deleting/whitespace-pre-1.html:
     13        * platform/chromium-linux/editing/deleting/whitespace-pre-1-expected.png: Removed.
     14        * platform/chromium-win/editing/deleting/whitespace-pre-1-expected.png: Removed.
     15        * platform/chromium-win/editing/deleting/whitespace-pre-1-expected.txt: Removed.
     16        * platform/gtk/editing/deleting/whitespace-pre-1-expected.png: Removed.
     17        * platform/gtk/editing/deleting/whitespace-pre-1-expected.txt: Removed.
     18        * platform/mac-leopard/editing/deleting/whitespace-pre-1-expected.png: Removed.
     19        * platform/mac/editing/deleting/whitespace-pre-1-expected.png: Removed.
     20        * platform/mac/editing/deleting/whitespace-pre-1-expected.txt: Removed.
     21        * platform/qt/editing/deleting/whitespace-pre-1-expected.png: Removed.
     22        * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Removed.
     23
    1242011-06-27  Jessie Berlin  <jberlin@apple.com>
    225
  • trunk/LayoutTests/editing/deleting/whitespace-pre-1.html

    r17562 r89862  
     1<script src="../../resources/dump-as-markup.js"></script>
    12<script>
    23if (window.layoutTestController)
    34     layoutTestController.dumpEditingCallbacks();
    45</script>
    5 <p>This tests for a bug in endOfLine.</p>
     6<p id="description">This tests for a bug in endOfLine.</p>
    67
    78<div id="test" contenteditable="true" style="white-space:pre;">You should not see this paragraph after the test.
     
    1617s.modify("extend", "forward", "lineBoundary");
    1718document.execCommand("Delete");
     19Markup.description(description.textContent);
     20Markup.dump("test");
    1821</script>
Note: See TracChangeset for help on using the changeset viewer.