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

Side by Side Diff: LayoutTests/platform/linux/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 4321 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 4321
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x4321 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x4321 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x4321 4 LayoutBlockFlow {HTML} at (0,0) size 785x4321
5 LayoutBlockFlow {BODY} at (8,8) size 769x4305 [bgcolor=#CCCCCC] 5 LayoutBlockFlow {BODY} at (8,8) size 769x4305 [bgcolor=#CCCCCC]
6 LayoutBlockFlow {P} at (0,0) size 769x20 6 LayoutBlockFlow {P} at (0,0) size 769x20
7 LayoutText {#text} at (0,0) size 337x19 7 LayoutText {#text} at (0,0) size 337x19
8 text run at (0,0) width 337: "The style declarations which apply to th e text below are:" 8 text run at (0,0) width 337: "The style declarations which apply to th e text below are:"
9 LayoutBlockFlow {PRE} at (0,36) size 769x864 9 LayoutBlockFlow {PRE} at (0,36) size 769x864
10 LayoutText {#text} at (0,0) size 568x864 10 LayoutText {#text} at (0,0) size 568x864
11 text run at (0,0) width 304: "P.one {color: green; rotation: 70deg;}" 11 text run at (0,0) width 304: "P.one {color: green; rotation: 70deg;}"
12 text run at (304,0) width 0: " " 12 text run at (304,0) width 0: " "
13 text run at (0,16) width 176: "P.oneb {color: green;}" 13 text run at (0,16) width 176: "P.oneb {color: green;}"
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 LayoutText {#text} at (0,0) size 452x19 533 LayoutText {#text} at (0,0) size 452x19
534 text run at (0,0) width 452: "This paragraph should be green, because only the first declaration is invalid." 534 text run at (0,0) width 452: "This paragraph should be green, because only the first declaration is invalid."
535 LayoutBlockFlow {P} at (4,1588) size 747x20 535 LayoutBlockFlow {P} at (4,1588) size 747x20
536 LayoutText {#text} at (48,0) size 571x19 536 LayoutText {#text} at (48,0) size 571x19
537 text run at (48,0) width 459: "This paragraph should be indent ed half an inch, but it should not be maroon. " 537 text run at (48,0) width 459: "This paragraph should be indent ed half an inch, but it should not be maroon. "
538 text run at (507,0) width 112: "It should be black." 538 text run at (507,0) width 112: "It should be black."
539 LayoutBlockFlow {P} at (4,1624) size 747x40 539 LayoutBlockFlow {P} at (4,1624) size 747x40
540 LayoutText {#text} at (0,0) size 722x39 540 LayoutText {#text} at (0,0) size 722x39
541 text run at (0,0) width 722: "This paragraph should be black, because the color declaration after the previous ruleset should be considered pa rt of the" 541 text run at (0,0) width 722: "This paragraph should be black, because the color declaration after the previous ruleset should be considered pa rt of the"
542 text run at (0,20) width 588: "selector for this ruleset, and this ruleset therefore has an invalid selector and should not be applied." 542 text run at (0,20) width 588: "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