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

Side by Side Diff: LayoutTests/platform/mac/css1/conformance/forward_compatible_parsing-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 4053 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 4053
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x4053 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x4053 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x4053 4 LayoutBlockFlow {HTML} at (0,0) size 785x4053
5 LayoutBlockFlow {BODY} at (8,8) size 769x4037 [bgcolor=#CCCCCC] 5 LayoutBlockFlow {BODY} at (8,8) size 769x4037 [bgcolor=#CCCCCC]
6 LayoutBlockFlow {P} at (0,0) size 769x18 6 LayoutBlockFlow {P} at (0,0) size 769x18
7 LayoutText {#text} at (0,0) size 363x18 7 LayoutText {#text} at (0,0) size 363x18
8 text run at (0,0) width 363: "The style declarations which apply to th e text below are:" 8 text run at (0,0) width 363: "The style declarations which apply to th e text below are:"
9 LayoutBlockFlow {PRE} at (0,34) size 769x810 9 LayoutBlockFlow {PRE} at (0,34) size 769x810
10 LayoutText {#text} at (0,0) size 554x810 10 LayoutText {#text} at (0,0) size 554x810
11 text run at (0,0) width 297: "P.one {color: green; rotation: 70deg;}" 11 text run at (0,0) width 297: "P.one {color: green; rotation: 70deg;}"
12 text run at (296,0) width 1: " " 12 text run at (296,0) width 1: " "
13 text run at (0,15) width 172: "P.oneb {color: green;}" 13 text run at (0,15) width 172: "P.oneb {color: green;}"
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 LayoutText {#text} at (0,0) size 489x18 540 LayoutText {#text} at (0,0) size 489x18
541 text run at (0,0) width 489: "This paragraph should be green, because only the first declaration is invalid." 541 text run at (0,0) width 489: "This paragraph should be green, because only the first declaration is invalid."
542 LayoutBlockFlow {P} at (4,1498) size 747x18 542 LayoutBlockFlow {P} at (4,1498) size 747x18
543 LayoutText {#text} at (48,0) size 612x18 543 LayoutText {#text} at (48,0) size 612x18
544 text run at (48,0) width 494: "This paragraph should be indent ed half an inch, but it should not be maroon. " 544 text run at (48,0) width 494: "This paragraph should be indent ed half an inch, but it should not be maroon. "
545 text run at (541,0) width 119: "It should be black." 545 text run at (541,0) width 119: "It should be black."
546 LayoutBlockFlow {P} at (4,1532) size 747x36 546 LayoutBlockFlow {P} at (4,1532) size 747x36
547 LayoutText {#text} at (0,0) size 743x36 547 LayoutText {#text} at (0,0) size 743x36
548 text run at (0,0) width 743: "This paragraph should be black, because the color declaration after the previous ruleset should be considered pa rt of" 548 text run at (0,0) width 743: "This paragraph should be black, because the color declaration after the previous ruleset should be considered pa rt of"
549 text run at (0,18) width 656: "the selector for this ruleset, and this ruleset therefore has an invalid selector and should not be applied." 549 text run at (0,18) width 656: "the selector for this ruleset, and this ruleset therefore has an invalid selector and should not be applied."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698