Index: LayoutTests/fast/regions/cssom/webkit-named-flow-collection-expected.txt |
diff --git a/LayoutTests/fast/regions/cssom/webkit-named-flow-collection-expected.txt b/LayoutTests/fast/regions/cssom/webkit-named-flow-collection-expected.txt |
deleted file mode 100644 |
index e7b8e6d2f284a13ca3028b30c281a6e5a06285c8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/cssom/webkit-named-flow-collection-expected.txt |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-Tests WebKitNamedFlowCollection interface |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Test WebKitNamedFlowCollection length property |
-PASS document.webkitGetNamedFlows().length is 0 |
-PASS region1.style.webkitFlowFrom = 'flow1'; document.webkitGetNamedFlows().length is 1 |
-PASS region2.style.webkitFlowFrom = 'flow2'; document.webkitGetNamedFlows().length is 2 |
-PASS region1.style.webkitFlowFrom = ''; document.webkitGetNamedFlows().length is 1 |
-PASS region2.style.webkitFlowFrom = ''; document.webkitGetNamedFlows().length is 0 |
-Test WebKitNamedFlowCollection index getter |
-PASS (document.webkitGetNamedFlows()[0].name == 'flow1' && document.webkitGetNamedFlows()[1].name == 'flow2') || (document.webkitGetNamedFlows()[0].name == 'flow2' && document.webkitGetNamedFlows()[1].name == 'flow1') is true |
-Test WebKitNamedFlowCollection name getter |
-PASS document.webkitGetNamedFlows().flow1.name is "flow1" |
-PASS document.webkitGetNamedFlows().flow2.name is "flow2" |
-PASS document.webkitGetNamedFlows().undefinedNamedProperty is undefined. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |