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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/editing/style/5017613-1-expected.txt

Issue 2179033004: Convert editing/style/5017613-*.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutBlockFlow {P} at (0,0) size 784x54
7 LayoutText {#text} at (0,0) size 760x54
8 text run at (0,0) width 760: "This tests to see that plaintext-only re gions can be styled as long as they are fully selected. The editable, plaintext- only"
9 text run at (0,18) width 712: "cell should contain bold text, which sh ould be implemented with the bold CSS property in the cell's inline style"
10 text run at (0,36) width 325: "declaration, not with wrapper spans ins ide the cell."
11 LayoutBlockFlow {DIV} at (0,70) size 784x46
12 LayoutBlockFlow {DIV} at (0,0) size 784x18
13 LayoutInline {B} at (0,0) size 22x18
14 LayoutText {#text} at (0,0) size 22x18
15 text run at (0,0) width 22: "foo"
16 LayoutTable {TABLE} at (0,18) size 192x28 [border: (1px outset #808080)]
17 LayoutTableSection {TBODY} at (1,1) size 190x26
18 LayoutTableRow {TR} at (0,2) size 190x22
19 LayoutTableCell {TD} at (2,2) size 84x22 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1]
20 LayoutText {#text} at (2,2) size 80x18
21 text run at (2,2) width 80: "non-editable"
22 LayoutTableCell {TD} at (88,2) size 100x22 [border: (1px inset #80 8080)] [r=0 c=1 rs=1 cs=1]
23 LayoutText {#text} at (2,2) size 96x18
24 text run at (2,2) width 96: "plaintext-only"
25 selection start: position 0 of child 0 {#text} of child 0 {B} of child 0 {DIV} o f child 2 {DIV} of body
26 selection end: position 1 of child 1 {TABLE} of child 2 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698