Changeset 77949 in webkit


Ignore:
Timestamp:
Feb 8, 2011 9:30:05 AM (13 years ago)
Author:
mario@webkit.org
Message:

2011-02-08 Mario Sanchez Prada <msanchez@igalia.com>

Reviewed by Martin Robinson.

editing/selection/end-of-document.html is failing in the GTK 64-bit debug bot
https://bugs.webkit.org/show_bug.cgi?id=53995

Ensure to wait for the body to be loaded before running the test.

  • editing/selection/end-of-document.html: Call runEditingTest() on the body.onload event.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r77940 r77949  
     12011-02-08  Mario Sanchez Prada  <msanchez@igalia.com>
     2
     3        Reviewed by Martin Robinson.
     4
     5        editing/selection/end-of-document.html is failing in the GTK 64-bit debug bot
     6        https://bugs.webkit.org/show_bug.cgi?id=53995
     7
     8        Ensure to wait for the body to be loaded before running the test.
     9
     10        * editing/selection/end-of-document.html: Call runEditingTest() on
     11        the body.onload event.
     12
    1132011-02-08  Martin Robinson  <mrobinson@igalia.com>
    214
  • trunk/LayoutTests/editing/selection/end-of-document.html

    r12540 r77949  
    1414</script>
    1515
    16 <body>
     16<body onload="runEditingTest();">
     17
    1718<div id="test" contentEditable style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
    1819
     
    4546</div>
    4647
    47 <script>
    48 runEditingTest();
    49 </script>
    50 
    5148</body>
    5249</html>
Note: See TracChangeset for help on using the changeset viewer.