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

Unified Diff: third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp

Issue 2919713002: Update operator<<(SelectionState) (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/core/layout/api/SelectionState.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp b/third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp
index 5ba05fe45a082784013c94efaeb9e1fd4efe96b4..8f0c465502bca8075ac3bf136d3d3b464da0e0e1 100644
--- a/third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp
+++ b/third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp
@@ -19,7 +19,7 @@ TEST(SelectionStateTest, StreamOutput) {
{
std::stringstream string_stream;
string_stream << SelectionState::kStartAndEnd;
- EXPECT_EQ("Both", string_stream.str());
+ EXPECT_EQ("StartAndEnd", string_stream.str());
}
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/api/SelectionState.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698