Title: [109934] trunk/LayoutTests
- Revision
- 109934
- Author
- [email protected]
- Date
- 2012-03-06 10:35:13 -0800 (Tue, 06 Mar 2012)
Log 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:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (109933 => 109934)
--- trunk/LayoutTests/ChangeLog 2012-03-06 18:15:00 UTC (rev 109933)
+++ trunk/LayoutTests/ChangeLog 2012-03-06 18:35:13 UTC (rev 109934)
@@ -1,3 +1,12 @@
+2012-03-06 Ryosuke Niwa <[email protected]>
+
+ 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:
+
2012-03-06 Philippe Normand <[email protected]>
[GTK] fullscreen/full-screen-iframe-legacy.html is flaky
Modified: trunk/LayoutTests/editing/selection/select-line-break-with-opposite-directionality.html (109933 => 109934)
--- trunk/LayoutTests/editing/selection/select-line-break-with-opposite-directionality.html 2012-03-06 18:15:00 UTC (rev 109933)
+++ trunk/LayoutTests/editing/selection/select-line-break-with-opposite-directionality.html 2012-03-06 18:35:13 UTC (rev 109934)
@@ -18,16 +18,13 @@
padding: 13px;
}
-.hideTestsInDRT .tests {
- display: none;
-}
-
</style>
</head>
<body>
<p>This tests selecting LTR/RTL text that spans multiple lines in RTL/LTR block (opposite directionality).
To manually test, select text in each of editable regions below by dragging mouse from one edge to another.
The entire line should be selected.</p>
+<div id="tests">
<ol class="tests">
<li><div contenteditable title="0 3, 4 6">abc<br>def</div></li>
<li><div contenteditable title="0 3">ابص</div></li>
@@ -48,6 +45,7 @@
a</span></pre></li>
</ol>
+</div>
<pre id="log"><script>
function selectLineSafely(test, lineTop) {
@@ -95,7 +93,7 @@
}
}
- document.body.className = 'hideTestsInDRT';
+ document.getElementById('tests').style.display = 'none';
} else {
document.addEventListener('selectionchange', function () {
var selection = window.getSelection();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes