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

Unified Diff: LayoutTests/fast/regions/cssom/webkit-named-flow-get-content-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-get-content-expected.txt
diff --git a/LayoutTests/fast/regions/cssom/webkit-named-flow-get-content-expected.txt b/LayoutTests/fast/regions/cssom/webkit-named-flow-get-content-expected.txt
deleted file mode 100644
index a4936460729bd3f5c71a1f3bf99e3233a5ecdc0e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/cssom/webkit-named-flow-get-content-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-Test for 90163: [CSSRegions]Rename NamedFlow::contentNodes to NamedFlow::getContent()
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS getFlowByName("flow") is null
-PASS namedFlowContent3.length is 1
-PASS namedFlowContent3.item(0).id is "article"
-PASS namedFlowContent4.length is 1
-PASS namedFlowContent4.item(0).id is "article"
-PASS namedFlowContent5.length is 2
-PASS namedFlowContent5.item(0).id is "article2"
-PASS namedFlowContent5.item(1).id is "article"
-PASS namedFlowContent6.length is 2
-PASS namedFlowContent7.length is 2
-PASS namedFlowContent8.length is 3
-PASS namedFlowContent9.length is 3
-PASS namedFlowContent9.item(0).id is "article2"
-PASS namedFlowContent9.item(1).id is "span1"
-PASS namedFlowContent9.item(2).id is "article"
-PASS namedFlowContent10.length is 3
-PASS namedFlowContent10.item(0).id is "article"
-PASS namedFlowContent11.length is 5
-PASS namedFlowContent12.length is 1
-PASS namedFlowContent12.item(0).id is "article"
-PASS namedFlowContent11.length is 0
-PASS namedFlowContent12.length is 1
-PASS namedFlowContent12.item(0).id is "article"
-PASS getFlowByName("flow2") is null
-PASS namedFlowContent13.length is 0
-PASS namedFlowContent14.length is 0
-PASS namedFlowContent15.length is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698