Title: [136088] trunk/LayoutTests
Revision
136088
Author
commit-qu...@webkit.org
Date
2012-11-28 21:02:29 -0800 (Wed, 28 Nov 2012)

Log Message

[EFL][WK2] input-with-validation-without-shadow.html makes following tests crash after r135935
https://bugs.webkit.org/show_bug.cgi?id=103508

Patch by Yael Aharon <yael.aha...@intel.com> on 2012-11-28
Reviewed by Kent Tamura.

Do not submit the form in the ref test, as it is also not submitted by the
original test. This also fixes the timeout in EFL's tests.
Remove the test from TestEexpectations as the test is passing now.

* fast/dom/shadow/input-with-validation-without-shadow-expected.html:
* platform/efl-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (136087 => 136088)


--- trunk/LayoutTests/ChangeLog	2012-11-29 03:17:50 UTC (rev 136087)
+++ trunk/LayoutTests/ChangeLog	2012-11-29 05:02:29 UTC (rev 136088)
@@ -1,3 +1,17 @@
+2012-11-28  Yael Aharon  <yael.aha...@intel.com>
+
+        [EFL][WK2] input-with-validation-without-shadow.html makes following tests crash after r135935
+        https://bugs.webkit.org/show_bug.cgi?id=103508
+
+        Reviewed by Kent Tamura.
+
+        Do not submit the form in the ref test, as it is also not submitted by the
+        original test. This also fixes the timeout in EFL's tests.
+        Remove the test from TestEexpectations as the test is passing now.
+
+        * fast/dom/shadow/input-with-validation-without-shadow-expected.html:
+        * platform/efl-wk2/TestExpectations:
+
 2012-11-28  Hayato Ito  <hay...@chromium.org>
 
         Node::compareDocumentPosition returns wrong value for a node in the different shadow tree.

Modified: trunk/LayoutTests/fast/dom/shadow/input-with-validation-without-shadow-expected.html (136087 => 136088)


--- trunk/LayoutTests/fast/dom/shadow/input-with-validation-without-shadow-expected.html	2012-11-29 03:17:50 UTC (rev 136087)
+++ trunk/LayoutTests/fast/dom/shadow/input-with-validation-without-shadow-expected.html	2012-11-29 05:02:29 UTC (rev 136088)
@@ -10,7 +10,6 @@
 <script>
 var input = document.getElementById('password');
 
-document.getElementById('submit').click();
 if (window.testRunner) {
     testRunner.waitUntilDone();
     setTimeout(function() {

Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (136087 => 136088)


--- trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-11-29 03:17:50 UTC (rev 136087)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-11-29 05:02:29 UTC (rev 136088)
@@ -351,7 +351,6 @@
 webkit.org/b/103468 css3/calc/table-empty-cells.html [ ImageOnlyFailure Pass ]
 webkit.org/b/103468 css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-absolute.html [ ImageOnlyFailure Pass ]
 webkit.org/b/103468 fast/css/sticky/sticky-as-positioning-container.html [ ImageOnlyFailure Pass ]
-webkit.org/b/103468 fast/dom/shadow/input-with-validation-without-shadow.html [ ImageOnlyFailure Pass ]
 webkit.org/b/103468 fast/forms/file/file-reset-in-change.html [ ImageOnlyFailure Pass ]
 webkit.org/b/103468 fast/forms/file/hidden-input-file.html [ ImageOnlyFailure Pass ]
 webkit.org/b/103468 fast/images/imagemap-focus-ring-zoom-style.html [ ImageOnlyFailure Pass ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to