Chromium Code Reviews| Index: Source/web/tests/data/rgm_column_test.html |
| diff --git a/Source/web/tests/data/rgm_column_test.html b/Source/web/tests/data/rgm_column_test.html |
| index 948fdae969aab6a20946db7fb499884707d13389..3931a9aa929f05cc4c28ceebf320522290d78ed6 100644 |
| --- a/Source/web/tests/data/rgm_column_test.html |
| +++ b/Source/web/tests/data/rgm_column_test.html |
| @@ -7,10 +7,10 @@ |
| <div id='A' class='colStyle'> |
| <div id='Col1'> A </div> |
| - <div >B </div> |
| - <div> C </div> |
| - <div id='Col2'> D </div> |
| - <div> E </div> |
| - <div> F </div> |
| - <div id='Col3'> G </div> |
| + <div> A </div> |
|
Xianzhu
2015/06/08 18:07:21
Changed to all 'A' because 'C' and 'G' have glyph
|
| + <div> A </div> |
| + <div id='Col2'> A </div> |
| + <div> A </div> |
| + <div> A </div> |
| + <div id='Col3'> A </div> |
| </div> |