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

Side by Side Diff: LayoutTests/platform/mac/fast/dynamic/015-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 16: Uncaught IndexSizeError: Index or size was negative, o r greater than the allowed value. 1 CONSOLE ERROR: line 16: Uncaught IndexSizeError: Index or size was negative, or greater than the allowed value.
2 layer at (0,0) size 800x600 2 layer at (0,0) size 800x600
3 RenderView at (0,0) size 800x600 3 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x600 4 layer at (0,0) size 800x600
5 RenderBlock {HTML} at (0,0) size 800x600 5 RenderBlock {HTML} at (0,0) size 800x600
6 RenderBody {BODY} at (8,8) size 784x584 6 RenderBody {BODY} at (8,8) size 784x584
7 RenderBlock {P} at (0,0) size 784x36 7 RenderBlock {P} at (0,0) size 784x36
8 RenderText {#text} at (0,0) size 763x36 8 RenderText {#text} at (0,0) size 763x36
9 text run at (0,0) width 763: "You should see a table with 6 rows, labe led \"Row_0\", \"Row_1\", \"Row_2\", \"Row_3\", \"Row_4\", \"Row_5\", from top t o" 9 text run at (0,0) width 763: "You should see a table with 6 rows, labe led \"Row_0\", \"Row_1\", \"Row_2\", \"Row_3\", \"Row_4\", \"Row_5\", from top t o"
10 text run at (0,18) width 48: "bottom." 10 text run at (0,18) width 48: "bottom."
11 RenderTable {TABLE} at (0,52) size 57x148 [border: (1px outset #808080)] 11 RenderTable {TABLE} at (0,52) size 57x148 [border: (1px outset #808080)]
(...skipping 15 matching lines...) Expand all
27 RenderText {#text} at (2,2) size 47x18 27 RenderText {#text} at (2,2) size 47x18
28 text run at (2,2) width 47: "Row_3" 28 text run at (2,2) width 47: "Row_3"
29 RenderTableRow {TR} at (0,98) size 55x22 29 RenderTableRow {TR} at (0,98) size 55x22
30 RenderTableCell {TD} at (2,98) size 51x22 [border: (1px inset #80808 0)] [r=4 c=0 rs=1 cs=1] 30 RenderTableCell {TD} at (2,98) size 51x22 [border: (1px inset #80808 0)] [r=4 c=0 rs=1 cs=1]
31 RenderText {#text} at (2,2) size 47x18 31 RenderText {#text} at (2,2) size 47x18
32 text run at (2,2) width 47: "Row_4" 32 text run at (2,2) width 47: "Row_4"
33 RenderTableRow {TR} at (0,122) size 55x22 33 RenderTableRow {TR} at (0,122) size 55x22
34 RenderTableCell {TD} at (2,122) size 51x22 [border: (1px inset #8080 80)] [r=5 c=0 rs=1 cs=1] 34 RenderTableCell {TD} at (2,122) size 51x22 [border: (1px inset #8080 80)] [r=5 c=0 rs=1 cs=1]
35 RenderText {#text} at (2,2) size 47x18 35 RenderText {#text} at (2,2) size 47x18
36 text run at (2,2) width 47: "Row_5" 36 text run at (2,2) width 47: "Row_5"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698