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: | WebKitGTK | Assignee: | 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 |
Michael Catanzaro
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
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>