Index: LayoutTests/fast/regions/cssom/webkit-named-flow-event-target-expected.txt |
diff --git a/LayoutTests/fast/regions/cssom/webkit-named-flow-event-target-expected.txt b/LayoutTests/fast/regions/cssom/webkit-named-flow-event-target-expected.txt |
deleted file mode 100644 |
index cd164845c4c6d4ea748def12b7828536c1c99441..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/cssom/webkit-named-flow-event-target-expected.txt |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-Tests the the NamedFlow object behavior as an EventTarget |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Flow content |
-PASS event.target.name is "article" |
-PASS getFlowByName("article") is non-null. |
-PASS recreated is false |
-PASS getFlowByName("article") is null |
-PASS event.target.name is "article" |
-PASS recreated is true |
-PASS getFlowByName("article") is non-null. |
-PASS updatedCount is 2 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |