Title: [264347] trunk/LayoutTests
Revision
264347
Author
za...@apple.com
Date
2020-07-14 10:00:35 -0700 (Tue, 14 Jul 2020)

Log Message

Use "font-family: Ahem" to improve coverage.

Unreviewed.

* fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html:
* fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html:
* fast/layoutformattingcontext/table-with-margin-content-simple-expected.html:
* fast/layoutformattingcontext/table-with-margin-content-simple.html:
* platform/win/TestExpectations:
* platform/wpe/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (264346 => 264347)


--- trunk/LayoutTests/ChangeLog	2020-07-14 16:55:22 UTC (rev 264346)
+++ trunk/LayoutTests/ChangeLog	2020-07-14 17:00:35 UTC (rev 264347)
@@ -1,3 +1,16 @@
+2020-07-14  Zalan Bujtas  <za...@apple.com>
+
+        Use "font-family: Ahem" to improve coverage.
+
+        Unreviewed.
+
+        * fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html:
+        * fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html:
+        * fast/layoutformattingcontext/table-with-margin-content-simple-expected.html:
+        * fast/layoutformattingcontext/table-with-margin-content-simple.html:
+        * platform/win/TestExpectations:
+        * platform/wpe/TestExpectations:
+
 2020-07-14  Chris Dumez  <cdu...@apple.com>
 
         Resync web-platform-tests/media-source from upstream

Modified: trunk/LayoutTests/fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html (264346 => 264347)


--- trunk/LayoutTests/fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html	2020-07-14 16:55:22 UTC (rev 264346)
+++ trunk/LayoutTests/fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html	2020-07-14 17:00:35 UTC (rev 264347)
@@ -1,8 +1,8 @@
 <!DOCTYPE html><!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <style>
 div {
-  width: 77px;
-  height: 52px;
+  width: 250px;
+  height: 46px;
   outline: 1px solid green;
 }
 </style>

Modified: trunk/LayoutTests/fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html (264346 => 264347)


--- trunk/LayoutTests/fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html	2020-07-14 16:55:22 UTC (rev 264346)
+++ trunk/LayoutTests/fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html	2020-07-14 17:00:35 UTC (rev 264347)
@@ -5,6 +5,7 @@
     font-size: 20px;
     outline: 1px solid green;
     color: white;
+    font-family: Ahem;
 }
 
 </style>

Modified: trunk/LayoutTests/fast/layoutformattingcontext/table-with-margin-content-simple-expected.html (264346 => 264347)


--- trunk/LayoutTests/fast/layoutformattingcontext/table-with-margin-content-simple-expected.html	2020-07-14 16:55:22 UTC (rev 264346)
+++ trunk/LayoutTests/fast/layoutformattingcontext/table-with-margin-content-simple-expected.html	2020-07-14 17:00:35 UTC (rev 264347)
@@ -1,17 +1,17 @@
 <!DOCTYPE html><!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <style>
 .first {
-    width: 123px;
-    height: 23px;
+    width: 140px;
+    height: 20px;
     background-color: green;
 }
 
 .second {
-    width: 50px;
-    height: 23px;
+    width: 60px;
+    height: 20px;
     background-color: blue;
     position: relative;
-    top: -23px;
+    top: -20px;
     left: 10px;
 }
 </style>

Modified: trunk/LayoutTests/fast/layoutformattingcontext/table-with-margin-content-simple.html (264346 => 264347)


--- trunk/LayoutTests/fast/layoutformattingcontext/table-with-margin-content-simple.html	2020-07-14 16:55:22 UTC (rev 264346)
+++ trunk/LayoutTests/fast/layoutformattingcontext/table-with-margin-content-simple.html	2020-07-14 17:00:35 UTC (rev 264347)
@@ -6,6 +6,7 @@
     border-spacing: 0px;
     background-color: green;
     color: green;
+    font-family: Ahem;
 }
 
 td {

Modified: trunk/LayoutTests/platform/win/TestExpectations (264346 => 264347)


--- trunk/LayoutTests/platform/win/TestExpectations	2020-07-14 16:55:22 UTC (rev 264346)
+++ trunk/LayoutTests/platform/win/TestExpectations	2020-07-14 17:00:35 UTC (rev 264347)
@@ -4517,9 +4517,6 @@
 webkit.org/b/212172 fast/text/font-collection.html [ ImageOnlyFailure ]
 webkit.org/b/212172 fast/text/font-collection-2.html [ ImageOnlyFailure ]
 
-fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html [ ImageOnlyFailure ]
-fast/layoutformattingcontext/table-with-margin-content-simple.html [ ImageOnlyFailure ]
-
 webanimations/accelerated-animation-single-keyframe.html [ Skip ]
 
 webkit.org/b/214088 webanimations/accelerated-animation-single-keyframe.html [ Skip ]
\ No newline at end of file

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (264346 => 264347)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2020-07-14 16:55:22 UTC (rev 264346)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2020-07-14 17:00:35 UTC (rev 264347)
@@ -2198,8 +2198,6 @@
 
 webkit.org/b/213508 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https.html [ Failure ]
 
-webkit.org/b/213718 fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html [ ImageOnlyFailure ]
-
 #////////////////////////////////////////////////////////////////////////////////////////
 #  >> NOTICE <<
 # Please see guidelines at the top of this file and place new test expectations
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to