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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 layer at (0,0) size 800x600
7 LayoutView at (0,0) size 800x600
8 layer at (0,0) size 800x600
9 LayoutBlockFlow {HTML} at (0,0) size 800x600
10 LayoutBlockFlow {BODY} at (8,8) size 784x579
11 LayoutBlockFlow {P} at (0,0) size 784x60
12 LayoutText {#text} at (0,0) size 775x59
13 text run at (0,0) width 775: "Tests for a bug in the paragraph separat or insertion code that would add an extra newline when inserting a paragraph sep arator at"
14 text run at (0,20) width 327: "the end of a paragraph in text that pre serves newlines. "
15 text run at (327,20) width 329: "Also, an extraneous space would be ad ded after 'foo'. "
16 text run at (656,20) width 104: "Only one newline"
17 text run at (0,40) width 108: "should be added. "
18 text run at (108,40) width 259: "And there should be no extraneous spa ces."
19 LayoutBlockFlow {P} at (0,76) size 784x20
20 LayoutInline {B} at (0,0) size 150x19
21 LayoutText {#text} at (0,0) size 150x19
22 text run at (0,0) width 150: "It demonstrates a bug:"
23 LayoutText {#text} at (150,0) size 552x19
24 text run at (150,0) width 552: " too much padding is left between the new line and the end of the paragraph containing 'foo'."
25 LayoutBlockFlow {DIV} at (0,112) size 784x61
26 LayoutBlockFlow {PRE} at (0,0) size 784x16
27 LayoutText {#text} at (0,0) size 24x16
28 text run at (0,0) width 24: "foo"
29 LayoutBlockFlow {PRE} at (0,29) size 784x32
30 LayoutText {#text} at (0,0) size 24x32
31 text run at (0,0) width 0: " "
32 text run at (0,16) width 24: "bar"
33 caret: position 0 of child 0 {#text} of child 1 {PRE} of child 4 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698