Index: LayoutTests/fast/dom/shadow/pseudo-attribute-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/pseudo-attribute-expected.txt b/LayoutTests/fast/dom/shadow/pseudo-attribute-expected.txt |
deleted file mode 100644 |
index 9af529638fd0d6e2d46c1127f24b923db07958c7..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/shadow/pseudo-attribute-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-This test checks pseudo attribute is exposed correctly. |
- |
-PASS div.pseudo is '' |
-PASS div.getAttribute('pseudo') is null |
-PASS div.pseudo is 'foo' |
-PASS div.getAttribute('pseudo') is 'foo' |
-PASS div.pseudo is 'bar' |
-PASS div.getAttribute('pseudo') is 'bar' |
-PASS div.pseudo is '' |
-PASS div.getAttribute('pseudo') is null |
-PASS div.pseudo is 'first-letter' |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |