Changeset 65721 in webkit


Ignore:
Timestamp:
Aug 19, 2010 6:22:32 PM (14 years ago)
Author:
rniwa@webkit.org
Message:

2010-08-19 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Tony Chang.

dumpAsMarkup conversion: editing/pasteboard/4242293-1.html and editing/pasteboard/copy-paste-bidi.html
https://bugs.webkit.org/show_bug.cgi?id=44220

Converted the tests.

  • editing/pasteboard/4242293-1-expected.txt: Added.
  • editing/pasteboard/4242293-1.html:
  • editing/pasteboard/copy-paste-bidi-expected.txt: Added.
  • editing/pasteboard/copy-paste-bidi.html:
  • platform/chromium-linux/editing/pasteboard/4242293-1-expected.checksum: Removed.
  • platform/chromium-linux/editing/pasteboard/4242293-1-expected.png: Removed.
  • platform/chromium-linux/editing/pasteboard/copy-paste-bidi-expected.checksum: Removed.
  • platform/chromium-linux/editing/pasteboard/copy-paste-bidi-expected.png: Removed.
  • platform/chromium-win/editing/pasteboard/4242293-1-expected.checksum: Removed.
  • platform/chromium-win/editing/pasteboard/4242293-1-expected.png: Removed.
  • platform/chromium-win/editing/pasteboard/4242293-1-expected.txt: Removed.
  • platform/chromium-win/editing/pasteboard/copy-paste-bidi-expected.checksum: Removed.
  • platform/chromium-win/editing/pasteboard/copy-paste-bidi-expected.png: Removed.
  • platform/chromium-win/editing/pasteboard/copy-paste-bidi-expected.txt: Removed.
  • platform/mac-leopard/editing/pasteboard/4242293-1-expected.checksum: Removed.
  • platform/mac-leopard/editing/pasteboard/4242293-1-expected.png: Removed.
  • platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.checksum: Removed.
  • platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.png: Removed.
  • platform/mac/editing/pasteboard/4242293-1-expected.checksum: Removed.
  • platform/mac/editing/pasteboard/4242293-1-expected.png: Removed.
  • platform/mac/editing/pasteboard/4242293-1-expected.txt: Removed.
  • platform/mac/editing/pasteboard/copy-paste-bidi-expected.checksum: Removed.
  • platform/mac/editing/pasteboard/copy-paste-bidi-expected.png: Removed.
  • platform/mac/editing/pasteboard/copy-paste-bidi-expected.txt: Removed.
  • platform/qt/editing/pasteboard/4242293-1-expected.txt: Removed.
  • platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
2 added
22 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r65720 r65721  
     12010-08-19  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        dumpAsMarkup conversion: editing/pasteboard/4242293-1.html and editing/pasteboard/copy-paste-bidi.html
     6        https://bugs.webkit.org/show_bug.cgi?id=44220
     7
     8        Converted the tests.
     9
     10        * editing/pasteboard/4242293-1-expected.txt: Added.
     11        * editing/pasteboard/4242293-1.html:
     12        * editing/pasteboard/copy-paste-bidi-expected.txt: Added.
     13        * editing/pasteboard/copy-paste-bidi.html:
     14        * platform/chromium-linux/editing/pasteboard/4242293-1-expected.checksum: Removed.
     15        * platform/chromium-linux/editing/pasteboard/4242293-1-expected.png: Removed.
     16        * platform/chromium-linux/editing/pasteboard/copy-paste-bidi-expected.checksum: Removed.
     17        * platform/chromium-linux/editing/pasteboard/copy-paste-bidi-expected.png: Removed.
     18        * platform/chromium-win/editing/pasteboard/4242293-1-expected.checksum: Removed.
     19        * platform/chromium-win/editing/pasteboard/4242293-1-expected.png: Removed.
     20        * platform/chromium-win/editing/pasteboard/4242293-1-expected.txt: Removed.
     21        * platform/chromium-win/editing/pasteboard/copy-paste-bidi-expected.checksum: Removed.
     22        * platform/chromium-win/editing/pasteboard/copy-paste-bidi-expected.png: Removed.
     23        * platform/chromium-win/editing/pasteboard/copy-paste-bidi-expected.txt: Removed.
     24        * platform/mac-leopard/editing/pasteboard/4242293-1-expected.checksum: Removed.
     25        * platform/mac-leopard/editing/pasteboard/4242293-1-expected.png: Removed.
     26        * platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.checksum: Removed.
     27        * platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.png: Removed.
     28        * platform/mac/editing/pasteboard/4242293-1-expected.checksum: Removed.
     29        * platform/mac/editing/pasteboard/4242293-1-expected.png: Removed.
     30        * platform/mac/editing/pasteboard/4242293-1-expected.txt: Removed.
     31        * platform/mac/editing/pasteboard/copy-paste-bidi-expected.checksum: Removed.
     32        * platform/mac/editing/pasteboard/copy-paste-bidi-expected.png: Removed.
     33        * platform/mac/editing/pasteboard/copy-paste-bidi-expected.txt: Removed.
     34        * platform/qt/editing/pasteboard/4242293-1-expected.txt: Removed.
     35        * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Removed.
     36
    1372010-08-19  Martin Robinson  <mrobinson@igalia.com>
    238
  • trunk/LayoutTests/editing/pasteboard/4242293-1.html

    r17562 r65721  
     1<script src="../../resources/dump-as-markup.js"></script>
     2<div id="copy" contenteditable="true"><div><div>foo</div>bar</div>baz</div>
     3<div id="paste" contenteditable="true">foo</div>
    14<script>
    25if (window.layoutTestController)
    36     layoutTestController.dumpEditingCallbacks();
    4 </script>
    5 <p>This tests to make sure that createMarkup puts an interchange newline on the pasteboard for a selection ending at the end of a block.  Both regions below should have contents that are identical.</p>
    67
    7 <div id="copy" contenteditable="true"><div><div>foo</div>bar</div>baz</div>
    8 <div id="paste" contenteditable="true">foo</div>
    9 
    10 <script>
    118var sel = window.getSelection();
    129var e = document.getElementById("copy");
     
    2118sel.modify("move", "forward", "word");
    2219document.execCommand("Paste");
     20
     21Markup.description('This test ensures that createMarkup puts an interchange newline on the pasteboard for a selection ending at the end of a block.  Both regions below should be visually identical.')
     22Markup.dump('copy', 'first region (bar and baz are copied)');
     23Markup.dump('paste', 'second region (bar and baz are pasted)');
    2324</script>
Note: See TracChangeset for help on using the changeset viewer.