Title: [89014] trunk/LayoutTests
- Revision
- 89014
- Author
- [email protected]
- Date
- 2011-06-16 01:25:58 -0700 (Thu, 16 Jun 2011)
Log Message
2011-06-16 Adam Barth <[email protected]>
Disable a subtest while we investigate. I'm going to need dglazkov's
help to understand what's going on in the shadows here.
* fast/events/shadow-boundary-crossing-expected.txt:
* fast/events/shadow-boundary-crossing.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (89013 => 89014)
--- trunk/LayoutTests/ChangeLog 2011-06-16 08:07:31 UTC (rev 89013)
+++ trunk/LayoutTests/ChangeLog 2011-06-16 08:25:58 UTC (rev 89014)
@@ -1,3 +1,11 @@
+2011-06-16 Adam Barth <[email protected]>
+
+ Disable a subtest while we investigate. I'm going to need dglazkov's
+ help to understand what's going on in the shadows here.
+
+ * fast/events/shadow-boundary-crossing-expected.txt:
+ * fast/events/shadow-boundary-crossing.html:
+
2011-06-16 Csaba Osztrogonác <[email protected]>
[Qt][WK2] fast/frames/flattening tests fail intermittently
Modified: trunk/LayoutTests/fast/events/shadow-boundary-crossing-expected.txt (89013 => 89014)
--- trunk/LayoutTests/fast/events/shadow-boundary-crossing-expected.txt 2011-06-16 08:07:31 UTC (rev 89013)
+++ trunk/LayoutTests/fast/events/shadow-boundary-crossing-expected.txt 2011-06-16 08:25:58 UTC (rev 89014)
@@ -9,7 +9,6 @@
Events with relatedTarget should not escape out of shadow subtree when its host is the target: PASS
The mouseover/mouseout event on a shadow subtree host should propagate out of the shadow DOM: PASS
Label should look beyond shadow boundary to detect if it encloses its associated element: PASS
-Events for default event handler should not be retargeted: PASS
Event's relatedTarget should be retargeted: PASS
Other events should be retargeted: PASS
After event dispatch, the event object should not reveal shadow DOM: PASS
Modified: trunk/LayoutTests/fast/events/shadow-boundary-crossing.html (89013 => 89014)
--- trunk/LayoutTests/fast/events/shadow-boundary-crossing.html 2011-06-16 08:07:31 UTC (rev 89013)
+++ trunk/LayoutTests/fast/events/shadow-boundary-crossing.html 2011-06-16 08:25:58 UTC (rev 89014)
@@ -192,6 +192,9 @@
log("Label should look beyond shadow boundary to detect if it encloses its associated element", count == 1);
label.parentNode.removeChild(label);
},
+ /* This subtest started crashing after r89007:
+ * https://bugs.webkit.org/show_bug.cgi?id=62788
+ * I'm disabling this test for now while I ask for help understanding the problem.
defaultEventRetargeting: function()
{
var count = 0;
@@ -207,6 +210,7 @@
document.body.removeEventListener('DOMActivate', counter, false);
fileInput.parentNode.removeChild(fileInput);
},
+ */
relatedTargetRetargeting: function()
{
var count = 0;
@@ -280,4 +284,4 @@
<p>See <a href="" 46015</a> for details.
<div id="log"></div>
</body>
-</html>
\ No newline at end of file
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes