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

Unified Diff: LayoutTests/platform/linux/editing/selection/user-select-all-with-shift-expected.txt

Issue 22751005: Convert USERSELECT_ALL to a runtime enabled feature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: undo reordering of if statements Created 7 years, 4 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
« no previous file with comments | « LayoutTests/editing/selection/user-select-all-selection-expected.txt ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/linux/editing/selection/user-select-all-with-shift-expected.txt
diff --git a/LayoutTests/platform/linux/editing/selection/user-select-all-with-shift-expected.txt b/LayoutTests/platform/linux/editing/selection/user-select-all-with-shift-expected.txt
index f2f2eae489b2ca942d1db3be54d9fbb525d19a0e..e8319312925853c3caf9fe03bf836e0854a25d57 100644
--- a/LayoutTests/platform/linux/editing/selection/user-select-all-with-shift-expected.txt
+++ b/LayoutTests/platform/linux/editing/selection/user-select-all-with-shift-expected.txt
@@ -7,7 +7,7 @@ After clicking on the first element (Mac):
| <div>
| class="select-all"
| id="first"
-| "F<#selection-caret>irst element"
+| "<#selection-anchor>First element<#selection-focus>"
| "
Some other text.
"
@@ -24,14 +24,14 @@ After shift clicking on the second element (Mac):
| <div>
| class="select-all"
| id="first"
-| "F<#selection-anchor>irst element"
+| "<#selection-anchor>First element"
| "
Some other text.
"
| <div>
| class="select-all"
| id="second"
-| "S<#selection-focus>econd element"
+| "Second element<#selection-focus>"
| "
"
@@ -48,7 +48,7 @@ Some other text.
| <div>
| class="select-all"
| id="second"
-| "<#selection-anchor>Second<#selection-focus> element"
+| "<#selection-anchor>Second element<#selection-focus>"
| "
"
@@ -65,7 +65,7 @@ Some other text.
| <div>
| class="select-all"
| id="second"
-| "Second <#selection-anchor>element"
+| "Second element<#selection-anchor>"
| "
"
@@ -82,7 +82,7 @@ Some other text.
| <div>
| class="select-all"
| id="second"
-| "Second <#selection-anchor>element"
+| "Second element<#selection-anchor>"
| "
"
@@ -99,7 +99,7 @@ Some other text.
| <div>
| class="select-all"
| id="second"
-| "<#selection-focus>Second <#selection-anchor>element"
+| "<#selection-focus>Second element<#selection-anchor>"
| "
"
@@ -116,7 +116,7 @@ Some other text.
| <div>
| class="select-all"
| id="second"
-| "<#selection-anchor>Second<#selection-focus> element"
+| "<#selection-anchor>Second element<#selection-focus>"
| "
"
@@ -167,7 +167,7 @@ Some other text.
| <div>
| class="select-all"
| id="second"
-| "<#selection-anchor>Second<#selection-focus> element"
+| "<#selection-anchor>Second element<#selection-focus>"
| "
"
@@ -184,7 +184,7 @@ Some other text.
| <div>
| class="select-all"
| id="second"
-| "<#selection-anchor>Second<#selection-focus> element"
+| "<#selection-anchor>Second element<#selection-focus>"
| "
"
« no previous file with comments | « LayoutTests/editing/selection/user-select-all-selection-expected.txt ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698