<?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>123431</bug_id>
          
          <creation_ts>2013-10-28 18:27:50 -0700</creation_ts>
          <short_desc>Linked stylesheet loading order tests fail on Mac WK2</short_desc>
          <delta_ts>2023-10-25 23:46:33 -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>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=97179</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=139489</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Fraser (smfr)">simon.fraser</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>beidson</cc>
    
    <cc>dbates</cc>
    
    <cc>fujii</cc>
    
    <cc>koivisto</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>944294</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2013-10-28 18:27:50 -0700</bug_when>
    <thetext>These tests fail on Mavericks WK2:

http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html
http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html
http/tests/local/link-stylesheet-load-order-preload.html
http/tests/local/link-stylesheet-load-order.html

http://build.webkit.org/results/Apple%20Mavericks%20Debug%20WK2%20(Tests)/r158145%20(81)/results.html

I&apos;ll mark them as such.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1124246</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2015-09-08 09:02:52 -0700</bug_when>
    <thetext>Failing on Yosemite too - presumably because we still drop all resource load scheduling on the floor.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1124281</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2015-09-08 10:33:47 -0700</bug_when>
    <thetext>&gt; drop all resource load scheduling on the floor
What does this refer to? Is there a bug tracking it?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1124381</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2015-09-08 13:50:43 -0700</bug_when>
    <thetext>See bug 144550, where all the code for resource load scheduling was removed (but it didn&apos;t work before that either).

I&apos;m not sure how to track that with a bug, given that there is no hard data showing that this affects performance.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1987649</commentid>
    <comment_count>4</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2023-10-25 20:39:35 -0700</bug_when>
    <thetext>269753@main changed the test a bit.
Here is the new failure diff.

https://build.webkit.org/results/Apple-Monterey-Release-AppleSilicon-WK2-Tests/269760@main%20(11770)/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-diff.txt

--- /Volumes/Data/worker/Apple-Monterey-Release-AppleSilicon-WK2-Tests/build/layout-test-results/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-expected.txt
+++ /Volumes/Data/worker/Apple-Monterey-Release-AppleSilicon-WK2-Tests/build/layout-test-results/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-actual.txt
@@ -5,7 +5,7 @@
 
--- /Volumes/Data/worker/Apple-Monterey-Release-AppleSilicon-WK2-Tests/build/layout-test-results/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-expected.txt
+++ /Volumes/Data/worker/Apple-Monterey-Release-AppleSilicon-WK2-Tests/build/layout-test-results/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-actual.txt
@@ -5,7 +5,7 @@
 
 Testing value of &apos;disabled&apos; prior to load just after setting them
 PASS mainSheetLink.sheet is null
-PASS alternateSheetLink.sheet is non-null.
+FAIL alternateSheetLink.sheet should be non-null. Was null
 PASS mainSheetLink.disabled is true
 PASS alternateSheetLink.disabled is false
 Testing the values when the alternate sheet is loaded (as this is the only one that has sheet() === null)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1987674</commentid>
    <comment_count>5</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2023-10-25 23:46:33 -0700</bug_when>
    <thetext>269803@main (bug#263679) removed the following obsolete tests.

 http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html
 http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html

The following tests are still failing.

 http/tests/local/link-stylesheet-load-order-preload.html
 http/tests/local/link-stylesheet-load-order.html

https://results.webkit.org/?suite=layout-tests&amp;suite=layout-tests&amp;test=http%2Ftests%2Flocal%2Flink-stylesheet-load-order-preload.html&amp;test=http%2Ftests%2Flocal%2Flink-stylesheet-load-order.html</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>