Index: LayoutTests/fast/dom/shadow/part-override-style-in-shadow-tree-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/part-override-style-in-shadow-tree-expected.txt b/LayoutTests/fast/dom/shadow/part-override-style-in-shadow-tree-expected.txt |
deleted file mode 100644 |
index 5ad5d3f6b9b38f956c5334d89989068393bc0a2a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/shadow/part-override-style-in-shadow-tree-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Test for crbug.com/273138. ::part declared in document (or parent treescope) can override styles with lower specificity declared in a shadow tree. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS window.getComputedStyle(getNodeInTreeOfTrees("host/target")).color is "rgb(0, 128, 0)" |
-PASS window.getComputedStyle(getNodeInTreeOfTrees("host/target")).color is "rgb(0, 128, 0)" |
-PASS window.getComputedStyle(getNodeInTreeOfTrees("host1/host/target")).color is "rgb(0, 128, 0)" |
-PASS window.getComputedStyle(getNodeInTreeOfTrees("host1/host/target")).color is "rgb(0, 0, 255)" |
-PASS window.getComputedStyle(getNodeInTreeOfTrees("host1/host/target")).color is "rgb(0, 128, 0)" |
-PASS window.getComputedStyle(getNodeInTreeOfTrees("host1/host/target")).color is "rgb(0, 0, 255)" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |