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

Side by Side Diff: LayoutTests/platform/linux/fast/css/only-child-pseudo-class-expected.txt

Issue 1349473003: Remove DeprecatedPaintLayerFragment::outlineRect (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed line, added rebaselines. Created 5 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
1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 1661 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 1661
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x1661 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x1661 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x1661 4 LayoutBlockFlow {HTML} at (0,0) size 785x1661
5 LayoutBlockFlow {BODY} at (8,16) size 769x1597 [bgcolor=#FFFFFF] 5 LayoutBlockFlow {BODY} at (8,16) size 769x1597 [bgcolor=#FFFFFF]
6 LayoutBlockFlow {P} at (0,0) size 769x19 6 LayoutBlockFlow {P} at (0,0) size 769x19
7 LayoutText {#text} at (0,0) size 162x18 7 LayoutText {#text} at (0,0) size 162x18
8 text run at (0,0) width 162: "This page is part of the " 8 text run at (0,0) width 162: "This page is part of the "
9 LayoutInline {A} at (0,0) size 72x18 [color=#0000EE] 9 LayoutInline {A} at (0,0) size 72x18 [color=#0000EE]
10 LayoutText {#text} at (162,0) size 72x18 10 LayoutText {#text} at (162,0) size 72x18
11 text run at (162,0) width 72: "CSS3.info" 11 text run at (162,0) width 72: "CSS3.info"
12 LayoutText {#text} at (234,0) size 4x18 12 LayoutText {#text} at (234,0) size 4x18
13 text run at (234,0) width 4: " " 13 text run at (234,0) width 4: " "
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 text run at (54,90) width 1: " " 133 text run at (54,90) width 1: " "
134 text run at (6,106) width 1: " " 134 text run at (6,106) width 1: " "
135 text run at (6,122) width 385: "var ib = document.getElementById(' appendChild');" 135 text run at (6,122) width 385: "var ib = document.getElementById(' appendChild');"
136 text run at (390,122) width 1: " " 136 text run at (390,122) width 1: " "
137 text run at (6,138) width 481: "ib.parentElement.appendChild(docum ent.createElement(\"div\"));" 137 text run at (6,138) width 481: "ib.parentElement.appendChild(docum ent.createElement(\"div\"));"
138 LayoutBlockFlow {P} at (16,229) size 583.19x38 138 LayoutBlockFlow {P} at (16,229) size 583.19x38
139 LayoutText {#text} at (0,0) size 583x37 139 LayoutText {#text} at (0,0) size 583x37
140 text run at (0,0) width 506: "The CSS selector should not match th e original div element, because it is " 140 text run at (0,0) width 506: "The CSS selector should not match th e original div element, because it is "
141 text run at (506,0) width 77: "not the only" 141 text run at (506,0) width 77: "not the only"
142 text run at (0,19) width 459: "child anymore after another child i s append by the Javascript code." 142 text run at (0,19) width 459: "child anymore after another child i s append by the Javascript code."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698