Title: [281969] trunk/LayoutTests
Revision
281969
Author
[email protected]
Date
2021-09-02 18:10:03 -0700 (Thu, 02 Sep 2021)

Log Message

[WinCairo] Unreviewed test gardening

* platform/wincairo/TestExpectations:
* platform/wincairo/editing/caret/caret-color-expected.txt:
* platform/wincairo/fast/css/font-face-weight-matching-expected.txt:
* platform/wincairo/fast/text/fixed-pitch-control-characters-expected.txt: Added.
* platform/wincairo/fast/text/international/text-combine-image-test-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281968 => 281969)


--- trunk/LayoutTests/ChangeLog	2021-09-03 00:57:14 UTC (rev 281968)
+++ trunk/LayoutTests/ChangeLog	2021-09-03 01:10:03 UTC (rev 281969)
@@ -1,3 +1,13 @@
+2021-09-02  Fujii Hironori  <[email protected]>
+
+        [WinCairo] Unreviewed test gardening
+
+        * platform/wincairo/TestExpectations:
+        * platform/wincairo/editing/caret/caret-color-expected.txt:
+        * platform/wincairo/fast/css/font-face-weight-matching-expected.txt:
+        * platform/wincairo/fast/text/fixed-pitch-control-characters-expected.txt: Added.
+        * platform/wincairo/fast/text/international/text-combine-image-test-expected.txt:
+
 2021-09-02  Simon Fraser  <[email protected]>
 
         Changes to clip-path and filter SVG elements referenced by CSS don't trigger repaints

Modified: trunk/LayoutTests/platform/wincairo/TestExpectations (281968 => 281969)


--- trunk/LayoutTests/platform/wincairo/TestExpectations	2021-09-03 00:57:14 UTC (rev 281968)
+++ trunk/LayoutTests/platform/wincairo/TestExpectations	2021-09-03 01:10:03 UTC (rev 281969)
@@ -1506,6 +1506,7 @@
 http/wpt/cache-storage [ Skip ]
 http/wpt/common [ Skip ]
 http/wpt/credential-management [ Skip ]
+http/wpt/cross-origin-opener-policy [ Skip ]
 http/wpt/cross-origin-resource-policy [ Skip ]
 http/wpt/css [ Skip ]
 http/wpt/crypto [ Skip ]
@@ -1777,7 +1778,6 @@
 fast/css/will-change/will-change-creates-stacking-context.html [ ImageOnlyFailure ]
 fast/custom-elements/defined-rule.html [ ImageOnlyFailure ]
 fast/dom/call-a-constructor-as-a-function.html [ Failure ]
-fast/dom/webtiming.html [ Failure ]
 fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2.html [ Failure ]
 fast/dynamic/mail-autosize-with-iframe.html [ Failure ]
 fast/editing/frame-selection-is-not-caret.html [ Skip ] # Crash by assertion failure
@@ -1795,7 +1795,6 @@
 fast/events/drag-and-drop-autoscroll.html [ Skip ] # Crash
 fast/events/drag-and-drop-move-not-copy.html [ Skip ] # Crash
 fast/events/drag-customData.html [ Failure ]
-fast/events/drag-image-with-border-image.html [ Failure ]
 fast/events/drag-in-frames.html [ Failure ]
 fast/events/drag-select-when-zoomed-with-header.html [ Failure ]
 fast/events/drag-select-when-zoomed.html [ Failure ]
@@ -1957,7 +1956,7 @@
 fast/text/text-indent-inside-float.html [ ImageOnlyFailure ]
 fast/text/text-transform-turkish-and-azeri.html [ ImageOnlyFailure ]
 fast/text/trailing-word-detection.html [ Failure ]
-fast/text/trak-optimizeLegibility.html [ Failure ]
+fast/text/trak-optimizeLegibility.html [ ImageOnlyFailure ]
 fast/text/trimmable-whitespace-followed-by-br.html [ ImageOnlyFailure ]
 fast/text/updateNewFont.html [ Failure ]
 fast/text/user-installed-fonts/disable.html [ ImageOnlyFailure ]
@@ -2021,7 +2020,6 @@
 http/tests/xmlhttprequest/resetting-timeout-to-zero.html [ Failure ]
 http/tests/xmlhttprequest/timeout-greater-than-default-network-timeout.html [ Failure ]
 http/tests/xmlhttprequest/upload-progress-events-gc.html [ Skip ] # Timeout
-http/wpt/cross-origin-opener-policy/header-parsing-with-report-to.https.html [ Failure ]
 http/wpt/fetch/response-opaque-clone.html [ Skip ]
 http/wpt/fetch/response-status-text.html [ Failure ]
 inspector/cpu-profiler/threads.html [ Failure ]

Modified: trunk/LayoutTests/platform/wincairo/editing/caret/caret-color-expected.txt (281968 => 281969)


--- trunk/LayoutTests/platform/wincairo/editing/caret/caret-color-expected.txt	2021-09-03 00:57:14 UTC (rev 281968)
+++ trunk/LayoutTests/platform/wincairo/editing/caret/caret-color-expected.txt	2021-09-03 01:10:03 UTC (rev 281969)
@@ -11,9 +11,9 @@
       RenderBlock {P} at (0,0) size 784x40
         RenderText {#text} at (0,0) size 703x39
           text run at (0,0) width 703: "This tests to make sure that the caret is visible in the black background by getting the caret color from the color of the"
-          text run at (0,20) width 591: "element(span) containing the text, not the parent element(div) that has the contentEditable attribute."
-      RenderBlock {DIV} at (0,56) size 784x20
-        RenderInline {SPAN} at (0,0) size 117x19 [color=#FFFFFF] [bgcolor=#000000]
+          text run at (0,20) width 629: "element(span) containing the text, not the root editable element(div) that has the contentEditable attribute."
+      RenderBlock {DIV} at (0,56) size 784x20 [bgcolor=#000000]
+        RenderInline {SPAN} at (0,0) size 117x19 [color=#FFFFFF]
           RenderText {#text} at (0,0) size 117x19
             text run at (0,0) width 117: "Where is my caret?"
         RenderText {#text} at (0,0) size 0x0

Modified: trunk/LayoutTests/platform/wincairo/fast/css/font-face-weight-matching-expected.txt (281968 => 281969)


--- trunk/LayoutTests/platform/wincairo/fast/css/font-face-weight-matching-expected.txt	2021-09-03 00:57:14 UTC (rev 281968)
+++ trunk/LayoutTests/platform/wincairo/fast/css/font-face-weight-matching-expected.txt	2021-09-03 01:10:03 UTC (rev 281969)
@@ -72,30 +72,30 @@
             text run at (160,2) width 16: "A"
         RenderText {#text} at (176,0) size 4x19
           text run at (176,0) width 4: " "
-        RenderInline {SPAN} at (0,0) size 17x16
-          RenderText {#text} at (180,2) size 17x16
-            text run at (180,2) width 17: "A"
-        RenderText {#text} at (197,0) size 4x19
-          text run at (197,0) width 4: " "
+        RenderInline {SPAN} at (0,0) size 18x16
+          RenderText {#text} at (180,2) size 18x16
+            text run at (180,2) width 18: "A"
+        RenderText {#text} at (198,0) size 4x19
+          text run at (198,0) width 4: " "
         RenderText {#text} at (0,0) size 0x0
         RenderInline {SPAN} at (0,0) size 16x16
-          RenderText {#text} at (201,2) size 16x16
-            text run at (201,2) width 16: "A"
-        RenderText {#text} at (217,0) size 4x19
-          text run at (217,0) width 4: " "
+          RenderText {#text} at (202,2) size 16x16
+            text run at (202,2) width 16: "A"
+        RenderText {#text} at (218,0) size 4x19
+          text run at (218,0) width 4: " "
         RenderInline {SPAN} at (0,0) size 16x16
-          RenderText {#text} at (221,2) size 16x16
-            text run at (221,2) width 16: "A"
-        RenderText {#text} at (237,0) size 4x19
-          text run at (237,0) width 4: " "
+          RenderText {#text} at (222,2) size 16x16
+            text run at (222,2) width 16: "A"
+        RenderText {#text} at (238,0) size 4x19
+          text run at (238,0) width 4: " "
         RenderText {#text} at (0,0) size 0x0
         RenderInline {SPAN} at (0,0) size 16x16
-          RenderText {#text} at (241,2) size 16x16
-            text run at (241,2) width 16: "A"
-        RenderText {#text} at (257,0) size 4x19
-          text run at (257,0) width 4: " "
+          RenderText {#text} at (242,2) size 16x16
+            text run at (242,2) width 16: "A"
+        RenderText {#text} at (258,0) size 4x19
+          text run at (258,0) width 4: " "
         RenderInline {SPAN} at (0,0) size 16x16
-          RenderText {#text} at (261,2) size 16x16
-            text run at (261,2) width 16: "A"
+          RenderText {#text} at (262,2) size 16x16
+            text run at (262,2) width 16: "A"
         RenderText {#text} at (0,0) size 0x0
         RenderText {#text} at (0,0) size 0x0

Added: trunk/LayoutTests/platform/wincairo/fast/text/fixed-pitch-control-characters-expected.txt (0 => 281969)


--- trunk/LayoutTests/platform/wincairo/fast/text/fixed-pitch-control-characters-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wincairo/fast/text/fixed-pitch-control-characters-expected.txt	2021-09-03 01:10:03 UTC (rev 281969)
@@ -0,0 +1,22 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {DIV} at (0,0) size 100x50 [color=#008000] [bgcolor=#FF0000]
+        RenderInline {SPAN} at (0,0) size 69x25
+          RenderText {#text} at (0,0) size 69x25
+            text run at (0,0) width 69: "x\x{C}x"
+        RenderInline {SPAN} at (0,0) size 50x25
+          RenderText {#text} at (69,0) size 50x25
+            text run at (69,0) width 50: "xx"
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+        RenderInline {SPAN} at (0,0) size 69x25
+          RenderText {#text} at (0,25) size 69x25
+            text run at (0,25) width 69: "x\x{B}x"
+        RenderInline {SPAN} at (0,0) size 50x25
+          RenderText {#text} at (69,25) size 50x25
+            text run at (69,25) width 50: "xx"
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0

Modified: trunk/LayoutTests/platform/wincairo/fast/text/international/text-combine-image-test-expected.txt (281968 => 281969)


--- trunk/LayoutTests/platform/wincairo/fast/text/international/text-combine-image-test-expected.txt	2021-09-03 00:57:14 UTC (rev 281968)
+++ trunk/LayoutTests/platform/wincairo/fast/text/international/text-combine-image-test-expected.txt	2021-09-03 01:10:03 UTC (rev 281969)
@@ -118,10 +118,10 @@
               text run at (1,221) width 24: "\x{65E5}"
           RenderInline {SPAN} at (0,0) size 130x579
             RenderText {#text} at (8,0) size 130x579
-              text run at (8,0) width 319: "\x{305D}\x{306E}\x{5973}\x{304C}\x{306D}\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}\x{3001}\x{308F}\x{305F}\x{3057}\x{306F}"
+              text run at (8,0) width 320: "\x{305D}\x{306E}\x{5973}\x{304C}\x{306D}\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}\x{3001}\x{308F}\x{305F}\x{3057}\x{306F}"
               text run at (45,0) width 576: "\x{3051}\x{3063}\x{3057}\x{3066}\x{306D}\x{3069}\x{3053}\x{306B}\x{306F}\x{306F}\x{3044}\x{3089}\x{306A}\x{304B}\x{3063}\x{305F}\x{3002}\x{51AC}\x{306E}\x{3042}\x{3089}\x{3057}\x{304C}\x{3060}\x{3093}\x{3054}\x{306E}\x{3088}\x{3046}\x{306A}\x{96EA}\x{3092}\x{3075}\x{304D}\x{3064}\x{3051}\x{3066}\x{7A93}\x{30AC}\x{30E9}"
               text run at (82,0) width 579: "\x{30B9}\x{3092}\x{767D}\x{304F}\x{3059}\x{308B}\x{3058}\x{3076}\x{3093}\x{306B}\x{306A}\x{308B}\x{3068}\x{3001}\x{3053}\x{306E}\x{5973}\x{306E}\x{4EBA}\x{306F}\x{4E21}\x{624B}\x{306E}\x{9593}\x{306B}\x{308F}\x{305F}\x{3057}\x{306E}\x{8DB3}\x{3092}\x{304A}\x{3055}\x{3048}\x{3066}\x{3001}\x{6B4C}\x{3092}\x{6B4C}\x{3044}"
-              text run at (119,0) width 435: "\x{306A}\x{304C}\x{3089}\x{6696}\x{3081}\x{3066}\x{304F}\x{308C}\x{305F}\x{3002}\x{305D}\x{306E}\x{6B4C}\x{306E}\x{7BC0}\x{3082}\x{6587}\x{53E5}\x{3082}\x{3001}\x{3044}\x{307E}\x{306B}\x{5FD8}\x{308C}\x{305A}\x{306B}\x{3044}\x{308B}\x{3002}"
+              text run at (119,0) width 436: "\x{306A}\x{304C}\x{3089}\x{6696}\x{3081}\x{3066}\x{304F}\x{308C}\x{305F}\x{3002}\x{305D}\x{306E}\x{6B4C}\x{306E}\x{7BC0}\x{3082}\x{6587}\x{53E5}\x{3082}\x{3001}\x{3044}\x{307E}\x{306B}\x{5FD8}\x{308C}\x{305A}\x{306B}\x{3044}\x{308B}\x{3002}"
           RenderText {#text} at (0,0) size 0x0
       RenderBlock (anonymous) at (479,0) size 0x584
         RenderInline {SPAN} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to