Rebaseline tests after console spam reduction

TBR=tonyg@google.com

Review URL: https://codereview.chromium.org/1239983002 .
This commit is contained in:
Adam Barth 2015-07-16 09:43:12 -07:00
parent ab9720d6cb
commit 52becafbb9
26 changed files with 144 additions and 144 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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)