Changeset 75219 in webkit


Ignore:
Timestamp:
Jan 6, 2011 6:11:29 PM (13 years ago)
Author:
Martin Robinson
Message:

2011-01-06 Martin Robinson <mrobinson@igalia.com>

Reviewed by Adam Barth.

fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts
https://bugs.webkit.org/show_bug.cgi?id=52027

Move the console output div after the file input control in
fast/dom/Window/window-postmessage-clone.html so that console
text does not push it outside of the viewport.

  • fast/dom/Window/window-postmessage-clone-expected.txt: Updated results to match new text output.
  • fast/dom/Window/window-postmessage-clone.html: Moved console div.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r75218 r75219  
     12011-01-06  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Reviewed by Adam Barth.
     4
     5        fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts
     6        https://bugs.webkit.org/show_bug.cgi?id=52027
     7
     8        Move the console output div after the file input control in
     9        fast/dom/Window/window-postmessage-clone.html so that console
     10        text does not push it outside of the viewport.
     11
     12        * fast/dom/Window/window-postmessage-clone-expected.txt: Updated results
     13        to match new text output.
     14        * fast/dom/Window/window-postmessage-clone.html: Moved console div.
     15
    1162011-01-06  Martin Robinson  <mrobinson@igalia.com>
    217
  • trunk/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt

    r74368 r75219  
    11Tests that we clone object hierarchies
     2
    23PASS: 'postMessage(reallyDeepArray)' threw RangeError: Maximum call stack size exceeded.
    34PASS: 'postMessage(window)' threw TypeError: Type error
  • trunk/LayoutTests/fast/dom/Window/window-postmessage-clone.html

    r74368 r75219  
    33<body>
    44<div id="description"></div>
     5<input type="file" id="fileInput"></input>
    56<div id="console"></div>
    6 <input type="file" id="fileInput"></input>
    77<script>
    88if (window.layoutTestController) {
Note: See TracChangeset for help on using the changeset viewer.