Bug 211918

Summary: REGRESSION (r261703): [ Mac ] inspector/css/getMatchedStylesForNode.html is failing
Product: WebKit Reporter: Truitt Savell <tsavell>
Component: Web InspectorAssignee: Nikita Vasilyev <nvasilyev>
Status: RESOLVED FIXED    
Severity: Normal CC: hi, inspector-bugzilla-changes, nvasilyev, timothy, 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-05-14 13:40:48 PDT
inspector/css/getMatchedStylesForNode.html

This test is failing now after the changes in https://trac.webkit.org/changeset/261703/webkit

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

Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/inspector/css/getMatchedStylesForNode-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/inspector/css/getMatchedStylesForNode-actual.txt
@@ -93,7 +93,7 @@
         "text": "div"
       },
       "sourceLine": "<filtered>",
-      "origin": "regular",
+      "origin": "author",
       "style": {
         "cssProperties": [
           {
@@ -129,7 +129,7 @@
         "text": "div"
       },
       "sourceLine": "<filtered>",
-      "origin": "regular",
+      "origin": "author",
       "style": {
         "cssProperties": [
           {
Comment 1 Radar WebKit Bug Importer 2020-05-14 13:41:50 PDT
<rdar://problem/63241578>
Comment 2 Nikita Vasilyev 2020-05-14 13:46:59 PDT
I forgot to rebaseline the test :/
Comment 3 Nikita Vasilyev 2020-05-14 14:09:33 PDT
Created attachment 399407 [details]
Patch
Comment 4 EWS 2020-05-14 15:42:50 PDT
Committed r261716: <https://trac.webkit.org/changeset/261716>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 399407 [details].