<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>210450</bug_id>
          
          <creation_ts>2020-04-13 13:01:57 -0700</creation_ts>
          <short_desc>[ macOS ] REGRESSION(r260024) inspector/css/selector-dynamic-specificity.html is constantly failing</short_desc>
          <delta_ts>2020-04-13 14:30:09 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jacob Uphoff">jacob_uphoff</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>koivisto</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1641053</commentid>
    <comment_count>0</comment_count>
    <who name="Jacob Uphoff">jacob_uphoff</who>
    <bug_when>2020-04-13 13:01:57 -0700</bug_when>
    <thetext>nspector/css/selector-dynamic-specificity.html

This test became a constant failure after commit r260024 for all of macOS

History:

https://results.webkit.org/?suite=layout-tests&amp;test=inspector%2Fcss%2Fselector-dynamic-specificity.html

Diff:

--- /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/inspector/css/selector-dynamic-specificity-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/inspector/css/selector-dynamic-specificity-actual.txt
@@ -1,50 +1,50 @@
 Testing that dynamic selectors have expected specificity values depending on the context node.
 
 
-p - :is(div, article) (0, 0, 1) (dynamic)
-p - :is(div, .foo, #bar, div#bar) (no value) (dynamic)
-p - :matches(div, article) (0, 0, 1) (dynamic)
-p - :matches(div, .foo, #bar, div#bar) (no value) (dynamic)
+p - :is(div, article) (0, 0, 1)
+p - :is(div, .foo, #bar, div#bar) (1, 0, 1)
+p - :matches(div, article) (0, 0, 1)
+p - :matches(div, .foo, #bar, div#bar) (1, 0, 1)
 p - div:nth-child(odd) (0, 1, 1)
-p - :nth-child(odd of div) (0, 1, 1) (dynamic)
-p - :nth-child(odd of div, .foo, #bar, div#bar) (no value) (dynamic)
-p - :nth-child(even of div, .foo, #bar, div#bar) (no value) (dynamic)
+p - :nth-child(odd of div) (0, 1, 1)
+p - :nth-child(odd of div, .foo, #bar, div#bar) (1, 1, 1)
+p - :nth-child(even of div, .foo, #bar, div#bar) (1, 1, 1)
 p - :not(span, #missing) (1, 0, 0)
 p - :not(:not(:is(div, .foo, #bar, div#bar))) (1, 0, 1)
 p - :not(:not(:matches(div, .foo, #bar, div#bar))) (1, 0, 1)
 
-div - :is(div, article) (0, 0, 1) (dynamic)
-div - :is(div, .foo, #bar, div#bar) (0, 0, 1) (dynamic)
-div - :matches(div, article) (0, 0, 1) (dynamic)
-div - :matches(div, .foo, #bar, div#bar) (0, 0, 1) (dynamic)
+div - :is(div, article) (0, 0, 1)
+div - :is(div, .foo, #bar, div#bar) (1, 0, 1)
+div - :matches(div, article) (0, 0, 1)
+div - :matches(div, .foo, #bar, div#bar) (1, 0, 1)
 div - div:nth-child(odd) (0, 1, 1)
-div - :nth-child(odd of div) (0, 1, 1) (dynamic)
-div - :nth-child(odd of div, .foo, #bar, div#bar) (0, 1, 1) (dynamic)
-div - :nth-child(even of div, .foo, #bar, div#bar) (no value) (dynamic)
+div - :nth-child(odd of div) (0, 1, 1)
+div - :nth-child(odd of div, .foo, #bar, div#bar) (1, 1, 1)
+div - :nth-child(even of div, .foo, #bar, div#bar) (1, 1, 1)
 div - :not(span, #missing) (1, 0, 0)
 div - :not(:not(:is(div, .foo, #bar, div#bar))) (1, 0, 1)
 div - :not(:not(:matches(div, .foo, #bar, div#bar))) (1, 0, 1)
 
-.foo - :is(div, article) (0, 0, 1) (dynamic)
-.foo - :is(div, .foo, #bar, div#bar) (0, 1, 0) (dynamic)
-.foo - :matches(div, article) (0, 0, 1) (dynamic)
-.foo - :matches(div, .foo, #bar, div#bar) (0, 1, 0) (dynamic)
+.foo - :is(div, article) (0, 0, 1)
+.foo - :is(div, .foo, #bar, div#bar) (1, 0, 1)
+.foo - :matches(div, article) (0, 0, 1)
+.foo - :matches(div, .foo, #bar, div#bar) (1, 0, 1)
 .foo - div:nth-child(odd) (0, 1, 1)
-.foo - :nth-child(odd of div) (0, 1, 1) (dynamic)
-.foo - :nth-child(odd of div, .foo, #bar, div#bar) (no value) (dynamic)
-.foo - :nth-child(even of div, .foo, #bar, div#bar) (0, 2, 0) (dynamic)
+.foo - :nth-child(odd of div) (0, 1, 1)
+.foo - :nth-child(odd of div, .foo, #bar, div#bar) (1, 1, 1)
+.foo - :nth-child(even of div, .foo, #bar, div#bar) (1, 1, 1)
 .foo - :not(span, #missing) (1, 0, 0)
 .foo - :not(:not(:is(div, .foo, #bar, div#bar))) (1, 0, 1)
 .foo - :not(:not(:matches(div, .foo, #bar, div#bar))) (1, 0, 1)
 
-#bar - :is(div, article) (0, 0, 1) (dynamic)
-#bar - :is(div, .foo, #bar, div#bar) (1, 0, 1) (dynamic)
-#bar - :matches(div, article) (0, 0, 1) (dynamic)
-#bar - :matches(div, .foo, #bar, div#bar) (1, 0, 1) (dynamic)
+#bar - :is(div, article) (0, 0, 1)
+#bar - :is(div, .foo, #bar, div#bar) (1, 0, 1)
+#bar - :matches(div, article) (0, 0, 1)
+#bar - :matches(div, .foo, #bar, div#bar) (1, 0, 1)
 #bar - div:nth-child(odd) (0, 1, 1)
-#bar - :nth-child(odd of div) (0, 1, 1) (dynamic)
-#bar - :nth-child(odd of div, .foo, #bar, div#bar) (1, 1, 1) (dynamic)
-#bar - :nth-child(even of div, .foo, #bar, div#bar) (no value) (dynamic)
+#bar - :nth-child(odd of div) (0, 1, 1)
+#bar - :nth-child(odd of div, .foo, #bar, div#bar) (1, 1, 1)
+#bar - :nth-child(even of div, .foo, #bar, div#bar) (1, 1, 1)
 #bar - :not(span, #missing) (1, 0, 0)
 #bar - :not(:not(:is(div, .foo, #bar, div#bar))) (1, 0, 1)
 #bar - :not(:not(:matches(div, .foo, #bar, div#bar))) (1, 0, 1)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1641054</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-04-13 13:02:27 -0700</bug_when>
    <thetext>&lt;rdar://problem/61733072&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1641109</commentid>
    <comment_count>2</comment_count>
    <who name="Jacob Uphoff">jacob_uphoff</who>
    <bug_when>2020-04-13 14:29:48 -0700</bug_when>
    <thetext>Since support for this test was intentionally removed in r260024, it would make sense it started to fail. I removed the test and any expectations for it here: https://trac.webkit.org/changeset/260039/webkit</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>