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

Unified Diff: LayoutTests/platform/win/editing/style/remove-underline-across-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/platform/win/editing/style/remove-underline-across-paragraph-in-bold-expected.txt
diff --git a/LayoutTests/platform/win/editing/style/remove-underline-across-paragraph-in-bold-expected.txt b/LayoutTests/platform/win/editing/style/remove-underline-across-paragraph-in-bold-expected.txt
index 9e704937c685630e2255837a10d1eb5c2d36629f..515af17dc350cd3681f3eb55fdeb7f39a34144da 100644
--- a/LayoutTests/platform/win/editing/style/remove-underline-across-paragraph-in-bold-expected.txt
+++ b/LayoutTests/platform/win/editing/style/remove-underline-across-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>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;x</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xx</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxx</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxx</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxxx</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxxxx</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxxxx&nbsp;</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxxxx x</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxxxx xx</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxxxx xxx</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxxxx xxxx</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxxxx xxxxx</u></b></div>
-execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b><span id="test"></span><div><b><u>&nbsp;xxxxxx xxxxxx</u></b></div>
-execUnderlineCommand: <b><u>xxxxxx </u>xxxxxx</b><span id="test"></span><div><b>&nbsp;xxxxxx <u>xxxxxx</u></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>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;x</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xx</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxx</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxx</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxxx</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxxxx</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxxxx&nbsp;</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxxxx x</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxxxx xx</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxxxx xxx</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxxxx xxxx</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxxxx xxxxx</u></b></div>
+execTypeCharacterCommand: <b><u>xxxxxx xxxxxx</u></b> <span id="test"></span><div><b><u>&nbsp;xxxxxx xxxxxx</u></b></div>
+execUnderlineCommand: <b><u>xxxxxx </u>xxxxxx</b> <span id="test"></span><div><b>&nbsp;xxxxxx <u>xxxxxx</u></b></div>

Powered by Google App Engine
This is Rietveld 408576698