Changeset 275416 in webkit
- Timestamp:
- Apr 2, 2021 3:59:39 AM (16 months ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 7 edited
-
ChangeLog (modified) (1 diff)
-
TestExpectations (modified) (1 diff)
-
imported/w3c/ChangeLog (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/css-flexbox/align-content_center-expected.html (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/css-flexbox/align-content_flex-end-expected.html (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/css-flexbox/align-content_space-around-expected.html (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/css-flexbox/align-content_stretch-expected.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r275412 r275416 1 2021-04-02 Sergio Villar Senin <svillar@igalia.com> 2 3 [css-flexbox] align-content issues 4 https://bugs.webkit.org/show_bug.cgi?id=221468 5 6 Reviewed by Ryosuke Niwa. 7 8 Fix the relative path to a stylesheet in 4 expected results. The tests were working as expected 9 but the expected results were wrong without those CSS rules. 10 11 * TestExpectations: Unskip 4 tests that should be passing now. 12 1 13 2021-04-02 Philippe Normand <pnormand@igalia.com> 2 14 -
trunk/LayoutTests/TestExpectations
r275332 r275416 4004 4004 webkit.org/b/221477 imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-start-rtl.html [ ImageOnlyFailure ] 4005 4005 4006 # align-content in flexbox.4007 webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/align-content_center.html [ ImageOnlyFailure ]4008 webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/align-content_flex-end.html [ ImageOnlyFailure ]4009 webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/align-content_space-around.html [ ImageOnlyFailure ]4010 webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/align-content_stretch.html [ ImageOnlyFailure ]4011 4006 4012 4007 webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/flexbox-align-self-horiz-002.xhtml [ ImageOnlyFailure ] -
trunk/LayoutTests/imported/w3c/ChangeLog
r275377 r275416 1 2021-04-02 Sergio Villar Senin <svillar@igalia.com> 2 3 [css-flexbox] align-content issues 4 https://bugs.webkit.org/show_bug.cgi?id=221468 5 6 Reviewed by Ryosuke Niwa. 7 8 * web-platform-tests/css/css-flexbox/align-content_center-expected.html: Fixed stylesheet link. 9 * web-platform-tests/css/css-flexbox/align-content_flex-end-expected.html: Ditto. 10 * web-platform-tests/css/css-flexbox/align-content_space-around-expected.html: Ditto. 11 * web-platform-tests/css/css-flexbox/align-content_stretch-expected.html: Ditto. 12 1 13 2021-04-01 Rob Buis <rbuis@igalia.com> 2 14 -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/align-content_center-expected.html
r272644 r275416 3 3 <head> 4 4 <title>CSS Flexible Box Test: align-content_center</title> 5 <link rel="stylesheet" href=" ../support/test-style.css">5 <link rel="stylesheet" href="support/test-style.css"> 6 6 <style> 7 7 #test { -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/align-content_flex-end-expected.html
r272644 r275416 3 3 <head> 4 4 <title>CSS Flexible Box Test: align-content_flex-end</title> 5 <link rel="stylesheet" href=" ../support/test-style.css">5 <link rel="stylesheet" href="support/test-style.css"> 6 6 <style> 7 7 #test { -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/align-content_space-around-expected.html
r272644 r275416 3 3 <head> 4 4 <title>CSS Flexible Box Test: align-content_space-around</title> 5 <link rel="stylesheet" href=" ../support/test-style.css">5 <link rel="stylesheet" href="support/test-style.css"> 6 6 <style> 7 7 #test { -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/align-content_stretch-expected.html
r272644 r275416 3 3 <head> 4 4 <title>CSS Flexible Box Test: align-content_stretch</title> 5 <link rel="stylesheet" href=" ../support/test-style.css">5 <link rel="stylesheet" href="support/test-style.css"> 6 6 <style> 7 7 #test {
Note: See TracChangeset
for help on using the changeset viewer.