Bug 196044

Summary: REGRESSION: (r243224 - r243230) Layout Test printing/width-overflow.html and inspector/css/shadow-scoped-style.html are failing
Product: WebKit Reporter: Truitt Savell <tsavell>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hi, jlewis3, lforschler, ryanhaddad, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Truitt Savell 2019-03-20 16:31:58 PDT
The following layout tests ar failing on Mac

printing/width-overflow.html 
inspector/css/shadow-scoped-style.html

Probable cause:

These two tests began failing at the same time. I was able to reproduce the failures on a release build of 243230. there is a gap in builds between that and 243224 which doesn't have a failure. I can't reproduce the failures in debug. 

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=printing%2Fwidth-overflow.html

Diff:
--- /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/inspector/css/shadow-scoped-style-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/inspector/css/shadow-scoped-style-actual.txt
@@ -21,6 +21,8 @@
 }
 address, article, aside, div, footer, header, hgroup, layer, main, nav, section {
 }
+html {
+}
 
 -- Running test case: CSS.ShadowScopedStyle.ElementInShadowTree
 PASS: Node should not have shadow roots.

Diff:
https://build.webkit.org/results/Apple%20Mojave%20Release%20WK1%20(Tests)/r243246%20(3825)/printing/width-overflow-diff.txt
Comment 1 Radar WebKit Bug Importer 2019-03-22 10:24:13 PDT
<rdar://problem/49158428>
Comment 2 Alexey Proskuryakov 2019-03-22 10:28:15 PDT
These were both fixed with a rebaseline by xenon in r243257: "Unreviewed test gardening after r243229."