Bug 205938

Summary: REGRESSION: (r254186) [ Mac ] inspector/css/add-rule.html is failing
Product: WebKit Reporter: Truitt Savell <tsavell>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, ews-watchlist, hi, inspector-bugzilla-changes, joepeck, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Truitt Savell 2020-01-08 10:46:56 PST
inspector/css/add-rule.html

Description:
This test began failing after the changes in https://trac.webkit.org/changeset/254186/webkit

History:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fcss%2Fadd-rule.html

Diff:
--- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/inspector/css/add-rule-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/inspector/css/add-rule-actual.txt
@@ -4,14 +4,12 @@
 == Running test suite: CSS.addRule
 -- Running test case: CSS.addRule.InNonExistingInspectorStyleSheet
 PASS: Should not have any inspector style sheets for the main frame.
-PASS: Rule selector should be "body"
-PASS: Rule range should be [0:0,0:4]
-PASS: Rule origin should be "inspector"
+!! EXCEPTION: NotFoundError
+Stack Trace: #0: (anonymous) ((unknown))
 
 -- Running test case: CSS.addRule.InExistingInspectorStyleSheet
-PASS: Rule selector should be "div"
-PASS: Rule range should be [1:0,1:3]
-PASS: Rule origin should be "inspector"
+!! EXCEPTION: NotFoundError
+Stack Trace: #0: (anonymous) ((unknown))
 
 -- Running test case: CSS.addRule.ExternalStyleSheet
 PASS: Rule selector should be "div"
Comment 1 Radar WebKit Bug Importer 2020-01-08 10:47:10 PST
<rdar://problem/58413597>
Comment 2 Devin Rousso 2020-01-08 11:57:34 PST
Created attachment 387124 [details]
Patch
Comment 3 Blaze Burg 2020-01-08 12:28:46 PST
Comment on attachment 387124 [details]
Patch

=mews
Comment 4 WebKit Commit Bot 2020-01-08 14:22:18 PST
Comment on attachment 387124 [details]
Patch

Clearing flags on attachment: 387124

Committed r254228: <https://trac.webkit.org/changeset/254228>
Comment 5 WebKit Commit Bot 2020-01-08 14:22:20 PST
All reviewed patches have been landed.  Closing bug.