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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.txt

Issue 2287283002: Convert editing/inserting/paragraph-separator-0[123].html to use w3c test harness (Closed)
Patch Set: 2016-08-30T13:39:16 Created 4 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
Index: third_party/WebKit/LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.txt
deleted file mode 100644
index a6d83182bb51ae8136d766a6f6a8af0f5a04a5ab..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-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 784x579
- LayoutBlockFlow {P} at (0,0) size 784x54
- LayoutText {#text} at (0,0) size 767x54
- text run at (0,0) width 746: "Tests for a bug in the paragraph separator insertion code that would add an extra newline when inserting a paragraph"
- text run at (0,18) width 427: "separator at the end of a paragraph in text that preserves newlines. "
- text run at (426,18) width 341: "Also, an extraneous space would be added after 'foo'."
- text run at (0,36) width 230: "Only one newline should be added. "
- text run at (229,36) width 274: "And there should be no extraneous spaces."
- LayoutBlockFlow {P} at (0,70) size 784x18
- LayoutInline {B} at (0,0) size 155x18
- LayoutText {#text} at (0,0) size 155x18
- text run at (0,0) width 155: "It demonstrates a bug:"
- LayoutText {#text} at (154,0) size 593x18
- text run at (154,0) width 593: " too much padding is left between the new line and the end of the paragraph containing 'foo'."
- LayoutBlockFlow {DIV} at (0,104) size 784x58
- LayoutBlockFlow {PRE} at (0,0) size 784x15
- LayoutText {#text} at (0,0) size 24x15
- text run at (0,0) width 24: "foo"
- LayoutBlockFlow {PRE} at (0,28) size 784x30
- LayoutText {#text} at (0,0) size 24x30
- text run at (0,0) width 0: " "
- text run at (0,15) width 24: "bar"
-caret: position 0 of child 0 {#text} of child 1 {PRE} of child 4 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698