Commit df0d774e authored by Arthur Eubanks's avatar Arthur Eubanks Committed by Commit Bot

Add missing commas in lists of strings

Bug: 1114873
Change-Id: Iae5bf16707ac1176ffdd5503d9c8a573495523b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357756Reviewed-by: default avatarEmil A Eklund <eae@chromium.org>
Commit-Queue: Arthur Eubanks <aeubanks@google.com>
Cr-Commit-Position: refs/heads/master@{#799320}
parent 86c7a76e
...@@ -104,7 +104,7 @@ TEST_F(CollapsedBorderValueTest, Compare) { ...@@ -104,7 +104,7 @@ TEST_F(CollapsedBorderValueTest, Compare) {
"solid white thin cell", "solid white thin cell",
"solid transparent thin cell", "solid transparent thin cell",
"medium transparent", "medium transparent",
"solid black thick table" "solid black thick table",
"solid black thick cell", "solid black thick cell",
"border style hidden", "border style hidden",
}; };
......
...@@ -786,7 +786,7 @@ TEST(KURLTest, IsHierarchical) { ...@@ -786,7 +786,7 @@ TEST(KURLTest, IsHierarchical) {
"http://host/path/to/file.txt", "http://host/path/to/file.txt",
"ftp://andrew.cmu.edu/foo", "ftp://andrew.cmu.edu/foo",
"file:///path/to/resource", "file:///path/to/resource",
"file://hostname/etc/" "file://hostname/etc/",
"filesystem:http://www.google.com/type/", "filesystem:http://www.google.com/type/",
"filesystem:http://user:pass@google.com:21/blah#baz", "filesystem:http://user:pass@google.com:21/blah#baz",
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment