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

Side by Side Diff: LayoutTests/platform/linux/fast/css/first-of-type-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 2990 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 2990
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x2990 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x2990 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x2990 4 LayoutBlockFlow {HTML} at (0,0) size 785x2990
5 LayoutBlockFlow {BODY} at (8,16) size 769x2926 [bgcolor=#FFFFFF] 5 LayoutBlockFlow {BODY} at (8,16) size 769x2926 [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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 text run at (6,42) width 1: " " 220 text run at (6,42) width 1: " "
221 text run at (6,58) width 233: "<div id='insertBefore'></div>" 221 text run at (6,58) width 233: "<div id='insertBefore'></div>"
222 text run at (238,58) width 1: " " 222 text run at (238,58) width 1: " "
223 text run at (6,74) width 1: " " 223 text run at (6,74) width 1: " "
224 text run at (6,90) width 393: "var ib = document.getElementById('i nsertBefore');" 224 text run at (6,90) width 393: "var ib = document.getElementById('i nsertBefore');"
225 text run at (398,90) width 1: " " 225 text run at (398,90) width 1: " "
226 text run at (6,106) width 521: "ib.parentElement.insertBefore(docu ment.createElement(\"div\"), ib);" 226 text run at (6,106) width 521: "ib.parentElement.insertBefore(docu ment.createElement(\"div\"), ib);"
227 LayoutBlockFlow {P} at (16,197) size 583.19x19 227 LayoutBlockFlow {P} at (16,197) size 583.19x19
228 LayoutText {#text} at (0,0) size 514x18 228 LayoutText {#text} at (0,0) size 514x18
229 text run at (0,0) width 514: "The original div element should not be a match for the :first-of-type selector." 229 text run at (0,0) width 514: "The original div element should not be a match for the :first-of-type selector."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698