| Index: third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp
|
| index e069d14a2f05a1a78a29e8b88f58ac9d234373ec..4d1ba765ced1cd58f6977a4754c86f102e3bdab1 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp
|
| @@ -119,8 +119,9 @@ TEST_F(TreeScopeStyleSheetCollectionTest, CompareStyleSheetsRemove) {
|
|
|
| added.append(sheet2->contents());
|
|
|
| - // This is really the same as Insert. TreeScopeStyleSheetCollection::compareStyleSheets
|
| - // will assert if you pass an array that is longer as the first parameter.
|
| + // This is really the same as Insert.
|
| + // TreeScopeStyleSheetCollection::compareStyleSheets will assert if you pass
|
| + // an array that is longer as the first parameter.
|
| compareStyleSheets(current, previous, added, Reconstruct);
|
| }
|
|
|
| @@ -139,8 +140,9 @@ TEST_F(TreeScopeStyleSheetCollectionTest, CompareStyleSheetsInsertRemove) {
|
| current.append(sheet2);
|
| current.append(sheet3);
|
|
|
| - // TODO(rune@opera.com): This is clearly wrong. We add sheet3 and remove sheet1 and
|
| - // compareStyleSheets returns sheet2 and sheet3 as added (crbug/475858).
|
| + // TODO(rune@opera.com): This is clearly wrong. We add sheet3 and remove
|
| + // sheet1 and compareStyleSheets returns sheet2 and sheet3 as added
|
| + // (crbug/475858).
|
| added.append(sheet2->contents());
|
| added.append(sheet3->contents());
|
|
|
|
|