Index: LayoutTests/fast/css/style-scoped/style-scoped-attach-expected.txt |
diff --git a/LayoutTests/fast/css/style-scoped/style-scoped-attach-expected.txt b/LayoutTests/fast/css/style-scoped/style-scoped-attach-expected.txt |
deleted file mode 100644 |
index 5fe0671fac6e16e33a42c429afefedd1a35af8cd..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/css/style-scoped/style-scoped-attach-expected.txt |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-Test attaching a new <style scoped> element |
- |
-Text |
-Text |
- |
-Text |
-Text |
- |
-Text |
-Text |
- |
---- ORIGINAL --- |
-S1: rgb(0, 0, 0) |
-P1: rgb(0, 0, 0) |
-S2: rgb(0, 0, 0) |
-P2: rgb(0, 0, 0) |
-S3: rgb(0, 0, 0) |
-P3: rgb(0, 0, 0) |
---- AFTER ATTACHING <STYLE SCOPED> --- |
-S1: rgb(0, 0, 0) |
-P1: rgb(0, 0, 0) |
-S2: rgb(255, 0, 0) |
-P2: rgb(0, 128, 0) |
-S3: rgb(0, 0, 0) |
-P3: rgb(0, 0, 0) |
---- FINISHED --- |
- |