[Webkit-unassigned] [Bug 141705] New: [GTK] Layout Test media/video-fullscreeen-only-controls.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 17 08:19:23 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141705

            Bug ID: 141705
           Summary: [GTK] Layout Test
                    media/video-fullscreeen-only-controls.html is failing
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chavarria1991 at gmail.com

The media/video-fullscreeen-only-controls.html layout test is failing since r179612 (http://trac.webkit.org/179612).

The diff is the following:

--- /home/ch01/wk-tools/layout-test-results/media/video-fullscreeen-only-controls-expected.txt
+++ /home/ch01/wk-tools/layout-test-results/media/video-fullscreeen-only-controls-actual.txt
@@ -5,9 +5,9 @@
 EXPECTED (video.hasAttribute('controls') == 'false') OK
 EXPECTED (video.controls == 'false') OK
 EXPECTED (shadowRoot = internals.shadowRoot(video) != 'null') OK
-EXPECTED (panel = mediaControlsElement(shadowRoot.firstChild, '-webkit-media-controls-panel') != 'null') OK
-EXPECTED (internals.shadowPseudoId(panel) == '-webkit-media-controls-panel') OK
-EXPECTED (document.defaultView.getComputedStyle(panel)['display'] != 'none') OK
-EXPECTED (document.defaultView.getComputedStyle(panel)['height'] >= '20px') OK
+EXPECTED (panel = mediaControlsElement(shadowRoot.firstChild, '-webkit-media-controls-panel') != 'null'), OBSERVED 'null' FAIL
+Error: InvalidAccessError: DOM Exception 15
+TypeError: null is not an object (evaluating 'document.defaultView.getComputedStyle(panel)')
+TypeError: null is not an object (evaluating 'document.defaultView.getComputedStyle(panel)')
 END OF TEST

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150217/4b584131/attachment-0002.html>


More information about the webkit-unassigned mailing list