Changeset 100297 in webkit


Ignore:
Timestamp:
Nov 15, 2011 11:16:17 AM (12 years ago)
Author:
tonyg@chromium.org
Message:

editing/pasteboard/drag-drop-dead-frame.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=72379

Reviewed by Adam Barth.

  • editing/pasteboard/drag-drop-dead-frame.html: Wait for iframe to load before running test.
  • platform/chromium-win/editing/pasteboard/drag-drop-dead-frame-expected.txt: Rebaseline.
  • platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt: Speculative rebaseline based on change to chromium.
  • platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt: Speculative rebaseline based on change to chromium.
  • platform/qt/editing/pasteboard/drag-drop-dead-frame-expected.txt: Speculative rebaseline based on change to chromium.
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r100296 r100297  
     12011-11-15  Tony Gentilcore  <tonyg@chromium.org>
     2
     3        editing/pasteboard/drag-drop-dead-frame.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=72379
     5
     6        Reviewed by Adam Barth.
     7
     8        * editing/pasteboard/drag-drop-dead-frame.html: Wait for iframe to load before running test.
     9        * platform/chromium-win/editing/pasteboard/drag-drop-dead-frame-expected.txt: Rebaseline.
     10        * platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt: Speculative rebaseline based on change to chromium.
     11        * platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt: Speculative rebaseline based on change to chromium.
     12        * platform/qt/editing/pasteboard/drag-drop-dead-frame-expected.txt: Speculative rebaseline based on change to chromium.
     13
    1142011-11-15  Anna Cavender  <annacc@chromium.org>
    215
  • trunk/LayoutTests/editing/pasteboard/drag-drop-dead-frame.html

    r100203 r100297  
    7575<p>Check you don't crash when your previous drag target frame is deleted &lt;rdar://problem/5049842&gt;</p>
    7676<div><span id="dragme">hello</span></div>
    77 <iframe id=targetframe src="resources/editable-iframe.html"></iframe>
    78 <script>runEditingTest();</script>
     77<iframe id=targetframe src="resources/editable-iframe.html" onload="runEditingTest()"></iframe>
    7978</body>
    8079</html>
  • trunk/LayoutTests/platform/chromium-win/editing/pasteboard/drag-drop-dead-frame-expected.txt

    r69281 r100297  
    1919      RenderBlock (anonymous) at (0,56) size 784x0
    2020        RenderText {#text} at (0,0) size 0x0
    21         RenderText {#text} at (0,0) size 0x0
    2221selection start: position 0 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV} of body
    2322selection end:   position 5 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV} of body
  • trunk/LayoutTests/platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt

    r72675 r100297  
    1414      RenderBlock (anonymous) at (0,54) size 784x0
    1515        RenderText {#text} at (0,0) size 0x0
    16         RenderText {#text} at (0,0) size 0x0
    1716selection start: position 0 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV} of body
    1817selection end:   position 5 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV} of body
  • trunk/LayoutTests/platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt

    r63403 r100297  
    1919      RenderBlock (anonymous) at (0,52) size 784x0
    2020        RenderText {#text} at (0,0) size 0x0
    21         RenderText {#text} at (0,0) size 0x0
    2221selection start: position 0 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV} of body
    2322selection end:   position 5 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV} of body
  • trunk/LayoutTests/platform/qt/editing/pasteboard/drag-drop-dead-frame-expected.txt

    r63292 r100297  
    2121        RenderText {#text} at (0,0) size 0x0
    2222        RenderText {#text} at (0,0) size 0x0
    23         RenderText {#text} at (0,0) size 0x0
    2423selection start: position 0 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV} of body
    2524selection end:   position 5 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV} of body
Note: See TracChangeset for help on using the changeset viewer.