Title: [221237] trunk/LayoutTests
Revision
221237
Author
[email protected]
Date
2017-08-28 04:02:56 -0700 (Mon, 28 Aug 2017)

Log Message

[GTK] Rebaseline insecure-audio-video-in-main-frame.html.
https://bugs.webkit.org/show_bug.cgi?id=142482

Unreviewed test gardening.

The test is failing due to a different console message. It seems better
to add a platform-specific baseline so we can catch actual failures.

Patch by Ms2ger <[email protected]> on 2017-08-28

* platform/gtk/TestExpectations:
* platform/gtk/http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (221236 => 221237)


--- trunk/LayoutTests/ChangeLog	2017-08-28 10:20:22 UTC (rev 221236)
+++ trunk/LayoutTests/ChangeLog	2017-08-28 11:02:56 UTC (rev 221237)
@@ -1,5 +1,18 @@
 2017-08-28  Ms2ger  <[email protected]>
 
+        [GTK] Rebaseline insecure-audio-video-in-main-frame.html.
+        https://bugs.webkit.org/show_bug.cgi?id=142482
+
+        Unreviewed test gardening.
+
+        The test is failing due to a different console message. It seems better
+        to add a platform-specific baseline so we can catch actual failures.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt: Added.
+
+2017-08-28  Ms2ger  <[email protected]>
+
         [GTK] Enable userAgentShadowDOM tests.
         https://bugs.webkit.org/show_bug.cgi?id=176015
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (221236 => 221237)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-08-28 10:20:22 UTC (rev 221236)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-08-28 11:02:56 UTC (rev 221237)
@@ -2928,8 +2928,6 @@
 webkit.org/b/142479 svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg [ Failure ]
 webkit.org/b/142479 svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg [ Failure ]
 
-webkit.org/b/142482 http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Failure ]
-
 webkit.org/b/142667 fast/forms/search-vertical-alignment.html [ Failure ]
 webkit.org/b/142667 fast/forms/textfield-overflow-by-value-update.html [ Failure ]
 

Added: trunk/LayoutTests/platform/gtk/http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt (0 => 221237)


--- trunk/LayoutTests/platform/gtk/http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt	2017-08-28 11:02:56 UTC (rev 221237)
@@ -0,0 +1,5 @@
+CONSOLE MESSAGE: The page at https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-audio-video.html was allowed to display insecure content from http://127.0.0.1:8080/resources/test.mp4.
+
+CONSOLE MESSAGE: The page at https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-audio-video.html was allowed to display insecure content from http://127.0.0.1:8080/resources/test.mp4.
+
+This test opens a window that loads insecure HTML5 audio and video. We should trigger a mixed content callback because the main frame in the window is HTTPS but is displaying insecure content.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to