Title: [236389] trunk/LayoutTests
- Revision
- 236389
- Author
- [email protected]
- Date
- 2018-09-22 16:42:53 -0700 (Sat, 22 Sep 2018)
Log Message
Tests checking document GC in case of ActiveDOMObjects are flaky
https://bugs.webkit.org/show_bug.cgi?id=189413
<rdar://problem/44243231>
Reviewed by Eric Carlson.
Media controls prevent in some cases to collect the document.
Remove the controls to remove a source of flakiness for this test.
* http/tests/media/clearkey/resources/mywebkitmediasessionframe.htm:
* platform/mac/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (236388 => 236389)
--- trunk/LayoutTests/ChangeLog 2018-09-22 23:34:50 UTC (rev 236388)
+++ trunk/LayoutTests/ChangeLog 2018-09-22 23:42:53 UTC (rev 236389)
@@ -1,3 +1,17 @@
+2018-09-22 Youenn Fablet <[email protected]>
+
+ Tests checking document GC in case of ActiveDOMObjects are flaky
+ https://bugs.webkit.org/show_bug.cgi?id=189413
+ <rdar://problem/44243231>
+
+ Reviewed by Eric Carlson.
+
+ Media controls prevent in some cases to collect the document.
+ Remove the controls to remove a source of flakiness for this test.
+
+ * http/tests/media/clearkey/resources/mywebkitmediasessionframe.htm:
+ * platform/mac/TestExpectations:
+
2018-09-21 Ryosuke Niwa <[email protected]>
Cannot start a drag inside a shadow tree when an inclusive-ancestor of its shadow host is a draggable element
Modified: trunk/LayoutTests/http/tests/media/clearkey/resources/mywebkitmediasessionframe.htm (236388 => 236389)
--- trunk/LayoutTests/http/tests/media/clearkey/resources/mywebkitmediasessionframe.htm 2018-09-22 23:34:50 UTC (rev 236388)
+++ trunk/LayoutTests/http/tests/media/clearkey/resources/mywebkitmediasessionframe.htm 2018-09-22 23:42:53 UTC (rev 236389)
@@ -27,6 +27,6 @@
</script>
</head>
<body _onload_="go()">
- <video id="video" controls></video>
+ <video id="video"></video>
</body>
</html>
Modified: trunk/LayoutTests/platform/mac/TestExpectations (236388 => 236389)
--- trunk/LayoutTests/platform/mac/TestExpectations 2018-09-22 23:34:50 UTC (rev 236388)
+++ trunk/LayoutTests/platform/mac/TestExpectations 2018-09-22 23:42:53 UTC (rev 236389)
@@ -1781,6 +1781,4 @@
webgl/2.0.0/conformance2/attribs/gl-vertexattribipointer.html [ Slow ]
webgl/2.0.0/conformance2/textures/misc/copy-texture-image-luma-format.html [ Slow ]
-webkit.org/b/189413 http/tests/media/clearkey/collect-webkit-media-session.html [ Pass Failure ]
-
webkit.org/189674 media/media-controls-accessibility.html [ Pass Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes