Bug 232249
Summary: | [GTK][WPE] Test accessibility/video-element-url-attribute.html fails since it was added | ||
---|---|---|---|
Product: | WebKit | Reporter: | Arcady Goldmints-Orlov <crzwdjk> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | andresg_22, philn, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Arcady Goldmints-Orlov
The test accessibility/video-element-url-attribute.html was added in r283799, and has been failing on both GTK and WPE since then, with the following diff:
--- /home/buildbot/worker/gtk-linux-64-release-skip-failing-tests/build/layout-test-results/accessibility/video-element-url-attribute-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-skip-failing-tests/build/layout-test-results/accessibility/video-element-url-attribute-actual.txt
@@ -6,9 +6,10 @@
baseVideoPath = "resources/test.mp4"
PASS video.url.includes(baseVideoPath) is true
PASS video.url.includes(baseVideoPath) is true
-PASS !video.url is true
-PASS !video.url is true
+FAIL !video.url should be true. Was false.
+FAIL !video.url should be true. Was false.
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84620196>
Philippe Normand
*** Bug 264668 has been marked as a duplicate of this bug. ***
Philippe Normand
Also times out now.