Bug 211918 - REGRESSION (r261703): [ Mac ] inspector/css/getMatchedStylesForNode.html is failing
Summary: REGRESSION (r261703): [ Mac ] inspector/css/getMatchedStylesForNode.html is f...
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: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-14 13:40 PDT by Truitt Savell
Modified: 2020-05-14 15:42 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2020-05-14 14:09 PDT, Nikita Vasilyev
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-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].