Title: [231007] trunk/LayoutTests
Revision
231007
Author
[email protected]
Date
2018-04-25 11:57:11 -0700 (Wed, 25 Apr 2018)

Log Message

Unreviewed test gardening, rebaseline tests for iOS.

* platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt: Added.
* platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (231006 => 231007)


--- trunk/LayoutTests/ChangeLog	2018-04-25 18:54:48 UTC (rev 231006)
+++ trunk/LayoutTests/ChangeLog	2018-04-25 18:57:11 UTC (rev 231007)
@@ -1,3 +1,11 @@
+2018-04-25  Ryan Haddad  <[email protected]>
+
+        Unreviewed test gardening, rebaseline tests for iOS.
+
+        * platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt: Added.
+        * platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt: Added.
+
 2018-04-25  Youenn Fablet  <[email protected]>
 
         CachedRawResource is not handling incremental data computation correctly

Modified: trunk/LayoutTests/platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (231006 => 231007)


--- trunk/LayoutTests/platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2018-04-25 18:54:48 UTC (rev 231006)
+++ trunk/LayoutTests/platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2018-04-25 18:57:11 UTC (rev 231007)
@@ -240,7 +240,6 @@
 clip-rule: nonzero
 mask: none
 mask-type: luminance
-filter: none
 flood-color: rgb(0, 0, 0)
 flood-opacity: 1
 lighting-color: rgb(255, 255, 255)

Added: trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt (0 => 231007)


--- trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt	2018-04-25 18:57:11 UTC (rev 231007)
@@ -0,0 +1,17 @@
+CONSOLE MESSAGE: line 140: Button failed to load, iconName = PlayCompact, layoutTraits = 8, src = ""
+CONSOLE MESSAGE: line 140: Button failed to load, iconName = InvalidCompact, layoutTraits = 8, src = ""
+CONSOLE MESSAGE: line 140: Button failed to load, iconName = ActivityIndicatorSpriteCompact, layoutTraits = 8, src = ""
+Testing the CompactMediaControls constructor.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS mediaControls.element.localName is "div"
+PASS mediaControls.element.className is "compact media-controls"
+PASS mediaControls.layoutTraits is LayoutTraits.Compact
+PASS mediaControls.state is CompactMediaControls.States.Paused
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt (0 => 231007)


--- trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt	2018-04-25 18:57:11 UTC (rev 231007)
@@ -0,0 +1,21 @@
+CONSOLE MESSAGE: line 140: Button failed to load, iconName = PlayCompact, layoutTraits = 8, src = ""
+CONSOLE MESSAGE: line 140: Button failed to load, iconName = InvalidCompact, layoutTraits = 8, src = ""
+CONSOLE MESSAGE: line 140: Button failed to load, iconName = ActivityIndicatorSpriteCompact, layoutTraits = 8, src = ""
+Testing the CompactMediaControls layout.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+With controls at their default state (paused) only the play button is showing.
+PASS mediaControls.children is [mediaControls.playButton]
+
+With controls at pending state, only the activity indicator is showing.
+PASS mediaControls.children is [mediaControls.activityIndicator]
+
+With controls at invalid state, only the invalid icon is showing.
+PASS mediaControls.children is [mediaControls.invalidButton]
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to