Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: LayoutTests/fast/regions/cssom/webkit-named-flow-collection-expected.txt

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698