Bug 205938 - REGRESSION: (r254186) [ Mac ] inspector/css/add-rule.html is failing
Summary: REGRESSION: (r254186) [ Mac ] inspector/css/add-rule.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-08 10:46 PST by Truitt Savell
Modified: 2020-01-08 14:22 PST (History)
8 users (show)

See Also:


Attachments
Patch (4.78 KB, patch)
2020-01-08 11:57 PST, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 BJ 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.