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

Unified Diff: LayoutTests/inspector/styles/protocol-css-regions-commands-expected.txt

Issue 17848002: Web Inspector: Integrate new regionOversetChange event into inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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
index 9fe9cf36722f63befbc5cccdf1b0159a1a99dd92..c7e155ec8355705b966df2d2ec57ab3cc08c36c9 100644
--- a/LayoutTests/inspector/styles/protocol-css-regions-commands-expected.txt
+++ b/LayoutTests/inspector/styles/protocol-css-regions-commands-expected.txt
@@ -4,7 +4,7 @@ getNamedFlowCollection Bug 91607
getFlowByName Bug 91855
namedFlowCreated Bug 92739
namedFlowRemoved Bug 92739
-regionLayoutUpdated Bug 93443
+regionOversetChanged Bug 252250
This text is from CSS Named Flow "flow3".
@@ -18,7 +18,7 @@ Content Elements: 1
Regions: 2
* Named Flow "flow3"
Content Elements: 1
-Regions: 1
+Regions: 0
Running: testGetNamedFlowCollectionWithInvalidDocument
=== CSS Named Flows in #fake-document ===
@@ -37,8 +37,8 @@ There is no Named Flow "flow4" in the main document
Running: testNamedFlowCreated
NamedFlowCreated: "tmpNamedFlow"
-Running: testRegionLayoutUpdated
-RegionLayoutUpdated: "flow3"
+Running: testRegionOversetChanged
+RegionOversetChanged: "flow3"
Running: testNamedFlowRemoved
NamedFlowRemoved: "tmpNamedFlow"

Powered by Google App Engine
This is Rietveld 408576698