Comment #1 on issue 25880 by [email protected]: LayoutTests/editing/style/remove-nested-inline-styles.html is failing on linux and win http://code.google.com/p/chromium/issues/detail?id=25880
I've looked into this a bit. It seems like when the renderer sees the nested <b> it sets the font-weight *bolder*, resulting its property value "800" rather than leaving it "bold". This makes Editor::selectionHasStyle(bold) for the range return MixedTriState and ends up causing the test failure. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
