Commit e32054c9 authored by David Grogan's avatar David Grogan Committed by Chromium LUCI CQ

[css-flex] Two tiny test cleanups

1. Remove stale TestExpecations line for a test that now passes.
2. Remove 'background: green' from a test that doesn't need it to pass.

Change-Id: I072038045280d3043998b1ad8b4be5d85825bc32
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582828
Auto-Submit: David Grogan <dgrogan@chromium.org>
Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835717}
parent 5c10d6b4
...@@ -743,7 +743,6 @@ crbug.com/1003506 external/wpt/css/css-flexbox/percentage-heights-007.html [ Fai ...@@ -743,7 +743,6 @@ crbug.com/1003506 external/wpt/css/css-flexbox/percentage-heights-007.html [ Fai
crbug.com/1081802 external/wpt/css/css-flexbox/overflow-area-001.html [ Failure ] crbug.com/1081802 external/wpt/css/css-flexbox/overflow-area-001.html [ Failure ]
crbug.com/1081802 external/wpt/css/css-flexbox/overflow-area-002.html [ Failure ] crbug.com/1081802 external/wpt/css/css-flexbox/overflow-area-002.html [ Failure ]
crbug.com/807497 external/wpt/css/css-flexbox/anonymous-flex-item-005.html [ Failure ] crbug.com/807497 external/wpt/css/css-flexbox/anonymous-flex-item-005.html [ Failure ]
crbug.com/1111708 external/wpt/css/css-flexbox/flexbox_justifycontent-center-overflow.html [ Failure ]
crbug.com/1111128 external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002b.html [ Failure ] crbug.com/1111128 external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002b.html [ Failure ]
crbug.com/1128262 external/wpt/css/css-flexbox/table-as-item-specified-width.html [ Failure ] crbug.com/1128262 external/wpt/css/css-flexbox/table-as-item-specified-width.html [ Failure ]
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
.tall { .tall {
width: 50px; width: 50px;
height: 100px; height: 100px;
background: green;
} }
</style> </style>
<body> <body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment