Bug 212015 - REGRESSION(r261772): [GTK] inspector/formatting/formatting-css.html is failing
Summary: REGRESSION(r261772): [GTK] inspector/formatting/formatting-css.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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-18 02:44 PDT by Diego Pino
Modified: 2020-06-08 14:50 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-05-18 02:44:27 PDT
Regressions: Unexpected text-only failures

  inspector/formatting/formatting-css.html [ Failure ]

Diff: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r261798%20(13758)/inspector/formatting/formatting-css-diff.txt

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/inspector/formatting/formatting-css-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/inspector/formatting/formatting-css-actual.txt
@@ -9,6 +9,91 @@
 PASS: keyframes.css
 PASS: media-query.css
 PASS: selectors.css
-PASS: url.css
+FAIL: url.css
+Input:
+-----------
+body {
+    background  :  url  (  basic  )  ;
+    background  :  url  (  with space  )  ;
+
+    background  :  url  (  '  single  '  )  ;
+    background  :  url  (  "  double  "  )  ;
+
+    background  :  url  (  '  nested  "  double  "  single  '  )  ;
+    background  :  url  (  "  nested  '  single  '  double  "  )  ;
+
...
Comment 1 Diego Pino 2020-06-08 14:50:26 PDT
Fixed by r262466. Closing bug.