From 52becafbb9477276c5402a2e1dd727a840781f75 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 16 Jul 2015 09:43:12 -0700 Subject: [PATCH] Rebaseline tests after console spam reduction TBR=tonyg@google.com Review URL: https://codereview.chromium.org/1239983002 . --- tests/dom/appendChild-expected.txt | 14 ++++++------ tests/dom/attribute_collection-expected.txt | 16 +++++++------- .../dom/document_child_mutations-expected.txt | 22 +++++++++---------- tests/dom/getChildElements-expected.txt | 10 ++++----- tests/dom/ownerScope-expected.txt | 18 +++++++-------- tests/dom/replaceChild-expected.txt | 14 ++++++------ tests/examples/card_collection-expected.txt | 6 ++--- tests/examples/sector-expected.txt | 18 +++++++-------- tests/examples/stocks-expected.txt | 8 +++---- tests/examples/styled_text-expected.txt | 6 ++--- tests/examples/tabs-expected.txt | 6 ++--- tests/framework/color_accessors-expected.txt | 10 ++++----- tests/lowlevel/unittest-expected.txt | 10 ++++----- tests/raw/bogus_import-expected.txt | 10 ++++----- tests/raw/box_layout-expected.txt | 4 ++-- tests/raw/color_bounds-expected.txt | 14 ++++++------ tests/raw/null_text_crash-expected.txt | 10 ++++----- tests/raw/padding_deflate-expected.txt | 14 ++++++------ tests/raw/render_box-expected.txt | 14 ++++++------ tests/raw/render_flex-expected.txt | 14 ++++++------ tests/raw/sector_layout-expected.txt | 4 ++-- tests/styles/inline_style-expected.txt | 10 ++++----- tests/styles/inline_style_crash-expected.txt | 10 ++++----- tests/widgets/buttons-expected.txt | 10 ++++----- tests/widgets/dialog-expected.txt | 6 ++--- tests/widgets/syncs1-expected.txt | 10 ++++----- 26 files changed, 144 insertions(+), 144 deletions(-) diff --git a/tests/dom/appendChild-expected.txt b/tests/dom/appendChild-expected.txt index f0c12f5a128..66cd2b233ec 100644 --- a/tests/dom/appendChild-expected.txt +++ b/tests/dom/appendChild-expected.txt @@ -1,8 +1,8 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: should throw with invalid arguments -CONSOLE: PASS: should insert children -CONSOLE: PASS: should insert children with a fragment -CONSOLE: -CONSOLE: All 3 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: should throw with invalid arguments +PASS: should insert children +PASS: should insert children with a fragment + +All 3 tests passed. +unittest-suite-success DONE diff --git a/tests/dom/attribute_collection-expected.txt b/tests/dom/attribute_collection-expected.txt index dc4130f8593..4148c22b22d 100644 --- a/tests/dom/attribute_collection-expected.txt +++ b/tests/dom/attribute_collection-expected.txt @@ -1,9 +1,9 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: should get by index -CONSOLE: PASS: should set by name -CONSOLE: PASS: should be case sensitive -CONSOLE: PASS: should not live update -CONSOLE: -CONSOLE: All 4 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: should get by index +PASS: should set by name +PASS: should be case sensitive +PASS: should not live update + +All 4 tests passed. +unittest-suite-success DONE diff --git a/tests/dom/document_child_mutations-expected.txt b/tests/dom/document_child_mutations-expected.txt index 6bd598771e2..31bb91109a7 100644 --- a/tests/dom/document_child_mutations-expected.txt +++ b/tests/dom/document_child_mutations-expected.txt @@ -1,12 +1,12 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: should allow replacing the document element -CONSOLE: PASS: should allow replacing a text child with an element -CONSOLE: PASS: should allow replacing the document element with text -CONSOLE: PASS: should allow inserting text with a fragment -CONSOLE: PASS: should allow replacing the document element with a fragment -CONSOLE: PASS: should throw when inserting multiple elements -CONSOLE: PASS: should throw when inserting multiple elements with a fragment -CONSOLE: -CONSOLE: All 7 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: should allow replacing the document element +PASS: should allow replacing a text child with an element +PASS: should allow replacing the document element with text +PASS: should allow inserting text with a fragment +PASS: should allow replacing the document element with a fragment +PASS: should throw when inserting multiple elements +PASS: should throw when inserting multiple elements with a fragment + +All 7 tests passed. +unittest-suite-success DONE diff --git a/tests/dom/getChildElements-expected.txt b/tests/dom/getChildElements-expected.txt index 69faa7a6f5c..fd3d56c2ac6 100644 --- a/tests/dom/getChildElements-expected.txt +++ b/tests/dom/getChildElements-expected.txt @@ -1,6 +1,6 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: getChildElements should only include immediate children -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: getChildElements should only include immediate children + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/dom/ownerScope-expected.txt b/tests/dom/ownerScope-expected.txt index 6e96f3ec56f..e17fc2abd3c 100644 --- a/tests/dom/ownerScope-expected.txt +++ b/tests/dom/ownerScope-expected.txt @@ -1,10 +1,10 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: should return null for elements not a child of a scope -CONSOLE: PASS: should return the document for elements in the document scope -CONSOLE: PASS: should return the shadow root for elements in the shadow root scope -CONSOLE: PASS: should return self for a shadow root or document -CONSOLE: PASS: should dynamically update -CONSOLE: -CONSOLE: All 5 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: should return null for elements not a child of a scope +PASS: should return the document for elements in the document scope +PASS: should return the shadow root for elements in the shadow root scope +PASS: should return self for a shadow root or document +PASS: should dynamically update + +All 5 tests passed. +unittest-suite-success DONE diff --git a/tests/dom/replaceChild-expected.txt b/tests/dom/replaceChild-expected.txt index 21a0cce4319..3d7e353309d 100644 --- a/tests/dom/replaceChild-expected.txt +++ b/tests/dom/replaceChild-expected.txt @@ -1,8 +1,8 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: should replace elements -CONSOLE: PASS: should replace text -CONSOLE: PASS: should replace children with a fragment -CONSOLE: -CONSOLE: All 3 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: should replace elements +PASS: should replace text +PASS: should replace children with a fragment + +All 3 tests passed. +unittest-suite-success DONE diff --git a/tests/examples/card_collection-expected.txt b/tests/examples/card_collection-expected.txt index 5096fed2191..c06d573936e 100644 --- a/tests/examples/card_collection-expected.txt +++ b/tests/examples/card_collection-expected.txt @@ -1,9 +1,9 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #2 ---------------------------------------------- 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 2 | paintChild RenderScaffold at Point(0.0, 0.0) diff --git a/tests/examples/sector-expected.txt b/tests/examples/sector-expected.txt index 5852fd66d14..f7e9dbe231f 100644 --- a/tests/examples/sector-expected.txt +++ b/tests/examples/sector-expected.txt @@ -1,9 +1,9 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #2 ---------------------------------------------- 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 2 | paintChild RenderScaffold at Point(0.0, 0.0) @@ -127,7 +127,7 @@ PAINT FOR FRAME #2 ---------------------------------------------- 2 | | | | | | | | | translate(32.0, 14.0) 2 | | | | | | | | | translate(-32.0, -14.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #3 ---------------------------------------------- 3 | TestPaintingCanvas() constructor: 800.0 x 600.0 3 | paintChild RenderScaffold at Point(0.0, 0.0) @@ -256,7 +256,7 @@ PAINT FOR FRAME #3 ---------------------------------------------- 3 | | | | | | | | | translate(32.0, 14.0) 3 | | | | | | | | | translate(-32.0, -14.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #4 ---------------------------------------------- 4 | TestPaintingCanvas() constructor: 800.0 x 600.0 4 | paintChild RenderScaffold at Point(0.0, 0.0) @@ -388,7 +388,7 @@ PAINT FOR FRAME #4 ---------------------------------------------- 4 | | | | | | | | | translate(32.0, 14.0) 4 | | | | | | | | | translate(-32.0, -14.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #5 ---------------------------------------------- 5 | TestPaintingCanvas() constructor: 800.0 x 600.0 5 | paintChild RenderScaffold at Point(0.0, 0.0) @@ -523,7 +523,7 @@ PAINT FOR FRAME #5 ---------------------------------------------- 5 | | | | | | | | | translate(32.0, 14.0) 5 | | | | | | | | | translate(-32.0, -14.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #6 ---------------------------------------------- 6 | TestPaintingCanvas() constructor: 800.0 x 600.0 6 | paintChild RenderScaffold at Point(0.0, 0.0) @@ -655,7 +655,7 @@ PAINT FOR FRAME #6 ---------------------------------------------- 6 | | | | | | | | | translate(32.0, 14.0) 6 | | | | | | | | | translate(-32.0, -14.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #7 ---------------------------------------------- 7 | TestPaintingCanvas() constructor: 800.0 x 600.0 7 | paintChild RenderScaffold at Point(0.0, 0.0) @@ -784,7 +784,7 @@ PAINT FOR FRAME #7 ---------------------------------------------- 7 | | | | | | | | | translate(32.0, 14.0) 7 | | | | | | | | | translate(-32.0, -14.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #8 ---------------------------------------------- 8 | TestPaintingCanvas() constructor: 800.0 x 600.0 8 | paintChild RenderScaffold at Point(0.0, 0.0) diff --git a/tests/examples/stocks-expected.txt b/tests/examples/stocks-expected.txt index b6ba0a39d11..60f88192277 100644 --- a/tests/examples/stocks-expected.txt +++ b/tests/examples/stocks-expected.txt @@ -1,9 +1,9 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #2 ---------------------------------------------- 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 2 | paintChild RenderStack at Point(0.0, 0.0) @@ -110,7 +110,7 @@ PAINT FOR FRAME #2 ---------------------------------------------- 2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 2 | | | | | restore ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #3 ---------------------------------------------- 3 | TestPaintingCanvas() constructor: 800.0 x 600.0 3 | paintChild RenderStack at Point(0.0, 0.0) diff --git a/tests/examples/styled_text-expected.txt b/tests/examples/styled_text-expected.txt index 47f1ec4d8e1..7e0051405eb 100644 --- a/tests/examples/styled_text-expected.txt +++ b/tests/examples/styled_text-expected.txt @@ -1,9 +1,9 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #2 ---------------------------------------------- 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 2 | paintChild RenderScaffold at Point(0.0, 0.0) diff --git a/tests/examples/tabs-expected.txt b/tests/examples/tabs-expected.txt index f66b5072fde..7f272d10c78 100644 --- a/tests/examples/tabs-expected.txt +++ b/tests/examples/tabs-expected.txt @@ -1,9 +1,9 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #2 ---------------------------------------------- 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 2 | paintChild RenderScaffold at Point(0.0, 0.0) diff --git a/tests/framework/color_accessors-expected.txt b/tests/framework/color_accessors-expected.txt index 86e7c4aff5f..7d1cee3a956 100644 --- a/tests/framework/color_accessors-expected.txt +++ b/tests/framework/color_accessors-expected.txt @@ -1,6 +1,6 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: color accessors should work -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: color accessors should work + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/lowlevel/unittest-expected.txt b/tests/lowlevel/unittest-expected.txt index 298a00d6938..5ad781397d4 100644 --- a/tests/lowlevel/unittest-expected.txt +++ b/tests/lowlevel/unittest-expected.txt @@ -1,6 +1,6 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: this is a test -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: this is a test + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/raw/bogus_import-expected.txt b/tests/raw/bogus_import-expected.txt index 5b455fee029..b5be5e1d2b0 100644 --- a/tests/raw/bogus_import-expected.txt +++ b/tests/raw/bogus_import-expected.txt @@ -1,6 +1,6 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: shouldn't crash on a bogus import (see line 1) -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: shouldn't crash on a bogus import (see line 1) + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/raw/box_layout-expected.txt b/tests/raw/box_layout-expected.txt index e3296e08558..df690d72794 100644 --- a/tests/raw/box_layout-expected.txt +++ b/tests/raw/box_layout-expected.txt @@ -1,5 +1,5 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 1 | paintChild RenderDecoratedBox at Point(0.0, 0.0) diff --git a/tests/raw/color_bounds-expected.txt b/tests/raw/color_bounds-expected.txt index 833a2ab4c8c..27b67a359b2 100644 --- a/tests/raw/color_bounds-expected.txt +++ b/tests/raw/color_bounds-expected.txt @@ -1,8 +1,8 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: paint set to black -CONSOLE: PASS: color created with out of bounds value -CONSOLE: PASS: color created with wildly out of bounds value -CONSOLE: -CONSOLE: All 3 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: paint set to black +PASS: color created with out of bounds value +PASS: color created with wildly out of bounds value + +All 3 tests passed. +unittest-suite-success DONE diff --git a/tests/raw/null_text_crash-expected.txt b/tests/raw/null_text_crash-expected.txt index 7e9607842e3..a442880287a 100644 --- a/tests/raw/null_text_crash-expected.txt +++ b/tests/raw/null_text_crash-expected.txt @@ -1,6 +1,6 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: createText(null) shouldn't crash -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: createText(null) shouldn't crash + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/raw/padding_deflate-expected.txt b/tests/raw/padding_deflate-expected.txt index f0165dd180f..97bd1cbdffd 100644 --- a/tests/raw/padding_deflate-expected.txt +++ b/tests/raw/padding_deflate-expected.txt @@ -1,6 +1,6 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: TestRenderView enabled -CONSOLE: +unittest-suite-wait-for-done +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 1 | paintChild RenderDecoratedBox at Point(0.0, 0.0) @@ -10,8 +10,8 @@ PAINT FOR FRAME #1 ---------------------------------------------- 1 | | | paintChild RenderDecoratedBox at Point(10.0, 10.0) 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 ------------------------------------------------------------------------ -CONSOLE: PASS: should not have a 0 sized colored Box -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +PASS: should not have a 0 sized colored Box + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/raw/render_box-expected.txt b/tests/raw/render_box-expected.txt index 1e8fd1b3934..2cc7c32a4ab 100644 --- a/tests/raw/render_box-expected.txt +++ b/tests/raw/render_box-expected.txt @@ -1,14 +1,14 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: TestRenderView enabled -CONSOLE: +unittest-suite-wait-for-done +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 1 | paintChild RenderDecoratedBox at Point(0.0, 0.0) 1 | | TestPaintingCanvas() constructor: 800.0 x 600.0 1 | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(color:Color(0xff00ff00), shader: SkRadialGradient: (center: (0, 0) radius: 500 2 colors: FFFFEB3B, FF2196F3 clamp), drawLooper:true)) ------------------------------------------------------------------------ -CONSOLE: PASS: should size to render view -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +PASS: should size to render view + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/raw/render_flex-expected.txt b/tests/raw/render_flex-expected.txt index 0658d30aa19..0b2254e7560 100644 --- a/tests/raw/render_flex-expected.txt +++ b/tests/raw/render_flex-expected.txt @@ -1,6 +1,6 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: TestRenderView enabled -CONSOLE: +unittest-suite-wait-for-done +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 1 | paintChild RenderDecoratedBox at Point(0.0, 0.0) @@ -31,8 +31,8 @@ PAINT FOR FRAME #1 ---------------------------------------------- 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 1 | | | | | | drawRect(Rect.fromLTRB(266.6666564941406, 240.0, 800.0, 600.0), Paint(color:Color(0xff0000ff))) ------------------------------------------------------------------------ -CONSOLE: PASS: should flex -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +PASS: should flex + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/raw/sector_layout-expected.txt b/tests/raw/sector_layout-expected.txt index d97cea3dede..5c68e261601 100644 --- a/tests/raw/sector_layout-expected.txt +++ b/tests/raw/sector_layout-expected.txt @@ -1,5 +1,5 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 1 | paintChild RenderBoxToRenderSectorAdapter at Point(0.0, 0.0) diff --git a/tests/styles/inline_style-expected.txt b/tests/styles/inline_style-expected.txt index ff05bcabc56..0ff3690ee6b 100644 --- a/tests/styles/inline_style-expected.txt +++ b/tests/styles/inline_style-expected.txt @@ -1,6 +1,6 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: should be settable using "style" attribute -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: should be settable using "style" attribute + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/styles/inline_style_crash-expected.txt b/tests/styles/inline_style_crash-expected.txt index ba9894dd321..614448abd42 100644 --- a/tests/styles/inline_style_crash-expected.txt +++ b/tests/styles/inline_style_crash-expected.txt @@ -1,6 +1,6 @@ -CONSOLE: unittest-suite-wait-for-done -CONSOLE: PASS: should not crash when setting style to null -CONSOLE: -CONSOLE: All 1 tests passed. -CONSOLE: unittest-suite-success +unittest-suite-wait-for-done +PASS: should not crash when setting style to null + +All 1 tests passed. +unittest-suite-success DONE diff --git a/tests/widgets/buttons-expected.txt b/tests/widgets/buttons-expected.txt index b0cc7ae5b24..653b38f5a2c 100644 --- a/tests/widgets/buttons-expected.txt +++ b/tests/widgets/buttons-expected.txt @@ -1,9 +1,9 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #2 ---------------------------------------------- 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 2 | paintChild RenderPositionedBox at Point(0.0, 0.0) @@ -28,7 +28,7 @@ PAINT FOR FRAME #2 ---------------------------------------------- 2 | | | | | | | | | | translate(370.0, 290.0) 2 | | | | | | | | | | translate(-370.0, -290.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #3 ---------------------------------------------- 3 | TestPaintingCanvas() constructor: 800.0 x 600.0 3 | paintChild RenderPositionedBox at Point(0.0, 0.0) @@ -52,7 +52,7 @@ PAINT FOR FRAME #3 ---------------------------------------------- 3 | | | | | | | | | | translate(370.0, 290.0) 3 | | | | | | | | | | translate(-370.0, -290.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #4 ---------------------------------------------- 4 | TestPaintingCanvas() constructor: 800.0 x 600.0 4 | paintChild RenderPositionedBox at Point(0.0, 0.0) diff --git a/tests/widgets/dialog-expected.txt b/tests/widgets/dialog-expected.txt index fa56f255af4..3f3e4320d27 100644 --- a/tests/widgets/dialog-expected.txt +++ b/tests/widgets/dialog-expected.txt @@ -1,9 +1,9 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #2 ---------------------------------------------- 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 2 | paintChild RenderStack at Point(0.0, 0.0) diff --git a/tests/widgets/syncs1-expected.txt b/tests/widgets/syncs1-expected.txt index d5470acbf3d..3887abf9eda 100644 --- a/tests/widgets/syncs1-expected.txt +++ b/tests/widgets/syncs1-expected.txt @@ -1,9 +1,9 @@ -CONSOLE: TestRenderView enabled -CONSOLE: +TestRenderView enabled + PAINT FOR FRAME #1 ---------------------------------------------- 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #2 ---------------------------------------------- 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 2 | paintChild RenderFlex at Point(0.0, 0.0) @@ -65,7 +65,7 @@ PAINT FOR FRAME #2 ---------------------------------------------- 2 | | | | | | | | | | | | translate(228.5, 365.0) 2 | | | | | | | | | | | | translate(-228.5, -365.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #3 ---------------------------------------------- 3 | TestPaintingCanvas() constructor: 800.0 x 600.0 3 | paintChild RenderFlex at Point(0.0, 0.0) @@ -127,7 +127,7 @@ PAINT FOR FRAME #3 ---------------------------------------------- 3 | | | | | | | | | | | | translate(290.5, 365.0) 3 | | | | | | | | | | | | translate(-290.5, -365.0) ------------------------------------------------------------------------ -CONSOLE: + PAINT FOR FRAME #4 ---------------------------------------------- 4 | TestPaintingCanvas() constructor: 800.0 x 600.0 4 | paintChild RenderFlex at Point(0.0, 0.0)