imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/dialog.html Description: It looks like the test started failing since the change in https://trac.webkit.org/changeset/279427/webkit it looks like this change made the subtests pass, so we need to rebasline this test History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Frendering%2Fnon-replaced-elements%2Fflow-content-0%2Fdialog.html --- /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/dialog-expected.txt +++ /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/dialog-actual.txt @@ -3,8 +3,8 @@ PASS Closed dialog in width: 540px iframe PASS Open dialog in width: 540px iframe -FAIL Modal dialog in width: 540px iframe assert_equals: top expected "56px" but got "0px" +PASS Modal dialog in width: 540px iframe PASS Closed dialog in width: 538px iframe PASS Open dialog in width: 538px iframe -FAIL Modal dialog in width: 538px iframe assert_equals: top expected "56px" but got "0px" +PASS Modal dialog in width: 538px iframe
<rdar://problem/79990602>
Updated the test expectations for this test in https://trac.webkit.org/changeset/279440/webkit
(In reply to Truitt Savell from comment #2) > Updated the test expectations for this test in > https://trac.webkit.org/changeset/279440/webkit Clearly not a failure but rather the test is now passing. This just needs a new baseline.
Oh, that's what Truitt did already. Don't mind me :o)