Bug 153948

Summary: [GTK] imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html is flaky (sometimes text diff)
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, dpino, mcatanzaro, Ms2ger
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=153832
https://github.com/w3c/web-platform-tests/issues/8610

Description Michael Catanzaro 2016-02-06 09:56:51 PST
imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html has been flaky since it was added in r196091:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle-actual.txt
@@ -1,5 +1,5 @@
 
-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]"
+FAIL The LinkStyle interface's sheet attribute must return null; the disabled attribute must be false assert_equals: The sheet attribute of style3 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 
 PASS The title must be the same as the value of the element's title content attribute 

I am also concerned that there is a FAIL in the expected results. We should stop adding tests with FAIL in the expected results.

https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r196216%20(13627)/results.html
Comment 1 Diego Pino 2020-06-19 00:33:17 PDT
The test(s) filed under this bug have been consistently passing for the last 4000 revisions. Marking bug as fixed.

Committed r263254: <https://trac.webkit.org/changeset/263254>