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

Side by Side Diff: LayoutTests/platform/win/fast/css/empty-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 1640 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 1640
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x1640 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x1640 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x1640 4 LayoutBlockFlow {HTML} at (0,0) size 785x1640
5 LayoutBlockFlow {BODY} at (8,16) size 769x1576 [bgcolor=#FFFFFF] 5 LayoutBlockFlow {BODY} at (8,16) size 769x1576 [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
11 text run at (167,0) width 73: "CSS3.info" 11 text run at (167,0) width 73: "CSS3.info"
12 LayoutText {#text} at (239,0) size 5x17 12 LayoutText {#text} at (239,0) size 5x17
13 text run at (239,0) width 5: " " 13 text run at (239,0) width 5: " "
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 text run at (230,57) width 1: " " 121 text run at (230,57) width 1: " "
122 text run at (6,73) width 1: " " 122 text run at (6,73) width 1: " "
123 text run at (6,89) width 385: "var ib = document.getElementById('a ppendChild');" 123 text run at (6,89) width 385: "var ib = document.getElementById('a ppendChild');"
124 text run at (390,89) width 1: " " 124 text run at (390,89) width 1: " "
125 text run at (6,105) width 369: "ib.appendChild(document.createElem ent(\"div\"));" 125 text run at (6,105) width 369: "ib.appendChild(document.createElem ent(\"div\"));"
126 LayoutBlockFlow {P} at (16,196) size 583.19x36 126 LayoutBlockFlow {P} at (16,196) size 583.19x36
127 LayoutText {#text} at (0,0) size 575x35 127 LayoutText {#text} at (0,0) size 575x35
128 text run at (0,0) width 575: "The CSS selector should not match th e orignal div element, because it will not be" 128 text run at (0,0) width 575: "The CSS selector should not match th e orignal div element, because it will not be"
129 text run at (0,18) width 49: "empty " 129 text run at (0,18) width 49: "empty "
130 text run at (48,18) width 454: "anymore after the Javascript code appends a child element to it." 130 text run at (48,18) width 454: "anymore after the Javascript code appends a child element to it."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698