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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/css/first-child-pseudo-class-expected.txt

Issue 1920463002: Manual rebaselines for r388291 #2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 2270 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 2270
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x2270 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 3 layer at (0,0) size 785x2270 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x2270 4 LayoutBlockFlow {HTML} at (0,0) size 785x2270
5 LayoutBlockFlow {BODY} at (8,16) size 769x2206 [bgcolor=#FFFFFF] 5 LayoutBlockFlow {BODY} at (8,16) size 769x2206 [bgcolor=#FFFFFF]
6 LayoutBlockFlow {P} at (0,0) size 769x18 6 LayoutBlockFlow {P} at (0,0) size 769x18
7 LayoutText {#text} at (0,0) size 168x17 7 LayoutText {#text} at (0,0) size 168x17
8 text run at (0,0) width 168: "This page is part of the " 8 text run at (0,0) width 168: "This page is part of the "
9 LayoutInline {A} at (0,0) size 73x17 [color=#0000EE] 9 LayoutInline {A} at (0,0) size 73x17 [color=#0000EE]
10 LayoutText {#text} at (167,0) size 73x17 10 LayoutText {#text} at (167,0) size 73x17
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 text run at (45,55) width 1: " " 182 text run at (45,55) width 1: " "
183 text run at (6,70) width 251: " <div id='insertBefore'></div>" 183 text run at (6,70) width 251: " <div id='insertBefore'></div>"
184 text run at (256,70) width 1: " " 184 text run at (256,70) width 1: " "
185 text run at (6,85) width 48: "</div>" 185 text run at (6,85) width 48: "</div>"
186 text run at (53,85) width 1: " " 186 text run at (53,85) width 1: " "
187 text run at (6,100) width 1: " " 187 text run at (6,100) width 1: " "
188 text run at (6,115) width 383: "var ib = document.getElementById(' insertBefore');" 188 text run at (6,115) width 383: "var ib = document.getElementById(' insertBefore');"
189 text run at (388,115) width 1: " " 189 text run at (388,115) width 1: " "
190 text run at (6,130) width 508: "ib.parentElement.insertBefore(docu ment.createElement(\"div\"), ib);" 190 text run at (6,130) width 508: "ib.parentElement.insertBefore(docu ment.createElement(\"div\"), ib);"
191 LayoutBlockFlow {P} at (16,220) size 583.19x18 191 LayoutBlockFlow {P} at (16,220) size 583.19x18
192 LayoutText {#text} at (0,0) size 520x17 192 LayoutText {#text} at (0,0) size 519x17
193 text run at (0,0) width 520: "The original div element should not be a match for the :first-child selector." 193 text run at (0,0) width 519: "The original div element should not be a match for the :first-child selector."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698