Commit b78e9437 authored by abarth@chromium.org's avatar abarth@chromium.org

Remove isolatesBlending from render tree dumps

This CL removes the "isolatesBlending" string from render tree dumps. When we
compute render tree dumps, this state is not always up-to-date, which means
we're getting stale information in the render tree dumps. We don't include
other descendant-dependent flags in render tree dumps for this reason.

This CL costs us some test coverage, but the appropriate way to regain that
test coverage to use reference tests to ensure that the pixels we draw are
correctly blended rather than hard-coding internal state from the engine into
test results.

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/466943002

git-svn-id: svn://svn.chromium.org/blink/trunk@180111 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent c5d9be76
...@@ -6,63 +6,63 @@ layer at (0,0) size 800x308 ...@@ -6,63 +6,63 @@ layer at (0,0) size 800x308
layer at (28,28) size 60x60 transparent layer at (28,28) size 60x60 transparent
RenderBlock (floating) {DIV} at (20,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (20,20) size 60x60 [bgcolor=#EE82EE]
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (128,28) size 60x60 transparent isolatesBlending layer at (128,28) size 60x60 transparent
RenderBlock (floating) {DIV} at (120,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (120,20) size 60x60 [bgcolor=#EE82EE]
layer at (148,48) size 60x60 blendMode: multiply layer at (148,48) size 60x60 blendMode: multiply
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (228,28) size 60x60 transparent isolatesBlending layer at (228,28) size 60x60 transparent
RenderBlock (floating) {DIV} at (220,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (220,20) size 60x60 [bgcolor=#EE82EE]
layer at (248,48) size 60x60 blendMode: screen layer at (248,48) size 60x60 blendMode: screen
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (328,28) size 60x60 transparent isolatesBlending layer at (328,28) size 60x60 transparent
RenderBlock (floating) {DIV} at (320,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (320,20) size 60x60 [bgcolor=#EE82EE]
layer at (348,48) size 60x60 blendMode: overlay layer at (348,48) size 60x60 blendMode: overlay
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (428,28) size 60x60 transparent isolatesBlending layer at (428,28) size 60x60 transparent
RenderBlock (floating) {DIV} at (420,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (420,20) size 60x60 [bgcolor=#EE82EE]
layer at (448,48) size 60x60 blendMode: darken layer at (448,48) size 60x60 blendMode: darken
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (528,28) size 60x60 transparent isolatesBlending layer at (528,28) size 60x60 transparent
RenderBlock (floating) {DIV} at (520,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (520,20) size 60x60 [bgcolor=#EE82EE]
layer at (548,48) size 60x60 blendMode: lighten layer at (548,48) size 60x60 blendMode: lighten
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (628,28) size 60x60 transparent isolatesBlending layer at (628,28) size 60x60 transparent
RenderBlock (floating) {DIV} at (620,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (620,20) size 60x60 [bgcolor=#EE82EE]
layer at (648,48) size 60x60 blendMode: color-dodge layer at (648,48) size 60x60 blendMode: color-dodge
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (28,128) size 60x60 transparent isolatesBlending layer at (28,128) size 60x60 transparent
RenderBlock (floating) {DIV} at (20,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (20,120) size 60x60 [bgcolor=#EE82EE]
layer at (48,148) size 60x60 blendMode: color-burn layer at (48,148) size 60x60 blendMode: color-burn
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (128,128) size 60x60 transparent isolatesBlending layer at (128,128) size 60x60 transparent
RenderBlock (floating) {DIV} at (120,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (120,120) size 60x60 [bgcolor=#EE82EE]
layer at (148,148) size 60x60 blendMode: hard-light layer at (148,148) size 60x60 blendMode: hard-light
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (228,128) size 60x60 transparent isolatesBlending layer at (228,128) size 60x60 transparent
RenderBlock (floating) {DIV} at (220,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (220,120) size 60x60 [bgcolor=#EE82EE]
layer at (248,148) size 60x60 blendMode: soft-light layer at (248,148) size 60x60 blendMode: soft-light
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (328,128) size 60x60 transparent isolatesBlending layer at (328,128) size 60x60 transparent
RenderBlock (floating) {DIV} at (320,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (320,120) size 60x60 [bgcolor=#EE82EE]
layer at (348,148) size 60x60 blendMode: difference layer at (348,148) size 60x60 blendMode: difference
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (428,128) size 60x60 transparent isolatesBlending layer at (428,128) size 60x60 transparent
RenderBlock (floating) {DIV} at (420,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (420,120) size 60x60 [bgcolor=#EE82EE]
layer at (448,148) size 60x60 blendMode: exclusion layer at (448,148) size 60x60 blendMode: exclusion
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (528,128) size 60x60 transparent isolatesBlending layer at (528,128) size 60x60 transparent
RenderBlock (floating) {DIV} at (520,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (520,120) size 60x60 [bgcolor=#EE82EE]
layer at (548,148) size 60x60 blendMode: hue layer at (548,148) size 60x60 blendMode: hue
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (628,128) size 60x60 transparent isolatesBlending layer at (628,128) size 60x60 transparent
RenderBlock (floating) {DIV} at (620,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (620,120) size 60x60 [bgcolor=#EE82EE]
layer at (648,148) size 60x60 blendMode: saturation layer at (648,148) size 60x60 blendMode: saturation
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (28,228) size 60x60 transparent isolatesBlending layer at (28,228) size 60x60 transparent
RenderBlock (floating) {DIV} at (20,220) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (20,220) size 60x60 [bgcolor=#EE82EE]
layer at (48,248) size 60x60 blendMode: color layer at (48,248) size 60x60 blendMode: color
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (128,228) size 60x60 transparent isolatesBlending layer at (128,228) size 60x60 transparent
RenderBlock (floating) {DIV} at (120,220) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) {DIV} at (120,220) size 60x60 [bgcolor=#EE82EE]
layer at (148,248) size 60x60 blendMode: luminosity layer at (148,248) size 60x60 blendMode: luminosity
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
...@@ -4,63 +4,63 @@ layer at (0,0) size 800x308 layerType: background only ...@@ -4,63 +4,63 @@ layer at (0,0) size 800x308 layerType: background only
layer at (28,28) size 60x60 layer at (28,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (20,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (20,20) size 60x60 [bgcolor=#EE82EE]
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (128,28) size 60x60 isolatesBlending layer at (128,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (120,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (120,20) size 60x60 [bgcolor=#EE82EE]
layer at (148,48) size 60x60 blendMode: multiply layer at (148,48) size 60x60 blendMode: multiply
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (228,28) size 60x60 isolatesBlending layer at (228,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (220,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (220,20) size 60x60 [bgcolor=#EE82EE]
layer at (248,48) size 60x60 blendMode: screen layer at (248,48) size 60x60 blendMode: screen
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (328,28) size 60x60 isolatesBlending layer at (328,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (320,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (320,20) size 60x60 [bgcolor=#EE82EE]
layer at (348,48) size 60x60 blendMode: overlay layer at (348,48) size 60x60 blendMode: overlay
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (428,28) size 60x60 isolatesBlending layer at (428,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (420,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (420,20) size 60x60 [bgcolor=#EE82EE]
layer at (448,48) size 60x60 blendMode: darken layer at (448,48) size 60x60 blendMode: darken
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (528,28) size 60x60 isolatesBlending layer at (528,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (520,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (520,20) size 60x60 [bgcolor=#EE82EE]
layer at (548,48) size 60x60 blendMode: lighten layer at (548,48) size 60x60 blendMode: lighten
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (628,28) size 60x60 isolatesBlending layer at (628,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (620,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (620,20) size 60x60 [bgcolor=#EE82EE]
layer at (648,48) size 60x60 blendMode: color-dodge layer at (648,48) size 60x60 blendMode: color-dodge
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (28,128) size 60x60 isolatesBlending layer at (28,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (20,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (20,120) size 60x60 [bgcolor=#EE82EE]
layer at (48,148) size 60x60 blendMode: color-burn layer at (48,148) size 60x60 blendMode: color-burn
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (128,128) size 60x60 isolatesBlending layer at (128,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (120,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (120,120) size 60x60 [bgcolor=#EE82EE]
layer at (148,148) size 60x60 blendMode: hard-light layer at (148,148) size 60x60 blendMode: hard-light
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (228,128) size 60x60 isolatesBlending layer at (228,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (220,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (220,120) size 60x60 [bgcolor=#EE82EE]
layer at (248,148) size 60x60 blendMode: soft-light layer at (248,148) size 60x60 blendMode: soft-light
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (328,128) size 60x60 isolatesBlending layer at (328,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (320,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (320,120) size 60x60 [bgcolor=#EE82EE]
layer at (348,148) size 60x60 blendMode: difference layer at (348,148) size 60x60 blendMode: difference
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (428,128) size 60x60 isolatesBlending layer at (428,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (420,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (420,120) size 60x60 [bgcolor=#EE82EE]
layer at (448,148) size 60x60 blendMode: exclusion layer at (448,148) size 60x60 blendMode: exclusion
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (528,128) size 60x60 isolatesBlending layer at (528,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (520,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (520,120) size 60x60 [bgcolor=#EE82EE]
layer at (548,148) size 60x60 blendMode: hue layer at (548,148) size 60x60 blendMode: hue
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (628,128) size 60x60 isolatesBlending layer at (628,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (620,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (620,120) size 60x60 [bgcolor=#EE82EE]
layer at (648,148) size 60x60 blendMode: saturation layer at (648,148) size 60x60 blendMode: saturation
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (28,228) size 60x60 isolatesBlending layer at (28,228) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (20,220) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (20,220) size 60x60 [bgcolor=#EE82EE]
layer at (48,248) size 60x60 blendMode: color layer at (48,248) size 60x60 blendMode: color
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (128,228) size 60x60 isolatesBlending layer at (128,228) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (120,220) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (120,220) size 60x60 [bgcolor=#EE82EE]
layer at (148,248) size 60x60 blendMode: luminosity layer at (148,248) size 60x60 blendMode: luminosity
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
......
...@@ -6,91 +6,91 @@ layer at (28,28) size 60x60 ...@@ -6,91 +6,91 @@ layer at (28,28) size 60x60
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (68,68) size 60x60 layer at (68,68) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (128,28) size 60x60 isolatesBlending layer at (128,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (120,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (120,20) size 60x60 [bgcolor=#EE82EE]
layer at (148,48) size 60x60 blendMode: multiply layer at (148,48) size 60x60 blendMode: multiply
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (168,68) size 60x60 layer at (168,68) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (228,28) size 60x60 isolatesBlending layer at (228,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (220,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (220,20) size 60x60 [bgcolor=#EE82EE]
layer at (248,48) size 60x60 blendMode: screen layer at (248,48) size 60x60 blendMode: screen
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (268,68) size 60x60 layer at (268,68) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (328,28) size 60x60 isolatesBlending layer at (328,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (320,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (320,20) size 60x60 [bgcolor=#EE82EE]
layer at (348,48) size 60x60 blendMode: overlay layer at (348,48) size 60x60 blendMode: overlay
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (368,68) size 60x60 layer at (368,68) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (428,28) size 60x60 isolatesBlending layer at (428,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (420,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (420,20) size 60x60 [bgcolor=#EE82EE]
layer at (448,48) size 60x60 blendMode: darken layer at (448,48) size 60x60 blendMode: darken
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (468,68) size 60x60 layer at (468,68) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (528,28) size 60x60 isolatesBlending layer at (528,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (520,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (520,20) size 60x60 [bgcolor=#EE82EE]
layer at (548,48) size 60x60 blendMode: lighten layer at (548,48) size 60x60 blendMode: lighten
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (568,68) size 60x60 layer at (568,68) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (628,28) size 60x60 isolatesBlending layer at (628,28) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (620,20) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (620,20) size 60x60 [bgcolor=#EE82EE]
layer at (648,48) size 60x60 blendMode: color-dodge layer at (648,48) size 60x60 blendMode: color-dodge
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (668,68) size 60x60 layer at (668,68) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (28,128) size 60x60 isolatesBlending layer at (28,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (20,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (20,120) size 60x60 [bgcolor=#EE82EE]
layer at (48,148) size 60x60 blendMode: color-burn layer at (48,148) size 60x60 blendMode: color-burn
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (68,168) size 60x60 layer at (68,168) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (128,128) size 60x60 isolatesBlending layer at (128,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (120,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (120,120) size 60x60 [bgcolor=#EE82EE]
layer at (148,148) size 60x60 blendMode: hard-light layer at (148,148) size 60x60 blendMode: hard-light
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (168,168) size 60x60 layer at (168,168) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (228,128) size 60x60 isolatesBlending layer at (228,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (220,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (220,120) size 60x60 [bgcolor=#EE82EE]
layer at (248,148) size 60x60 blendMode: soft-light layer at (248,148) size 60x60 blendMode: soft-light
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (268,168) size 60x60 layer at (268,168) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (328,128) size 60x60 isolatesBlending layer at (328,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (320,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (320,120) size 60x60 [bgcolor=#EE82EE]
layer at (348,148) size 60x60 blendMode: difference layer at (348,148) size 60x60 blendMode: difference
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (368,168) size 60x60 layer at (368,168) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (428,128) size 60x60 isolatesBlending layer at (428,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (420,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (420,120) size 60x60 [bgcolor=#EE82EE]
layer at (448,148) size 60x60 blendMode: exclusion layer at (448,148) size 60x60 blendMode: exclusion
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (468,168) size 60x60 layer at (468,168) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (528,128) size 60x60 isolatesBlending layer at (528,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (520,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (520,120) size 60x60 [bgcolor=#EE82EE]
layer at (548,148) size 60x60 blendMode: hue layer at (548,148) size 60x60 blendMode: hue
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (568,168) size 60x60 layer at (568,168) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (628,128) size 60x60 isolatesBlending layer at (628,128) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (620,120) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (620,120) size 60x60 [bgcolor=#EE82EE]
layer at (648,148) size 60x60 blendMode: saturation layer at (648,148) size 60x60 blendMode: saturation
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (668,168) size 60x60 layer at (668,168) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (28,228) size 60x60 isolatesBlending layer at (28,228) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (20,220) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (20,220) size 60x60 [bgcolor=#EE82EE]
layer at (48,248) size 60x60 blendMode: color layer at (48,248) size 60x60 blendMode: color
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
layer at (68,268) size 60x60 layer at (68,268) size 60x60
RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500] RenderBlock (positioned) zI: 1 {DIV} at (40,40) size 60x60 [bgcolor=#FFA500]
layer at (128,228) size 60x60 isolatesBlending layer at (128,228) size 60x60
RenderBlock (floating) zI: -1 {DIV} at (120,220) size 60x60 [bgcolor=#EE82EE] RenderBlock (floating) zI: -1 {DIV} at (120,220) size 60x60 [bgcolor=#EE82EE]
layer at (148,248) size 60x60 blendMode: luminosity layer at (148,248) size 60x60 blendMode: luminosity
RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock {DIV} at (20,20) size 60x60 [bgcolor=#008000]
......
layer at (0,0) size 800x600 layer at (0,0) size 800x600
RenderView at (0,0) size 800x600 RenderView at (0,0) size 800x600
layer at (0,0) size 800x308 isolatesBlending layer at (0,0) size 800x308
RenderBlock {HTML} at (0,0) size 800x308 RenderBlock {HTML} at (0,0) size 800x308
RenderBody {BODY} at (8,8) size 784x0 RenderBody {BODY} at (8,8) size 784x0
RenderBlock (floating) {DIV} at (20,20) size 60x60 [bgcolor=#008000] RenderBlock (floating) {DIV} at (20,20) size 60x60 [bgcolor=#008000]
......
layer at (0,0) size 800x600 layer at (0,0) size 800x600
RenderView at (0,0) size 800x600 RenderView at (0,0) size 800x600
layer at (0,0) size 800x308 isolatesBlending layer at (0,0) size 800x308
RenderBlock {HTML} at (0,0) size 800x308 RenderBlock {HTML} at (0,0) size 800x308
RenderBody {BODY} at (8,8) size 784x0 RenderBody {BODY} at (8,8) size 784x0
RenderBlock (floating) {DIV} at (20,20) size 60x60 [color=#00FF00] [bgcolor=#008000] RenderBlock (floating) {DIV} at (20,20) size 60x60 [color=#00FF00] [bgcolor=#008000]
......
...@@ -550,8 +550,6 @@ static void write(TextStream& ts, RenderLayer& l, ...@@ -550,8 +550,6 @@ static void write(TextStream& ts, RenderLayer& l,
else if (paintPhase == LayerPaintPhaseForeground) else if (paintPhase == LayerPaintPhaseForeground)
ts << " layerType: foreground only"; ts << " layerType: foreground only";
if (l.blendInfo().childLayerHasBlendMode())
ts << " isolatesBlending";
if (l.blendInfo().hasBlendMode()) if (l.blendInfo().hasBlendMode())
ts << " blendMode: " << compositeOperatorName(CompositeSourceOver, l.blendInfo().blendMode()); ts << " blendMode: " << compositeOperatorName(CompositeSourceOver, l.blendInfo().blendMode());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment