Title: [287127] trunk/LayoutTests/imported/w3c
Revision
287127
Author
[email protected]
Date
2021-12-16 02:52:35 -0800 (Thu, 16 Dec 2021)

Log Message

Unreviewed. Import updated table-child-percentage-height-with-border-box-expected.html

The wpt expected file was fixed accroding to the spec,
https://drafts.csswg.org/css-tables-3/#table-cell-content-relayout.

The corresponding wpt issue is https://github.com/web-platform-tests/wpt/pull/32089.

* web-platform-tests/css/css-sizing/table-child-percentage-height-with-border-box-expected.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (287126 => 287127)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-12-16 07:08:17 UTC (rev 287126)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-12-16 10:52:35 UTC (rev 287127)
@@ -1,3 +1,14 @@
+2021-12-16  Joonghun Park  <[email protected]>
+
+        Unreviewed. Import updated table-child-percentage-height-with-border-box-expected.html
+
+        The wpt expected file was fixed accroding to the spec,
+        https://drafts.csswg.org/css-tables-3/#table-cell-content-relayout.
+
+        The corresponding wpt issue is https://github.com/web-platform-tests/wpt/pull/32089.
+
+        * web-platform-tests/css/css-sizing/table-child-percentage-height-with-border-box-expected.html:
+
 2021-12-13  Sergio Villar Senin  <[email protected]>
 
         [css-flexbox] Absolutely positioned children should be aligned using the margin box

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-sizing/table-child-percentage-height-with-border-box-expected.html (287126 => 287127)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-sizing/table-child-percentage-height-with-border-box-expected.html	2021-12-16 07:08:17 UTC (rev 287126)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-sizing/table-child-percentage-height-with-border-box-expected.html	2021-12-16 10:52:35 UTC (rev 287127)
@@ -9,7 +9,6 @@
   }
   body {
     box-sizing: border-box;
-    display: table;
     margin: 0 auto;
     width: 100%;
     height: 100%;
@@ -16,13 +15,12 @@
   }
   .content {
     box-sizing: border-box;
-    display: table-row;
     width: 100%;
     height: 100%;
     background-color: red;
   }
   .wrapper {
-    box-sizing: content-box;
+    box-sizing: border-box;
     width: 100%;
     height: 100%;
     background-color: green;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to