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

Unified Diff: LayoutTests/platform/win/editing/style/remove-underline-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-expected.txt
diff --git a/LayoutTests/platform/win/editing/style/remove-underline-expected.txt b/LayoutTests/platform/win/editing/style/remove-underline-expected.txt
index 837016121a5b9f58aaa5344b9b7a72ce8ef160d2..bc616939faab46196c35d3a7e0bb122fe19eba97 100644
--- a/LayoutTests/platform/win/editing/style/remove-underline-expected.txt
+++ b/LayoutTests/platform/win/editing/style/remove-underline-expected.txt
@@ -1,23 +1,23 @@
xxxxxx xxxxxx xxxxxx
execUnderlineCommand: <span id="test"></span>
execTypeCharacterCommand: <u>x</u> <span id="test"></span>
-execTypeCharacterCommand: <u>xx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx&nbsp;</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx x</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxxxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxxxx&nbsp;</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxxxx x</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxxxx xx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxxxx xxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxxxx xxxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxxxx xxxxx</u><span id="test"></span>
-execTypeCharacterCommand: <u>xxxxxx xxxxxx xxxxxx</u><span id="test"></span>
-execUnderlineCommand: <u>xxxxxx </u>xxxxxx <u>xxxxxx</u><span id="test"></span>
+execTypeCharacterCommand: <u>xx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx&nbsp;</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx x</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxxxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxxxx&nbsp;</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxxxx x</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxxxx xx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxxxx xxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxxxx xxxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxxxx xxxxx</u> <span id="test"></span>
+execTypeCharacterCommand: <u>xxxxxx xxxxxx xxxxxx</u> <span id="test"></span>
+execUnderlineCommand: <u>xxxxxx </u>xxxxxx <u>xxxxxx</u> <span id="test"></span>

Powered by Google App Engine
This is Rietveld 408576698