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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/editing/spelling/remove_spelling_markers-expected.txt

Issue 2650183002: Remove spelling markers when element is not editable (Closed)
Patch Set: Add Mac and Windows baselines Created 3 years, 11 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: third_party/WebKit/LayoutTests/platform/linux/editing/spelling/remove_spelling_markers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/spelling/remove_spelling_markers-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/spelling/remove_spelling_markers-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4fb057283644ff5353e0905a094f5199a2a3adca
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/linux/editing/spelling/remove_spelling_markers-expected.txt
@@ -0,0 +1,20 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x100
+ LayoutBlockFlow {HTML} at (0,0) size 800x100
+ LayoutBlockFlow {BODY} at (8,16) size 784x76
+ LayoutBlockFlow {P} at (0,0) size 784x40
+ LayoutText {#text} at (0,0) size 775x39
+ text run at (0,0) width 775: "The test checks that removing \"contenteditable\" from an element, also removes the spelling markers. It passes if you don't see any"
+ text run at (0,20) width 215: "spelling marker in the following text."
+ LayoutBlockFlow {DIV} at (0,56) size 784x20
+ LayoutInline {SPAN} at (0,0) size 32x19
+ LayoutText {#text} at (0,0) size 32x19
+ text run at (0,0) width 32: "some"
+ LayoutText {#text} at (32,0) size 4x19
+ text run at (32,0) width 4: " "
+ LayoutInline {SPAN} at (0,0) size 62x19
+ LayoutText {#text} at (36,0) size 62x19
+ text run at (36,0) width 62: "mispelllled"
+ LayoutText {#text} at (98,0) size 30x19
+ text run at (98,0) width 30: " text."

Powered by Google App Engine
This is Rietveld 408576698