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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/insertHorizontalRule-expected.txt

Issue 2172033003: Convert editing/execCommand/insertHorizontalRule.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-22T17:10:05 Created 4 years, 5 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
14 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
15 layer at (0,0) size 800x600
16 LayoutView at (0,0) size 800x600
17 layer at (0,0) size 800x600
18 LayoutBlockFlow {HTML} at (0,0) size 800x600
19 LayoutBlockFlow {BODY} at (8,8) size 784x584
20 LayoutBlockFlow {P} at (0,0) size 784x20
21 LayoutText {#text} at (0,0) size 343x19
22 text run at (0,0) width 343: "These are tests for execCommand(InsertHo rizontalRule)."
23 LayoutBlockFlow {P} at (0,36) size 784x20
24 LayoutText {#text} at (0,0) size 271x19
25 text run at (0,0) width 271: "This test inserts an hr between 'foo' an d 'bar'."
26 LayoutBlockFlow {DIV} at (0,72) size 784x58
27 LayoutBlockFlow (anonymous) at (0,0) size 784x20
28 LayoutText {#text} at (0,0) size 20x19
29 text run at (0,0) width 20: "foo"
30 LayoutBlockFlow {HR} at (0,28) size 784x2 [border: (1px inset #EEEEEE)]
31 LayoutBlockFlow (anonymous) at (0,38) size 784x20
32 LayoutText {#text} at (0,0) size 20x19
33 text run at (0,0) width 20: "bar"
34 LayoutBlockFlow {P} at (0,146) size 784x20
35 LayoutText {#text} at (0,0) size 599x19
36 text run at (0,0) width 599: "This test inserts an hr with id=\"hr\" b etween 'foo' and 'bar', fetches the hr using its id, then removes it."
37 LayoutBlockFlow {DIV} at (0,182) size 784x20
38 LayoutText {#text} at (0,0) size 20x19
39 text run at (0,0) width 20: "foo"
40 LayoutText {#text} at (20,0) size 20x19
41 text run at (20,0) width 20: "bar"
42 caret: position 2 of child 8 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698