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

Unified Diff: LayoutTests/platform/win/editing/style/remove-underline-in-bold-expected.txt

Issue 24350009: Reverse style resolution to avoid N^2 walk when building the render tree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge to ToT Created 7 years, 2 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
Index: LayoutTests/platform/win/editing/style/remove-underline-in-bold-expected.txt
diff --git a/LayoutTests/platform/win/editing/style/remove-underline-in-bold-expected.txt b/LayoutTests/platform/win/editing/style/remove-underline-in-bold-expected.txt
index 7ad36a8e22c3e733ca12674a74e95b0ac01f2170..920dd64707983ef0688f2d2f7204d2de7776a07f 100644
--- a/LayoutTests/platform/win/editing/style/remove-underline-in-bold-expected.txt
+++ b/LayoutTests/platform/win/editing/style/remove-underline-in-bold-expected.txt
@@ -2,23 +2,23 @@ xxxxxx xxxxxx xxxxxx
execUnderlineCommand: <span id="test"></span>
execBoldCommand: <span id="test"></span>
execTypeCharacterCommand: <b><u>x</u></b> <span id="test"></span>
-execTypeCharacterCommand: <b><u>xx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx&nbsp;</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx x</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx&nbsp;</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx x</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xxxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xxxxx</u></b><span id="test"></span>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xxxxxx</u></b><span id="test"></span>
-execUnderlineCommand: <b><u>xxxxxx </u>xxxxxx <u>xxxxxx</u></b><span id="test"></span>
+execTypeCharacterCommand: <b><u>xx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx&nbsp;</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx x</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx&nbsp;</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx x</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xxxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xxxxx</u></b> <span id="test"></span>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx xxxxxx</u></b> <span id="test"></span>
+execUnderlineCommand: <b><u>xxxxxx </u>xxxxxx <u>xxxxxx</u></b> <span id="test"></span>

Powered by Google App Engine
This is Rietveld 408576698