Title: [184075] trunk/LayoutTests
Revision
184075
Author
[email protected]
Date
2015-05-11 04:04:07 -0700 (Mon, 11 May 2015)

Log Message

[GTK] Gardening 7th May.
https://bugs.webkit.org/show_bug.cgi?id=144735

Unreviewed.

Patch by Marcos Chavarría Teijeiro <[email protected]> on 2015-05-11

* platform/gtk/TestExpectations:
* platform/gtk/media/video-controls-no-scripting-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (184074 => 184075)


--- trunk/LayoutTests/ChangeLog	2015-05-11 10:53:43 UTC (rev 184074)
+++ trunk/LayoutTests/ChangeLog	2015-05-11 11:04:07 UTC (rev 184075)
@@ -1,3 +1,13 @@
+2015-05-11  Marcos Chavarría Teijeiro  <[email protected]>
+
+        [GTK] Gardening 7th May.
+        https://bugs.webkit.org/show_bug.cgi?id=144735
+
+        Unreviewed.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/media/video-controls-no-scripting-expected.txt: Added.
+
 2015-05-10  Simon Fraser  <[email protected]>
 
         background-position sometimes doesn't work properly with background-attachment: fixed

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (184074 => 184075)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2015-05-11 10:53:43 UTC (rev 184074)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2015-05-11 11:04:07 UTC (rev 184075)
@@ -947,7 +947,7 @@
 webkit.org/b/132248 media/media-fragments/TC0058.html [ Timeout Pass ]
 webkit.org/b/132248 media/media-fragments/TC0059.html [ Failure Pass ]
 webkit.org/b/132248 media/media-fragments/TC0061.html [ Timeout Pass ]
-webkit.org/b/132248 media/media-fragments/TC0063.html [ Failure Pass ]
+webkit.org/b/132248 media/media-fragments/TC0063.html [ Failure Pass Timeout ]
 webkit.org/b/143709 media/media-fragments/TC0064.html [ Timeout Pass ]
 webkit.org/b/132248 media/media-fragments/TC0067.html [ Timeout Pass ]
 webkit.org/b/132248 media/media-fragments/TC0072.html [ Failure Pass ]
@@ -992,7 +992,7 @@
 webkit.org/b/132271 media/media-controller-playbackrate.html [ Timeout Pass Crash ]
 webkit.org/b/132271 media/media-controller-time-clamp.html [ Timeout Pass ]
 webkit.org/b/132271 media/track/add-and-remove-track.html [ Timeout Pass ]
-webkit.org/b/132271 media/controls-without-preload.html [ ImageOnlyFailure Timeout Pass ]
+webkit.org/b/132271 media/controls-without-preload.html [ Failure Timeout Pass ]
 webkit.org/b/132271 media/controls-right-click-on-timebar.html [ Timeout Pass ]
 
 #JS slow stress
@@ -1124,6 +1124,10 @@
 webkit.org/b/144579 transforms/2d/preserve3d-not-fixed-container.html [ ImageOnlyFailure Pass ]
 webkit.org/b/144582 fast/inline/layout-after-inserting-nested-br.html [ ImageOnlyFailure Pass ]
 
+webkit.org/b/144730 fast/css/text-overflow-input-focus-value.html [ ImageOnlyFailure Pass ]
+webkit.org/b/144733 fast/forms/number/number-change-type-on-focus.html [ Failure Pass ]
+webkit.org/b/144734 fast/regions/hover-on-child-in-region.html [ Failure Pass ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Flaky tests
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -2272,6 +2276,8 @@
 
 webkit.org/b/144763 fast/events/scroll-in-scaled-page-with-overflow-hidden.html
 
+webkit.org/b/144682 http/tests/xmlhttprequest/range-test.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/media/video-controls-no-scripting-expected.txt (0 => 184075)


--- trunk/LayoutTests/platform/gtk/media/video-controls-no-scripting-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/media/video-controls-no-scripting-expected.txt	2015-05-11 11:04:07 UTC (rev 184075)
@@ -0,0 +1,11 @@
+CONSOLE MESSAGE: Blocked script execution in 'video-controls-no-scripting-iframe.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
+CONSOLE MESSAGE: line 13: Blocked script execution in 'video-controls-no-scripting-iframe.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
+
+Tests that the built-in controls are always enabled when _javascript_ is disabled.
+
+EXPECTED (internals.shadowRoot(video) != 'null') OK
+EXPECTED (controls.offsetTop + controls.offsetHeight <= 'video.offsetHeight') OK
+EXPECTED (getComputedStyle(controls).opacity == '1') OK
+
+END OF TEST
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to