Title: [261716] trunk/LayoutTests
Revision
261716
Author
nvasil...@apple.com
Date
2020-05-14 15:42:45 -0700 (Thu, 14 May 2020)

Log Message

REGRESSION (r261703): [ Mac ] inspector/css/getMatchedStylesForNode.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211918
<rdar://problem/63241578>

Reviewed by Timothy Hatcher.

Rebaseline tests after CSS.StyleSheetOrigin.Regular was renamed to CSS.StyleSheetOrigin.Author.

* inspector/css/getMatchedStylesForNode-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261715 => 261716)


--- trunk/LayoutTests/ChangeLog	2020-05-14 22:41:26 UTC (rev 261715)
+++ trunk/LayoutTests/ChangeLog	2020-05-14 22:42:45 UTC (rev 261716)
@@ -1,3 +1,15 @@
+2020-05-14  Nikita Vasilyev  <nvasil...@apple.com>
+
+        REGRESSION (r261703): [ Mac ] inspector/css/getMatchedStylesForNode.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=211918
+        <rdar://problem/63241578>
+
+        Reviewed by Timothy Hatcher.
+
+        Rebaseline tests after CSS.StyleSheetOrigin.Regular was renamed to CSS.StyleSheetOrigin.Author.
+
+        * inspector/css/getMatchedStylesForNode-expected.txt:
+
 2020-05-14  Truitt Savell  <tsav...@apple.com>
 
         (r260169) [ iOS ] http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database.html is a flaky timeout

Modified: trunk/LayoutTests/inspector/css/getMatchedStylesForNode-expected.txt (261715 => 261716)


--- trunk/LayoutTests/inspector/css/getMatchedStylesForNode-expected.txt	2020-05-14 22:41:26 UTC (rev 261715)
+++ trunk/LayoutTests/inspector/css/getMatchedStylesForNode-expected.txt	2020-05-14 22:42:45 UTC (rev 261716)
@@ -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": [
           {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to