Bug 163825 - REGRESSION(r207587): [GTK] Layout test media/modern-media-controls/media-controller/media-controller-resize.html is failing
Summary: REGRESSION(r207587): [GTK] Layout test media/modern-media-controls/media-cont...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 17:50 PDT by Michael Catanzaro
Modified: 2017-01-20 06:49 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2016-10-21 17:50:24 PDT
Layout test media/modern-media-controls/media-controller/media-controller-resize.html has been failing since r207587 "[Modern Media Controls] Media Controller: mute support":

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/modern-media-controls/media-controller/media-controller-resize-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/modern-media-controls/media-controller/media-controller-resize-actual.txt
@@ -8,8 +8,8 @@
 PASS mediaController.controls.height is 240
 
 Resizing to 400x300
-PASS mediaController.controls.width is 400
-PASS mediaController.controls.height is 300
+FAIL mediaController.controls.width should be 400. Was 320.
+FAIL mediaController.controls.height should be 300. Was 240.
 
 PASS successfullyParsed is true

Updating expectations accordingly.
Comment 1 Michael Catanzaro 2017-01-20 06:49:53 PST
Fixed by r210959.