Log Message
Unreviewed WPE gardening. Manage the current set of CSS3 Filters and legacy animation engine failures. Add the necessary failure expectations and missing layout test baselines.
* platform/wpe/TestExpectations: * platform/wpe/legacy-animation-engine/css3/filters/composited-during-animation-layertree-expected.txt: Added. * platform/wpe/legacy-animation-engine/css3/filters/composited-during-transition-layertree-expected.txt: Added. * platform/wpe/legacy-animation-engine/fast/text/crash-complex-text-surrogate-expected.txt: Added. * platform/wpe/legacy-animation-engine/media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition-expected.txt: Added.
Modified Paths
Added Paths
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/filters/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/filters/composited-during-animation-layertree-expected.txt
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/filters/composited-during-transition-layertree-expected.txt
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/fast/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/fast/text/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/fast/text/crash-complex-text-surrogate-expected.txt
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/opera/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/opera/track/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/opera/track/webvtt/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/opera/track/webvtt/rendering/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/opera/track/webvtt/rendering/adhoc/
- trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition-expected.txt
Diff
Modified: trunk/LayoutTests/ChangeLog (232925 => 232926)
--- trunk/LayoutTests/ChangeLog 2018-06-18 08:54:42 UTC (rev 232925)
+++ trunk/LayoutTests/ChangeLog 2018-06-18 09:07:04 UTC (rev 232926)
@@ -1,5 +1,17 @@
2018-06-18 Zan Dobersek <[email protected]>
+ Unreviewed WPE gardening. Manage the current set of CSS3 Filters and
+ legacy animation engine failures. Add the necessary failure expectations
+ and missing layout test baselines.
+
+ * platform/wpe/TestExpectations:
+ * platform/wpe/legacy-animation-engine/css3/filters/composited-during-animation-layertree-expected.txt: Added.
+ * platform/wpe/legacy-animation-engine/css3/filters/composited-during-transition-layertree-expected.txt: Added.
+ * platform/wpe/legacy-animation-engine/fast/text/crash-complex-text-surrogate-expected.txt: Added.
+ * platform/wpe/legacy-animation-engine/media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition-expected.txt: Added.
+
+2018-06-18 Zan Dobersek <[email protected]>
+
Unreviewed WPE gardening. Updating or adding baselines for a quadruple
of tests that are otherwise failing with a text-only failure.
Modified: trunk/LayoutTests/platform/wpe/TestExpectations (232925 => 232926)
--- trunk/LayoutTests/platform/wpe/TestExpectations 2018-06-18 08:54:42 UTC (rev 232925)
+++ trunk/LayoutTests/platform/wpe/TestExpectations 2018-06-18 09:07:04 UTC (rev 232926)
@@ -1230,3 +1230,11 @@
webkit.org/b/186753 fast/animation/css-animation-resuming-when-visible.html [ Crash ]
webkit.org/b/186753 imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-no-browsing-context.html [ Crash ]
webkit.org/b/186753 imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/getAnimations.html [ Crash ]
+
+webkit.org/b/186100 css3/color-filters/color-filter-color-property-list-item.html [ ImageOnlyFailure ]
+webkit.org/b/186100 css3/color-filters/color-filter-ignore-semantic.html [ ImageOnlyFailure ]
+webkit.org/b/186100 css3/color-filters/color-filter-opacity.html [ ImageOnlyFailure ]
+
+webkit.org/b/186754 legacy-animation-engine/accessibility/transformed-bounds.html [ Failure ]
+webkit.org/b/186252 legacy-animation-engine/css3/filters/backdrop/animation.html [ Timeout ]
+webkit.org/b/168426 legacy-animation-engine/imported/blink/animations/display-inline-style-adjust.html [ ImageOnlyFailure ]
Added: trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/filters/composited-during-animation-layertree-expected.txt (0 => 232926)
--- trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/filters/composited-during-animation-layertree-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/filters/composited-during-animation-layertree-expected.txt 2018-06-18 09:07:04 UTC (rev 232926)
@@ -0,0 +1,37 @@
+
+
+
+
+(GraphicsLayer
+ (anchor 0.00 0.00)
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ (children 4
+ (GraphicsLayer
+ (position 18.00 18.00)
+ (bounds 4.00 4.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 46.00)
+ (bounds 4.00 4.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 74.00)
+ (bounds 4.00 4.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 102.00)
+ (bounds 4.00 4.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+)
+
Added: trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/filters/composited-during-transition-layertree-expected.txt (0 => 232926)
--- trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/filters/composited-during-transition-layertree-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/legacy-animation-engine/css3/filters/composited-during-transition-layertree-expected.txt 2018-06-18 09:07:04 UTC (rev 232926)
@@ -0,0 +1,37 @@
+
+
+
+
+(GraphicsLayer
+ (anchor 0.00 0.00)
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ (children 4
+ (GraphicsLayer
+ (position 18.00 18.00)
+ (bounds 4.00 4.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 46.00)
+ (bounds 4.00 4.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 74.00)
+ (bounds 4.00 4.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 102.00)
+ (bounds 4.00 4.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+)
+
Added: trunk/LayoutTests/platform/wpe/legacy-animation-engine/fast/text/crash-complex-text-surrogate-expected.txt (0 => 232926)
--- trunk/LayoutTests/platform/wpe/legacy-animation-engine/fast/text/crash-complex-text-surrogate-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/legacy-animation-engine/fast/text/crash-complex-text-surrogate-expected.txt 2018-06-18 09:07:04 UTC (rev 232926)
@@ -0,0 +1,60 @@
+CONSOLE MESSAGE: line 35: TypeError: undefined is not an object (evaluating 'document.forms[0].outerHTML')
+layer at (0,0) size 785x693
+ RenderView at (0,0) size 785x600
+layer at (0,0) size 785x693
+ RenderBlock {HTML} at (0,0) size 785x693
+ RenderBody {BODY} at (8,8) size 80x677
+ RenderText {#text} at (0,0) size 72x120
+ text run at (0,0) width 36: "This"
+ text run at (0,15) width 36: "test"
+ text run at (0,30) width 54: "passes"
+ text run at (0,45) width 54: "if you"
+ text run at (0,60) width 72: "can open"
+ text run at (0,75) width 72: "the file"
+ text run at (0,90) width 63: "without"
+ text run at (0,105) width 72: "a crash."
+ RenderBlock (floating) {DIV} at (72,120) size 8x182 [bgcolor=#ADD8E6]
+ RenderText {#text} at (0,120) size 9x15
+ text run at (0,120) width 9: "Y"
+ RenderText {#text} at (9,120) size 45x15
+ text run at (9,120) width 45: "a bcd"
+ RenderInline {SPAN} at (0,0) size 9x15
+ RenderText {#text} at (54,120) size 9x15
+ text run at (54,120) width 9: "\x{202B}X"
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,135) size 279x287
+ text run at (0,135) width 54: "Errlog"
+ text run at (0,302) width 117: "webtest_fn_1:"
+ text run at (0,317) width 90: "TypeError:"
+ text run at (0,332) width 81: "undefined"
+ text run at (0,347) width 54: "is not"
+ text run at (0,362) width 18: "an"
+ text run at (0,377) width 54: "object"
+ text run at (0,392) width 99: "(evaluating"
+ text run at (0,407) width 279: "'document.scripts[3].toString')"
+ RenderBR {BR} at (0,0) size 0x0
+ RenderInline {ACRONYM} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,422) size 117x45
+ text run at (0,422) width 45: "s is:"
+ text run at (0,437) width 27: "{,}"
+ text run at (0,452) width 117: "\x{A888}{0}P{P}\\7H\\8"
+ RenderBR {BR} at (0,0) size 0x0
+ RenderText {#text} at (0,467) size 72x15
+ text run at (0,467) width 72: "f is: gi"
+ RenderBR {BR} at (72,467) size 0x15
+ RenderText {#text} at (0,482) size 369x195
+ text run at (0,482) width 54: "Errlog"
+ text run at (0,497) width 117: "webtest_fn_4:"
+ text run at (0,512) width 90: "TypeError:"
+ text run at (0,527) width 63: "null is"
+ text run at (0,542) width 54: "not an"
+ text run at (0,557) width 54: "object"
+ text run at (0,572) width 99: "(evaluating"
+ text run at (0,587) width 369: "'document.querySelector(\"plaintext:first-"
+ text run at (0,602) width 63: "of-type"
+ text run at (0,617) width 9: "~"
+ text run at (0,632) width 72: "*|*:out-"
+ text run at (0,647) width 27: "of-"
+ text run at (0,662) width 198: "range\").insertBefore')"
+ RenderBR {BR} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition-expected.txt (0 => 232926)
--- trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/legacy-animation-engine/media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition-expected.txt 2018-06-18 09:07:04 UTC (rev 232926)
@@ -0,0 +1,12 @@
+CONSOLE MESSAGE: line 22: TypeError: null is not an object (evaluating 'panel.parentElement.querySelector')
+layer at (0,0) size 1280x724
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x724
+ RenderBlock {HTML} at (0,0) size 800x724
+ RenderBody {BODY} at (0,0) size 800x724
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+layer at (0,0) size 1280x720
+ RenderVideo {VIDEO} at (0,0) size 1280x720
+layer at (0,0) size 1280x720
+ RenderFlexibleBox {DIV} at (0,0) size 1280x720
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
