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

Unified Diff: LayoutTests/editing/style/remove-underline-after-paragraph-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/editing/style/remove-underline-after-paragraph-in-bold-expected.txt
diff --git a/LayoutTests/editing/style/remove-underline-after-paragraph-in-bold-expected.txt b/LayoutTests/editing/style/remove-underline-after-paragraph-in-bold-expected.txt
index d51a5ee5d8ef6003085ccabe3f866f9a3d70bfcf..5ea2432ced68ae32e19c1ad4f91aa56f529edad8 100644
--- a/LayoutTests/editing/style/remove-underline-after-paragraph-in-bold-expected.txt
+++ b/LayoutTests/editing/style/remove-underline-after-paragraph-in-bold-expected.txt
@@ -3,31 +3,31 @@ xxxxxx xxxxxx
execBoldCommand: <span id="test"></span>
execUnderlineCommand: <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>
-execInsertParagraphCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u><br></u></b></div>
-execUnderlineCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u><br></u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;x</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xx</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxx</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxx</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxxx</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxxxx</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxxxx&nbsp;</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxxxx x</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxxxx xx</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxxxx xxx</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxxxx xxxx</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxxxx xxxxx</b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b>&nbsp;xxxxxx xxxxxx</b></div>
+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>
+execInsertParagraphCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u><br></u></b></div>
+execUnderlineCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u><br></u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;x</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xx</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxx</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxx</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxxx</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxxxx</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxxxx&nbsp;</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxxxx x</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxxxx xx</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxxxx xxx</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxxxx xxxx</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxxxx xxxxx</b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b>&nbsp;xxxxxx xxxxxx</b></div>

Powered by Google App Engine
This is Rietveld 408576698