Index: third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/document-metadata/styling/LinkStyle-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/document-metadata/styling/LinkStyle-expected.txt b/third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/document-metadata/styling/LinkStyle-expected.txt |
index 466aa1b789da047473d465a6c3999cc00946345a..23d0b0d69f98b21722393438d177c9495a35c709 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/document-metadata/styling/LinkStyle-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/document-metadata/styling/LinkStyle-expected.txt |
@@ -1,5 +1,5 @@ |
This is a testharness.js-based test. |
-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; the disabled attribute must be false |
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 |