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

Unified Diff: LayoutTests/inspector/styles/protocol-css-regions-commands-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/inspector/styles/protocol-css-regions-commands-expected.txt
diff --git a/LayoutTests/inspector/styles/protocol-css-regions-commands-expected.txt b/LayoutTests/inspector/styles/protocol-css-regions-commands-expected.txt
deleted file mode 100644
index c7e155ec8355705b966df2d2ec57ab3cc08c36c9..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/styles/protocol-css-regions-commands-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-Tests the following commands and events:
-
-getNamedFlowCollection Bug 91607
-getFlowByName Bug 91855
-namedFlowCreated Bug 92739
-namedFlowRemoved Bug 92739
-regionOversetChanged Bug 252250
-This text is from CSS Named Flow "flow3".
-
-
-Running: testGetNamedFlowCollection
-=== CSS Named Flows in main document ===
-* Named Flow "flow1"
-Content Elements: 1
-Regions: 3
-* Named Flow "flow2"
-Content Elements: 1
-Regions: 2
-* Named Flow "flow3"
-Content Elements: 1
-Regions: 0
-
-Running: testGetNamedFlowCollectionWithInvalidDocument
-=== CSS Named Flows in #fake-document ===
-#fake-document is not a document
-
-Running: testGetFlowByName
-=== Named Flow "flow2" from main document ===
-* Named Flow "flow2"
-Content Elements: 1
-Regions: 2
-
-Running: testGetFlowByNameWithInvalidName
-=== Name Flow "flow4" from main document ===
-There is no Named Flow "flow4" in the main document
-
-Running: testNamedFlowCreated
-NamedFlowCreated: "tmpNamedFlow"
-
-Running: testRegionOversetChanged
-RegionOversetChanged: "flow3"
-
-Running: testNamedFlowRemoved
-NamedFlowRemoved: "tmpNamedFlow"
-

Powered by Google App Engine
This is Rietveld 408576698