Bug 227553
| Summary: | [ Mac ] imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/dialog.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ayumi_kojima |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, tsavell, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Mac (Intel) | ||
| OS: | Unspecified | ||
ayumi_kojima
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/79990602>
Truitt Savell
Updated the test expectations for this test in https://trac.webkit.org/changeset/279440/webkit
Chris Dumez
(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.
Chris Dumez
Oh, that's what Truitt did already. Don't mind me :o)