Changeset 109934 in webkit


Ignore:
Timestamp:
Mar 6, 2012 10:35:13 AM (12 years ago)
Author:
rniwa@webkit.org
Message:

select-line-break-with-opposite-directionality.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=80227

Unreviewed test fix attempt.

  • editing/selection/select-line-break-with-opposite-directionality.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r109928 r109934  
     12012-03-06  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        select-line-break-with-opposite-directionality.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=80227
     5
     6        Unreviewed test fix attempt.
     7
     8        * editing/selection/select-line-break-with-opposite-directionality.html:
     9
    1102012-03-06  Philippe Normand  <pnormand@igalia.com>
    211
  • trunk/LayoutTests/editing/selection/select-line-break-with-opposite-directionality.html

    r109637 r109934  
    1919}
    2020
    21 .hideTestsInDRT .tests {
    22     display: none;
    23 }
    24 
    2521</style>
    2622</head>
     
    2925To manually test, select text in each of editable regions below by dragging mouse from one edge to another.
    3026The entire line should be selected.</p>
     27<div id="tests">
    3128<ol class="tests">
    3229<li><div contenteditable title="0 3, 4 6">abc<br>def</div></li>
     
    4946a</span></pre></li>
    5047</ol>
     48</div>
    5149<pre id="log"><script>
    5250
     
    9694    }
    9795
    98     document.body.className = 'hideTestsInDRT';
     96    document.getElementById('tests').style.display = 'none';
    9997} else {
    10098    document.addEventListener('selectionchange', function () {
Note: See TracChangeset for help on using the changeset viewer.