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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/editing/style/apple-style-editable-mix-expected.txt

Issue 2454613002: Convert editing/style/apple-style-editable-mix.html to utilize w3c test harness (Closed)
Patch Set: 2016-10-26T17:04:03 Created 4 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: third_party/WebKit/LayoutTests/platform/linux/editing/style/apple-style-editable-mix-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/style/apple-style-editable-mix-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/style/apple-style-editable-mix-expected.txt
deleted file mode 100644
index 1518babb1324204565b90f2ff090b5cfa0f600fb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/editing/style/apple-style-editable-mix-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-layer at (0,0) size 800x600
- LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x600
- LayoutBlockFlow {HTML} at (0,0) size 800x600
- LayoutBlockFlow {BODY} at (8,8) size 784x584
- LayoutTable {TABLE} at (0,0) size 731x26
- LayoutTableSection {TBODY} at (0,0) size 731x26
- LayoutTableRow {TR} at (0,2) size 731x22
- LayoutTableCell {TD} at (2,2) size 619x22 [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (1,1) size 617x19
- text run at (1,1) width 617: "This tests that a style can be applied to a selection that contains both editable and non-editable content."
- text run at (618,1) width 0: " "
- LayoutTableCell {TD} at (623,2) size 106x22 [r=0 c=1 rs=1 cs=1]
- LayoutInline {SPAN} at (0,0) size 104x19
- LayoutInline {B} at (0,0) size 104x19
- LayoutText {#text} at (1,1) size 104x19
- text run at (1,1) width 104: "Editable - line 1"
- LayoutText {#text} at (105,1) size 0x19
- text run at (105,1) width 0: " "
- LayoutTable {TABLE} at (0,26) size 681x26
- LayoutTableSection {TBODY} at (0,0) size 681x26
- LayoutTableRow {TR} at (0,2) size 681x22
- LayoutTableCell {TD} at (2,2) size 569x22 [r=0 c=0 rs=1 cs=1]
- LayoutText {#text} at (1,1) size 567x19
- text run at (1,1) width 567: "The test passes if the editable content is bold, and the non editable content remains unchanged."
- text run at (568,1) width 0: " "
- LayoutTableCell {TD} at (573,2) size 106x22 [r=0 c=1 rs=1 cs=1]
- LayoutInline {SPAN} at (0,0) size 104x19
- LayoutInline {B} at (0,0) size 104x19
- LayoutText {#text} at (1,1) size 104x19
- text run at (1,1) width 104: "Editable - line 2"
- LayoutText {#text} at (105,1) size 0x19
- text run at (105,1) width 0: " "
-selection start: position 0 of child 1 {TABLE} of body
-selection end: position 2 of child 3 {TABLE} of body

Powered by Google App Engine
This is Rietveld 408576698