Bug 153871 - [Mac] imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html is flaky
Summary: [Mac] imported/w3c/web-platform-tests/html/semantics/document-metadata/stylin...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-04 09:27 PST by Ryan Haddad
Modified: 2016-02-05 15:28 PST (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 Ryan Haddad 2016-02-04 09:27:56 PST
imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html is flaky on Mac

This test seems to have been flaky on Mac since it was added with <http://trac.webkit.org/changeset/196091>

<https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/r196118%20(3094)/results.html>
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Fdocument-metadata%2Fstyling%2FLinkStyle.html>

--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle-actual.txt
@@ -1,7 +1,7 @@
 
 FAIL The LinkStyle interface's sheet attribute must return null; the disabled attribute must be false assert_equals: The sheet attribute of style2 should be null. expected null but got object "[object CSSStyleSheet]"
 PASS The LinkStyle interface's sheet attribute must return null if the corresponding element is not in a Document 
-PASS The LinkStyle interface's sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet's disabled attribute 
+FAIL The LinkStyle interface's sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet's disabled attribute assert_true: The sheet attribute of style6 should be a StyleSheet object. expected true got false
 PASS The title must be the same as the value of the element's title content attribute 
 PASS The media must be the same as the value of the element's media content attribute, or the empty string if it is omitted
Comment 1 Ryan Haddad 2016-02-04 12:38:59 PST
Marked as flaky on Mac with <https://trac.webkit.org/r196141>