| Differences between
and this patch
- a/Source/WebCore/ChangeLog +9 lines
Lines 1-3 a/Source/WebCore/ChangeLog_sec1
1
2021-02-25  Zalan Bujtas  <zalan@apple.com>
2
3
        [LFC][Integration] Enable inline box support (RenderInline)
4
        https://bugs.webkit.org/show_bug.cgi?id=220148
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        * layout/integration/LayoutIntegrationCoverage.cpp:
9
1
2021-02-24  Antti Koivisto  <antti@apple.com>
10
2021-02-24  Antti Koivisto  <antti@apple.com>
2
11
3
        Move PostResolutionCallbackDisabler to resolveComputedStyle
12
        Move PostResolutionCallbackDisabler to resolveComputedStyle
- a/Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp -1 / +1 lines
Lines 50-56 a/Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp_sec1
50
#define ALLOW_IMAGES 1
50
#define ALLOW_IMAGES 1
51
#define ALLOW_ALL_REPLACED 1
51
#define ALLOW_ALL_REPLACED 1
52
#define ALLOW_INLINE_BLOCK 1
52
#define ALLOW_INLINE_BLOCK 1
53
#define ALLOW_INLINES 0
53
#define ALLOW_INLINES 1
54
54
55
#ifndef NDEBUG
55
#ifndef NDEBUG
56
#define SET_REASON_AND_RETURN_IF_NEEDED(reason, reasons, includeReasons) { \
56
#define SET_REASON_AND_RETURN_IF_NEEDED(reason, reasons, includeReasons) { \
- a/Tools/TestWebKitAPI/Tests/ios/AccessibilityTestsIOS.mm -4 / +4 lines
Lines 77-87 TEST(AccessibilityTests, RectsForSpeakingSelectionBasic) a/Tools/TestWebKitAPI/Tests/ios/AccessibilityTestsIOS.mm_sec1
77
#if PLATFORM(MACCATALYST)
77
#if PLATFORM(MACCATALYST)
78
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:0 withText:@"first"], CGRectMake(8, 8, 25, 19), 0);
78
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:0 withText:@"first"], CGRectMake(8, 8, 25, 19), 0);
79
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:6 withText:@"second"], CGRectMake(36, 8, 46, 19), 0);
79
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:6 withText:@"second"], CGRectMake(36, 8, 46, 19), 0);
80
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:13 withText:@"third"], CGRectMake(8, 27, 31, 19), 0);
80
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:13 withText:@"third"], CGRectMake(8, 28, 31, 19), 0);
81
#else
81
#else
82
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:0 withText:@"first"], CGRectMake(8, 8, 26, 19), 0);
82
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:0 withText:@"first"], CGRectMake(8, 8, 26, 19), 0);
83
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:6 withText:@"second"], CGRectMake(37, 8, 46, 19), 0);
83
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:6 withText:@"second"], CGRectMake(37, 8, 46, 19), 0);
84
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:13 withText:@"third"], CGRectMake(8, 27, 31, 20), 0);
84
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:13 withText:@"third"], CGRectMake(8, 28, 31, 19), 0);
85
#endif
85
#endif
86
}
86
}
87
87
Lines 146-154 TEST(AccessibilityTests, StoreSelection) a/Tools/TestWebKitAPI/Tests/ios/AccessibilityTestsIOS.mm_sec2
146
    // Clear the stored selection, we should use the current selection to retrieve rects
146
    // Clear the stored selection, we should use the current selection to retrieve rects
147
    [webView _accessibilityClearSelection];
147
    [webView _accessibilityClearSelection];
148
#if PLATFORM(MACCATALYST)
148
#if PLATFORM(MACCATALYST)
149
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:0 withText:@"first"], CGRectMake(8, 27, 25, 19), 0);
149
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:0 withText:@"first"], CGRectMake(8, 28, 25, 19), 0);
150
#else
150
#else
151
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:0 withText:@"first"], CGRectMake(8, 27, 26, 20), 0);
151
    checkCGRectValueAtIndex([webView rectsAtSelectionOffset:0 withText:@"first"], CGRectMake(8, 28, 26, 19), 0);
152
#endif
152
#endif
153
}
153
}
154
154
- a/LayoutTests/editing/execCommand/delete-hidden-crash.html -1 / +1 lines
Lines 26-32 function editingTest() { a/LayoutTests/editing/execCommand/delete-hidden-crash.html_sec1
26
<body onload=editingTest()>
26
<body onload=editingTest()>
27
<table>
27
<table>
28
<tr><td><span><table></table><span></span></span></td></tr>
28
<tr><td><span><table></table><span></span></span></td></tr>
29
<tr><td><td class="inline">foo</td></tr>
29
<tr><td><td style="height: 100px;" class="inline">foo</td></tr>
30
</table>
30
</table>
31
</body>
31
</body>
32
</html>
32
</html>
- a/LayoutTests/fast/css/empty-inline-003-quirksmode-expected.txt -1 / +1 lines
Lines 11-16 layer at (0,0) size 800x600 layerType: foreground only a/LayoutTests/fast/css/empty-inline-003-quirksmode-expected.txt_sec1
11
layer at (8,8) size 784x16
11
layer at (8,8) size 784x16
12
  RenderBlock (relative positioned) {DIV} at (0,0) size 784x16
12
  RenderBlock (relative positioned) {DIV} at (0,0) size 784x16
13
    RenderBlock {DIV} at (0,0) size 784x16 [bgcolor=#00FF00]
13
    RenderBlock {DIV} at (0,0) size 784x16 [bgcolor=#00FF00]
14
      RenderInline {SPAN} at (0,0) size 0x0
14
      RenderInline {SPAN} at (0,0) size 0x16
15
      RenderText {#text} at (0,0) size 16x16
15
      RenderText {#text} at (0,0) size 16x16
16
        text run at (0,0) width 16: "X"
16
        text run at (0,0) width 16: "X"
- a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position-expected.txt -2 / +2 lines
Lines 1-5 a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position-expected.txt_sec1
1
PASS window.internals.repaintRectsAsText().indexOf('8 8 784 13') is not -1
1
PASS window.internals.repaintRectsAsText().indexOf('8 8 784 12') is not -1
2
PASS window.internals.repaintRectsAsText().indexOf('8 20 784 13') is not -1
2
PASS window.internals.repaintRectsAsText().indexOf('8 20 784 12') is not -1
3
PASS successfullyParsed is true
3
PASS successfullyParsed is true
4
4
5
TEST COMPLETE
5
TEST COMPLETE
- a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position.html -2 / +2 lines
Lines 31-38 setTimeout(function() { a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position.html_sec1
31
      elements[i].style.textDecoration = "underline";
31
      elements[i].style.textDecoration = "underline";
32
    document.body.offsetHeight;
32
    document.body.offsetHeight;
33
    if (window.internals) {
33
    if (window.internals) {
34
        shouldNotBe("window.internals.repaintRectsAsText().indexOf('8 8 784 13')", "-1");
34
        shouldNotBe("window.internals.repaintRectsAsText().indexOf('8 8 784 12')", "-1");
35
        shouldNotBe("window.internals.repaintRectsAsText().indexOf('8 20 784 13')", "-1");
35
        shouldNotBe("window.internals.repaintRectsAsText().indexOf('8 20 784 12')", "-1");
36
        internals.stopTrackingRepaints();
36
        internals.stopTrackingRepaints();
37
    }
37
    }
38
    finishJSTest();
38
    finishJSTest();
- a/LayoutTests/fast/invalid/018-expected.txt -2 / +2 lines
Lines 22-30 layer at (0,0) size 800x600 a/LayoutTests/fast/invalid/018-expected.txt_sec1
22
      RenderBlock (anonymous) at (0,28) size 784x0
22
      RenderBlock (anonymous) at (0,28) size 784x0
23
        RenderBlock {P} at (0,0) size 784x0
23
        RenderBlock {P} at (0,0) size 784x0
24
      RenderBlock (anonymous) at (0,28) size 784x18
24
      RenderBlock (anonymous) at (0,28) size 784x18
25
        RenderInline {FONT} at (0,0) size 0x0
25
        RenderInline {FONT} at (0,0) size 0x18
26
          RenderInline {A} at (0,0) size 0x0
26
          RenderInline {A} at (0,0) size 0x0
27
        RenderInline {A} at (0,0) size 0x0
27
        RenderInline {A} at (0,0) size 0x18
28
          RenderInline {FONT} at (0,0) size 0x0
28
          RenderInline {FONT} at (0,0) size 0x0
29
        RenderInline {FONT} at (0,0) size 373x18
29
        RenderInline {FONT} at (0,0) size 373x18
30
          RenderText {#text} at (0,0) size 373x18
30
          RenderText {#text} at (0,0) size 373x18
- a/LayoutTests/fast/text/line-break-between-text-nodes-latin1-expected.html -5 / +5 lines
Lines 2-18 a/LayoutTests/fast/text/line-break-between-text-nodes-latin1-expected.html_sec1
2
Lorem ipsum- dolor
2
Lorem ipsum- dolor
3
</div>
3
</div>
4
<div id="target" style="width: 100px; background: yellow;">
4
<div id="target" style="width: 100px; background: yellow;">
5
Lorem ipsum dolor
5
Lorem ipsum- dolor
6
</div>
6
</div>
7
<div id="target" style="width: 100px; background: yellow;">
7
<div id="target" style="width: 100px; background: yellow;">
8
Lorem ipsum &#x00f0;olor
8
Lorem ipsum- &#x00f0;olor
9
</div>
9
</div>
10
<div id="target" style="width: 100px; background: yellow;">
10
<div id="target" style="width: 100px; background: yellow;">
11
Lorem ipsum dolor
11
Lorem ipsum- dolor
12
</div>
12
</div>
13
<div id="target" style="width: 100px; background: yellow;">
13
<div id="target" style="width: 100px; background: yellow;">
14
Lorem ipsum &#x00f0;olor
14
Lorem ipsum- &#x00f0;olor
15
</div>
15
</div>
16
<div id="target" style="width: 100px; background: yellow;">
16
<div id="target" style="width: 100px; background: yellow;">
17
Lorem ipsum &#x00f0;olor
17
Lorem ipsum- &#x00f0;olor
18
</div>
18
</div>
- a/LayoutTests/imported/blink/fast/css/first-letter-all-inherit-td-crash-expected.html -15 lines
Lines 1-15 a/LayoutTests/imported/blink/fast/css/first-letter-all-inherit-td-crash-expected.html_sec1
1
<!DOCTYPE html>
2
<style>
3
.clean {
4
  all: inherit;
5
  font-size: 3em;
6
  text-decoration: underline;
7
  display: inline;
8
}
9
</style>
10
11
<p>Test passes if it does not CRASH.</p>
12
<table>
13
  <td><span class="clean">1.</span>3</td>
14
</table>
15
- a/LayoutTests/imported/blink/fast/css/first-letter-all-inherit-td-crash-expected.txt +3 lines
Line 0 a/LayoutTests/imported/blink/fast/css/first-letter-all-inherit-td-crash-expected.txt_sec1
1
Test passes if it does not CRASH.
2
3
1.3
- a/LayoutTests/imported/blink/fast/css/first-letter-all-inherit-td-crash.html -1 / +4 lines
Lines 11-14 td:first-letter { a/LayoutTests/imported/blink/fast/css/first-letter-all-inherit-td-crash.html_sec1
11
<table>
11
<table>
12
  <td>1.3</td>
12
  <td>1.3</td>
13
</table>
13
</table>
14
14
<script>
15
if (window.testRunner)
16
  testRunner.dumpAsText();
17
</script>
- a/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/orthogonal-flex-item-crash-expected.txt -1 / +1 lines
Lines 11-14 layer at (0,0) size 800x116 a/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/orthogonal-flex-item-crash-expected.txt_sec1
11
        RenderBlock {DIV} at (0,90) size 48x10
11
        RenderBlock {DIV} at (0,90) size 48x10
12
          RenderText {#text} at (0,0) size 48x12
12
          RenderText {#text} at (0,0) size 48x12
13
            text run at (0,0) width 48: "text"
13
            text run at (0,0) width 48: "text"
14
          RenderInline {SPAN} at (0,0) size 0x0
14
          RenderInline {SPAN} at (0,0) size 0x12
- a/LayoutTests/imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-all-inline-007-expected.html -2 / +2 lines
Lines 5-9 a/LayoutTests/imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-all-inline-007-expected.html_sec1
5
.testdiv { font-family: monospace; width: 6.1ch; padding: 1px; margin: 10px; border: 1px solid silver; }
5
.testdiv { font-family: monospace; width: 6.1ch; padding: 1px; margin: 10px; border: 1px solid silver; }
6
</style>
6
</style>
7
<div>Test passes if the two boxes are the same.</div>
7
<div>Test passes if the two boxes are the same.</div>
8
<div class="testdiv">aaaaaaa<br>bbbbbb<br>bcccccc</div>
8
<div class="testdiv">aaaaaaa<br>bbbbbb<br>b<br>cccccc</div>
9
<div class="testdiv">aaaaaaa<br>bbbbbb<br>bcccccc</div>
9
<div class="testdiv">aaaaaaa<br>bbbbbb<br>b<br>cccccc</div>
- a/LayoutTests/imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-all-inline-007.html -1 / +1 lines
Lines 11-14 a/LayoutTests/imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-all-inline-007.html_sec1
11
</style>
11
</style>
12
<div>Test passes if the two boxes are the same.</div>
12
<div>Test passes if the two boxes are the same.</div>
13
<div class="testdiv">aaaaaaa<span class="test">bbbbbbb</span>cccccc</div>
13
<div class="testdiv">aaaaaaa<span class="test">bbbbbbb</span>cccccc</div>
14
<div class="testdiv">aaaaaaa<br>bbbbbb<br>bcccccc</div>
14
<div class="testdiv">aaaaaaa<br>bbbbbb<br>b<br>cccccc</div>
- a/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/the-innertext-idl-attribute/getter-expected.txt -1 / +1 lines
Lines 37-43 FAIL \r converted to newline ("<div style='white-space:pre-line'>abc\rdef") asse a/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/the-innertext-idl-attribute/getter-expected.txt_sec1
37
PASS \t converted to space ("<div style='white-space:pre-line'>abc\tdef")
37
PASS \t converted to space ("<div style='white-space:pre-line'>abc\tdef")
38
PASS Whitespace collapses across element boundaries ("<div><span>abc </span> def")
38
PASS Whitespace collapses across element boundaries ("<div><span>abc </span> def")
39
PASS Whitespace collapses across element boundaries ("<div><span>abc </span><span></span> def")
39
PASS Whitespace collapses across element boundaries ("<div><span>abc </span><span></span> def")
40
FAIL Whitespace collapses across element boundaries ("<div><span>abc </span><span style='white-space:pre'></span> def") assert_equals: expected "abc def" but got "abc  def"
40
PASS Whitespace collapses across element boundaries ("<div><span>abc </span><span style='white-space:pre'></span> def")
41
PASS Whitespace around <input> should not be collapsed ("<div>abc <input> def")
41
PASS Whitespace around <input> should not be collapsed ("<div>abc <input> def")
42
PASS Whitespace around inline-block should not be collapsed ("<div>abc <span style='display:inline-block'></span> def")
42
PASS Whitespace around inline-block should not be collapsed ("<div>abc <span style='display:inline-block'></span> def")
43
FAIL Trailing space at end of inline-block should be collapsed ("<div>abc <span style='display:inline-block'> def </span> ghi") assert_equals: expected "abc def ghi" but got "abc def  ghi"
43
FAIL Trailing space at end of inline-block should be collapsed ("<div>abc <span style='display:inline-block'> def </span> ghi") assert_equals: expected "abc def ghi" but got "abc def  ghi"
- a/LayoutTests/imported/w3c/web-platform-tests/innerText/getter-expected.txt -1 / +1 lines
Lines 36-42 FAIL \r converted to newline ("<div style='white-space:pre-line'>abc\rdef") asse a/LayoutTests/imported/w3c/web-platform-tests/innerText/getter-expected.txt_sec1
36
PASS \t converted to space ("<div style='white-space:pre-line'>abc\tdef")
36
PASS \t converted to space ("<div style='white-space:pre-line'>abc\tdef")
37
PASS Whitespace collapses across element boundaries ("<div><span>abc </span> def")
37
PASS Whitespace collapses across element boundaries ("<div><span>abc </span> def")
38
PASS Whitespace collapses across element boundaries ("<div><span>abc </span><span></span> def")
38
PASS Whitespace collapses across element boundaries ("<div><span>abc </span><span></span> def")
39
FAIL Whitespace collapses across element boundaries ("<div><span>abc </span><span style='white-space:pre'></span> def") assert_equals: expected "abc def" but got "abc  def"
39
PASS Whitespace collapses across element boundaries ("<div><span>abc </span><span style='white-space:pre'></span> def")
40
PASS Soft line breaks ignored ("<div style='width:0'>abc def")
40
PASS Soft line breaks ignored ("<div style='width:0'>abc def")
41
FAIL ::first-line styles applied ("<div class='first-line-uppercase' style='width:0'>abc def") assert_equals: expected "ABC def" but got "abc def"
41
FAIL ::first-line styles applied ("<div class='first-line-uppercase' style='width:0'>abc def") assert_equals: expected "ABC def" but got "abc def"
42
PASS ::first-letter styles applied ("<div class='first-letter-uppercase' style='width:0'>abc def")
42
PASS ::first-letter styles applied ("<div class='first-letter-uppercase' style='width:0'>abc def")
- a/LayoutTests/platform/ios-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.txt -3 / +3 lines
Lines 36-46 layer at (0,0) size 800x322 a/LayoutTests/platform/ios-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.txt_sec1
36
        RenderText {#text} at (457,35) size 76x16
36
        RenderText {#text} at (457,35) size 76x16
37
          text run at (457,35) width 16: " "
37
          text run at (457,35) width 16: " "
38
          text run at (472,35) width 61: "\x{C9}\x{C9}\x{C9} "
38
          text run at (472,35) width 61: "\x{C9}\x{C9}\x{C9} "
39
        RenderImage {IMG} at (532,8) size 66x66
39
        RenderImage {IMG} at (532,9) size 66x66
40
        RenderText {#text} at (597,35) size 76x16
40
        RenderText {#text} at (597,35) size 76x16
41
          text run at (597,35) width 16: " "
41
          text run at (597,35) width 16: " "
42
          text run at (612,35) width 61: "\x{C9}\x{C9}\x{C9} "
42
          text run at (612,35) width 61: "\x{C9}\x{C9}\x{C9} "
43
        RenderImage {IMG} at (672,24) size 36x35
43
        RenderImage {IMG} at (672,24) size 36x36
44
        RenderText {#text} at (0,0) size 0x0
44
        RenderText {#text} at (0,0) size 0x0
45
        RenderInline {SPAN} at (0,0) size 91x31 [color=#C0C0C0]
45
        RenderInline {SPAN} at (0,0) size 91x31 [color=#C0C0C0]
46
          RenderText {#text} at (8,93) size 91x31
46
          RenderText {#text} at (8,93) size 91x31
Lines 68-74 layer at (0,0) size 800x322 a/LayoutTests/platform/ios-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.txt_sec2
68
            text run at (610,109) width 31: "xxx"
68
            text run at (610,109) width 31: "xxx"
69
        RenderText {#text} at (640,105) size 16x16
69
        RenderText {#text} at (640,105) size 16x16
70
          text run at (640,105) width 16: " "
70
          text run at (640,105) width 16: " "
71
        RenderImage {IMG} at (655,104) size 16x15
71
        RenderImage {IMG} at (655,104) size 16x16
72
        RenderText {#text} at (670,105) size 16x16
72
        RenderText {#text} at (670,105) size 16x16
73
          text run at (670,105) width 16: " "
73
          text run at (670,105) width 16: " "
74
        RenderInline {BIG} at (0,0) size 61x21 [color=#C0C0C0]
74
        RenderInline {BIG} at (0,0) size 61x21 [color=#C0C0C0]
- a/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/orthogonal-flex-item-crash-expected.txt -1 / +1 lines
Lines 11-14 layer at (0,0) size 800x116 a/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/orthogonal-flex-item-crash-expected.txt_sec1
11
        RenderBlock {DIV} at (0,90) size 48x10
11
        RenderBlock {DIV} at (0,90) size 48x10
12
          RenderText {#text} at (0,-1) size 48x13
12
          RenderText {#text} at (0,-1) size 48x13
13
            text run at (0,-1) width 48: "text"
13
            text run at (0,-1) width 48: "text"
14
          RenderInline {SPAN} at (0,0) size 0x0
14
          RenderInline {SPAN} at (0,0) size 0x13
- a/LayoutTests/platform/ios/css1/box_properties/border-expected.txt -2 / +2 lines
Lines 153-160 layer at (0,0) size 800x1457 a/LayoutTests/platform/ios/css1/box_properties/border-expected.txt_sec1
153
                RenderInline {A} at (0,0) size 25x19
153
                RenderInline {A} at (0,0) size 25x19
154
                  RenderText {#text} at (0,0) size 25x19
154
                  RenderText {#text} at (0,0) size 25x19
155
                    text run at (0,0) width 25: "The"
155
                    text run at (0,0) width 25: "The"
156
                RenderText {#text} at (24,0) size 730x19
156
                RenderText {#text} at (24,0) size 726x19
157
                  text run at (24,0) width 730: " following image is also an anchor which points to a target on this page, but it should not have a border around it: "
157
                  text run at (24,0) width 726: " following image is also an anchor which points to a target on this page, but it should not have a border around it:"
158
                RenderInline {A} at (0,0) size 15x19 [color=#0000FF]
158
                RenderInline {A} at (0,0) size 15x19 [color=#0000FF]
159
                  RenderImage {IMG} at (0,20) size 15x15
159
                  RenderImage {IMG} at (0,20) size 15x15
160
                RenderText {#text} at (15,20) size 4x19
160
                RenderText {#text} at (15,20) size 4x19
- a/LayoutTests/platform/ios/css1/box_properties/width-expected.txt -1 / +1 lines
Lines 69-75 layer at (0,0) size 800x1396 a/LayoutTests/platform/ios/css1/box_properties/width-expected.txt_sec1
69
                RenderText {#text} at (0,0) size 182x179
69
                RenderText {#text} at (0,0) size 182x179
70
                  text run at (0,0) width 163: "This paragraph should be"
70
                  text run at (0,0) width 163: "This paragraph should be"
71
                  text run at (0,20) width 170: "half the width of its parent"
71
                  text run at (0,20) width 170: "half the width of its parent"
72
                  text run at (0,40) width 170: "element (either the BODY"
72
                  text run at (0,40) width 169: "element (either the BODY"
73
                  text run at (0,60) width 166: "or the table, which should"
73
                  text run at (0,60) width 166: "or the table, which should"
74
                  text run at (0,80) width 174: "itself be half as wide as the"
74
                  text run at (0,80) width 174: "itself be half as wide as the"
75
                  text run at (0,100) width 113: "BODY element). "
75
                  text run at (0,100) width 113: "BODY element). "
- a/LayoutTests/platform/ios/css1/text_properties/text_decoration-expected.txt -2 / +2 lines
Lines 157-164 layer at (0,0) size 800x1209 a/LayoutTests/platform/ios/css1/text_properties/text_decoration-expected.txt_sec1
157
                RenderInline {EM} at (0,0) size 21x19
157
                RenderInline {EM} at (0,0) size 21x19
158
                  RenderText {#text} at (646,0) size 21x19
158
                  RenderText {#text} at (646,0) size 21x19
159
                    text run at (646,0) width 21: "not"
159
                    text run at (646,0) width 21: "not"
160
                RenderText {#text} at (666,0) size 93x19
160
                RenderText {#text} at (666,0) size 89x19
161
                  text run at (666,0) width 93: " be overlined: "
161
                  text run at (666,0) width 89: " be overlined:"
162
                RenderImage {IMG} at (0,20) size 15x15
162
                RenderImage {IMG} at (0,20) size 15x15
163
                RenderText {#text} at (15,20) size 730x39
163
                RenderText {#text} at (15,20) size 730x39
164
                  text run at (15,20) width 8: ". "
164
                  text run at (15,20) width 8: ". "
- a/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt -77 / +77 lines
Lines 1-8 a/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt_sec1
1
layer at (0,0) size 800x4470
1
layer at (0,0) size 800x4470
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x4470
3
layer at (0,0) size 800x4470
4
  RenderBlock {HTML} at (0,0) size 800x4470
4
  RenderBlock {HTML} at (0,0) size 800x4471
5
    RenderBody {BODY} at (8,8) size 784x4454 [bgcolor=#CCCCCC]
5
    RenderBody {BODY} at (8,8) size 784x4455 [bgcolor=#CCCCCC]
6
      RenderBlock {P} at (0,0) size 784x20
6
      RenderBlock {P} at (0,0) size 784x20
7
        RenderText {#text} at (0,0) size 363x19
7
        RenderText {#text} at (0,0) size 363x19
8
          text run at (0,0) width 363: "The style declarations which apply to the text below are:"
8
          text run at (0,0) width 363: "The style declarations which apply to the text below are:"
Lines 224-230 layer at (0,0) size 800x4470 a/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt_sec2
224
      RenderBlock {P} at (0,1853) size 784x233
224
      RenderBlock {P} at (0,1853) size 784x233
225
        RenderText {#text} at (0,22) size 101x19
225
        RenderText {#text} at (0,22) size 101x19
226
          text run at (0,22) width 101: "This paragraph "
226
          text run at (0,22) width 101: "This paragraph "
227
        RenderImage {IMG} at (100,18) size 10x31
227
        RenderImage {IMG} at (100,18) size 10x30
228
        RenderText {#text} at (109,22) size 5x19
228
        RenderText {#text} at (109,22) size 5x19
229
          text run at (109,22) width 5: " "
229
          text run at (109,22) width 5: " "
230
        RenderInline {SPAN} at (0,0) size 356x45
230
        RenderInline {SPAN} at (0,0) size 356x45
Lines 232-241 layer at (0,0) size 800x4470 a/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt_sec3
232
            text run at (113,1) width 356: "contains many images"
232
            text run at (113,1) width 356: "contains many images"
233
        RenderText {#text} at (468,22) size 5x19
233
        RenderText {#text} at (468,22) size 5x19
234
          text run at (468,22) width 5: " "
234
          text run at (468,22) width 5: " "
235
        RenderImage {IMG} at (472,8) size 16x51
235
        RenderImage {IMG} at (472,8) size 16x50
236
        RenderText {#text} at (487,22) size 126x19
236
        RenderText {#text} at (487,22) size 126x19
237
          text run at (487,22) width 126: " of varying heights "
237
          text run at (487,22) width 126: " of varying heights "
238
        RenderImage {IMG} at (612,28) size 4x11
238
        RenderImage {IMG} at (612,28) size 4x10
239
        RenderText {#text} at (615,22) size 5x19
239
        RenderText {#text} at (615,22) size 5x19
240
          text run at (615,22) width 5: " "
240
          text run at (615,22) width 5: " "
241
        RenderInline {SMALL} at (0,0) size 71x19
241
        RenderInline {SMALL} at (0,0) size 71x19
Lines 243-291 layer at (0,0) size 800x4470 a/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt_sec4
243
            text run at (619,22) width 71: "and widths"
243
            text run at (619,22) width 71: "and widths"
244
        RenderText {#text} at (689,22) size 5x19
244
        RenderText {#text} at (689,22) size 5x19
245
          text run at (689,22) width 5: " "
245
          text run at (689,22) width 5: " "
246
        RenderImage {IMG} at (693,23) size 7x21
246
        RenderImage {IMG} at (693,23) size 7x20
247
        RenderText {#text} at (699,22) size 85x19
247
        RenderText {#text} at (699,22) size 81x19
248
          text run at (699,22) width 85: " all of which "
248
          text run at (699,22) width 81: " all of which"
249
        RenderImage {IMG} at (0,77) size 20x66
249
        RenderImage {IMG} at (0,77) size 20x66
250
        RenderText {#text} at (20,99) size 121x19
250
        RenderText {#text} at (20,98) size 121x20
251
          text run at (20,99) width 121: " should be aligned "
251
          text run at (20,98) width 121: " should be aligned "
252
        RenderImage {IMG} at (140,92) size 12x36
252
        RenderImage {IMG} at (140,92) size 12x36
253
        RenderText {#text} at (151,99) size 5x19
253
        RenderText {#text} at (151,98) size 5x20
254
          text run at (151,99) width 5: " "
254
          text run at (151,98) width 5: " "
255
        RenderInline {SPAN} at (0,0) size 237x36
255
        RenderInline {SPAN} at (0,0) size 237x37
256
          RenderText {#text} at (155,85) size 237x36
256
          RenderText {#text} at (155,84) size 237x37
257
            text run at (155,85) width 237: "with the middle of"
257
            text run at (155,84) width 237: "with the middle of"
258
        RenderText {#text} at (391,99) size 5x19
258
        RenderText {#text} at (391,98) size 5x20
259
          text run at (391,99) width 5: " "
259
          text run at (391,98) width 5: " "
260
        RenderImage {IMG} at (395,85) size 16x51
260
        RenderImage {IMG} at (395,84) size 16x51
261
        RenderText {#text} at (410,99) size 5x19
261
        RenderText {#text} at (410,98) size 5x20
262
          text run at (410,99) width 5: " "
262
          text run at (410,98) width 5: " "
263
        RenderInline {SPAN} at (0,0) size 345x28
263
        RenderInline {SPAN} at (0,0) size 345x29
264
          RenderText {#text} at (414,92) size 18x28
264
          RenderText {#text} at (414,91) size 18x29
265
            text run at (414,92) width 18: "a "
265
            text run at (414,91) width 18: "a "
266
          RenderInline {SPAN} at (0,0) size 204x67
266
          RenderInline {SPAN} at (0,0) size 204x68
267
            RenderText {#text} at (431,60) size 204x67
267
            RenderText {#text} at (431,59) size 204x68
268
              text run at (431,60) width 204: "14-point"
268
              text run at (431,59) width 204: "14-point"
269
          RenderText {#text} at (634,92) size 125x28
269
          RenderText {#text} at (634,91) size 125x29
270
            text run at (634,92) width 125: " text element"
270
            text run at (634,91) width 125: " text element"
271
        RenderText {#text} at (758,99) size 5x19
271
        RenderText {#text} at (758,98) size 5x20
272
          text run at (758,99) width 5: " "
272
          text run at (758,98) width 5: " "
273
        RenderImage {IMG} at (762,85) size 16x51
273
        RenderImage {IMG} at (762,84) size 16x51
274
        RenderText {#text} at (0,0) size 0x0
274
        RenderText {#text} at (0,0) size 0x0
275
        RenderInline {SMALL} at (0,0) size 194x19
275
        RenderInline {SMALL} at (0,0) size 194x20
276
          RenderText {#text} at (0,176) size 194x19
276
          RenderText {#text} at (0,176) size 194x20
277
            text run at (0,176) width 194: "regardless of the line in which"
277
            text run at (0,176) width 194: "regardless of the line in which"
278
        RenderText {#text} at (193,176) size 5x19
278
        RenderText {#text} at (193,176) size 5x20
279
          text run at (193,176) width 5: " "
279
          text run at (193,176) width 5: " "
280
        RenderImage {IMG} at (197,179) size 6x16
280
        RenderImage {IMG} at (197,180) size 6x16
281
        RenderText {#text} at (202,176) size 5x19
281
        RenderText {#text} at (202,176) size 5x20
282
          text run at (202,176) width 5: " "
282
          text run at (202,176) width 5: " "
283
        RenderInline {BIG} at (0,0) size 156x24
283
        RenderInline {BIG} at (0,0) size 156x25
284
          RenderText {#text} at (206,172) size 156x24
284
          RenderText {#text} at (206,172) size 156x25
285
            text run at (206,172) width 156: "the images appear."
285
            text run at (206,172) width 156: "the images appear."
286
        RenderText {#text} at (361,176) size 5x19
286
        RenderText {#text} at (361,176) size 5x20
287
          text run at (361,176) width 5: " "
287
          text run at (361,176) width 5: " "
288
        RenderImage {IMG} at (365,142) size 28x90
288
        RenderImage {IMG} at (365,142) size 28x91
289
        RenderText {#text} at (0,0) size 0x0
289
        RenderText {#text} at (0,0) size 0x0
290
      RenderBlock {P} at (0,2101) size 784x41
290
      RenderBlock {P} at (0,2101) size 784x41
291
        RenderText {#text} at (0,0) size 751x39
291
        RenderText {#text} at (0,0) size 751x39
Lines 374-380 layer at (0,0) size 800x4470 a/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt_sec5
374
          text run at (207,112) width 5: " "
374
          text run at (207,112) width 5: " "
375
        RenderImage {IMG} at (211,112) size 28x90
375
        RenderImage {IMG} at (211,112) size 28x90
376
        RenderText {#text} at (0,0) size 0x0
376
        RenderText {#text} at (0,0) size 0x0
377
      RenderTable {TABLE} at (0,2375) size 784x2079 [border: (1px outset #808080)]
377
      RenderTable {TABLE} at (0,2375) size 784x2080 [border: (1px outset #808080)]
378
        RenderTableSection {TBODY} at (1,1) size 782x2077
378
        RenderTableSection {TBODY} at (1,1) size 782x2077
379
          RenderTableRow {TR} at (0,0) size 782x28
379
          RenderTableRow {TR} at (0,0) size 782x28
380
            RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
380
            RenderTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
Lines 565-571 layer at (0,0) size 800x4470 a/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt_sec6
565
              RenderBlock {P} at (4,1538) size 762x233
565
              RenderBlock {P} at (4,1538) size 762x233
566
                RenderText {#text} at (0,22) size 101x19
566
                RenderText {#text} at (0,22) size 101x19
567
                  text run at (0,22) width 101: "This paragraph "
567
                  text run at (0,22) width 101: "This paragraph "
568
                RenderImage {IMG} at (100,18) size 10x31
568
                RenderImage {IMG} at (100,18) size 10x30
569
                RenderText {#text} at (109,22) size 5x19
569
                RenderText {#text} at (109,22) size 5x19
570
                  text run at (109,22) width 5: " "
570
                  text run at (109,22) width 5: " "
571
                RenderInline {SPAN} at (0,0) size 356x45
571
                RenderInline {SPAN} at (0,0) size 356x45
Lines 573-582 layer at (0,0) size 800x4470 a/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt_sec7
573
                    text run at (113,1) width 356: "contains many images"
573
                    text run at (113,1) width 356: "contains many images"
574
                RenderText {#text} at (468,22) size 5x19
574
                RenderText {#text} at (468,22) size 5x19
575
                  text run at (468,22) width 5: " "
575
                  text run at (468,22) width 5: " "
576
                RenderImage {IMG} at (472,8) size 16x51
576
                RenderImage {IMG} at (472,8) size 16x50
577
                RenderText {#text} at (487,22) size 126x19
577
                RenderText {#text} at (487,22) size 126x19
578
                  text run at (487,22) width 126: " of varying heights "
578
                  text run at (487,22) width 126: " of varying heights "
579
                RenderImage {IMG} at (612,28) size 4x11
579
                RenderImage {IMG} at (612,28) size 4x10
580
                RenderText {#text} at (615,22) size 5x19
580
                RenderText {#text} at (615,22) size 5x19
581
                  text run at (615,22) width 5: " "
581
                  text run at (615,22) width 5: " "
582
                RenderInline {SMALL} at (0,0) size 71x19
582
                RenderInline {SMALL} at (0,0) size 71x19
Lines 584-635 layer at (0,0) size 800x4470 a/LayoutTests/platform/ios/css1/text_properties/vertical_align-expected.txt_sec8
584
                    text run at (619,22) width 71: "and widths"
584
                    text run at (619,22) width 71: "and widths"
585
                RenderText {#text} at (689,22) size 5x19
585
                RenderText {#text} at (689,22) size 5x19
586
                  text run at (689,22) width 5: " "
586
                  text run at (689,22) width 5: " "
587
                RenderImage {IMG} at (693,23) size 7x21
587
                RenderImage {IMG} at (693,23) size 7x20
588
                RenderText {#text} at (699,22) size 737x96
588
                RenderText {#text} at (699,22) size 737x96
589
                  text run at (699,22) width 38: " all of"
589
                  text run at (699,22) width 38: " all of"
590
                  text run at (0,99) width 44: "which "
590
                  text run at (0,98) width 44: "which "
591
                RenderImage {IMG} at (43,77) size 21x66
591
                RenderImage {IMG} at (43,77) size 21x66
592
                RenderText {#text} at (63,99) size 121x19
592
                RenderText {#text} at (63,98) size 121x20
593
                  text run at (63,99) width 121: " should be aligned "
593
                  text run at (63,98) width 121: " should be aligned "
594
                RenderImage {IMG} at (183,92) size 12x36
594
                RenderImage {IMG} at (183,92) size 12x36
595
                RenderText {#text} at (194,99) size 5x19
595
                RenderText {#text} at (194,98) size 5x20
596
                  text run at (194,99) width 5: " "
596
                  text run at (194,98) width 5: " "
597
                RenderInline {SPAN} at (0,0) size 237x36
597
                RenderInline {SPAN} at (0,0) size 237x37
598
                  RenderText {#text} at (198,85) size 237x36
598
                  RenderText {#text} at (198,84) size 237x37
599
                    text run at (198,85) width 237: "with the middle of"
599
                    text run at (198,84) width 237: "with the middle of"
600
                RenderText {#text} at (434,99) size 5x19
600
                RenderText {#text} at (434,98) size 5x20
601
                  text run at (434,99) width 5: " "
601
                  text run at (434,98) width 5: " "
602
                RenderImage {IMG} at (438,85) size 16x51
602
                RenderImage {IMG} at (438,84) size 16x51
603
                RenderText {#text} at (453,99) size 5x19
603
                RenderText {#text} at (453,98) size 5x20
604
                  text run at (453,99) width 5: " "
604
                  text run at (453,98) width 5: " "
605
                RenderInline {SPAN} at (0,0) size 720x105
605
                RenderInline {SPAN} at (0,0) size 720x107
606
                  RenderText {#text} at (457,92) size 18x28
606
                  RenderText {#text} at (457,91) size 18x29
607
                    text run at (457,92) width 18: "a "
607
                    text run at (457,91) width 18: "a "
608
                  RenderInline {SPAN} at (0,0) size 204x67
608
                  RenderInline {SPAN} at (0,0) size 204x68
609
                    RenderText {#text} at (474,60) size 204x67
609
                    RenderText {#text} at (474,59) size 204x68
610
                      text run at (474,60) width 204: "14-point"
610
                      text run at (474,59) width 204: "14-point"
611
                  RenderText {#text} at (677,92) size 720x105
611
                  RenderText {#text} at (677,91) size 720x107
612
                    text run at (677,92) width 43: " text"
612
                    text run at (677,91) width 43: " text"
613
                    text run at (0,169) width 76: "element"
613
                    text run at (0,169) width 76: "element"
614
                RenderText {#text} at (75,176) size 5x19
614
                RenderText {#text} at (75,176) size 5x20
615
                  text run at (75,176) width 5: " "
615
                  text run at (75,176) width 5: " "
616
                RenderImage {IMG} at (79,162) size 16x51
616
                RenderImage {IMG} at (79,162) size 16x51
617
                RenderText {#text} at (94,176) size 5x19
617
                RenderText {#text} at (94,176) size 5x20
618
                  text run at (94,176) width 5: " "
618
                  text run at (94,176) width 5: " "
619
                RenderInline {SMALL} at (0,0) size 195x19
619
                RenderInline {SMALL} at (0,0) size 195x20
620
                  RenderText {#text} at (98,176) size 195x19
620
                  RenderText {#text} at (98,176) size 195x20
621
                    text run at (98,176) width 195: "regardless of the line in which"
621
                    text run at (98,176) width 195: "regardless of the line in which"
622
                RenderText {#text} at (292,176) size 5x19
622
                RenderText {#text} at (292,176) size 5x20
623
                  text run at (292,176) width 5: " "
623
                  text run at (292,176) width 5: " "
624
                RenderImage {IMG} at (296,179) size 6x16
624
                RenderImage {IMG} at (296,180) size 6x16
625
                RenderText {#text} at (301,176) size 5x19
625
                RenderText {#text} at (301,176) size 5x20
626
                  text run at (301,176) width 5: " "
626
                  text run at (301,176) width 5: " "
627
                RenderInline {BIG} at (0,0) size 156x24
627
                RenderInline {BIG} at (0,0) size 156x25
628
                  RenderText {#text} at (305,172) size 156x24
628
                  RenderText {#text} at (305,172) size 156x25
629
                    text run at (305,172) width 156: "the images appear."
629
                    text run at (305,172) width 156: "the images appear."
630
                RenderText {#text} at (460,176) size 5x19
630
                RenderText {#text} at (460,176) size 5x20
631
                  text run at (460,176) width 5: " "
631
                  text run at (460,176) width 5: " "
632
                RenderImage {IMG} at (464,142) size 28x90
632
                RenderImage {IMG} at (464,142) size 28x91
633
                RenderText {#text} at (0,0) size 0x0
633
                RenderText {#text} at (0,0) size 0x0
634
              RenderBlock {P} at (4,1786) size 762x41
634
              RenderBlock {P} at (4,1786) size 762x41
635
                RenderText {#text} at (0,0) size 751x39
635
                RenderText {#text} at (0,0) size 751x39
- a/LayoutTests/platform/ios/css1/text_properties/word_spacing-expected.txt -3 / +39 lines
Lines 123-129 layer at (0,0) size 800x947 a/LayoutTests/platform/ios/css1/text_properties/word_spacing-expected.txt_sec1
123
          text run at (459,0) width 41: " them."
123
          text run at (459,0) width 41: " them."
124
      RenderBlock {P} at (0,473) size 784x40
124
      RenderBlock {P} at (0,473) size 784x40
125
        RenderText {#text} at (0,0) size 763x19
125
        RenderText {#text} at (0,0) size 763x19
126
          text run at (0,0) width 763: "This words in this sentence should have extra space between them, but the last few words in the sentence"
126
          text run at (0,0) width 29: "This"
127
          text run at (33,0) width 44: " words"
128
          text run at (81,0) width 17: " in"
129
          text run at (103,0) width 28: " this"
130
          text run at (135,0) width 60: " sentence"
131
          text run at (199,0) width 47: " should"
132
          text run at (250,0) width 36: " have"
133
          text run at (290,0) width 37: " extra"
134
          text run at (331,0) width 40: " space"
135
          text run at (375,0) width 58: " between"
136
          text run at (437,0) width 41: " them,"
137
          text run at (482,0) width 26: " but"
138
          text run at (512,0) width 24: " the"
139
          text run at (540,0) width 28: " last"
140
          text run at (572,0) width 29: " few"
141
          text run at (605,0) width 44: " words"
142
          text run at (653,0) width 17: " in"
143
          text run at (674,0) width 25: " the"
144
          text run at (703,0) width 60: " sentence"
127
        RenderInline {SPAN} at (0,0) size 180x19
145
        RenderInline {SPAN} at (0,0) size 180x19
128
          RenderText {#text} at (0,20) size 180x19
146
          RenderText {#text} at (0,20) size 180x19
129
            text run at (0,20) width 180: "should have normal spacing"
147
            text run at (0,20) width 180: "should have normal spacing"
Lines 255-262 layer at (0,0) size 800x947 a/LayoutTests/platform/ios/css1/text_properties/word_spacing-expected.txt_sec2
255
                  text run at (459,0) width 41: " them."
273
                  text run at (459,0) width 41: " them."
256
              RenderBlock {P} at (4,256) size 762x40
274
              RenderBlock {P} at (4,256) size 762x40
257
                RenderText {#text} at (0,0) size 699x39
275
                RenderText {#text} at (0,0) size 699x39
258
                  text run at (0,0) width 699: "This words in this sentence should have extra space between them, but the last few words in the"
276
                  text run at (0,0) width 29: "This"
259
                  text run at (0,20) width 65: "sentence "
277
                  text run at (33,0) width 44: " words"
278
                  text run at (81,0) width 17: " in"
279
                  text run at (103,0) width 28: " this"
280
                  text run at (135,0) width 60: " sentence"
281
                  text run at (199,0) width 47: " should"
282
                  text run at (250,0) width 36: " have"
283
                  text run at (290,0) width 37: " extra"
284
                  text run at (331,0) width 40: " space"
285
                  text run at (375,0) width 58: " between"
286
                  text run at (437,0) width 41: " them,"
287
                  text run at (482,0) width 26: " but"
288
                  text run at (512,0) width 24: " the"
289
                  text run at (540,0) width 28: " last"
290
                  text run at (572,0) width 29: " few"
291
                  text run at (605,0) width 44: " words"
292
                  text run at (653,0) width 17: " in"
293
                  text run at (674,0) width 25: " the"
294
                  text run at (0,20) width 56: "sentence"
295
                  text run at (60,20) width 5: " "
260
                RenderInline {SPAN} at (0,0) size 180x19
296
                RenderInline {SPAN} at (0,0) size 180x19
261
                  RenderText {#text} at (64,20) size 180x19
297
                  RenderText {#text} at (64,20) size 180x19
262
                    text run at (64,20) width 180: "should have normal spacing"
298
                    text run at (64,20) width 180: "should have normal spacing"
- a/LayoutTests/platform/ios/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt -1 / +1 lines
Lines 6-12 layer at (0,0) size 800x240 a/LayoutTests/platform/ios/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt_sec1
6
      RenderBlock {P} at (0,0) size 784x20
6
      RenderBlock {P} at (0,0) size 784x20
7
        RenderText {#text} at (0,0) size 296x19
7
        RenderText {#text} at (0,0) size 296x19
8
          text run at (0,0) width 296: "The five \"matches\" below should be identical "
8
          text run at (0,0) width 296: "The five \"matches\" below should be identical "
9
        RenderInline {STRONG} at (0,0) size 131x19
9
        RenderInline {STRONG} at (0,0) size 130x19
10
          RenderText {#text} at (295,0) size 131x19
10
          RenderText {#text} at (295,0) size 131x19
11
            text run at (295,0) width 131: "and equally spaced"
11
            text run at (295,0) width 131: "and equally spaced"
12
        RenderText {#text} at (425,0) size 5x19
12
        RenderText {#text} at (425,0) size 5x19
- a/LayoutTests/platform/ios/css2.1/t100801-c544-valgn-03-d-agi-expected.txt -3 / +3 lines
Lines 36-46 layer at (0,0) size 800x322 a/LayoutTests/platform/ios/css2.1/t100801-c544-valgn-03-d-agi-expected.txt_sec1
36
        RenderText {#text} at (457,35) size 76x16
36
        RenderText {#text} at (457,35) size 76x16
37
          text run at (457,35) width 16: " "
37
          text run at (457,35) width 16: " "
38
          text run at (472,35) width 61: "\x{C9}\x{C9}\x{C9} "
38
          text run at (472,35) width 61: "\x{C9}\x{C9}\x{C9} "
39
        RenderImage {IMG} at (532,8) size 66x66
39
        RenderImage {IMG} at (532,9) size 66x66
40
        RenderText {#text} at (597,35) size 76x16
40
        RenderText {#text} at (597,35) size 76x16
41
          text run at (597,35) width 16: " "
41
          text run at (597,35) width 16: " "
42
          text run at (612,35) width 61: "\x{C9}\x{C9}\x{C9} "
42
          text run at (612,35) width 61: "\x{C9}\x{C9}\x{C9} "
43
        RenderImage {IMG} at (672,24) size 36x35
43
        RenderImage {IMG} at (672,24) size 36x36
44
        RenderText {#text} at (0,0) size 0x0
44
        RenderText {#text} at (0,0) size 0x0
45
        RenderInline {SPAN} at (0,0) size 91x31 [color=#C0C0C0]
45
        RenderInline {SPAN} at (0,0) size 91x31 [color=#C0C0C0]
46
          RenderText {#text} at (8,93) size 91x31
46
          RenderText {#text} at (8,93) size 91x31
Lines 68-74 layer at (0,0) size 800x322 a/LayoutTests/platform/ios/css2.1/t100801-c544-valgn-03-d-agi-expected.txt_sec2
68
            text run at (610,109) width 31: "xxx"
68
            text run at (610,109) width 31: "xxx"
69
        RenderText {#text} at (640,105) size 16x16
69
        RenderText {#text} at (640,105) size 16x16
70
          text run at (640,105) width 16: " "
70
          text run at (640,105) width 16: " "
71
        RenderImage {IMG} at (655,104) size 16x15
71
        RenderImage {IMG} at (655,104) size 16x16
72
        RenderText {#text} at (670,105) size 16x16
72
        RenderText {#text} at (670,105) size 16x16
73
          text run at (670,105) width 16: " "
73
          text run at (670,105) width 16: " "
74
        RenderInline {BIG} at (0,0) size 61x21 [color=#C0C0C0]
74
        RenderInline {BIG} at (0,0) size 61x21 [color=#C0C0C0]
- a/LayoutTests/platform/ios/fast/block/basic/014-expected.txt -4 / +4 lines
Lines 5-12 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/block/basic/014-expected.txt_sec1
5
    RenderBody {BODY} at (8,8) size 784x584
5
    RenderBody {BODY} at (8,8) size 784x584
6
      RenderInline {A} at (0,0) size 21x18 [color=#0000EE]
6
      RenderInline {A} at (0,0) size 21x18 [color=#0000EE]
7
        RenderImage {IMG} at (0,0) size 21x21 [bgcolor=#008000]
7
        RenderImage {IMG} at (0,0) size 21x21 [bgcolor=#008000]
8
      RenderText {#text} at (21,1) size 4x18
8
      RenderText {#text} at (21,0) size 4x18
9
        text run at (21,1) width 4: " "
9
        text run at (21,0) width 4: " "
10
      RenderImage {IMG} at (24,0) size 22x21 [bgcolor=#008000]
10
      RenderImage {IMG} at (24,0) size 22x21 [bgcolor=#008000]
11
      RenderText {#text} at (45,1) size 290x18
11
      RenderText {#text} at (45,0) size 290x18
12
        text run at (45,1) width 290: " The two green blocks should line up vertically."
12
        text run at (45,0) width 290: " The two green blocks should line up vertically."
- a/LayoutTests/platform/ios/fast/block/margin-collapse/block-inside-inline/001-expected.txt -1 / +1 lines
Lines 71-77 layer at (0,0) size 800x487 a/LayoutTests/platform/ios/fast/block/margin-collapse/block-inside-inline/001-expected.txt_sec1
71
                          RenderBlock (anonymous) at (0,0) size 37x0
71
                          RenderBlock (anonymous) at (0,0) size 37x0
72
                            RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
72
                            RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
73
                          RenderBlock (anonymous) at (0,0) size 37x59
73
                          RenderBlock (anonymous) at (0,0) size 37x59
74
                            RenderInline {SPAN} at (0,0) size 0x0
74
                            RenderInline {SPAN} at (0,0) size 0x56
75
                            RenderText {#text} at (0,1) size 34x56
75
                            RenderText {#text} at (0,1) size 34x56
76
                              text run at (0,1) width 34: "B"
76
                              text run at (0,1) width 34: "B"
77
                      RenderBlock (anonymous) at (0,109) size 37x0
77
                      RenderBlock (anonymous) at (0,109) size 37x0
- a/LayoutTests/platform/ios/fast/block/margin-collapse/block-inside-inline/005-expected.txt -1 / +1 lines
Lines 98-104 layer at (11,214) size 36x59 a/LayoutTests/platform/ios/fast/block/margin-collapse/block-inside-inline/005-expected.txt_sec1
98
      RenderInline {SPAN} at (0,0) size 0x0
98
      RenderInline {SPAN} at (0,0) size 0x0
99
    RenderBlock (anonymous) at (0,0) size 37x0
99
    RenderBlock (anonymous) at (0,0) size 37x0
100
    RenderBlock (anonymous) at (0,0) size 37x59
100
    RenderBlock (anonymous) at (0,0) size 37x59
101
      RenderInline {SPAN} at (0,0) size 0x0
101
      RenderInline {SPAN} at (0,0) size 0x56
102
      RenderText {#text} at (0,1) size 34x56
102
      RenderText {#text} at (0,1) size 34x56
103
        text run at (0,1) width 34: "B"
103
        text run at (0,1) width 34: "B"
104
layer at (11,323) size 36x59
104
layer at (11,323) size 36x59
- a/LayoutTests/platform/ios/fast/block/positioning/057-expected.txt -17 / +17 lines
Lines 5-59 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/block/positioning/057-expected.txt_sec1
5
    RenderBody {BODY} at (8,8) size 784x584
5
    RenderBody {BODY} at (8,8) size 784x584
6
layer at (8,25) size 576x24
6
layer at (8,25) size 576x24
7
  RenderBlock (positioned) {DIV} at (8,25) size 576x24 [border: (2px solid #008000)]
7
  RenderBlock (positioned) {DIV} at (8,25) size 576x24 [border: (2px solid #008000)]
8
    RenderInline {SPAN} at (0,0) size 0x0
8
    RenderInline {SPAN} at (0,0) size 0x19
9
      RenderText {#text} at (0,0) size 0x0
9
      RenderText {#text} at (0,0) size 0x0
10
    RenderText {#text} at (0,0) size 0x0
10
    RenderText {#text} at (0,0) size 0x0
11
    RenderInline {SPAN} at (0,0) size 0x0
11
    RenderInline {SPAN} at (0,0) size 0x19
12
      RenderText {#text} at (0,0) size 0x0
12
      RenderText {#text} at (0,0) size 0x0
13
    RenderText {#text} at (0,0) size 0x0
13
    RenderText {#text} at (0,0) size 0x0
14
    RenderInline {SPAN} at (0,0) size 0x0
14
    RenderInline {SPAN} at (0,0) size 0x19
15
      RenderText {#text} at (0,0) size 0x0
15
      RenderText {#text} at (0,0) size 0x0
16
    RenderText {#text} at (0,0) size 0x0
16
    RenderText {#text} at (0,0) size 0x0
17
    RenderInline {SPAN} at (0,0) size 0x0
17
    RenderInline {SPAN} at (0,0) size 0x19
18
      RenderText {#text} at (0,0) size 0x0
18
      RenderText {#text} at (0,0) size 0x0
19
    RenderText {#text} at (0,0) size 0x0
19
    RenderText {#text} at (0,0) size 0x0
20
    RenderInline {SPAN} at (0,0) size 0x0
20
    RenderInline {SPAN} at (0,0) size 0x19
21
      RenderText {#text} at (0,0) size 0x0
21
      RenderText {#text} at (0,0) size 0x0
22
    RenderText {#text} at (0,0) size 0x0
22
    RenderText {#text} at (0,0) size 0x0
23
    RenderInline {SPAN} at (0,0) size 0x0
23
    RenderInline {SPAN} at (0,0) size 0x19
24
      RenderText {#text} at (0,0) size 0x0
24
      RenderText {#text} at (0,0) size 0x0
25
    RenderText {#text} at (0,0) size 0x0
25
    RenderText {#text} at (0,0) size 0x0
26
    RenderInline {SPAN} at (0,0) size 0x0
26
    RenderInline {SPAN} at (0,0) size 0x19
27
      RenderText {#text} at (0,0) size 0x0
27
      RenderText {#text} at (0,0) size 0x0
28
    RenderText {#text} at (0,0) size 0x0
28
    RenderText {#text} at (0,0) size 0x0
29
    RenderInline {SPAN} at (0,0) size 0x0
29
    RenderInline {SPAN} at (0,0) size 0x19
30
      RenderText {#text} at (0,0) size 0x0
30
      RenderText {#text} at (0,0) size 0x0
31
    RenderText {#text} at (0,0) size 0x0
31
    RenderText {#text} at (0,0) size 0x0
32
    RenderInline {SPAN} at (0,0) size 0x0
32
    RenderInline {SPAN} at (0,0) size 0x19
33
      RenderText {#text} at (0,0) size 0x0
33
      RenderText {#text} at (0,0) size 0x0
34
    RenderText {#text} at (0,0) size 0x0
34
    RenderText {#text} at (0,0) size 0x0
35
    RenderInline {SPAN} at (0,0) size 0x0
35
    RenderInline {SPAN} at (0,0) size 0x19
36
      RenderText {#text} at (0,0) size 0x0
36
      RenderText {#text} at (0,0) size 0x0
37
    RenderText {#text} at (0,0) size 0x0
37
    RenderText {#text} at (0,0) size 0x0
38
    RenderInline {SPAN} at (0,0) size 0x0
38
    RenderInline {SPAN} at (0,0) size 0x19
39
      RenderText {#text} at (0,0) size 0x0
39
      RenderText {#text} at (0,0) size 0x0
40
    RenderText {#text} at (0,0) size 0x0
40
    RenderText {#text} at (0,0) size 0x0
41
    RenderInline {SPAN} at (0,0) size 0x0
41
    RenderInline {SPAN} at (0,0) size 0x19
42
      RenderText {#text} at (0,0) size 0x0
42
      RenderText {#text} at (0,0) size 0x0
43
    RenderText {#text} at (0,0) size 0x0
43
    RenderText {#text} at (0,0) size 0x0
44
    RenderInline {SPAN} at (0,0) size 0x0
44
    RenderInline {SPAN} at (0,0) size 0x19
45
      RenderText {#text} at (0,0) size 0x0
45
      RenderText {#text} at (0,0) size 0x0
46
    RenderText {#text} at (0,0) size 0x0
46
    RenderText {#text} at (0,0) size 0x0
47
    RenderInline {SPAN} at (0,0) size 0x0
47
    RenderInline {SPAN} at (0,0) size 0x19
48
      RenderText {#text} at (0,0) size 0x0
48
      RenderText {#text} at (0,0) size 0x0
49
    RenderText {#text} at (0,0) size 0x0
49
    RenderText {#text} at (0,0) size 0x0
50
    RenderInline {SPAN} at (0,0) size 0x0
50
    RenderInline {SPAN} at (0,0) size 0x19
51
      RenderText {#text} at (0,0) size 0x0
51
      RenderText {#text} at (0,0) size 0x0
52
    RenderText {#text} at (0,0) size 0x0
52
    RenderText {#text} at (0,0) size 0x0
53
    RenderInline {SPAN} at (0,0) size 0x0
53
    RenderInline {SPAN} at (0,0) size 0x19
54
      RenderText {#text} at (0,0) size 0x0
54
      RenderText {#text} at (0,0) size 0x0
55
    RenderText {#text} at (0,0) size 0x0
55
    RenderText {#text} at (0,0) size 0x0
56
    RenderInline {SPAN} at (0,0) size 0x0
56
    RenderInline {SPAN} at (0,0) size 0x19
57
      RenderText {#text} at (0,0) size 0x0
57
      RenderText {#text} at (0,0) size 0x0
58
    RenderInline {SPAN} at (0,0) size 572x19
58
    RenderInline {SPAN} at (0,0) size 572x19
59
      RenderText {#text} at (2,2) size 572x19
59
      RenderText {#text} at (2,2) size 572x19
- a/LayoutTests/platform/ios/fast/body-propagation/background-image/010-expected.txt -1 / +1 lines
Lines 6-12 layer at (50,50) size 700x156 a/LayoutTests/platform/ios/fast/body-propagation/background-image/010-expected.txt_sec1
6
      RenderBlock {P} at (1,17) size 596x20
6
      RenderBlock {P} at (1,17) size 596x20
7
        RenderText {#text} at (0,0) size 351x19
7
        RenderText {#text} at (0,0) size 351x19
8
          text run at (0,0) width 351: "There should be a yellow square in the top-left corner, "
8
          text run at (0,0) width 351: "There should be a yellow square in the top-left corner, "
9
        RenderInline {EM} at (0,0) size 40x19
9
        RenderInline {EM} at (0,0) size 39x19
10
          RenderText {#text} at (350,0) size 40x19
10
          RenderText {#text} at (350,0) size 40x19
11
            text run at (350,0) width 40: "inside"
11
            text run at (350,0) width 40: "inside"
12
        RenderText {#text} at (389,0) size 110x19
12
        RenderText {#text} at (389,0) size 110x19
- a/LayoutTests/platform/ios/fast/body-propagation/background-image/010-xhtml-expected.txt -1 / +1 lines
Lines 6-12 layer at (50,50) size 700x156 a/LayoutTests/platform/ios/fast/body-propagation/background-image/010-xhtml-expected.txt_sec1
6
      RenderBlock {p} at (1,17) size 596x20
6
      RenderBlock {p} at (1,17) size 596x20
7
        RenderText {#text} at (0,0) size 351x19
7
        RenderText {#text} at (0,0) size 351x19
8
          text run at (0,0) width 351: "There should be a yellow square in the top-left corner, "
8
          text run at (0,0) width 351: "There should be a yellow square in the top-left corner, "
9
        RenderInline {em} at (0,0) size 40x19
9
        RenderInline {em} at (0,0) size 39x19
10
          RenderText {#text} at (350,0) size 40x19
10
          RenderText {#text} at (350,0) size 40x19
11
            text run at (350,0) width 40: "inside"
11
            text run at (350,0) width 40: "inside"
12
        RenderText {#text} at (389,0) size 110x19
12
        RenderText {#text} at (389,0) size 110x19
- a/LayoutTests/platform/ios/fast/css-generated-content/after-duplicated-after-split-expected.txt -1 / +1 lines
Lines 21-27 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/css-generated-content/after-duplicated-after-split-expected.txt_sec1
21
        RenderBlock (anonymous) at (0,0) size 784x112
21
        RenderBlock (anonymous) at (0,0) size 784x112
22
          RenderText {#text} at (0,2) size 454x107
22
          RenderText {#text} at (0,2) size 454x107
23
            text run at (0,2) width 454: "The test did"
23
            text run at (0,2) width 454: "The test did"
24
          RenderInline {SPAN} at (0,0) size 0x0
24
          RenderInline {SPAN} at (0,0) size 0x107
25
            RenderInline {B} at (0,0) size 0x0
25
            RenderInline {B} at (0,0) size 0x0
26
        RenderBlock (anonymous) at (0,112) size 784x0
26
        RenderBlock (anonymous) at (0,112) size 784x0
27
          RenderBlock {DIV} at (0,0) size 784x0
27
          RenderBlock {DIV} at (0,0) size 784x0
- a/LayoutTests/platform/ios/fast/css/child-style-can-override-visited-style-expected.txt -1 / +1 lines
Lines 6-12 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/css/child-style-can-override-visited-style-expected.txt_sec1
6
      RenderBlock (anonymous) at (0,0) size 784x20
6
      RenderBlock (anonymous) at (0,0) size 784x20
7
        RenderText {#text} at (0,0) size 367x19
7
        RenderText {#text} at (0,0) size 367x19
8
          text run at (0,0) width 367: "This tests that a child style can override the :visited style."
8
          text run at (0,0) width 367: "This tests that a child style can override the :visited style."
9
        RenderInline {A} at (0,0) size 0x0 [color=#FF0000]
9
        RenderInline {A} at (0,0) size 0x19 [color=#FF0000]
10
          RenderText {#text} at (0,0) size 0x0
10
          RenderText {#text} at (0,0) size 0x0
11
      RenderBlock (anonymous) at (0,20) size 784x20 [color=#FF0000]
11
      RenderBlock (anonymous) at (0,20) size 784x20 [color=#FF0000]
12
        RenderBlock {DIV} at (0,0) size 784x20 [color=#008000]
12
        RenderBlock {DIV} at (0,0) size 784x20 [color=#008000]
- a/LayoutTests/platform/ios/fast/css/empty-inline-003-quirksmode-expected.txt -1 / +1 lines
Lines 11-16 layer at (0,0) size 800x600 layerType: foreground only a/LayoutTests/platform/ios/fast/css/empty-inline-003-quirksmode-expected.txt_sec1
11
layer at (8,8) size 784x16
11
layer at (8,8) size 784x16
12
  RenderBlock (relative positioned) {DIV} at (0,0) size 784x16
12
  RenderBlock (relative positioned) {DIV} at (0,0) size 784x16
13
    RenderBlock {DIV} at (0,0) size 784x16 [bgcolor=#00FF00]
13
    RenderBlock {DIV} at (0,0) size 784x16 [bgcolor=#00FF00]
14
      RenderInline {SPAN} at (0,0) size 0x0
14
      RenderInline {SPAN} at (0,0) size 0x17
15
      RenderText {#text} at (0,-1) size 16x17
15
      RenderText {#text} at (0,-1) size 16x17
16
        text run at (0,-1) width 16: "X"
16
        text run at (0,-1) width 16: "X"
- a/LayoutTests/platform/ios/fast/css/inline-element-line-break-expected.txt -6 / +6 lines
Lines 7-14 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/css/inline-element-line-break-expected.txt_sec1
7
        RenderInline {SPAN} at (0,0) size 104x19
7
        RenderInline {SPAN} at (0,0) size 104x19
8
          RenderText {#text} at (3,3) size 104x19
8
          RenderText {#text} at (3,3) size 104x19
9
            text run at (3,3) width 104: "AAAAAAAAA"
9
            text run at (3,3) width 104: "AAAAAAAAA"
10
        RenderText {#text} at (106,3) size 128x39
10
        RenderText {#text} at (106,3) size 127x39
11
          text run at (106,3) width 25: "AA"
11
          text run at (106,3) width 24: "AA"
12
          text run at (3,23) width 22: "BB"
12
          text run at (3,23) width 22: "BB"
13
      RenderBlock {P} at (0,62) size 86x26 [border: (3px solid #0000FF)]
13
      RenderBlock {P} at (0,62) size 86x26 [border: (3px solid #0000FF)]
14
        RenderInline {SPAN} at (0,0) size 104x19
14
        RenderInline {SPAN} at (0,0) size 104x19
Lines 30-37 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/css/inline-element-line-break-expected.txt_sec2
30
        RenderInline {SPAN} at (0,0) size 104x19
30
        RenderInline {SPAN} at (0,0) size 104x19
31
          RenderText {#text} at (3,3) size 104x19
31
          RenderText {#text} at (3,3) size 104x19
32
            text run at (3,3) width 104: "AAAAAAAAA"
32
            text run at (3,3) width 104: "AAAAAAAAA"
33
        RenderText {#text} at (106,3) size 128x39
33
        RenderText {#text} at (106,3) size 127x39
34
          text run at (106,3) width 25: "AA"
34
          text run at (106,3) width 24: "AA"
35
          text run at (3,23) width 20: "ZZ"
35
          text run at (3,23) width 20: "ZZ"
36
        RenderInline {SPAN} at (0,0) size 89x19
36
        RenderInline {SPAN} at (0,0) size 89x19
37
          RenderText {#text} at (22,23) size 89x19
37
          RenderText {#text} at (22,23) size 89x19
Lines 56-63 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/css/inline-element-line-break-expected.txt_sec3
56
          RenderText {#text} at (3,23) size 40x19
56
          RenderText {#text} at (3,23) size 40x19
57
            text run at (3,23) width 40: "ZZZZ"
57
            text run at (3,23) width 40: "ZZZZ"
58
      RenderBlock {P} at (0,332) size 86x46 [border: (3px solid #0000FF)]
58
      RenderBlock {P} at (0,332) size 86x46 [border: (3px solid #0000FF)]
59
        RenderText {#text} at (3,3) size 24x39
59
        RenderText {#text} at (3,3) size 23x39
60
          text run at (3,3) width 24: "YY"
60
          text run at (3,3) width 23: "YY"
61
          text run at (3,23) width 20: "ZZ"
61
          text run at (3,23) width 20: "ZZ"
62
        RenderInline {SPAN} at (0,0) size 89x19
62
        RenderInline {SPAN} at (0,0) size 89x19
63
          RenderText {#text} at (22,23) size 89x19
63
          RenderText {#text} at (22,23) size 89x19
- a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt -224 / +687 lines
Lines 1-8 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec1
1
layer at (0,0) size 2041x2420
1
layer at (0,0) size 2021x2440
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x2420
3
layer at (0,0) size 800x2440
4
  RenderBlock {HTML} at (0,0) size 800x2421
4
  RenderBlock {HTML} at (0,0) size 800x2441
5
    RenderBody {BODY} at (8,8) size 784x2405
5
    RenderBody {BODY} at (8,8) size 784x2425
6
      RenderBlock {H2} at (0,0) size 784x30
6
      RenderBlock {H2} at (0,0) size 784x30
7
        RenderText {#text} at (0,1) size 139x28
7
        RenderText {#text} at (0,1) size 139x28
8
          text run at (0,1) width 139: "word-spacing"
8
          text run at (0,1) width 139: "word-spacing"
Lines 16-22 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec2
16
        RenderBlock (anonymous) at (0,46) size 986x113
16
        RenderBlock (anonymous) at (0,46) size 986x113
17
          RenderText {#text} at (0,0) size 257x28
17
          RenderText {#text} at (0,0) size 257x28
18
            text run at (0,0) width 0: " "
18
            text run at (0,0) width 0: " "
19
            text run at (0,14) width 257: "Word   spacing test "
19
            text run at (0,14) width 32: "Word"
20
            text run at (51,14) width 119: "   spacing"
21
            text run at (189,14) width 40: " test"
22
            text run at (248,14) width 9: " "
20
          RenderInline {EM} at (0,0) size 24x14
23
          RenderInline {EM} at (0,0) size 24x14
21
            RenderText {#text} at (256,14) size 24x14
24
            RenderText {#text} at (256,14) size 24x14
22
              text run at (256,14) width 24: "for"
25
              text run at (256,14) width 24: "for"
Lines 30-39 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec3
30
          RenderInline {TT} at (0,0) size 48x14
33
          RenderInline {TT} at (0,0) size 48x14
31
            RenderText {#text} at (397,14) size 48x14
34
            RenderText {#text} at (397,14) size 48x14
32
              text run at (397,14) width 48: "within"
35
              text run at (397,14) width 48: "within"
33
          RenderText {#text} at (464,14) size 614x28
36
          RenderText {#text} at (464,14) size 594x28
34
            text run at (464,14) width 130: " elements too."
37
            text run at (464,14) width 71: " elements"
35
            text run at (613,14) width 1: " "
38
            text run at (554,14) width 40: " too."
36
            text run at (0,28) width 257: "Word   spacing test "
39
            text run at (593,14) width 1: " "
40
            text run at (0,28) width 32: "Word"
41
            text run at (51,28) width 119: "   spacing"
42
            text run at (189,28) width 40: " test"
43
            text run at (248,28) width 9: " "
37
          RenderInline {EM} at (0,0) size 24x14
44
          RenderInline {EM} at (0,0) size 24x14
38
            RenderText {#text} at (256,28) size 24x14
45
            RenderText {#text} at (256,28) size 24x14
39
              text run at (256,28) width 24: "for"
46
              text run at (256,28) width 24: "for"
Lines 48-58 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec4
48
            RenderText {#text} at (397,28) size 48x14
55
            RenderText {#text} at (397,28) size 48x14
49
              text run at (397,28) width 48: "within"
56
              text run at (397,28) width 48: "within"
50
          RenderText {#text} at (464,28) size 99x14
57
          RenderText {#text} at (464,28) size 99x14
51
            text run at (464,28) width 99: " elements "
58
            text run at (464,28) width 71: " elements"
52
          RenderText {#text} at (562,28) size 1054x28
59
            text run at (554,28) width 9: " "
53
            text run at (562,28) width 472: " too. (with comment between elements and too)"
60
          RenderText {#text} at (582,28) size 1054x28
61
            text run at (582,28) width 40: " too."
62
            text run at (641,28) width 48: " (with"
63
            text run at (708,28) width 63: " comment"
64
            text run at (790,28) width 63: " between"
65
            text run at (872,28) width 72: " elements"
66
            text run at (963,28) width 32: " and"
67
            text run at (1014,28) width 40: " too)"
54
            text run at (1053,28) width 1: " "
68
            text run at (1053,28) width 1: " "
55
            text run at (0,42) width 257: "Word   spacing test "
69
            text run at (0,42) width 32: "Word"
70
            text run at (51,42) width 119: "   spacing"
71
            text run at (189,42) width 40: " test"
72
            text run at (248,42) width 9: " "
56
          RenderInline {EM} at (0,0) size 24x14
73
          RenderInline {EM} at (0,0) size 24x14
57
            RenderText {#text} at (256,42) size 24x14
74
            RenderText {#text} at (256,42) size 24x14
58
              text run at (256,42) width 24: "for"
75
              text run at (256,42) width 24: "for"
Lines 68-77 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec5
68
              text run at (397,42) width 48: "within"
85
              text run at (397,42) width 48: "within"
69
          RenderText {#text} at (464,42) size 71x14
86
          RenderText {#text} at (464,42) size 71x14
70
            text run at (464,42) width 71: " elements"
87
            text run at (464,42) width 71: " elements"
71
          RenderText {#text} at (554,42) size 1278x28
88
          RenderText {#text} at (554,42) size 1258x28
72
            text run at (554,42) width 704: " too. (with comment (no preceeding space) between elements and too)"
89
            text run at (554,42) width 40: " too."
73
            text run at (1277,42) width 1: " "
90
            text run at (613,42) width 48: " (with"
74
            text run at (0,56) width 257: "Word   spacing test "
91
            text run at (680,42) width 63: " comment"
92
            text run at (762,42) width 32: " (no"
93
            text run at (813,42) width 87: " preceeding"
94
            text run at (919,42) width 56: " space)"
95
            text run at (994,42) width 63: " between"
96
            text run at (1076,42) width 71: " elements"
97
            text run at (1166,42) width 33: " and"
98
            text run at (1218,42) width 40: " too)"
99
            text run at (1257,42) width 1: " "
100
            text run at (0,56) width 32: "Word"
101
            text run at (51,56) width 119: "   spacing"
102
            text run at (189,56) width 40: " test"
103
            text run at (248,56) width 9: " "
75
          RenderInline {EM} at (0,0) size 24x14
104
          RenderInline {EM} at (0,0) size 24x14
76
            RenderText {#text} at (256,56) size 24x14
105
            RenderText {#text} at (256,56) size 24x14
77
              text run at (256,56) width 24: "for"
106
              text run at (256,56) width 24: "for"
Lines 86-98 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec6
86
            RenderText {#text} at (397,56) size 48x14
115
            RenderText {#text} at (397,56) size 48x14
87
              text run at (397,56) width 48: "within"
116
              text run at (397,56) width 48: "within"
88
          RenderText {#text} at (464,56) size 99x14
117
          RenderText {#text} at (464,56) size 99x14
89
            text run at (464,56) width 99: " elements "
118
            text run at (464,56) width 71: " elements"
90
          RenderText {#text} at (562,56) size 700x14
119
            text run at (554,56) width 9: " "
91
            text run at (562,56) width 680: "too. (with comment (no trailing space) between elements and too)"
120
          RenderText {#text} at (562,56) size 680x14
92
            text run at (1261,56) width 1: " "
121
            text run at (562,56) width 32: "too."
122
            text run at (613,56) width 48: " (with"
123
            text run at (680,56) width 63: " comment"
124
            text run at (762,56) width 32: " (no"
125
            text run at (813,56) width 72: " trailing"
126
            text run at (904,56) width 55: " space)"
127
            text run at (978,56) width 64: " between"
128
            text run at (1061,56) width 71: " elements"
129
            text run at (1151,56) width 32: " and"
130
            text run at (1202,56) width 40: " too)"
131
            text run at (1241,56) width 1: " "
93
          RenderInline {SPAN} at (0,0) size 370x14
132
          RenderInline {SPAN} at (0,0) size 370x14
94
            RenderText {#text} at (0,70) size 257x14
133
            RenderText {#text} at (0,70) size 257x14
95
              text run at (0,70) width 257: "Word   spacing test "
134
              text run at (0,70) width 32: "Word"
135
              text run at (51,70) width 119: "   spacing"
136
              text run at (189,70) width 40: " test"
137
              text run at (248,70) width 9: " "
96
            RenderInline {EM} at (0,0) size 24x14
138
            RenderInline {EM} at (0,0) size 24x14
97
              RenderText {#text} at (256,70) size 24x14
139
              RenderText {#text} at (256,70) size 24x14
98
                text run at (256,70) width 24: "for"
140
                text run at (256,70) width 24: "for"
Lines 106-115 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec7
106
          RenderInline {TT} at (0,0) size 48x14
148
          RenderInline {TT} at (0,0) size 48x14
107
            RenderText {#text} at (397,70) size 48x14
149
            RenderText {#text} at (397,70) size 48x14
108
              text run at (397,70) width 48: "within"
150
              text run at (397,70) width 48: "within"
109
          RenderText {#text} at (464,70) size 1097x28
151
          RenderText {#text} at (464,70) size 1077x28
110
            text run at (464,70) width 613: " elements too. (with monospace font from Word to elements)"
152
            text run at (464,70) width 71: " elements"
111
            text run at (1096,70) width 1: " "
153
            text run at (554,70) width 40: " too."
112
            text run at (0,84) width 257: "Word   spacing test "
154
            text run at (613,70) width 48: " (with"
155
            text run at (680,70) width 79: " monospace"
156
            text run at (778,70) width 40: " font"
157
            text run at (837,70) width 40: " from"
158
            text run at (896,70) width 40: " Word"
159
            text run at (955,70) width 24: " to"
160
            text run at (998,70) width 79: " elements)"
161
            text run at (1076,70) width 1: " "
162
            text run at (0,84) width 32: "Word"
163
            text run at (51,84) width 119: "   spacing"
164
            text run at (189,84) width 40: " test"
165
            text run at (248,84) width 9: " "
113
          RenderInline {SPAN} at (0,0) size 189x14
166
          RenderInline {SPAN} at (0,0) size 189x14
114
            RenderInline {EM} at (0,0) size 24x14
167
            RenderInline {EM} at (0,0) size 24x14
115
              RenderText {#text} at (256,84) size 24x14
168
              RenderText {#text} at (256,84) size 24x14
Lines 124-133 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec8
124
            RenderInline {TT} at (0,0) size 48x14
177
            RenderInline {TT} at (0,0) size 48x14
125
              RenderText {#text} at (397,84) size 48x14
178
              RenderText {#text} at (397,84) size 48x14
126
                text run at (397,84) width 48: "within"
179
                text run at (397,84) width 48: "within"
127
          RenderText {#text} at (464,84) size 1074x28
180
          RenderText {#text} at (464,84) size 1054x28
128
            text run at (464,84) width 590: " elements too. (with monospace font from for to within)"
181
            text run at (464,84) width 71: " elements"
129
            text run at (1073,84) width 1: " "
182
            text run at (554,84) width 40: " too."
130
            text run at (0,98) width 257: "Word   spacing test "
183
            text run at (613,84) width 48: " (with"
184
            text run at (680,84) width 79: " monospace"
185
            text run at (778,84) width 40: " font"
186
            text run at (837,84) width 40: " from"
187
            text run at (896,84) width 32: " for"
188
            text run at (947,84) width 24: " to"
189
            text run at (990,84) width 64: " within)"
190
            text run at (1053,84) width 1: " "
191
            text run at (0,98) width 32: "Word"
192
            text run at (51,98) width 119: "   spacing"
193
            text run at (189,98) width 40: " test"
194
            text run at (248,98) width 9: " "
131
          RenderInline {EM} at (0,0) size 24x14
195
          RenderInline {EM} at (0,0) size 24x14
132
            RenderText {#text} at (256,98) size 24x14
196
            RenderText {#text} at (256,98) size 24x14
133
              text run at (256,98) width 24: "for"
197
              text run at (256,98) width 24: "for"
Lines 143-152 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec9
143
              RenderText {#text} at (397,98) size 48x14
207
              RenderText {#text} at (397,98) size 48x14
144
                text run at (397,98) width 48: "within"
208
                text run at (397,98) width 48: "within"
145
            RenderText {#text} at (464,98) size 122x14
209
            RenderText {#text} at (464,98) size 122x14
146
              text run at (464,98) width 122: " elements too"
210
              text run at (464,98) width 71: " elements"
147
          RenderText {#text} at (585,98) size 504x14
211
              text run at (554,98) width 32: " too"
148
            text run at (585,98) width 484: ". (with monospace font from elements to too)"
212
          RenderText {#text} at (585,98) size 484x14
149
            text run at (1088,98) width 1: " "
213
            text run at (585,98) width 9: "."
214
            text run at (613,98) width 48: " (with"
215
            text run at (680,98) width 79: " monospace"
216
            text run at (778,98) width 40: " font"
217
            text run at (837,98) width 40: " from"
218
            text run at (896,98) width 71: " elements"
219
            text run at (986,98) width 24: " to"
220
            text run at (1029,98) width 40: " too)"
221
            text run at (1068,98) width 1: " "
150
      RenderBlock (anonymous) at (0,49) size 784x185
222
      RenderBlock (anonymous) at (0,49) size 784x185
151
        RenderBR {BR} at (985,0) size 1x19
223
        RenderBR {BR} at (985,0) size 1x19
152
      RenderBlock {PRE} at (0,249) size 784x144
224
      RenderBlock {PRE} at (0,249) size 784x144
Lines 159-165 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec10
159
        RenderBlock (anonymous) at (0,31) size 784x113
231
        RenderBlock (anonymous) at (0,31) size 784x113
160
          RenderText {#text} at (0,0) size 257x28
232
          RenderText {#text} at (0,0) size 257x28
161
            text run at (0,0) width 0: " "
233
            text run at (0,0) width 0: " "
162
            text run at (0,14) width 257: "Word   spacing test "
234
            text run at (0,14) width 32: "Word"
235
            text run at (51,14) width 119: "   spacing"
236
            text run at (189,14) width 40: " test"
237
            text run at (248,14) width 9: " "
163
          RenderInline {EM} at (0,0) size 24x14
238
          RenderInline {EM} at (0,0) size 24x14
164
            RenderText {#text} at (256,14) size 24x14
239
            RenderText {#text} at (256,14) size 24x14
165
              text run at (256,14) width 24: "for"
240
              text run at (256,14) width 24: "for"
Lines 173-182 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec11
173
          RenderInline {TT} at (0,0) size 48x14
248
          RenderInline {TT} at (0,0) size 48x14
174
            RenderText {#text} at (397,14) size 48x14
249
            RenderText {#text} at (397,14) size 48x14
175
              text run at (397,14) width 48: "within"
250
              text run at (397,14) width 48: "within"
176
          RenderText {#text} at (464,14) size 614x28
251
          RenderText {#text} at (464,14) size 594x28
177
            text run at (464,14) width 130: " elements too."
252
            text run at (464,14) width 71: " elements"
178
            text run at (613,14) width 1: " "
253
            text run at (554,14) width 40: " too."
179
            text run at (0,28) width 257: "Word   spacing test "
254
            text run at (593,14) width 1: " "
255
            text run at (0,28) width 32: "Word"
256
            text run at (51,28) width 119: "   spacing"
257
            text run at (189,28) width 40: " test"
258
            text run at (248,28) width 9: " "
180
          RenderInline {EM} at (0,0) size 24x14
259
          RenderInline {EM} at (0,0) size 24x14
181
            RenderText {#text} at (256,28) size 24x14
260
            RenderText {#text} at (256,28) size 24x14
182
              text run at (256,28) width 24: "for"
261
              text run at (256,28) width 24: "for"
Lines 191-201 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec12
191
            RenderText {#text} at (397,28) size 48x14
270
            RenderText {#text} at (397,28) size 48x14
192
              text run at (397,28) width 48: "within"
271
              text run at (397,28) width 48: "within"
193
          RenderText {#text} at (464,28) size 99x14
272
          RenderText {#text} at (464,28) size 99x14
194
            text run at (464,28) width 99: " elements "
273
            text run at (464,28) width 71: " elements"
195
          RenderText {#text} at (562,28) size 1054x28
274
            text run at (554,28) width 9: " "
196
            text run at (562,28) width 472: " too. (with comment between elements and too)"
275
          RenderText {#text} at (582,28) size 1054x28
276
            text run at (582,28) width 40: " too."
277
            text run at (641,28) width 48: " (with"
278
            text run at (708,28) width 63: " comment"
279
            text run at (790,28) width 63: " between"
280
            text run at (872,28) width 72: " elements"
281
            text run at (963,28) width 32: " and"
282
            text run at (1014,28) width 40: " too)"
197
            text run at (1053,28) width 1: " "
283
            text run at (1053,28) width 1: " "
198
            text run at (0,42) width 257: "Word   spacing test "
284
            text run at (0,42) width 32: "Word"
285
            text run at (51,42) width 119: "   spacing"
286
            text run at (189,42) width 40: " test"
287
            text run at (248,42) width 9: " "
199
          RenderInline {EM} at (0,0) size 24x14
288
          RenderInline {EM} at (0,0) size 24x14
200
            RenderText {#text} at (256,42) size 24x14
289
            RenderText {#text} at (256,42) size 24x14
201
              text run at (256,42) width 24: "for"
290
              text run at (256,42) width 24: "for"
Lines 211-220 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec13
211
              text run at (397,42) width 48: "within"
300
              text run at (397,42) width 48: "within"
212
          RenderText {#text} at (464,42) size 71x14
301
          RenderText {#text} at (464,42) size 71x14
213
            text run at (464,42) width 71: " elements"
302
            text run at (464,42) width 71: " elements"
214
          RenderText {#text} at (554,42) size 1278x28
303
          RenderText {#text} at (554,42) size 1258x28
215
            text run at (554,42) width 704: " too. (with comment (no preceeding space) between elements and too)"
304
            text run at (554,42) width 40: " too."
216
            text run at (1277,42) width 1: " "
305
            text run at (613,42) width 48: " (with"
217
            text run at (0,56) width 257: "Word   spacing test "
306
            text run at (680,42) width 63: " comment"
307
            text run at (762,42) width 32: " (no"
308
            text run at (813,42) width 87: " preceeding"
309
            text run at (919,42) width 56: " space)"
310
            text run at (994,42) width 63: " between"
311
            text run at (1076,42) width 71: " elements"
312
            text run at (1166,42) width 33: " and"
313
            text run at (1218,42) width 40: " too)"
314
            text run at (1257,42) width 1: " "
315
            text run at (0,56) width 32: "Word"
316
            text run at (51,56) width 119: "   spacing"
317
            text run at (189,56) width 40: " test"
318
            text run at (248,56) width 9: " "
218
          RenderInline {EM} at (0,0) size 24x14
319
          RenderInline {EM} at (0,0) size 24x14
219
            RenderText {#text} at (256,56) size 24x14
320
            RenderText {#text} at (256,56) size 24x14
220
              text run at (256,56) width 24: "for"
321
              text run at (256,56) width 24: "for"
Lines 229-241 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec14
229
            RenderText {#text} at (397,56) size 48x14
330
            RenderText {#text} at (397,56) size 48x14
230
              text run at (397,56) width 48: "within"
331
              text run at (397,56) width 48: "within"
231
          RenderText {#text} at (464,56) size 99x14
332
          RenderText {#text} at (464,56) size 99x14
232
            text run at (464,56) width 99: " elements "
333
            text run at (464,56) width 71: " elements"
233
          RenderText {#text} at (562,56) size 700x14
334
            text run at (554,56) width 9: " "
234
            text run at (562,56) width 680: "too. (with comment (no trailing space) between elements and too)"
335
          RenderText {#text} at (562,56) size 680x14
235
            text run at (1261,56) width 1: " "
336
            text run at (562,56) width 32: "too."
337
            text run at (613,56) width 48: " (with"
338
            text run at (680,56) width 63: " comment"
339
            text run at (762,56) width 32: " (no"
340
            text run at (813,56) width 72: " trailing"
341
            text run at (904,56) width 55: " space)"
342
            text run at (978,56) width 64: " between"
343
            text run at (1061,56) width 71: " elements"
344
            text run at (1151,56) width 32: " and"
345
            text run at (1202,56) width 40: " too)"
346
            text run at (1241,56) width 1: " "
236
          RenderInline {SPAN} at (0,0) size 370x14
347
          RenderInline {SPAN} at (0,0) size 370x14
237
            RenderText {#text} at (0,70) size 257x14
348
            RenderText {#text} at (0,70) size 257x14
238
              text run at (0,70) width 257: "Word   spacing test "
349
              text run at (0,70) width 32: "Word"
350
              text run at (51,70) width 119: "   spacing"
351
              text run at (189,70) width 40: " test"
352
              text run at (248,70) width 9: " "
239
            RenderInline {EM} at (0,0) size 24x14
353
            RenderInline {EM} at (0,0) size 24x14
240
              RenderText {#text} at (256,70) size 24x14
354
              RenderText {#text} at (256,70) size 24x14
241
                text run at (256,70) width 24: "for"
355
                text run at (256,70) width 24: "for"
Lines 249-258 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec15
249
          RenderInline {TT} at (0,0) size 48x14
363
          RenderInline {TT} at (0,0) size 48x14
250
            RenderText {#text} at (397,70) size 48x14
364
            RenderText {#text} at (397,70) size 48x14
251
              text run at (397,70) width 48: "within"
365
              text run at (397,70) width 48: "within"
252
          RenderText {#text} at (464,70) size 1097x28
366
          RenderText {#text} at (464,70) size 1077x28
253
            text run at (464,70) width 613: " elements too. (with monospace font from Word to elements)"
367
            text run at (464,70) width 71: " elements"
254
            text run at (1096,70) width 1: " "
368
            text run at (554,70) width 40: " too."
255
            text run at (0,84) width 257: "Word   spacing test "
369
            text run at (613,70) width 48: " (with"
370
            text run at (680,70) width 79: " monospace"
371
            text run at (778,70) width 40: " font"
372
            text run at (837,70) width 40: " from"
373
            text run at (896,70) width 40: " Word"
374
            text run at (955,70) width 24: " to"
375
            text run at (998,70) width 79: " elements)"
376
            text run at (1076,70) width 1: " "
377
            text run at (0,84) width 32: "Word"
378
            text run at (51,84) width 119: "   spacing"
379
            text run at (189,84) width 40: " test"
380
            text run at (248,84) width 9: " "
256
          RenderInline {SPAN} at (0,0) size 189x14
381
          RenderInline {SPAN} at (0,0) size 189x14
257
            RenderInline {EM} at (0,0) size 24x14
382
            RenderInline {EM} at (0,0) size 24x14
258
              RenderText {#text} at (256,84) size 24x14
383
              RenderText {#text} at (256,84) size 24x14
Lines 267-276 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec16
267
            RenderInline {TT} at (0,0) size 48x14
392
            RenderInline {TT} at (0,0) size 48x14
268
              RenderText {#text} at (397,84) size 48x14
393
              RenderText {#text} at (397,84) size 48x14
269
                text run at (397,84) width 48: "within"
394
                text run at (397,84) width 48: "within"
270
          RenderText {#text} at (464,84) size 1074x28
395
          RenderText {#text} at (464,84) size 1054x28
271
            text run at (464,84) width 590: " elements too. (with monospace font from for to within)"
396
            text run at (464,84) width 71: " elements"
272
            text run at (1073,84) width 1: " "
397
            text run at (554,84) width 40: " too."
273
            text run at (0,98) width 257: "Word   spacing test "
398
            text run at (613,84) width 48: " (with"
399
            text run at (680,84) width 79: " monospace"
400
            text run at (778,84) width 40: " font"
401
            text run at (837,84) width 40: " from"
402
            text run at (896,84) width 32: " for"
403
            text run at (947,84) width 24: " to"
404
            text run at (990,84) width 64: " within)"
405
            text run at (1053,84) width 1: " "
406
            text run at (0,98) width 32: "Word"
407
            text run at (51,98) width 119: "   spacing"
408
            text run at (189,98) width 40: " test"
409
            text run at (248,98) width 9: " "
274
          RenderInline {EM} at (0,0) size 24x14
410
          RenderInline {EM} at (0,0) size 24x14
275
            RenderText {#text} at (256,98) size 24x14
411
            RenderText {#text} at (256,98) size 24x14
276
              text run at (256,98) width 24: "for"
412
              text run at (256,98) width 24: "for"
Lines 286-295 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec17
286
              RenderText {#text} at (397,98) size 48x14
422
              RenderText {#text} at (397,98) size 48x14
287
                text run at (397,98) width 48: "within"
423
                text run at (397,98) width 48: "within"
288
            RenderText {#text} at (464,98) size 122x14
424
            RenderText {#text} at (464,98) size 122x14
289
              text run at (464,98) width 122: " elements too"
425
              text run at (464,98) width 71: " elements"
290
          RenderText {#text} at (585,98) size 504x14
426
              text run at (554,98) width 32: " too"
291
            text run at (585,98) width 484: ". (with monospace font from elements to too)"
427
          RenderText {#text} at (585,98) size 484x14
292
            text run at (1088,98) width 1: " "
428
            text run at (585,98) width 9: "."
429
            text run at (613,98) width 48: " (with"
430
            text run at (680,98) width 79: " monospace"
431
            text run at (778,98) width 40: " font"
432
            text run at (837,98) width 40: " from"
433
            text run at (896,98) width 71: " elements"
434
            text run at (986,98) width 24: " to"
435
            text run at (1029,98) width 40: " too)"
436
            text run at (1068,98) width 1: " "
293
      RenderBlock (anonymous) at (0,405) size 784x0
437
      RenderBlock (anonymous) at (0,405) size 784x0
294
        RenderInline {SPAN} at (0,0) size 0x0
438
        RenderInline {SPAN} at (0,0) size 0x0
295
          RenderText {#text} at (0,0) size 0x0
439
          RenderText {#text} at (0,0) size 0x0
Lines 300-309 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec18
300
            text run at (37,0) width 16: " a"
444
            text run at (37,0) width 16: " a"
301
            text run at (72,0) width 43: " span"
445
            text run at (72,0) width 43: " span"
302
      RenderBlock (anonymous) at (0,452) size 784x301
446
      RenderBlock (anonymous) at (0,452) size 784x301
303
        RenderInline {SPAN} at (0,0) size 857x259
447
        RenderInline {SPAN} at (0,0) size 781x259
304
          RenderText {#text} at (0,0) size 179x19
448
          RenderText {#text} at (0,0) size 179x19
305
            text run at (0,0) width 60: "Word "
449
            text run at (0,0) width 36: "Word"
306
            text run at (59,0) width 120: "spacing test "
450
            text run at (55,0) width 5: " "
451
            text run at (59,0) width 50: "spacing"
452
            text run at (128,0) width 27: " test"
453
            text run at (174,0) width 5: " "
307
          RenderInline {EM} at (0,0) size 19x19
454
          RenderInline {EM} at (0,0) size 19x19
308
            RenderText {#text} at (178,0) size 19x19
455
            RenderText {#text} at (178,0) size 19x19
309
              text run at (178,0) width 19: "for"
456
              text run at (178,0) width 19: "for"
Lines 317-328 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec19
317
          RenderInline {TT} at (0,0) size 48x14
464
          RenderInline {TT} at (0,0) size 48x14
318
            RenderText {#text} at (304,5) size 48x14
465
            RenderText {#text} at (304,5) size 48x14
319
              text run at (304,5) width 48: "within"
466
              text run at (304,5) width 48: "within"
320
          RenderText {#text} at (371,0) size 130x19
467
          RenderText {#text} at (371,0) size 110x19
321
            text run at (371,0) width 130: " elements too."
468
            text run at (371,0) width 62: " elements"
322
          RenderBR {BR} at (500,0) size 1x19
469
            text run at (452,0) width 29: " too."
470
          RenderBR {BR} at (480,0) size 1x19
323
          RenderText {#text} at (0,20) size 179x19
471
          RenderText {#text} at (0,20) size 179x19
324
            text run at (0,20) width 60: "Word "
472
            text run at (0,20) width 36: "Word"
325
            text run at (59,20) width 120: "spacing test "
473
            text run at (55,20) width 5: " "
474
            text run at (59,20) width 50: "spacing"
475
            text run at (128,20) width 27: " test"
476
            text run at (174,20) width 5: " "
326
          RenderInline {EM} at (0,0) size 19x19
477
          RenderInline {EM} at (0,0) size 19x19
327
            RenderText {#text} at (178,20) size 19x19
478
            RenderText {#text} at (178,20) size 19x19
328
              text run at (178,20) width 19: "for"
479
              text run at (178,20) width 19: "for"
Lines 336-350 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec20
336
          RenderInline {TT} at (0,0) size 48x14
487
          RenderInline {TT} at (0,0) size 48x14
337
            RenderText {#text} at (304,25) size 48x14
488
            RenderText {#text} at (304,25) size 48x14
338
              text run at (304,25) width 48: "within"
489
              text run at (304,25) width 48: "within"
339
          RenderText {#text} at (371,20) size 106x19
490
          RenderText {#text} at (371,20) size 86x19
340
            text run at (371,20) width 106: " elements "
491
            text run at (371,20) width 62: " elements"
341
          RenderText {#text} at (476,20) size 848x39
492
            text run at (452,20) width 5: " "
342
            text run at (476,20) width 372: "too. (with comment between elements and"
493
          RenderText {#text} at (456,20) size 781x39
343
            text run at (0,40) width 26: "too)"
494
            text run at (456,20) width 25: "too."
344
          RenderBR {BR} at (25,40) size 1x19
495
            text run at (500,20) width 39: " (with"
496
            text run at (558,20) width 64: " comment"
497
            text run at (641,20) width 59: " between"
498
            text run at (719,20) width 62: " elements"
499
            text run at (0,40) width 24: "and"
500
            text run at (43,40) width 30: " too)"
501
          RenderBR {BR} at (72,40) size 1x19
345
          RenderText {#text} at (0,60) size 179x19
502
          RenderText {#text} at (0,60) size 179x19
346
            text run at (0,60) width 60: "Word "
503
            text run at (0,60) width 36: "Word"
347
            text run at (59,60) width 120: "spacing test "
504
            text run at (55,60) width 5: " "
505
            text run at (59,60) width 50: "spacing"
506
            text run at (128,60) width 27: " test"
507
            text run at (174,60) width 5: " "
348
          RenderInline {EM} at (0,0) size 19x19
508
          RenderInline {EM} at (0,0) size 19x19
349
            RenderText {#text} at (178,60) size 19x19
509
            RenderText {#text} at (178,60) size 19x19
350
              text run at (178,60) width 19: "for"
510
              text run at (178,60) width 19: "for"
Lines 360-372 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec21
360
              text run at (304,65) width 48: "within"
520
              text run at (304,65) width 48: "within"
361
          RenderText {#text} at (371,60) size 62x19
521
          RenderText {#text} at (371,60) size 62x19
362
            text run at (371,60) width 62: " elements"
522
            text run at (371,60) width 62: " elements"
363
          RenderText {#text} at (452,60) size 847x39
523
          RenderText {#text} at (452,60) size 762x39
364
            text run at (452,60) width 395: " too. (with comment (no preceeding space)"
524
            text run at (452,60) width 29: " too."
365
            text run at (0,80) width 232: "between elements and too)"
525
            text run at (500,60) width 39: " (with"
366
          RenderBR {BR} at (231,80) size 1x19
526
            text run at (558,60) width 64: " comment"
527
            text run at (641,60) width 27: " (no"
528
            text run at (687,60) width 75: " preceeding"
529
            text run at (0,80) width 41: "space)"
530
            text run at (60,80) width 59: " between"
531
            text run at (138,80) width 62: " elements"
532
            text run at (219,80) width 28: " and"
533
            text run at (266,80) width 30: " too)"
534
          RenderBR {BR} at (295,80) size 1x19
367
          RenderText {#text} at (0,100) size 179x19
535
          RenderText {#text} at (0,100) size 179x19
368
            text run at (0,100) width 60: "Word "
536
            text run at (0,100) width 36: "Word"
369
            text run at (59,100) width 120: "spacing test "
537
            text run at (55,100) width 5: " "
538
            text run at (59,100) width 50: "spacing"
539
            text run at (128,100) width 27: " test"
540
            text run at (174,100) width 5: " "
370
          RenderInline {EM} at (0,0) size 19x19
541
          RenderInline {EM} at (0,0) size 19x19
371
            RenderText {#text} at (178,100) size 19x19
542
            RenderText {#text} at (178,100) size 19x19
372
              text run at (178,100) width 19: "for"
543
              text run at (178,100) width 19: "for"
Lines 380-395 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec22
380
          RenderInline {TT} at (0,0) size 48x14
551
          RenderInline {TT} at (0,0) size 48x14
381
            RenderText {#text} at (304,105) size 48x14
552
            RenderText {#text} at (304,105) size 48x14
382
              text run at (304,105) width 48: "within"
553
              text run at (304,105) width 48: "within"
383
          RenderText {#text} at (371,100) size 106x19
554
          RenderText {#text} at (371,100) size 86x19
384
            text run at (371,100) width 106: " elements "
555
            text run at (371,100) width 62: " elements"
385
          RenderText {#text} at (476,100) size 823x39
556
            text run at (452,100) width 5: " "
386
            text run at (476,100) width 347: "too. (with comment (no trailing space)"
557
          RenderText {#text} at (456,100) size 738x39
387
            text run at (0,120) width 232: "between elements and too)"
558
            text run at (456,100) width 25: "too."
388
          RenderBR {BR} at (231,120) size 1x19
559
            text run at (500,100) width 39: " (with"
560
            text run at (558,100) width 64: " comment"
561
            text run at (641,100) width 27: " (no"
562
            text run at (687,100) width 51: " trailing"
563
            text run at (0,120) width 41: "space)"
564
            text run at (60,120) width 59: " between"
565
            text run at (138,120) width 62: " elements"
566
            text run at (219,120) width 28: " and"
567
            text run at (266,120) width 30: " too)"
568
          RenderBR {BR} at (295,120) size 1x19
389
          RenderInline {SPAN} at (0,0) size 315x14
569
          RenderInline {SPAN} at (0,0) size 315x14
390
            RenderText {#text} at (0,145) size 201x14
570
            RenderText {#text} at (0,145) size 201x14
391
              text run at (0,145) width 60: "Word "
571
              text run at (0,145) width 32: "Word"
392
              text run at (59,145) width 142: "spacing test "
572
              text run at (51,145) width 9: " "
573
              text run at (59,145) width 55: "spacing"
574
              text run at (133,145) width 40: " test"
575
              text run at (192,145) width 9: " "
393
            RenderInline {EM} at (0,0) size 24x14
576
            RenderInline {EM} at (0,0) size 24x14
394
              RenderText {#text} at (200,145) size 24x14
577
              RenderText {#text} at (200,145) size 24x14
395
                text run at (200,145) width 24: "for"
578
                text run at (200,145) width 24: "for"
Lines 403-415 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec23
403
          RenderInline {TT} at (0,0) size 47x14
586
          RenderInline {TT} at (0,0) size 47x14
404
            RenderText {#text} at (338,145) size 47x14
587
            RenderText {#text} at (338,145) size 47x14
405
              text run at (338,145) width 47: "within"
588
              text run at (338,145) width 47: "within"
406
          RenderText {#text} at (404,140) size 852x39
589
          RenderText {#text} at (404,140) size 773x39
407
            text run at (404,140) width 448: " elements too. (with monospace font from Word"
590
            text run at (404,140) width 62: " elements"
408
            text run at (0,160) width 99: "to elements)"
591
            text run at (485,140) width 30: " too."
409
          RenderBR {BR} at (98,160) size 1x19
592
            text run at (534,140) width 38: " (with"
593
            text run at (591,140) width 77: " monospace"
594
            text run at (687,140) width 31: " font"
595
            text run at (737,140) width 36: " from"
596
            text run at (0,160) width 36: "Word"
597
            text run at (55,160) width 17: " to"
598
            text run at (91,160) width 67: " elements)"
599
          RenderBR {BR} at (157,160) size 1x19
410
          RenderText {#text} at (0,180) size 179x19
600
          RenderText {#text} at (0,180) size 179x19
411
            text run at (0,180) width 60: "Word "
601
            text run at (0,180) width 36: "Word"
412
            text run at (59,180) width 120: "spacing test "
602
            text run at (55,180) width 5: " "
603
            text run at (59,180) width 50: "spacing"
604
            text run at (128,180) width 27: " test"
605
            text run at (174,180) width 5: " "
413
          RenderInline {SPAN} at (0,0) size 189x14
606
          RenderInline {SPAN} at (0,0) size 189x14
414
            RenderInline {EM} at (0,0) size 24x14
607
            RenderInline {EM} at (0,0) size 24x14
415
              RenderText {#text} at (178,185) size 24x14
608
              RenderText {#text} at (178,185) size 24x14
Lines 424-436 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec24
424
            RenderInline {TT} at (0,0) size 48x14
617
            RenderInline {TT} at (0,0) size 48x14
425
              RenderText {#text} at (319,185) size 48x14
618
              RenderText {#text} at (319,185) size 48x14
426
                text run at (319,185) width 48: "within"
619
                text run at (319,185) width 48: "within"
427
          RenderText {#text} at (386,180) size 854x39
620
          RenderText {#text} at (386,180) size 755x39
428
            text run at (386,180) width 468: " elements too. (with monospace font from for to"
621
            text run at (386,180) width 62: " elements"
429
            text run at (0,200) width 47: "within)"
622
            text run at (467,180) width 29: " too."
430
          RenderBR {BR} at (46,200) size 1x19
623
            text run at (515,180) width 39: " (with"
624
            text run at (573,180) width 77: " monospace"
625
            text run at (669,180) width 31: " font"
626
            text run at (719,180) width 36: " from"
627
            text run at (0,200) width 19: "for"
628
            text run at (38,200) width 18: " to"
629
            text run at (75,200) width 51: " within)"
630
          RenderBR {BR} at (125,200) size 1x19
431
          RenderText {#text} at (0,220) size 179x19
631
          RenderText {#text} at (0,220) size 179x19
432
            text run at (0,220) width 60: "Word "
632
            text run at (0,220) width 36: "Word"
433
            text run at (59,220) width 120: "spacing test "
633
            text run at (55,220) width 5: " "
634
            text run at (59,220) width 50: "spacing"
635
            text run at (128,220) width 27: " test"
636
            text run at (174,220) width 5: " "
434
          RenderInline {EM} at (0,0) size 19x19
637
          RenderInline {EM} at (0,0) size 19x19
435
            RenderText {#text} at (178,220) size 19x19
638
            RenderText {#text} at (178,220) size 19x19
436
              text run at (178,220) width 19: "for"
639
              text run at (178,220) width 19: "for"
Lines 441-457 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec25
441
              text run at (220,220) width 61: "elements"
644
              text run at (220,220) width 61: "elements"
442
          RenderText {#text} at (300,220) size 5x19
645
          RenderText {#text} at (300,220) size 5x19
443
            text run at (300,220) width 5: " "
646
            text run at (300,220) width 5: " "
444
          RenderInline {SPAN} at (0,0) size 209x14
647
          RenderInline {SPAN} at (0,0) size 189x14
445
            RenderInline {TT} at (0,0) size 48x14
648
            RenderInline {TT} at (0,0) size 48x14
446
              RenderText {#text} at (304,225) size 48x14
649
              RenderText {#text} at (304,225) size 48x14
447
                text run at (304,225) width 48: "within"
650
                text run at (304,225) width 48: "within"
448
            RenderText {#text} at (371,225) size 142x14
651
            RenderText {#text} at (371,225) size 122x14
449
              text run at (371,225) width 142: " elements too"
652
              text run at (371,225) width 71: " elements"
450
          RenderText {#text} at (512,220) size 857x39
653
              text run at (461,225) width 32: " too"
451
            text run at (512,220) width 345: ". (with monospace font from elements"
654
          RenderText {#text} at (492,220) size 756x39
452
            text run at (0,240) width 87: "to too) "
655
            text run at (492,220) width 5: "."
656
            text run at (516,220) width 39: " (with"
657
            text run at (574,220) width 77: " monospace"
658
            text run at (670,220) width 31: " font"
659
            text run at (720,220) width 36: " from"
660
            text run at (0,240) width 57: "elements"
661
            text run at (76,240) width 18: " to"
662
            text run at (113,240) width 31: " too)"
663
            text run at (163,240) width 5: " "
453
        RenderText {#text} at (0,0) size 0x0
664
        RenderText {#text} at (0,0) size 0x0
454
        RenderBR {BR} at (0,0) size 0x0
665
        RenderBR {BR} at (167,240) size 1x19
455
        RenderBR {BR} at (0,260) size 0x19
666
        RenderBR {BR} at (0,260) size 0x19
456
        RenderBR {BR} at (0,280) size 0x19
667
        RenderBR {BR} at (0,280) size 0x19
457
      RenderBlock {H2} at (0,772) size 784x31
668
      RenderBlock {H2} at (0,772) size 784x31
Lines 737-743 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec26
737
            text run at (1254,98) width 1: " "
948
            text run at (1254,98) width 1: " "
738
      RenderBlock (anonymous) at (0,1177) size 784x21
949
      RenderBlock (anonymous) at (0,1177) size 784x21
739
        RenderBR {BR} at (0,0) size 0x19
950
        RenderBR {BR} at (0,0) size 0x19
740
        RenderInline {SPAN} at (0,0) size 0x0
951
        RenderInline {SPAN} at (0,0) size 0x19
741
          RenderText {#text} at (0,0) size 0x0
952
          RenderText {#text} at (0,0) size 0x0
742
      RenderBlock (anonymous) at (0,1216) size 784x24
953
      RenderBlock (anonymous) at (0,1216) size 784x24
743
        RenderBlock {H3} at (0,0) size 784x23
954
        RenderBlock {H3} at (0,0) size 784x23
Lines 895-901 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec27
895
            text run at (615,220) width 78: ". (with"
1106
            text run at (615,220) width 78: ". (with"
896
            text run at (0,240) width 433: "monospace font from elements to too) "
1107
            text run at (0,240) width 433: "monospace font from elements to too) "
897
        RenderText {#text} at (0,0) size 0x0
1108
        RenderText {#text} at (0,0) size 0x0
898
        RenderBR {BR} at (0,0) size 0x0
1109
        RenderBR {BR} at (432,240) size 1x19
899
        RenderBR {BR} at (0,260) size 0x19
1110
        RenderBR {BR} at (0,260) size 0x19
900
        RenderBR {BR} at (0,280) size 0x19
1111
        RenderBR {BR} at (0,280) size 0x19
901
      RenderBlock {H2} at (0,1578) size 784x31
1112
      RenderBlock {H2} at (0,1578) size 784x31
Lines 911-917 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec28
911
        RenderBlock (anonymous) at (0,46) size 1451x113
1122
        RenderBlock (anonymous) at (0,46) size 1451x113
912
          RenderText {#text} at (0,0) size 537x28
1123
          RenderText {#text} at (0,0) size 537x28
913
            text run at (0,0) width 0: " "
1124
            text run at (0,0) width 0: " "
914
            text run at (0,14) width 537: "Word and letter   spacing test "
1125
            text run at (0,14) width 52: "Word"
1126
            text run at (71,14) width 52: " and"
1127
            text run at (142,14) width 91: " letter"
1128
            text run at (252,14) width 169: "   spacing"
1129
            text run at (440,14) width 65: " test"
1130
            text run at (524,14) width 13: " "
915
          RenderInline {EM} at (0,0) size 40x14
1131
          RenderInline {EM} at (0,0) size 40x14
916
            RenderText {#text} at (536,14) size 40x14
1132
            RenderText {#text} at (536,14) size 40x14
917
              text run at (536,14) width 40: "for"
1133
              text run at (536,14) width 40: "for"
Lines 925-934 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec29
925
          RenderInline {TT} at (0,0) size 78x14
1141
          RenderInline {TT} at (0,0) size 78x14
926
            RenderText {#text} at (743,14) size 78x14
1142
            RenderText {#text} at (743,14) size 78x14
927
              text run at (743,14) width 78: "within"
1143
              text run at (743,14) width 78: "within"
928
          RenderText {#text} at (840,14) size 1060x28
1144
          RenderText {#text} at (840,14) size 1040x28
929
            text run at (840,14) width 200: " elements too."
1145
            text run at (840,14) width 116: " elements"
930
            text run at (1059,14) width 1: " "
1146
            text run at (975,14) width 65: " too."
931
            text run at (0,28) width 537: "Word and letter   spacing test "
1147
            text run at (1039,14) width 1: " "
1148
            text run at (0,28) width 52: "Word"
1149
            text run at (71,28) width 52: " and"
1150
            text run at (142,28) width 91: " letter"
1151
            text run at (252,28) width 169: "   spacing"
1152
            text run at (440,28) width 65: " test"
1153
            text run at (524,28) width 13: " "
932
          RenderInline {EM} at (0,0) size 40x14
1154
          RenderInline {EM} at (0,0) size 40x14
933
            RenderText {#text} at (536,28) size 40x14
1155
            RenderText {#text} at (536,28) size 40x14
934
              text run at (536,28) width 40: "for"
1156
              text run at (536,28) width 40: "for"
Lines 943-953 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec30
943
            RenderText {#text} at (743,28) size 78x14
1165
            RenderText {#text} at (743,28) size 78x14
944
              text run at (743,28) width 78: "within"
1166
              text run at (743,28) width 78: "within"
945
          RenderText {#text} at (840,28) size 149x14
1167
          RenderText {#text} at (840,28) size 149x14
946
            text run at (840,28) width 149: " elements "
1168
            text run at (840,28) width 116: " elements"
947
          RenderText {#text} at (988,28) size 1705x28
1169
            text run at (975,28) width 14: " "
948
            text run at (988,28) width 697: " too. (with comment between elements and too)"
1170
          RenderText {#text} at (1008,28) size 1705x28
1171
            text run at (1008,28) width 65: " too."
1172
            text run at (1092,28) width 77: " (with"
1173
            text run at (1188,28) width 104: " comment"
1174
            text run at (1311,28) width 103: " between"
1175
            text run at (1433,28) width 116: " elements"
1176
            text run at (1568,28) width 53: " and"
1177
            text run at (1640,28) width 65: " too)"
949
            text run at (1704,28) width 1: " "
1178
            text run at (1704,28) width 1: " "
950
            text run at (0,42) width 537: "Word and letter   spacing test "
1179
            text run at (0,42) width 52: "Word"
1180
            text run at (71,42) width 52: " and"
1181
            text run at (142,42) width 91: " letter"
1182
            text run at (252,42) width 169: "   spacing"
1183
            text run at (440,42) width 65: " test"
1184
            text run at (524,42) width 13: " "
951
          RenderInline {EM} at (0,0) size 40x14
1185
          RenderInline {EM} at (0,0) size 40x14
952
            RenderText {#text} at (536,42) size 40x14
1186
            RenderText {#text} at (536,42) size 40x14
953
              text run at (536,42) width 40: "for"
1187
              text run at (536,42) width 40: "for"
Lines 963-972 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec31
963
              text run at (743,42) width 78: "within"
1197
              text run at (743,42) width 78: "within"
964
          RenderText {#text} at (840,42) size 116x14
1198
          RenderText {#text} at (840,42) size 116x14
965
            text run at (840,42) width 116: " elements"
1199
            text run at (840,42) width 116: " elements"
966
          RenderText {#text} at (975,42) size 2033x28
1200
          RenderText {#text} at (975,42) size 2013x28
967
            text run at (975,42) width 1038: " too. (with comment (no preceeding space) between elements and too)"
1201
            text run at (975,42) width 65: " too."
968
            text run at (2032,42) width 1: " "
1202
            text run at (1059,42) width 78: " (with"
969
            text run at (0,56) width 537: "Word and letter   spacing test "
1203
            text run at (1156,42) width 103: " comment"
1204
            text run at (1278,42) width 52: " (no"
1205
            text run at (1349,42) width 142: " preceeding"
1206
            text run at (1510,42) width 91: " space)"
1207
            text run at (1620,42) width 103: " between"
1208
            text run at (1742,42) width 116: " elements"
1209
            text run at (1877,42) width 52: " and"
1210
            text run at (1948,42) width 65: " too)"
1211
            text run at (2012,42) width 1: " "
1212
            text run at (0,56) width 52: "Word"
1213
            text run at (71,56) width 52: " and"
1214
            text run at (142,56) width 91: " letter"
1215
            text run at (252,56) width 169: "   spacing"
1216
            text run at (440,56) width 65: " test"
1217
            text run at (524,56) width 13: " "
970
          RenderInline {EM} at (0,0) size 40x14
1218
          RenderInline {EM} at (0,0) size 40x14
971
            RenderText {#text} at (536,56) size 40x14
1219
            RenderText {#text} at (536,56) size 40x14
972
              text run at (536,56) width 40: "for"
1220
              text run at (536,56) width 40: "for"
Lines 981-993 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec32
981
            RenderText {#text} at (743,56) size 78x14
1229
            RenderText {#text} at (743,56) size 78x14
982
              text run at (743,56) width 78: "within"
1230
              text run at (743,56) width 78: "within"
983
          RenderText {#text} at (840,56) size 149x14
1231
          RenderText {#text} at (840,56) size 149x14
984
            text run at (840,56) width 149: " elements "
1232
            text run at (840,56) width 116: " elements"
985
          RenderText {#text} at (988,56) size 1020x14
1233
            text run at (975,56) width 14: " "
986
            text run at (988,56) width 1000: "too. (with comment (no trailing space) between elements and too)"
1234
          RenderText {#text} at (988,56) size 1000x14
987
            text run at (2007,56) width 1: " "
1235
            text run at (988,56) width 52: "too."
1236
            text run at (1059,56) width 78: " (with"
1237
            text run at (1156,56) width 103: " comment"
1238
            text run at (1278,56) width 52: " (no"
1239
            text run at (1349,56) width 116: " trailing"
1240
            text run at (1484,56) width 91: " space)"
1241
            text run at (1594,56) width 103: " between"
1242
            text run at (1716,56) width 117: " elements"
1243
            text run at (1852,56) width 52: " and"
1244
            text run at (1923,56) width 65: " too)"
1245
            text run at (1987,56) width 1: " "
988
          RenderInline {SPAN} at (0,0) size 711x14
1246
          RenderInline {SPAN} at (0,0) size 711x14
989
            RenderText {#text} at (0,70) size 537x14
1247
            RenderText {#text} at (0,70) size 537x14
990
              text run at (0,70) width 537: "Word and letter   spacing test "
1248
              text run at (0,70) width 52: "Word"
1249
              text run at (71,70) width 52: " and"
1250
              text run at (142,70) width 91: " letter"
1251
              text run at (252,70) width 169: "   spacing"
1252
              text run at (440,70) width 65: " test"
1253
              text run at (524,70) width 13: " "
991
            RenderInline {EM} at (0,0) size 40x14
1254
            RenderInline {EM} at (0,0) size 40x14
992
              RenderText {#text} at (536,70) size 40x14
1255
              RenderText {#text} at (536,70) size 40x14
993
                text run at (536,70) width 40: "for"
1256
                text run at (536,70) width 40: "for"
Lines 1001-1010 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec33
1001
          RenderInline {TT} at (0,0) size 78x14
1264
          RenderInline {TT} at (0,0) size 78x14
1002
            RenderText {#text} at (743,70) size 78x14
1265
            RenderText {#text} at (743,70) size 78x14
1003
              text run at (743,70) width 78: "within"
1266
              text run at (743,70) width 78: "within"
1004
          RenderText {#text} at (840,70) size 1763x28
1267
          RenderText {#text} at (840,70) size 1743x28
1005
            text run at (840,70) width 903: " elements too. (with monospace font from Word to elements)"
1268
            text run at (840,70) width 116: " elements"
1006
            text run at (1762,70) width 1: " "
1269
            text run at (975,70) width 65: " too."
1007
            text run at (0,84) width 537: "Word and letter   spacing test "
1270
            text run at (1059,70) width 78: " (with"
1271
            text run at (1156,70) width 129: " monospace"
1272
            text run at (1304,70) width 65: " font"
1273
            text run at (1388,70) width 65: " from"
1274
            text run at (1472,70) width 65: " Word"
1275
            text run at (1556,70) width 39: " to"
1276
            text run at (1614,70) width 129: " elements)"
1277
            text run at (1742,70) width 1: " "
1278
            text run at (0,84) width 52: "Word"
1279
            text run at (71,84) width 52: " and"
1280
            text run at (142,84) width 91: " letter"
1281
            text run at (252,84) width 169: "   spacing"
1282
            text run at (440,84) width 65: " test"
1283
            text run at (524,84) width 13: " "
1008
          RenderInline {SPAN} at (0,0) size 285x14
1284
          RenderInline {SPAN} at (0,0) size 285x14
1009
            RenderInline {EM} at (0,0) size 40x14
1285
            RenderInline {EM} at (0,0) size 40x14
1010
              RenderText {#text} at (536,84) size 40x14
1286
              RenderText {#text} at (536,84) size 40x14
Lines 1019-1028 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec34
1019
            RenderInline {TT} at (0,0) size 78x14
1295
            RenderInline {TT} at (0,0) size 78x14
1020
              RenderText {#text} at (743,84) size 78x14
1296
              RenderText {#text} at (743,84) size 78x14
1021
                text run at (743,84) width 78: "within"
1297
                text run at (743,84) width 78: "within"
1022
          RenderText {#text} at (840,84) size 1725x28
1298
          RenderText {#text} at (840,84) size 1705x28
1023
            text run at (840,84) width 865: " elements too. (with monospace font from for to within)"
1299
            text run at (840,84) width 116: " elements"
1024
            text run at (1724,84) width 1: " "
1300
            text run at (975,84) width 65: " too."
1025
            text run at (0,98) width 537: "Word and letter   spacing test "
1301
            text run at (1059,84) width 78: " (with"
1302
            text run at (1156,84) width 129: " monospace"
1303
            text run at (1304,84) width 65: " font"
1304
            text run at (1388,84) width 65: " from"
1305
            text run at (1472,84) width 52: " for"
1306
            text run at (1543,84) width 39: " to"
1307
            text run at (1601,84) width 104: " within)"
1308
            text run at (1704,84) width 1: " "
1309
            text run at (0,98) width 52: "Word"
1310
            text run at (71,98) width 52: " and"
1311
            text run at (142,98) width 91: " letter"
1312
            text run at (252,98) width 169: "   spacing"
1313
            text run at (440,98) width 65: " test"
1314
            text run at (524,98) width 13: " "
1026
          RenderInline {EM} at (0,0) size 40x14
1315
          RenderInline {EM} at (0,0) size 40x14
1027
            RenderText {#text} at (536,98) size 40x14
1316
            RenderText {#text} at (536,98) size 40x14
1028
              text run at (536,98) width 40: "for"
1317
              text run at (536,98) width 40: "for"
Lines 1038-1047 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec35
1038
              RenderText {#text} at (743,98) size 78x14
1327
              RenderText {#text} at (743,98) size 78x14
1039
                text run at (743,98) width 78: "within"
1328
                text run at (743,98) width 78: "within"
1040
            RenderText {#text} at (840,98) size 187x14
1329
            RenderText {#text} at (840,98) size 187x14
1041
              text run at (840,98) width 187: " elements too"
1330
              text run at (840,98) width 116: " elements"
1042
          RenderText {#text} at (1026,98) size 724x14
1331
              text run at (975,98) width 52: " too"
1043
            text run at (1026,98) width 704: ". (with monospace font from elements to too)"
1332
          RenderText {#text} at (1026,98) size 704x14
1044
            text run at (1749,98) width 1: " "
1333
            text run at (1026,98) width 14: "."
1334
            text run at (1059,98) width 78: " (with"
1335
            text run at (1156,98) width 129: " monospace"
1336
            text run at (1304,98) width 65: " font"
1337
            text run at (1388,98) width 65: " from"
1338
            text run at (1472,98) width 116: " elements"
1339
            text run at (1607,98) width 39: " to"
1340
            text run at (1665,98) width 65: " too)"
1341
            text run at (1729,98) width 1: " "
1045
      RenderBlock (anonymous) at (0,1628) size 784x185
1342
      RenderBlock (anonymous) at (0,1628) size 784x185
1046
        RenderBR {BR} at (1450,0) size 1x19
1343
        RenderBR {BR} at (1450,0) size 1x19
1047
      RenderBlock {PRE} at (0,1827) size 784x144
1344
      RenderBlock {PRE} at (0,1827) size 784x144
Lines 1054-1060 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec36
1054
        RenderBlock (anonymous) at (0,31) size 784x113
1351
        RenderBlock (anonymous) at (0,31) size 784x113
1055
          RenderText {#text} at (0,0) size 537x28
1352
          RenderText {#text} at (0,0) size 537x28
1056
            text run at (0,0) width 0: " "
1353
            text run at (0,0) width 0: " "
1057
            text run at (0,14) width 537: "Word and letter   spacing test "
1354
            text run at (0,14) width 52: "Word"
1355
            text run at (71,14) width 52: " and"
1356
            text run at (142,14) width 91: " letter"
1357
            text run at (252,14) width 169: "   spacing"
1358
            text run at (440,14) width 65: " test"
1359
            text run at (524,14) width 13: " "
1058
          RenderInline {EM} at (0,0) size 40x14
1360
          RenderInline {EM} at (0,0) size 40x14
1059
            RenderText {#text} at (536,14) size 40x14
1361
            RenderText {#text} at (536,14) size 40x14
1060
              text run at (536,14) width 40: "for"
1362
              text run at (536,14) width 40: "for"
Lines 1068-1077 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec37
1068
          RenderInline {TT} at (0,0) size 78x14
1370
          RenderInline {TT} at (0,0) size 78x14
1069
            RenderText {#text} at (743,14) size 78x14
1371
            RenderText {#text} at (743,14) size 78x14
1070
              text run at (743,14) width 78: "within"
1372
              text run at (743,14) width 78: "within"
1071
          RenderText {#text} at (840,14) size 1060x28
1373
          RenderText {#text} at (840,14) size 1040x28
1072
            text run at (840,14) width 200: " elements too."
1374
            text run at (840,14) width 116: " elements"
1073
            text run at (1059,14) width 1: " "
1375
            text run at (975,14) width 65: " too."
1074
            text run at (0,28) width 537: "Word and letter   spacing test "
1376
            text run at (1039,14) width 1: " "
1377
            text run at (0,28) width 52: "Word"
1378
            text run at (71,28) width 52: " and"
1379
            text run at (142,28) width 91: " letter"
1380
            text run at (252,28) width 169: "   spacing"
1381
            text run at (440,28) width 65: " test"
1382
            text run at (524,28) width 13: " "
1075
          RenderInline {EM} at (0,0) size 40x14
1383
          RenderInline {EM} at (0,0) size 40x14
1076
            RenderText {#text} at (536,28) size 40x14
1384
            RenderText {#text} at (536,28) size 40x14
1077
              text run at (536,28) width 40: "for"
1385
              text run at (536,28) width 40: "for"
Lines 1086-1096 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec38
1086
            RenderText {#text} at (743,28) size 78x14
1394
            RenderText {#text} at (743,28) size 78x14
1087
              text run at (743,28) width 78: "within"
1395
              text run at (743,28) width 78: "within"
1088
          RenderText {#text} at (840,28) size 149x14
1396
          RenderText {#text} at (840,28) size 149x14
1089
            text run at (840,28) width 149: " elements "
1397
            text run at (840,28) width 116: " elements"
1090
          RenderText {#text} at (988,28) size 1705x28
1398
            text run at (975,28) width 14: " "
1091
            text run at (988,28) width 697: " too. (with comment between elements and too)"
1399
          RenderText {#text} at (1008,28) size 1705x28
1400
            text run at (1008,28) width 65: " too."
1401
            text run at (1092,28) width 77: " (with"
1402
            text run at (1188,28) width 104: " comment"
1403
            text run at (1311,28) width 103: " between"
1404
            text run at (1433,28) width 116: " elements"
1405
            text run at (1568,28) width 53: " and"
1406
            text run at (1640,28) width 65: " too)"
1092
            text run at (1704,28) width 1: " "
1407
            text run at (1704,28) width 1: " "
1093
            text run at (0,42) width 537: "Word and letter   spacing test "
1408
            text run at (0,42) width 52: "Word"
1409
            text run at (71,42) width 52: " and"
1410
            text run at (142,42) width 91: " letter"
1411
            text run at (252,42) width 169: "   spacing"
1412
            text run at (440,42) width 65: " test"
1413
            text run at (524,42) width 13: " "
1094
          RenderInline {EM} at (0,0) size 40x14
1414
          RenderInline {EM} at (0,0) size 40x14
1095
            RenderText {#text} at (536,42) size 40x14
1415
            RenderText {#text} at (536,42) size 40x14
1096
              text run at (536,42) width 40: "for"
1416
              text run at (536,42) width 40: "for"
Lines 1106-1115 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec39
1106
              text run at (743,42) width 78: "within"
1426
              text run at (743,42) width 78: "within"
1107
          RenderText {#text} at (840,42) size 116x14
1427
          RenderText {#text} at (840,42) size 116x14
1108
            text run at (840,42) width 116: " elements"
1428
            text run at (840,42) width 116: " elements"
1109
          RenderText {#text} at (975,42) size 2033x28
1429
          RenderText {#text} at (975,42) size 2013x28
1110
            text run at (975,42) width 1038: " too. (with comment (no preceeding space) between elements and too)"
1430
            text run at (975,42) width 65: " too."
1111
            text run at (2032,42) width 1: " "
1431
            text run at (1059,42) width 78: " (with"
1112
            text run at (0,56) width 537: "Word and letter   spacing test "
1432
            text run at (1156,42) width 103: " comment"
1433
            text run at (1278,42) width 52: " (no"
1434
            text run at (1349,42) width 142: " preceeding"
1435
            text run at (1510,42) width 91: " space)"
1436
            text run at (1620,42) width 103: " between"
1437
            text run at (1742,42) width 116: " elements"
1438
            text run at (1877,42) width 52: " and"
1439
            text run at (1948,42) width 65: " too)"
1440
            text run at (2012,42) width 1: " "
1441
            text run at (0,56) width 52: "Word"
1442
            text run at (71,56) width 52: " and"
1443
            text run at (142,56) width 91: " letter"
1444
            text run at (252,56) width 169: "   spacing"
1445
            text run at (440,56) width 65: " test"
1446
            text run at (524,56) width 13: " "
1113
          RenderInline {EM} at (0,0) size 40x14
1447
          RenderInline {EM} at (0,0) size 40x14
1114
            RenderText {#text} at (536,56) size 40x14
1448
            RenderText {#text} at (536,56) size 40x14
1115
              text run at (536,56) width 40: "for"
1449
              text run at (536,56) width 40: "for"
Lines 1124-1136 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec40
1124
            RenderText {#text} at (743,56) size 78x14
1458
            RenderText {#text} at (743,56) size 78x14
1125
              text run at (743,56) width 78: "within"
1459
              text run at (743,56) width 78: "within"
1126
          RenderText {#text} at (840,56) size 149x14
1460
          RenderText {#text} at (840,56) size 149x14
1127
            text run at (840,56) width 149: " elements "
1461
            text run at (840,56) width 116: " elements"
1128
          RenderText {#text} at (988,56) size 1020x14
1462
            text run at (975,56) width 14: " "
1129
            text run at (988,56) width 1000: "too. (with comment (no trailing space) between elements and too)"
1463
          RenderText {#text} at (988,56) size 1000x14
1130
            text run at (2007,56) width 1: " "
1464
            text run at (988,56) width 52: "too."
1465
            text run at (1059,56) width 78: " (with"
1466
            text run at (1156,56) width 103: " comment"
1467
            text run at (1278,56) width 52: " (no"
1468
            text run at (1349,56) width 116: " trailing"
1469
            text run at (1484,56) width 91: " space)"
1470
            text run at (1594,56) width 103: " between"
1471
            text run at (1716,56) width 117: " elements"
1472
            text run at (1852,56) width 52: " and"
1473
            text run at (1923,56) width 65: " too)"
1474
            text run at (1987,56) width 1: " "
1131
          RenderInline {SPAN} at (0,0) size 711x14
1475
          RenderInline {SPAN} at (0,0) size 711x14
1132
            RenderText {#text} at (0,70) size 537x14
1476
            RenderText {#text} at (0,70) size 537x14
1133
              text run at (0,70) width 537: "Word and letter   spacing test "
1477
              text run at (0,70) width 52: "Word"
1478
              text run at (71,70) width 52: " and"
1479
              text run at (142,70) width 91: " letter"
1480
              text run at (252,70) width 169: "   spacing"
1481
              text run at (440,70) width 65: " test"
1482
              text run at (524,70) width 13: " "
1134
            RenderInline {EM} at (0,0) size 40x14
1483
            RenderInline {EM} at (0,0) size 40x14
1135
              RenderText {#text} at (536,70) size 40x14
1484
              RenderText {#text} at (536,70) size 40x14
1136
                text run at (536,70) width 40: "for"
1485
                text run at (536,70) width 40: "for"
Lines 1144-1153 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec41
1144
          RenderInline {TT} at (0,0) size 78x14
1493
          RenderInline {TT} at (0,0) size 78x14
1145
            RenderText {#text} at (743,70) size 78x14
1494
            RenderText {#text} at (743,70) size 78x14
1146
              text run at (743,70) width 78: "within"
1495
              text run at (743,70) width 78: "within"
1147
          RenderText {#text} at (840,70) size 1763x28
1496
          RenderText {#text} at (840,70) size 1743x28
1148
            text run at (840,70) width 903: " elements too. (with monospace font from Word to elements)"
1497
            text run at (840,70) width 116: " elements"
1149
            text run at (1762,70) width 1: " "
1498
            text run at (975,70) width 65: " too."
1150
            text run at (0,84) width 537: "Word and letter   spacing test "
1499
            text run at (1059,70) width 78: " (with"
1500
            text run at (1156,70) width 129: " monospace"
1501
            text run at (1304,70) width 65: " font"
1502
            text run at (1388,70) width 65: " from"
1503
            text run at (1472,70) width 65: " Word"
1504
            text run at (1556,70) width 39: " to"
1505
            text run at (1614,70) width 129: " elements)"
1506
            text run at (1742,70) width 1: " "
1507
            text run at (0,84) width 52: "Word"
1508
            text run at (71,84) width 52: " and"
1509
            text run at (142,84) width 91: " letter"
1510
            text run at (252,84) width 169: "   spacing"
1511
            text run at (440,84) width 65: " test"
1512
            text run at (524,84) width 13: " "
1151
          RenderInline {SPAN} at (0,0) size 285x14
1513
          RenderInline {SPAN} at (0,0) size 285x14
1152
            RenderInline {EM} at (0,0) size 40x14
1514
            RenderInline {EM} at (0,0) size 40x14
1153
              RenderText {#text} at (536,84) size 40x14
1515
              RenderText {#text} at (536,84) size 40x14
Lines 1162-1171 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec42
1162
            RenderInline {TT} at (0,0) size 78x14
1524
            RenderInline {TT} at (0,0) size 78x14
1163
              RenderText {#text} at (743,84) size 78x14
1525
              RenderText {#text} at (743,84) size 78x14
1164
                text run at (743,84) width 78: "within"
1526
                text run at (743,84) width 78: "within"
1165
          RenderText {#text} at (840,84) size 1725x28
1527
          RenderText {#text} at (840,84) size 1705x28
1166
            text run at (840,84) width 865: " elements too. (with monospace font from for to within)"
1528
            text run at (840,84) width 116: " elements"
1167
            text run at (1724,84) width 1: " "
1529
            text run at (975,84) width 65: " too."
1168
            text run at (0,98) width 537: "Word and letter   spacing test "
1530
            text run at (1059,84) width 78: " (with"
1531
            text run at (1156,84) width 129: " monospace"
1532
            text run at (1304,84) width 65: " font"
1533
            text run at (1388,84) width 65: " from"
1534
            text run at (1472,84) width 52: " for"
1535
            text run at (1543,84) width 39: " to"
1536
            text run at (1601,84) width 104: " within)"
1537
            text run at (1704,84) width 1: " "
1538
            text run at (0,98) width 52: "Word"
1539
            text run at (71,98) width 52: " and"
1540
            text run at (142,98) width 91: " letter"
1541
            text run at (252,98) width 169: "   spacing"
1542
            text run at (440,98) width 65: " test"
1543
            text run at (524,98) width 13: " "
1169
          RenderInline {EM} at (0,0) size 40x14
1544
          RenderInline {EM} at (0,0) size 40x14
1170
            RenderText {#text} at (536,98) size 40x14
1545
            RenderText {#text} at (536,98) size 40x14
1171
              text run at (536,98) width 40: "for"
1546
              text run at (536,98) width 40: "for"
Lines 1181-1193 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec43
1181
              RenderText {#text} at (743,98) size 78x14
1556
              RenderText {#text} at (743,98) size 78x14
1182
                text run at (743,98) width 78: "within"
1557
                text run at (743,98) width 78: "within"
1183
            RenderText {#text} at (840,98) size 187x14
1558
            RenderText {#text} at (840,98) size 187x14
1184
              text run at (840,98) width 187: " elements too"
1559
              text run at (840,98) width 116: " elements"
1185
          RenderText {#text} at (1026,98) size 724x14
1560
              text run at (975,98) width 52: " too"
1186
            text run at (1026,98) width 704: ". (with monospace font from elements to too)"
1561
          RenderText {#text} at (1026,98) size 704x14
1187
            text run at (1749,98) width 1: " "
1562
            text run at (1026,98) width 14: "."
1563
            text run at (1059,98) width 78: " (with"
1564
            text run at (1156,98) width 129: " monospace"
1565
            text run at (1304,98) width 65: " font"
1566
            text run at (1388,98) width 65: " from"
1567
            text run at (1472,98) width 116: " elements"
1568
            text run at (1607,98) width 39: " to"
1569
            text run at (1665,98) width 65: " too)"
1570
            text run at (1729,98) width 1: " "
1188
      RenderBlock (anonymous) at (0,1983) size 784x21
1571
      RenderBlock (anonymous) at (0,1983) size 784x21
1189
        RenderBR {BR} at (0,0) size 0x19
1572
        RenderBR {BR} at (0,0) size 0x19
1190
        RenderInline {SPAN} at (0,0) size 0x0
1573
        RenderInline {SPAN} at (0,0) size 0x19
1191
          RenderText {#text} at (0,0) size 0x0
1574
          RenderText {#text} at (0,0) size 0x0
1192
      RenderBlock (anonymous) at (0,2022) size 784x24
1575
      RenderBlock (anonymous) at (0,2022) size 784x24
1193
        RenderBlock {H3} at (0,0) size 784x23
1576
        RenderBlock {H3} at (0,0) size 784x23
Lines 1195-1205 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec44
1195
            text run at (0,0) width 28: "In"
1578
            text run at (0,0) width 28: "In"
1196
            text run at (47,0) width 26: " a"
1579
            text run at (47,0) width 26: " a"
1197
            text run at (92,0) width 68: " span"
1580
            text run at (92,0) width 68: " span"
1198
      RenderBlock (anonymous) at (0,2064) size 784x341
1581
      RenderBlock (anonymous) at (0,2064) size 784x361
1199
        RenderInline {SPAN} at (0,0) size 837x339
1582
        RenderInline {SPAN} at (0,0) size 784x359
1200
          RenderText {#text} at (0,0) size 428x19
1583
          RenderText {#text} at (0,0) size 428x19
1201
            text run at (0,0) width 244: "Word and letter "
1584
            text run at (0,0) width 56: "Word"
1202
            text run at (243,0) width 185: "spacing test "
1585
            text run at (75,0) width 48: " and"
1586
            text run at (142,0) width 73: " letter"
1587
            text run at (234,0) width 10: " "
1588
            text run at (243,0) width 84: "spacing"
1589
            text run at (346,0) width 53: " test"
1590
            text run at (418,0) width 10: " "
1203
          RenderInline {EM} at (0,0) size 34x19
1591
          RenderInline {EM} at (0,0) size 34x19
1204
            RenderText {#text} at (427,0) size 34x19
1592
            RenderText {#text} at (427,0) size 34x19
1205
              text run at (427,0) width 34: "for"
1593
              text run at (427,0) width 34: "for"
Lines 1213-1225 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec45
1213
          RenderInline {TT} at (0,0) size 78x14
1601
          RenderInline {TT} at (0,0) size 78x14
1214
            RenderText {#text} at (618,5) size 78x14
1602
            RenderText {#text} at (618,5) size 78x14
1215
              text run at (618,5) width 78: "within"
1603
              text run at (618,5) width 78: "within"
1216
          RenderText {#text} at (715,0) size 822x39
1604
          RenderText {#text} at (0,20) size 171x19
1217
            text run at (715,0) width 107: " elements"
1605
            text run at (0,20) width 97: "elements"
1218
            text run at (0,20) width 45: "too."
1606
            text run at (116,20) width 55: " too."
1219
          RenderBR {BR} at (44,20) size 1x19
1607
          RenderBR {BR} at (170,20) size 1x19
1220
          RenderText {#text} at (0,40) size 428x19
1608
          RenderText {#text} at (0,40) size 428x19
1221
            text run at (0,40) width 244: "Word and letter "
1609
            text run at (0,40) width 56: "Word"
1222
            text run at (243,40) width 185: "spacing test "
1610
            text run at (75,40) width 48: " and"
1611
            text run at (142,40) width 73: " letter"
1612
            text run at (234,40) width 10: " "
1613
            text run at (243,40) width 84: "spacing"
1614
            text run at (346,40) width 53: " test"
1615
            text run at (418,40) width 10: " "
1223
          RenderInline {EM} at (0,0) size 34x19
1616
          RenderInline {EM} at (0,0) size 34x19
1224
            RenderText {#text} at (427,40) size 34x19
1617
            RenderText {#text} at (427,40) size 34x19
1225
              text run at (427,40) width 34: "for"
1618
              text run at (427,40) width 34: "for"
Lines 1233-1246 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec46
1233
          RenderInline {TT} at (0,0) size 78x14
1626
          RenderInline {TT} at (0,0) size 78x14
1234
            RenderText {#text} at (618,45) size 78x14
1627
            RenderText {#text} at (618,45) size 78x14
1235
              text run at (618,45) width 78: "within"
1628
              text run at (618,45) width 78: "within"
1236
          RenderText {#text} at (715,40) size 107x19
1629
          RenderText {#text} at (0,60) size 126x19
1237
            text run at (715,40) width 107: " elements"
1630
            text run at (0,60) width 97: "elements"
1238
          RenderText {#text} at (0,60) size 641x19
1631
            text run at (116,60) width 10: " "
1239
            text run at (0,60) width 641: "too. (with comment between elements and too)"
1632
          RenderText {#text} at (125,60) size 642x19
1240
          RenderBR {BR} at (640,60) size 1x19
1633
            text run at (125,60) width 46: "too."
1634
            text run at (190,60) width 69: " (with"
1635
            text run at (278,60) width 104: " comment"
1636
            text run at (401,60) width 98: " between"
1637
            text run at (518,60) width 107: " elements"
1638
            text run at (644,60) width 48: " and"
1639
            text run at (711,60) width 56: " too)"
1640
          RenderBR {BR} at (766,60) size 1x19
1241
          RenderText {#text} at (0,80) size 428x19
1641
          RenderText {#text} at (0,80) size 428x19
1242
            text run at (0,80) width 244: "Word and letter "
1642
            text run at (0,80) width 56: "Word"
1243
            text run at (243,80) width 185: "spacing test "
1643
            text run at (75,80) width 48: " and"
1644
            text run at (142,80) width 73: " letter"
1645
            text run at (234,80) width 10: " "
1646
            text run at (243,80) width 84: "spacing"
1647
            text run at (346,80) width 53: " test"
1648
            text run at (418,80) width 10: " "
1244
          RenderInline {EM} at (0,0) size 34x19
1649
          RenderInline {EM} at (0,0) size 34x19
1245
            RenderText {#text} at (427,80) size 34x19
1650
            RenderText {#text} at (427,80) size 34x19
1246
              text run at (427,80) width 34: "for"
1651
              text run at (427,80) width 34: "for"
Lines 1254-1268 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec47
1254
          RenderInline {TT} at (0,0) size 78x14
1659
          RenderInline {TT} at (0,0) size 78x14
1255
            RenderText {#text} at (618,85) size 78x14
1660
            RenderText {#text} at (618,85) size 78x14
1256
              text run at (618,85) width 78: "within"
1661
              text run at (618,85) width 78: "within"
1257
          RenderText {#text} at (715,80) size 107x19
1662
          RenderText {#text} at (0,100) size 97x19
1258
            text run at (715,80) width 107: " elements"
1663
            text run at (0,100) width 97: "elements"
1259
          RenderText {#text} at (0,100) size 688x39
1664
          RenderText {#text} at (116,100) size 696x39
1260
            text run at (0,100) width 688: "too. (with comment (no preceeding space) between"
1665
            text run at (116,100) width 55: " too."
1261
            text run at (0,120) width 239: "elements and too)"
1666
            text run at (190,100) width 69: " (with"
1262
          RenderBR {BR} at (238,120) size 1x19
1667
            text run at (278,100) width 104: " comment"
1668
            text run at (401,100) width 46: " (no"
1669
            text run at (466,100) width 131: " preceeding"
1670
            text run at (616,100) width 80: " space)"
1671
            text run at (0,120) width 89: "between"
1672
            text run at (108,120) width 107: " elements"
1673
            text run at (234,120) width 48: " and"
1674
            text run at (301,120) width 56: " too)"
1675
          RenderBR {BR} at (356,120) size 1x19
1263
          RenderText {#text} at (0,140) size 428x19
1676
          RenderText {#text} at (0,140) size 428x19
1264
            text run at (0,140) width 244: "Word and letter "
1677
            text run at (0,140) width 56: "Word"
1265
            text run at (243,140) width 185: "spacing test "
1678
            text run at (75,140) width 48: " and"
1679
            text run at (142,140) width 73: " letter"
1680
            text run at (234,140) width 10: " "
1681
            text run at (243,140) width 84: "spacing"
1682
            text run at (346,140) width 53: " test"
1683
            text run at (418,140) width 10: " "
1266
          RenderInline {EM} at (0,0) size 34x19
1684
          RenderInline {EM} at (0,0) size 34x19
1267
            RenderText {#text} at (427,140) size 34x19
1685
            RenderText {#text} at (427,140) size 34x19
1268
              text run at (427,140) width 34: "for"
1686
              text run at (427,140) width 34: "for"
Lines 1276-1291 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec48
1276
          RenderInline {TT} at (0,0) size 78x14
1694
          RenderInline {TT} at (0,0) size 78x14
1277
            RenderText {#text} at (618,145) size 78x14
1695
            RenderText {#text} at (618,145) size 78x14
1278
              text run at (618,145) width 78: "within"
1696
              text run at (618,145) width 78: "within"
1279
          RenderText {#text} at (715,140) size 107x19
1697
          RenderText {#text} at (0,160) size 126x19
1280
            text run at (715,140) width 107: " elements"
1698
            text run at (0,160) width 97: "elements"
1281
          RenderText {#text} at (0,160) size 780x39
1699
            text run at (116,160) width 10: " "
1282
            text run at (0,160) width 780: "too. (with comment (no trailing space) between elements"
1700
          RenderText {#text} at (125,160) size 780x39
1283
            text run at (0,180) width 113: "and too)"
1701
            text run at (125,160) width 46: "too."
1284
          RenderBR {BR} at (112,180) size 1x19
1702
            text run at (190,160) width 69: " (with"
1703
            text run at (278,160) width 104: " comment"
1704
            text run at (401,160) width 46: " (no"
1705
            text run at (466,160) width 97: " trailing"
1706
            text run at (582,160) width 81: " space)"
1707
            text run at (682,160) width 98: " between"
1708
            text run at (0,180) width 97: "elements"
1709
            text run at (116,180) width 48: " and"
1710
            text run at (183,180) width 56: " too)"
1711
          RenderBR {BR} at (238,180) size 1x19
1285
          RenderInline {SPAN} at (0,0) size 645x14
1712
          RenderInline {SPAN} at (0,0) size 645x14
1286
            RenderText {#text} at (0,205) size 472x14
1713
            RenderText {#text} at (0,205) size 472x14
1287
              text run at (0,205) width 265: "Word and letter "
1714
              text run at (0,205) width 52: "Word"
1288
              text run at (264,205) width 208: "spacing test "
1715
              text run at (71,205) width 52: " and"
1716
              text run at (142,205) width 91: " letter"
1717
              text run at (252,205) width 13: " "
1718
              text run at (264,205) width 91: "spacing"
1719
              text run at (374,205) width 65: " test"
1720
              text run at (458,205) width 14: " "
1289
            RenderInline {EM} at (0,0) size 39x14
1721
            RenderInline {EM} at (0,0) size 39x14
1290
              RenderText {#text} at (471,205) size 39x14
1722
              RenderText {#text} at (471,205) size 39x14
1291
                text run at (471,205) width 39: "for"
1723
                text run at (471,205) width 39: "for"
Lines 1300-1311 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec49
1300
            RenderText {#text} at (673,205) size 78x14
1732
            RenderText {#text} at (673,205) size 78x14
1301
              text run at (673,205) width 78: "within"
1733
              text run at (673,205) width 78: "within"
1302
          RenderText {#text} at (0,220) size 695x39
1734
          RenderText {#text} at (0,220) size 695x39
1303
            text run at (0,220) width 695: "elements too. (with monospace font from Word to"
1735
            text run at (0,220) width 97: "elements"
1736
            text run at (116,220) width 55: " too."
1737
            text run at (190,220) width 69: " (with"
1738
            text run at (278,220) width 127: " monospace"
1739
            text run at (424,220) width 55: " font"
1740
            text run at (498,220) width 61: " from"
1741
            text run at (578,220) width 66: " Word"
1742
            text run at (663,220) width 32: " to"
1304
            text run at (0,240) width 108: "elements)"
1743
            text run at (0,240) width 108: "elements)"
1305
          RenderBR {BR} at (107,240) size 1x19
1744
          RenderBR {BR} at (107,240) size 1x19
1306
          RenderText {#text} at (0,260) size 428x19
1745
          RenderText {#text} at (0,260) size 428x19
1307
            text run at (0,260) width 244: "Word and letter "
1746
            text run at (0,260) width 56: "Word"
1308
            text run at (243,260) width 185: "spacing test "
1747
            text run at (75,260) width 48: " and"
1748
            text run at (142,260) width 73: " letter"
1749
            text run at (234,260) width 10: " "
1750
            text run at (243,260) width 84: "spacing"
1751
            text run at (346,260) width 53: " test"
1752
            text run at (418,260) width 10: " "
1309
          RenderInline {SPAN} at (0,0) size 284x14
1753
          RenderInline {SPAN} at (0,0) size 284x14
1310
            RenderInline {EM} at (0,0) size 39x14
1754
            RenderInline {EM} at (0,0) size 39x14
1311
              RenderText {#text} at (427,265) size 39x14
1755
              RenderText {#text} at (427,265) size 39x14
Lines 1320-1332 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec50
1320
            RenderInline {TT} at (0,0) size 78x14
1764
            RenderInline {TT} at (0,0) size 78x14
1321
              RenderText {#text} at (633,265) size 78x14
1765
              RenderText {#text} at (633,265) size 78x14
1322
                text run at (633,265) width 78: "within"
1766
                text run at (633,265) width 78: "within"
1323
          RenderText {#text} at (730,260) size 837x39
1767
          RenderText {#text} at (0,280) size 784x19
1324
            text run at (730,260) width 107: " elements"
1768
            text run at (0,280) width 97: "elements"
1325
            text run at (0,280) width 658: "too. (with monospace font from for to within)"
1769
            text run at (116,280) width 55: " too."
1326
          RenderBR {BR} at (657,280) size 1x19
1770
            text run at (190,280) width 69: " (with"
1771
            text run at (278,280) width 127: " monospace"
1772
            text run at (424,280) width 55: " font"
1773
            text run at (498,280) width 61: " from"
1774
            text run at (578,280) width 44: " for"
1775
            text run at (641,280) width 33: " to"
1776
            text run at (693,280) width 91: " within)"
1777
          RenderBR {BR} at (783,280) size 1x19
1327
          RenderText {#text} at (0,300) size 428x19
1778
          RenderText {#text} at (0,300) size 428x19
1328
            text run at (0,300) width 244: "Word and letter "
1779
            text run at (0,300) width 56: "Word"
1329
            text run at (243,300) width 185: "spacing test "
1780
            text run at (75,300) width 48: " and"
1781
            text run at (142,300) width 73: " letter"
1782
            text run at (234,300) width 10: " "
1783
            text run at (243,300) width 84: "spacing"
1784
            text run at (346,300) width 53: " test"
1785
            text run at (418,300) width 10: " "
1330
          RenderInline {EM} at (0,0) size 34x19
1786
          RenderInline {EM} at (0,0) size 34x19
1331
            RenderText {#text} at (427,300) size 34x19
1787
            RenderText {#text} at (427,300) size 34x19
1332
              text run at (427,300) width 34: "for"
1788
              text run at (427,300) width 34: "for"
Lines 1337-1349 layer at (0,0) size 800x2420 a/LayoutTests/platform/ios/fast/css/word-space-extra-expected.txt_sec51
1337
              text run at (489,300) width 101: "elements"
1793
              text run at (489,300) width 101: "elements"
1338
          RenderText {#text} at (609,300) size 10x19
1794
          RenderText {#text} at (609,300) size 10x19
1339
            text run at (609,300) width 10: " "
1795
            text run at (609,300) width 10: " "
1340
          RenderInline {SPAN} at (0,0) size 831x34
1796
          RenderInline {SPAN} at (0,0) size 696x34
1341
            RenderInline {TT} at (0,0) size 78x14
1797
            RenderInline {TT} at (0,0) size 78x14
1342
              RenderText {#text} at (618,305) size 78x14
1798
              RenderText {#text} at (618,305) size 78x14
1343
                text run at (618,305) width 78: "within"
1799
                text run at (618,305) width 78: "within"
1344
            RenderText {#text} at (715,305) size 831x34
1800
            RenderText {#text} at (0,325) size 174x14
1345
              text run at (715,305) width 116: " elements"
1801
              text run at (0,325) width 103: "elements"
1346
              text run at (0,325) width 39: "too"
1802
              text run at (122,325) width 52: " too"
1347
          RenderText {#text} at (38,320) size 651x19
1803
          RenderText {#text} at (173,320) size 749x39
1348
            text run at (38,320) width 651: ". (with monospace font from elements to too)"
1804
            text run at (173,320) width 10: "."
1805
            text run at (202,320) width 69: " (with"
1806
            text run at (290,320) width 127: " monospace"
1807
            text run at (436,320) width 56: " font"
1808
            text run at (511,320) width 61: " from"
1809
            text run at (591,320) width 107: " elements"
1810
            text run at (717,320) width 32: " to"
1811
            text run at (0,340) width 46: "too)"
1349
        RenderText {#text} at (0,0) size 0x0
1812
        RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/progress-element-expected.txt -1 / +1 lines
Lines 5-9 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/progress-element-expected.txt_sec1
5
    RenderBody {BODY} at (8,8) size 784x584
5
    RenderBody {BODY} at (8,8) size 784x584
6
      RenderProgress {PROGRESS} at (0,0) size 160x16
6
      RenderProgress {PROGRESS} at (0,0) size 160x16
7
      RenderInline {SMALL} at (0,0) size 134x15
7
      RenderInline {SMALL} at (0,0) size 134x15
8
        RenderProgress {PROGRESS} at (160,2) size 134x14
8
        RenderProgress {PROGRESS} at (160,3) size 134x13
9
      RenderText {#text} at (0,0) size 0x0
9
      RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/ios/fast/forms/select-change-listbox-size-expected.txt -1 / +1 lines
Lines 6-12 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/forms/select-change-listbox-size-expected.txt_sec1
6
      RenderBlock {P} at (0,0) size 784x40
6
      RenderBlock {P} at (0,0) size 784x40
7
        RenderText {#text} at (0,0) size 54x19
7
        RenderText {#text} at (0,0) size 54x19
8
          text run at (0,0) width 54: "Test for "
8
          text run at (0,0) width 54: "Test for "
9
        RenderInline {I} at (0,0) size 746x39
9
        RenderInline {I} at (0,0) size 745x39
10
          RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
10
          RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
11
            RenderText {#text} at (53,0) size 305x19
11
            RenderText {#text} at (53,0) size 305x19
12
              text run at (53,0) width 305: "http://bugs.webkit.org/show_bug.cgi?id=12986"
12
              text run at (53,0) width 305: "http://bugs.webkit.org/show_bug.cgi?id=12986"
- a/LayoutTests/platform/ios/fast/images/image-map-anchor-children-expected.txt -2 / +2 lines
Lines 6-13 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/images/image-map-anchor-children-expected.txt_sec1
6
      RenderImage {IMG} at (0,0) size 479x150
6
      RenderImage {IMG} at (0,0) size 479x150
7
      RenderText {#text} at (479,135) size 4x19
7
      RenderText {#text} at (479,135) size 4x19
8
        text run at (479,135) width 4: " "
8
        text run at (479,135) width 4: " "
9
      RenderInline {MAP} at (0,0) size 224x19
9
      RenderInline {MAP} at (0,0) size 483x39
10
        RenderBR {BR} at (0,0) size 0x0
10
        RenderBR {BR} at (483,135) size 0x19
11
        RenderInline {A} at (0,0) size 92x19 [color=#0000EE]
11
        RenderInline {A} at (0,0) size 92x19 [color=#0000EE]
12
          RenderText {#text} at (0,155) size 92x19
12
          RenderText {#text} at (0,155) size 92x19
13
            text run at (0,155) width 92: "John Hancock"
13
            text run at (0,155) width 92: "John Hancock"
- a/LayoutTests/platform/ios/fast/inline-block/003-expected.txt -1 / +1 lines
Lines 17-23 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/inline-block/003-expected.txt_sec1
17
      RenderBlock (anonymous) at (0,44) size 784x68
17
      RenderBlock (anonymous) at (0,44) size 784x68
18
        RenderText {#text} at (0,0) size 743x19
18
        RenderText {#text} at (0,0) size 743x19
19
          text run at (0,0) width 743: "The two marquees below should be on separate lines, since marquees fill the width of a containing block by default."
19
          text run at (0,0) width 743: "The two marquees below should be on separate lines, since marquees fill the width of a containing block by default."
20
        RenderInline {SPAN} at (0,0) size 784x43
20
        RenderInline {SPAN} at (0,0) size 784x72
21
          RenderText {#text} at (0,0) size 0x0
21
          RenderText {#text} at (0,0) size 0x0
22
          RenderText {#text} at (0,0) size 0x0
22
          RenderText {#text} at (0,0) size 0x0
23
          RenderText {#text} at (0,0) size 0x0
23
          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/ios/fast/inline/002-expected.txt -3 / +3 lines
Lines 7-15 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/inline/002-expected.txt_sec1
7
        text run at (0,0) width 46: "Line 1 "
7
        text run at (0,0) width 46: "Line 1 "
8
      RenderInline {SPAN} at (0,0) size 46x19
8
      RenderInline {SPAN} at (0,0) size 46x19
9
        RenderText {#text} at (0,0) size 0x0
9
        RenderText {#text} at (0,0) size 0x0
10
        RenderInline {SPAN} at (0,0) size 42x20
10
        RenderInline {SPAN} at (0,0) size 42x19
11
          RenderText {#text} at (45,1) size 42x20
11
          RenderText {#text} at (45,2) size 42x19
12
            text run at (45,1) width 42: "Line 2"
12
            text run at (45,2) width 42: "Line 2"
13
        RenderText {#text} at (86,0) size 5x19
13
        RenderText {#text} at (86,0) size 5x19
14
          text run at (86,0) width 5: " "
14
          text run at (86,0) width 5: " "
15
      RenderText {#text} at (90,0) size 42x19
15
      RenderText {#text} at (90,0) size 42x19
- a/LayoutTests/platform/ios/fast/inline/drawStyledEmptyInlines-expected.txt -2 / +2 lines
Lines 36-42 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/inline/drawStyledEmptyInlines-expected.txt_sec1
36
      RenderBlock {P} at (0,216) size 784x40
36
      RenderBlock {P} at (0,216) size 784x40
37
        RenderText {#text} at (0,0) size 195x19
37
        RenderText {#text} at (0,0) size 195x19
38
          text run at (0,0) width 195: "This text is before the anchor. "
38
          text run at (0,0) width 195: "This text is before the anchor. "
39
        RenderInline {A} at (0,0) size 0x0
39
        RenderInline {A} at (0,0) size 0x19
40
        RenderText {#text} at (194,0) size 779x39
40
        RenderText {#text} at (194,0) size 779x39
41
          text run at (194,0) width 416: "This text is after the anchor, but should be flush with the anchor. "
41
          text run at (194,0) width 416: "This text is after the anchor, but should be flush with the anchor. "
42
          text run at (609,0) width 170: "There should be no spaces"
42
          text run at (609,0) width 170: "There should be no spaces"
Lines 45-49 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/inline/drawStyledEmptyInlines-expected.txt_sec2
45
        RenderInline {A} at (0,0) size 734x19
45
        RenderInline {A} at (0,0) size 734x19
46
          RenderText {#text} at (0,0) size 734x19
46
          RenderText {#text} at (0,0) size 734x19
47
            text run at (0,0) width 734: "This text should be flush with the anchor. There should not be a space between the anchor and the text on this line."
47
            text run at (0,0) width 734: "This text should be flush with the anchor. There should not be a space between the anchor and the text on this line."
48
        RenderInline {A} at (0,0) size 1x19
48
        RenderInline {A} at (0,0) size 0x19
49
          RenderText {#text} at (0,0) size 0x0
49
          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/ios/fast/invalid/003-expected.txt -1 / +1 lines
Lines 8-14 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/invalid/003-expected.txt_sec1
8
          RenderInline {I} at (0,0) size 91x19
8
          RenderInline {I} at (0,0) size 91x19
9
            RenderText {#text} at (0,0) size 91x19
9
            RenderText {#text} at (0,0) size 91x19
10
              text run at (0,0) width 91: "Italic and Red"
10
              text run at (0,0) width 91: "Italic and Red"
11
        RenderInline {I} at (0,0) size 1x19
11
        RenderInline {I} at (0,0) size 0x19
12
      RenderBlock (anonymous) at (0,36) size 784x20
12
      RenderBlock (anonymous) at (0,36) size 784x20
13
        RenderBlock {P} at (0,0) size 784x20
13
        RenderBlock {P} at (0,0) size 784x20
14
          RenderInline {FONT} at (0,0) size 95x19 [color=#FF0000]
14
          RenderInline {FONT} at (0,0) size 95x19 [color=#FF0000]
- a/LayoutTests/platform/ios/fast/lists/marker-before-empty-inline-expected.txt -1 / +1 lines
Lines 84-90 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/lists/marker-before-empty-inline-expected.txt_sec1
84
                RenderText {#text} at (0,0) size 29x19
84
                RenderText {#text} at (0,0) size 29x19
85
                  text run at (0,0) width 29: "item"
85
                  text run at (0,0) width 29: "item"
86
          RenderBlock (anonymous) at (0,20) size 744x20
86
          RenderBlock (anonymous) at (0,20) size 744x20
87
            RenderInline {SPAN} at (0,0) size 0x0
87
            RenderInline {SPAN} at (0,0) size 0x19
88
            RenderBR {BR} at (0,0) size 0x19
88
            RenderBR {BR} at (0,0) size 0x19
89
      RenderBlock {UL} at (0,292) size 784x40
89
      RenderBlock {UL} at (0,292) size 784x40
90
        RenderListItem {LI} at (40,0) size 744x40
90
        RenderListItem {LI} at (40,0) size 744x40
- a/LayoutTests/platform/ios/fast/selectors/visited-descendant-expected.txt -1 / +1 lines
Lines 25-31 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/selectors/visited-descendant-expected.txt_sec1
25
        RenderText {#text} at (0,0) size 668x19
25
        RenderText {#text} at (0,0) size 668x19
26
          text run at (0,0) width 668: "Test that visited style does not match to non-topmost links. The link should be red, with red underlining."
26
          text run at (0,0) width 668: "Test that visited style does not match to non-topmost links. The link should be red, with red underlining."
27
      RenderBlock {P} at (0,180) size 784x20
27
      RenderBlock {P} at (0,180) size 784x20
28
        RenderInline {A} at (0,0) size 0x0 [color=#FF0000]
28
        RenderInline {A} at (0,0) size 0x19 [color=#FF0000]
29
          RenderInline {SPAN} at (0,0) size 0x0
29
          RenderInline {SPAN} at (0,0) size 0x0
30
        RenderInline {A} at (0,0) size 31x19 [color=#FF0000]
30
        RenderInline {A} at (0,0) size 31x19 [color=#FF0000]
31
          RenderText {#text} at (0,0) size 31x19
31
          RenderText {#text} at (0,0) size 31x19
- a/LayoutTests/platform/ios/fast/table/border-collapsing/004-expected.txt -1 / +1 lines
Lines 87-93 layer at (0,0) size 800x1553 a/LayoutTests/platform/ios/fast/table/border-collapsing/004-expected.txt_sec1
87
                text run at (118,26) width 82: "This margin "
87
                text run at (118,26) width 82: "This margin "
88
                text run at (199,26) width 12: "is"
88
                text run at (199,26) width 12: "is"
89
                text run at (5,46) width 125: "measured from the "
89
                text run at (5,46) width 125: "measured from the "
90
              RenderInline {EM} at (0,0) size 44x19
90
              RenderInline {EM} at (0,0) size 44x20
91
                RenderText {#text} at (129,46) size 44x19
91
                RenderText {#text} at (129,46) size 44x19
92
                  text run at (129,46) width 44: "middle"
92
                  text run at (129,46) width 44: "middle"
93
              RenderText {#text} at (173,46) size 205x39
93
              RenderText {#text} at (173,46) size 205x39
- a/LayoutTests/platform/ios/fast/table/frame-and-rules-expected.txt -45 / +45 lines
Lines 2262-2300 layer at (400,24) size 400x150 a/LayoutTests/platform/ios/fast/table/frame-and-rules-expected.txt_sec1
2262
            RenderText {#text} at (11,1) size 26x15
2262
            RenderText {#text} at (11,1) size 26x15
2263
              text run at (11,1) width 26: "none"
2263
              text run at (11,1) width 26: "none"
2264
          RenderTableCell {TD} at (75,0) size 26x18 [bgcolor=#CCCCCC] [r=0 c=2 rs=1 cs=1]
2264
          RenderTableCell {TD} at (75,0) size 26x18 [bgcolor=#CCCCCC] [r=0 c=2 rs=1 cs=1]
2265
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2265
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2266
              RenderText {#text} at (5,1) size 15x15
2266
              RenderText {#text} at (5,1) size 15x15
2267
                text run at (5,2) width 15: "Go"
2267
                text run at (5,2) width 15: "Go"
2268
          RenderTableCell {TD} at (102,0) size 34x18 [bgcolor=#CCCCCC] [r=0 c=3 rs=1 cs=1]
2268
          RenderTableCell {TD} at (102,0) size 34x18 [bgcolor=#CCCCCC] [r=0 c=3 rs=1 cs=1]
2269
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2269
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2270
              RenderText {#text} at (9,1) size 15x15
2270
              RenderText {#text} at (9,1) size 15x15
2271
                text run at (9,2) width 15: "Go"
2271
                text run at (9,2) width 15: "Go"
2272
          RenderTableCell {TD} at (137,0) size 34x18 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
2272
          RenderTableCell {TD} at (137,0) size 34x18 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
2273
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2273
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2274
              RenderText {#text} at (9,1) size 16x15
2274
              RenderText {#text} at (9,1) size 16x15
2275
                text run at (9,2) width 16: "Go"
2275
                text run at (9,2) width 16: "Go"
2276
          RenderTableCell {TD} at (172,0) size 36x18 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
2276
          RenderTableCell {TD} at (172,0) size 36x18 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
2277
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2277
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2278
              RenderText {#text} at (9,1) size 16x15
2278
              RenderText {#text} at (9,1) size 16x15
2279
                text run at (9,2) width 16: "Go"
2279
                text run at (9,2) width 16: "Go"
2280
          RenderTableCell {TD} at (209,0) size 35x18 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
2280
          RenderTableCell {TD} at (209,0) size 35x18 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
2281
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2281
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2282
              RenderText {#text} at (9,1) size 16x15
2282
              RenderText {#text} at (9,1) size 16x15
2283
                text run at (9,2) width 16: "Go"
2283
                text run at (9,2) width 16: "Go"
2284
          RenderTableCell {TD} at (245,0) size 19x18 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
2284
          RenderTableCell {TD} at (245,0) size 19x18 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
2285
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2285
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2286
              RenderText {#text} at (1,1) size 15x15
2286
              RenderText {#text} at (1,1) size 15x15
2287
                text run at (1,2) width 15: "Go"
2287
                text run at (1,2) width 15: "Go"
2288
          RenderTableCell {TD} at (265,0) size 19x18 [bgcolor=#CCCCCC] [r=0 c=8 rs=1 cs=1]
2288
          RenderTableCell {TD} at (265,0) size 19x18 [bgcolor=#CCCCCC] [r=0 c=8 rs=1 cs=1]
2289
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2289
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2290
              RenderText {#text} at (1,1) size 16x15
2290
              RenderText {#text} at (1,1) size 16x15
2291
                text run at (1,2) width 16: "Go"
2291
                text run at (1,2) width 16: "Go"
2292
          RenderTableCell {TD} at (285,0) size 22x18 [bgcolor=#CCCCCC] [r=0 c=9 rs=1 cs=1]
2292
          RenderTableCell {TD} at (285,0) size 22x18 [bgcolor=#CCCCCC] [r=0 c=9 rs=1 cs=1]
2293
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2293
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2294
              RenderText {#text} at (3,1) size 16x15
2294
              RenderText {#text} at (3,1) size 16x15
2295
                text run at (3,2) width 16: "Go"
2295
                text run at (3,2) width 16: "Go"
2296
          RenderTableCell {TD} at (308,0) size 37x18 [bgcolor=#CCCCCC] [r=0 c=10 rs=1 cs=1]
2296
          RenderTableCell {TD} at (308,0) size 37x18 [bgcolor=#CCCCCC] [r=0 c=10 rs=1 cs=1]
2297
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2297
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2298
              RenderText {#text} at (10,1) size 16x15
2298
              RenderText {#text} at (10,1) size 16x15
2299
                text run at (10,2) width 16: "Go"
2299
                text run at (10,2) width 16: "Go"
2300
        RenderTableRow {TR} at (0,20) size 347x18
2300
        RenderTableRow {TR} at (0,20) size 347x18
Lines 2302-2340 layer at (400,24) size 400x150 a/LayoutTests/platform/ios/fast/table/frame-and-rules-expected.txt_sec2
2302
            RenderText {#text} at (1,1) size 36x15
2302
            RenderText {#text} at (1,1) size 36x15
2303
              text run at (1,1) width 36: "groups"
2303
              text run at (1,1) width 36: "groups"
2304
          RenderTableCell {TD} at (75,20) size 26x18 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
2304
          RenderTableCell {TD} at (75,20) size 26x18 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
2305
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2305
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2306
              RenderText {#text} at (5,1) size 15x15
2306
              RenderText {#text} at (5,1) size 15x15
2307
                text run at (5,2) width 15: "Go"
2307
                text run at (5,2) width 15: "Go"
2308
          RenderTableCell {TD} at (102,20) size 34x18 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
2308
          RenderTableCell {TD} at (102,20) size 34x18 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
2309
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2309
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2310
              RenderText {#text} at (9,1) size 15x15
2310
              RenderText {#text} at (9,1) size 15x15
2311
                text run at (9,2) width 15: "Go"
2311
                text run at (9,2) width 15: "Go"
2312
          RenderTableCell {TD} at (137,20) size 34x18 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
2312
          RenderTableCell {TD} at (137,20) size 34x18 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
2313
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2313
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2314
              RenderText {#text} at (9,1) size 16x15
2314
              RenderText {#text} at (9,1) size 16x15
2315
                text run at (9,2) width 16: "Go"
2315
                text run at (9,2) width 16: "Go"
2316
          RenderTableCell {TD} at (172,20) size 36x18 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
2316
          RenderTableCell {TD} at (172,20) size 36x18 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
2317
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2317
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2318
              RenderText {#text} at (9,1) size 16x15
2318
              RenderText {#text} at (9,1) size 16x15
2319
                text run at (9,2) width 16: "Go"
2319
                text run at (9,2) width 16: "Go"
2320
          RenderTableCell {TD} at (209,20) size 35x18 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
2320
          RenderTableCell {TD} at (209,20) size 35x18 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
2321
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2321
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2322
              RenderText {#text} at (9,1) size 16x15
2322
              RenderText {#text} at (9,1) size 16x15
2323
                text run at (9,2) width 16: "Go"
2323
                text run at (9,2) width 16: "Go"
2324
          RenderTableCell {TD} at (245,20) size 19x18 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
2324
          RenderTableCell {TD} at (245,20) size 19x18 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
2325
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2325
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2326
              RenderText {#text} at (1,1) size 15x15
2326
              RenderText {#text} at (1,1) size 15x15
2327
                text run at (1,2) width 15: "Go"
2327
                text run at (1,2) width 15: "Go"
2328
          RenderTableCell {TD} at (265,20) size 19x18 [bgcolor=#CCCCCC] [r=1 c=8 rs=1 cs=1]
2328
          RenderTableCell {TD} at (265,20) size 19x18 [bgcolor=#CCCCCC] [r=1 c=8 rs=1 cs=1]
2329
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2329
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2330
              RenderText {#text} at (1,1) size 16x15
2330
              RenderText {#text} at (1,1) size 16x15
2331
                text run at (1,2) width 16: "Go"
2331
                text run at (1,2) width 16: "Go"
2332
          RenderTableCell {TD} at (285,20) size 22x18 [bgcolor=#CCCCCC] [r=1 c=9 rs=1 cs=1]
2332
          RenderTableCell {TD} at (285,20) size 22x18 [bgcolor=#CCCCCC] [r=1 c=9 rs=1 cs=1]
2333
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2333
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2334
              RenderText {#text} at (3,1) size 16x15
2334
              RenderText {#text} at (3,1) size 16x15
2335
                text run at (3,2) width 16: "Go"
2335
                text run at (3,2) width 16: "Go"
2336
          RenderTableCell {TD} at (308,20) size 37x18 [bgcolor=#CCCCCC] [r=1 c=10 rs=1 cs=1]
2336
          RenderTableCell {TD} at (308,20) size 37x18 [bgcolor=#CCCCCC] [r=1 c=10 rs=1 cs=1]
2337
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2337
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2338
              RenderText {#text} at (10,1) size 16x15
2338
              RenderText {#text} at (10,1) size 16x15
2339
                text run at (10,2) width 16: "Go"
2339
                text run at (10,2) width 16: "Go"
2340
        RenderTableRow {TR} at (0,40) size 347x18
2340
        RenderTableRow {TR} at (0,40) size 347x18
Lines 2342-2380 layer at (400,24) size 400x150 a/LayoutTests/platform/ios/fast/table/frame-and-rules-expected.txt_sec3
2342
            RenderText {#text} at (11,1) size 26x15
2342
            RenderText {#text} at (11,1) size 26x15
2343
              text run at (11,1) width 26: "rows"
2343
              text run at (11,1) width 26: "rows"
2344
          RenderTableCell {TD} at (75,40) size 26x18 [bgcolor=#CCCCCC] [r=2 c=2 rs=1 cs=1]
2344
          RenderTableCell {TD} at (75,40) size 26x18 [bgcolor=#CCCCCC] [r=2 c=2 rs=1 cs=1]
2345
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2345
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2346
              RenderText {#text} at (5,1) size 15x15
2346
              RenderText {#text} at (5,1) size 15x15
2347
                text run at (5,2) width 15: "Go"
2347
                text run at (5,2) width 15: "Go"
2348
          RenderTableCell {TD} at (102,40) size 34x18 [bgcolor=#CCCCCC] [r=2 c=3 rs=1 cs=1]
2348
          RenderTableCell {TD} at (102,40) size 34x18 [bgcolor=#CCCCCC] [r=2 c=3 rs=1 cs=1]
2349
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2349
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2350
              RenderText {#text} at (9,1) size 15x15
2350
              RenderText {#text} at (9,1) size 15x15
2351
                text run at (9,2) width 15: "Go"
2351
                text run at (9,2) width 15: "Go"
2352
          RenderTableCell {TD} at (137,40) size 34x18 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
2352
          RenderTableCell {TD} at (137,40) size 34x18 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
2353
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2353
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2354
              RenderText {#text} at (9,1) size 16x15
2354
              RenderText {#text} at (9,1) size 16x15
2355
                text run at (9,2) width 16: "Go"
2355
                text run at (9,2) width 16: "Go"
2356
          RenderTableCell {TD} at (172,40) size 36x18 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
2356
          RenderTableCell {TD} at (172,40) size 36x18 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
2357
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2357
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2358
              RenderText {#text} at (9,1) size 16x15
2358
              RenderText {#text} at (9,1) size 16x15
2359
                text run at (9,2) width 16: "Go"
2359
                text run at (9,2) width 16: "Go"
2360
          RenderTableCell {TD} at (209,40) size 35x18 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
2360
          RenderTableCell {TD} at (209,40) size 35x18 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
2361
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2361
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2362
              RenderText {#text} at (9,1) size 16x15
2362
              RenderText {#text} at (9,1) size 16x15
2363
                text run at (9,2) width 16: "Go"
2363
                text run at (9,2) width 16: "Go"
2364
          RenderTableCell {TD} at (245,40) size 19x18 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
2364
          RenderTableCell {TD} at (245,40) size 19x18 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
2365
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2365
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2366
              RenderText {#text} at (1,1) size 15x15
2366
              RenderText {#text} at (1,1) size 15x15
2367
                text run at (1,2) width 15: "Go"
2367
                text run at (1,2) width 15: "Go"
2368
          RenderTableCell {TD} at (265,40) size 19x18 [bgcolor=#CCCCCC] [r=2 c=8 rs=1 cs=1]
2368
          RenderTableCell {TD} at (265,40) size 19x18 [bgcolor=#CCCCCC] [r=2 c=8 rs=1 cs=1]
2369
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2369
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2370
              RenderText {#text} at (1,1) size 16x15
2370
              RenderText {#text} at (1,1) size 16x15
2371
                text run at (1,2) width 16: "Go"
2371
                text run at (1,2) width 16: "Go"
2372
          RenderTableCell {TD} at (285,40) size 22x18 [bgcolor=#CCCCCC] [r=2 c=9 rs=1 cs=1]
2372
          RenderTableCell {TD} at (285,40) size 22x18 [bgcolor=#CCCCCC] [r=2 c=9 rs=1 cs=1]
2373
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2373
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2374
              RenderText {#text} at (3,1) size 16x15
2374
              RenderText {#text} at (3,1) size 16x15
2375
                text run at (3,2) width 16: "Go"
2375
                text run at (3,2) width 16: "Go"
2376
          RenderTableCell {TD} at (308,40) size 37x18 [bgcolor=#CCCCCC] [r=2 c=10 rs=1 cs=1]
2376
          RenderTableCell {TD} at (308,40) size 37x18 [bgcolor=#CCCCCC] [r=2 c=10 rs=1 cs=1]
2377
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2377
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2378
              RenderText {#text} at (10,1) size 16x15
2378
              RenderText {#text} at (10,1) size 16x15
2379
                text run at (10,2) width 16: "Go"
2379
                text run at (10,2) width 16: "Go"
2380
        RenderTableRow {TR} at (0,60) size 347x18
2380
        RenderTableRow {TR} at (0,60) size 347x18
Lines 2382-2420 layer at (400,24) size 400x150 a/LayoutTests/platform/ios/fast/table/frame-and-rules-expected.txt_sec4
2382
            RenderText {#text} at (15,1) size 22x15
2382
            RenderText {#text} at (15,1) size 22x15
2383
              text run at (15,1) width 22: "cols"
2383
              text run at (15,1) width 22: "cols"
2384
          RenderTableCell {TD} at (75,60) size 26x18 [bgcolor=#CCCCCC] [r=3 c=2 rs=1 cs=1]
2384
          RenderTableCell {TD} at (75,60) size 26x18 [bgcolor=#CCCCCC] [r=3 c=2 rs=1 cs=1]
2385
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2385
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2386
              RenderText {#text} at (5,1) size 15x15
2386
              RenderText {#text} at (5,1) size 15x15
2387
                text run at (5,2) width 15: "Go"
2387
                text run at (5,2) width 15: "Go"
2388
          RenderTableCell {TD} at (102,60) size 34x18 [bgcolor=#CCCCCC] [r=3 c=3 rs=1 cs=1]
2388
          RenderTableCell {TD} at (102,60) size 34x18 [bgcolor=#CCCCCC] [r=3 c=3 rs=1 cs=1]
2389
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2389
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2390
              RenderText {#text} at (9,1) size 15x15
2390
              RenderText {#text} at (9,1) size 15x15
2391
                text run at (9,2) width 15: "Go"
2391
                text run at (9,2) width 15: "Go"
2392
          RenderTableCell {TD} at (137,60) size 34x18 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
2392
          RenderTableCell {TD} at (137,60) size 34x18 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
2393
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2393
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2394
              RenderText {#text} at (9,1) size 16x15
2394
              RenderText {#text} at (9,1) size 16x15
2395
                text run at (9,2) width 16: "Go"
2395
                text run at (9,2) width 16: "Go"
2396
          RenderTableCell {TD} at (172,60) size 36x18 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
2396
          RenderTableCell {TD} at (172,60) size 36x18 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
2397
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2397
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2398
              RenderText {#text} at (9,1) size 16x15
2398
              RenderText {#text} at (9,1) size 16x15
2399
                text run at (9,2) width 16: "Go"
2399
                text run at (9,2) width 16: "Go"
2400
          RenderTableCell {TD} at (209,60) size 35x18 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
2400
          RenderTableCell {TD} at (209,60) size 35x18 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
2401
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2401
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2402
              RenderText {#text} at (9,1) size 16x15
2402
              RenderText {#text} at (9,1) size 16x15
2403
                text run at (9,2) width 16: "Go"
2403
                text run at (9,2) width 16: "Go"
2404
          RenderTableCell {TD} at (245,60) size 19x18 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
2404
          RenderTableCell {TD} at (245,60) size 19x18 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
2405
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2405
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2406
              RenderText {#text} at (1,1) size 15x15
2406
              RenderText {#text} at (1,1) size 15x15
2407
                text run at (1,2) width 15: "Go"
2407
                text run at (1,2) width 15: "Go"
2408
          RenderTableCell {TD} at (265,60) size 19x18 [bgcolor=#CCCCCC] [r=3 c=8 rs=1 cs=1]
2408
          RenderTableCell {TD} at (265,60) size 19x18 [bgcolor=#CCCCCC] [r=3 c=8 rs=1 cs=1]
2409
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2409
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2410
              RenderText {#text} at (1,1) size 16x15
2410
              RenderText {#text} at (1,1) size 16x15
2411
                text run at (1,2) width 16: "Go"
2411
                text run at (1,2) width 16: "Go"
2412
          RenderTableCell {TD} at (285,60) size 22x18 [bgcolor=#CCCCCC] [r=3 c=9 rs=1 cs=1]
2412
          RenderTableCell {TD} at (285,60) size 22x18 [bgcolor=#CCCCCC] [r=3 c=9 rs=1 cs=1]
2413
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2413
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2414
              RenderText {#text} at (3,1) size 16x15
2414
              RenderText {#text} at (3,1) size 16x15
2415
                text run at (3,2) width 16: "Go"
2415
                text run at (3,2) width 16: "Go"
2416
          RenderTableCell {TD} at (308,60) size 37x18 [bgcolor=#CCCCCC] [r=3 c=10 rs=1 cs=1]
2416
          RenderTableCell {TD} at (308,60) size 37x18 [bgcolor=#CCCCCC] [r=3 c=10 rs=1 cs=1]
2417
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2417
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2418
              RenderText {#text} at (10,1) size 16x15
2418
              RenderText {#text} at (10,1) size 16x15
2419
                text run at (10,2) width 16: "Go"
2419
                text run at (10,2) width 16: "Go"
2420
        RenderTableRow {TR} at (0,80) size 347x18
2420
        RenderTableRow {TR} at (0,80) size 347x18
Lines 2422-2459 layer at (400,24) size 400x150 a/LayoutTests/platform/ios/fast/table/frame-and-rules-expected.txt_sec5
2422
            RenderText {#text} at (23,1) size 14x15
2422
            RenderText {#text} at (23,1) size 14x15
2423
              text run at (23,1) width 14: "all"
2423
              text run at (23,1) width 14: "all"
2424
          RenderTableCell {TD} at (75,80) size 26x18 [bgcolor=#CCCCCC] [r=4 c=2 rs=1 cs=1]
2424
          RenderTableCell {TD} at (75,80) size 26x18 [bgcolor=#CCCCCC] [r=4 c=2 rs=1 cs=1]
2425
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2425
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2426
              RenderText {#text} at (5,1) size 15x15
2426
              RenderText {#text} at (5,1) size 15x15
2427
                text run at (5,2) width 15: "Go"
2427
                text run at (5,2) width 15: "Go"
2428
          RenderTableCell {TD} at (102,80) size 34x18 [bgcolor=#CCCCCC] [r=4 c=3 rs=1 cs=1]
2428
          RenderTableCell {TD} at (102,80) size 34x18 [bgcolor=#CCCCCC] [r=4 c=3 rs=1 cs=1]
2429
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2429
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2430
              RenderText {#text} at (9,1) size 15x15
2430
              RenderText {#text} at (9,1) size 15x15
2431
                text run at (9,2) width 15: "Go"
2431
                text run at (9,2) width 15: "Go"
2432
          RenderTableCell {TD} at (137,80) size 34x18 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
2432
          RenderTableCell {TD} at (137,80) size 34x18 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
2433
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2433
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2434
              RenderText {#text} at (9,1) size 16x15
2434
              RenderText {#text} at (9,1) size 16x15
2435
                text run at (9,2) width 16: "Go"
2435
                text run at (9,2) width 16: "Go"
2436
          RenderTableCell {TD} at (172,80) size 36x18 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
2436
          RenderTableCell {TD} at (172,80) size 36x18 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
2437
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2437
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2438
              RenderText {#text} at (9,1) size 16x15
2438
              RenderText {#text} at (9,1) size 16x15
2439
                text run at (9,2) width 16: "Go"
2439
                text run at (9,2) width 16: "Go"
2440
          RenderTableCell {TD} at (209,80) size 35x18 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
2440
          RenderTableCell {TD} at (209,80) size 35x18 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
2441
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2441
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2442
              RenderText {#text} at (9,1) size 16x15
2442
              RenderText {#text} at (9,1) size 16x15
2443
                text run at (9,2) width 16: "Go"
2443
                text run at (9,2) width 16: "Go"
2444
          RenderTableCell {TD} at (245,80) size 19x18 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
2444
          RenderTableCell {TD} at (245,80) size 19x18 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
2445
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2445
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2446
              RenderText {#text} at (1,1) size 15x15
2446
              RenderText {#text} at (1,1) size 15x15
2447
                text run at (1,2) width 15: "Go"
2447
                text run at (1,2) width 15: "Go"
2448
          RenderTableCell {TD} at (265,80) size 19x18 [bgcolor=#CCCCCC] [r=4 c=8 rs=1 cs=1]
2448
          RenderTableCell {TD} at (265,80) size 19x18 [bgcolor=#CCCCCC] [r=4 c=8 rs=1 cs=1]
2449
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2449
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2450
              RenderText {#text} at (1,1) size 16x15
2450
              RenderText {#text} at (1,1) size 16x15
2451
                text run at (1,2) width 16: "Go"
2451
                text run at (1,2) width 16: "Go"
2452
          RenderTableCell {TD} at (285,80) size 22x18 [bgcolor=#CCCCCC] [r=4 c=9 rs=1 cs=1]
2452
          RenderTableCell {TD} at (285,80) size 22x18 [bgcolor=#CCCCCC] [r=4 c=9 rs=1 cs=1]
2453
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2453
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2454
              RenderText {#text} at (3,1) size 16x15
2454
              RenderText {#text} at (3,1) size 16x15
2455
                text run at (3,2) width 16: "Go"
2455
                text run at (3,2) width 16: "Go"
2456
          RenderTableCell {TD} at (308,80) size 37x18 [bgcolor=#CCCCCC] [r=4 c=10 rs=1 cs=1]
2456
          RenderTableCell {TD} at (308,80) size 37x18 [bgcolor=#CCCCCC] [r=4 c=10 rs=1 cs=1]
2457
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2457
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2458
              RenderText {#text} at (10,1) size 16x15
2458
              RenderText {#text} at (10,1) size 16x15
2459
                text run at (10,2) width 16: "Go"
2459
                text run at (10,2) width 16: "Go"
- a/LayoutTests/platform/ios/fast/table/table-display-types-strict-expected.txt -32 / +32 lines
Lines 1-8 a/LayoutTests/platform/ios/fast/table/table-display-types-strict-expected.txt_sec1
1
layer at (0,0) size 800x600
1
layer at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x536
3
layer at (0,0) size 800x535
4
  RenderBlock {HTML} at (0,0) size 800x536
4
  RenderBlock {HTML} at (0,0) size 800x535
5
    RenderBody {BODY} at (8,10) size 784x518
5
    RenderBody {BODY} at (8,10) size 784x517
6
      RenderBlock {TABLE} at (10,0) size 764x100 [border: (1px solid #000000)]
6
      RenderBlock {TABLE} at (10,0) size 764x100 [border: (1px solid #000000)]
7
        RenderTable at (1,1) size 118x98
7
        RenderTable at (1,1) size 118x98
8
          RenderTableSection {THEAD} at (0,0) size 118x26
8
          RenderTableSection {THEAD} at (0,0) size 118x26
Lines 36-43 layer at (0,0) size 800x536 a/LayoutTests/platform/ios/fast/table/table-display-types-strict-expected.txt_sec2
36
              RenderTableCell {TD} at (59,24) size 57x22 [r=1 c=1 rs=1 cs=1]
36
              RenderTableCell {TD} at (59,24) size 57x22 [r=1 c=1 rs=1 cs=1]
37
                RenderText {#text} at (1,1) size 39x19
37
                RenderText {#text} at (1,1) size 39x19
38
                  text run at (1,1) width 39: "Cell 4"
38
                  text run at (1,1) width 39: "Cell 4"
39
      RenderBlock {TABLE} at (10,110) size 764x56 [border: (1px solid #000000)]
39
      RenderBlock {TABLE} at (10,110) size 764x55 [border: (1px solid #000000)]
40
        RenderTable at (1,1) size 222x54
40
        RenderTable at (1,1) size 222x53
41
          RenderTableSection (anonymous) at (0,0) size 222x30
41
          RenderTableSection (anonymous) at (0,0) size 222x30
42
            RenderTableRow (anonymous) at (0,2) size 222x26
42
            RenderTableRow (anonymous) at (0,2) size 222x26
43
              RenderTableCell {THEAD} at (2,2) size 100x26 [r=0 c=0 rs=1 cs=1]
43
              RenderTableCell {THEAD} at (2,2) size 100x26 [r=0 c=0 rs=1 cs=1]
Lines 45-84 layer at (0,0) size 800x536 a/LayoutTests/platform/ios/fast/table/table-display-types-strict-expected.txt_sec3
45
                  RenderTableSection (anonymous) at (0,0) size 100x26
45
                  RenderTableSection (anonymous) at (0,0) size 100x26
46
                    RenderTableRow (anonymous) at (0,2) size 100x22
46
                    RenderTableRow (anonymous) at (0,2) size 100x22
47
                      RenderTableCell {TR} at (2,2) size 96x22 [r=0 c=0 rs=1 cs=1]
47
                      RenderTableCell {TR} at (2,2) size 96x22 [r=0 c=0 rs=1 cs=1]
48
                        RenderInline {TD} at (0,0) size 48x22
48
                        RenderInline {TD} at (0,0) size 48x21
49
                          RenderText {#text} at (1,1) size 46x20
49
                          RenderText {#text} at (1,2) size 46x19
50
                            text run at (1,1) width 46: "Head 1"
50
                            text run at (1,2) width 46: "Head 1"
51
                        RenderInline {TD} at (0,0) size 49x22
51
                        RenderInline {TD} at (0,0) size 49x21
52
                          RenderText {#text} at (48,1) size 47x20
52
                          RenderText {#text} at (48,2) size 47x19
53
                            text run at (48,1) width 47: "Head 2"
53
                            text run at (48,2) width 47: "Head 2"
54
              RenderTableCell {TFOOT} at (103,2) size 117x26 [r=0 c=1 rs=1 cs=1]
54
              RenderTableCell {TFOOT} at (103,2) size 117x26 [r=0 c=1 rs=1 cs=1]
55
                RenderTable at (0,0) size 116x26
55
                RenderTable at (0,0) size 116x26
56
                  RenderTableSection (anonymous) at (0,0) size 116x26
56
                  RenderTableSection (anonymous) at (0,0) size 116x26
57
                    RenderTableRow (anonymous) at (0,2) size 116x22
57
                    RenderTableRow (anonymous) at (0,2) size 116x22
58
                      RenderTableCell {TR} at (2,2) size 112x22 [r=0 c=0 rs=1 cs=1]
58
                      RenderTableCell {TR} at (2,2) size 112x22 [r=0 c=0 rs=1 cs=1]
59
                        RenderInline {TD} at (0,0) size 56x22
59
                        RenderInline {TD} at (0,0) size 56x21
60
                          RenderText {#text} at (1,1) size 54x20
60
                          RenderText {#text} at (1,2) size 54x19
61
                            text run at (1,1) width 54: "Footer 1"
61
                            text run at (1,2) width 54: "Footer 1"
62
                        RenderInline {TD} at (0,0) size 57x22
62
                        RenderInline {TD} at (0,0) size 57x21
63
                          RenderText {#text} at (56,1) size 55x20
63
                          RenderText {#text} at (56,2) size 55x19
64
                            text run at (56,1) width 55: "Footer 2"
64
                            text run at (56,2) width 55: "Footer 2"
65
          RenderTableSection {TBODY} at (0,30) size 222x24
65
          RenderTableSection {TBODY} at (0,29) size 222x24
66
            RenderTableRow (anonymous) at (0,0) size 222x22
66
            RenderTableRow (anonymous) at (0,0) size 222x22
67
              RenderTableCell {TR} at (2,0) size 100x22 [r=0 c=0 rs=1 cs=1]
67
              RenderTableCell {TR} at (2,0) size 100x22 [r=0 c=0 rs=1 cs=1]
68
                RenderInline {TD} at (0,0) size 41x22
68
                RenderInline {TD} at (0,0) size 41x21
69
                  RenderText {#text} at (1,1) size 39x20
69
                  RenderText {#text} at (1,2) size 39x19
70
                    text run at (1,1) width 39: "Cell 1"
70
                    text run at (1,2) width 39: "Cell 1"
71
                RenderInline {TD} at (0,0) size 42x22
71
                RenderInline {TD} at (0,0) size 42x21
72
                  RenderText {#text} at (41,1) size 40x20
72
                  RenderText {#text} at (41,2) size 40x19
73
                    text run at (41,1) width 40: "Cell 2"
73
                    text run at (41,2) width 40: "Cell 2"
74
              RenderTableCell {TR} at (103,0) size 117x22 [r=0 c=1 rs=1 cs=1]
74
              RenderTableCell {TR} at (103,0) size 117x22 [r=0 c=1 rs=1 cs=1]
75
                RenderInline {TD} at (0,0) size 41x22
75
                RenderInline {TD} at (0,0) size 41x21
76
                  RenderText {#text} at (1,1) size 39x20
76
                  RenderText {#text} at (1,2) size 39x19
77
                    text run at (1,1) width 39: "Cell 3"
77
                    text run at (1,2) width 39: "Cell 3"
78
                RenderInline {TD} at (0,0) size 42x22
78
                RenderInline {TD} at (0,0) size 42x21
79
                  RenderText {#text} at (41,1) size 40x20
79
                  RenderText {#text} at (41,2) size 40x19
80
                    text run at (41,1) width 40: "Cell 4"
80
                    text run at (41,2) width 40: "Cell 4"
81
      RenderBlock {TABLE} at (10,176) size 764x110 [border: (1px solid #000000)]
81
      RenderBlock {TABLE} at (10,174) size 764x111 [border: (1px solid #000000)]
82
        RenderBlock {THEAD} at (1,1) size 762x26
82
        RenderBlock {THEAD} at (1,1) size 762x26
83
          RenderBlock {TR} at (0,0) size 762x26
83
          RenderBlock {TR} at (0,0) size 762x26
84
            RenderTable at (0,0) size 102x26
84
            RenderTable at (0,0) size 102x26
Lines 125-131 layer at (0,0) size 800x536 a/LayoutTests/platform/ios/fast/table/table-display-types-strict-expected.txt_sec4
125
                        RenderTableCell {TD} at (44,2) size 42x22 [r=0 c=1 rs=1 cs=1]
125
                        RenderTableCell {TD} at (44,2) size 42x22 [r=0 c=1 rs=1 cs=1]
126
                          RenderText {#text} at (1,1) size 39x19
126
                          RenderText {#text} at (1,1) size 39x19
127
                            text run at (1,1) width 39: "Cell 4"
127
                            text run at (1,1) width 39: "Cell 4"
128
      RenderTable at (0,296) size 302x222
128
      RenderTable at (0,294) size 302x223
129
        RenderTableSection (anonymous) at (0,0) size 302x222
129
        RenderTableSection (anonymous) at (0,0) size 302x222
130
          RenderTableRow (anonymous) at (0,0) size 302x222
130
          RenderTableRow (anonymous) at (0,0) size 302x222
131
            RenderTableCell {P} at (0,0) size 302x222 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
131
            RenderTableCell {P} at (0,0) size 302x222 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
- a/LayoutTests/platform/ios/fast/text/basic/007-expected.txt -1 / +1 lines
Lines 11-17 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/text/basic/007-expected.txt_sec1
11
                text run at (1,1) width 69: "A Big Cell"
11
                text run at (1,1) width 69: "A Big Cell"
12
            RenderTableCell {TD} at (720,0) size 60x42 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
12
            RenderTableCell {TD} at (720,0) size 60x42 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
13
              RenderText {#text} at (1,1) size 35x39
13
              RenderText {#text} at (1,1) size 35x39
14
                text run at (1,1) width 12: "A"
14
                text run at (1,1) width 11: "A"
15
                text run at (1,21) width 35: "small"
15
                text run at (1,21) width 35: "small"
16
              RenderInline {SPAN} at (0,0) size 24x19
16
              RenderInline {SPAN} at (0,0) size 24x19
17
                RenderText {#text} at (35,21) size 24x19
17
                RenderText {#text} at (35,21) size 24x19
- a/LayoutTests/platform/ios/fast/text/basic/012-expected.txt -1 / +1 lines
Lines 32-35 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/fast/text/basic/012-expected.txt_sec1
32
            text run at (130,60) width 73: "\x{BB} Scotland "
32
            text run at (130,60) width 73: "\x{BB} Scotland "
33
            text run at (202,60) width 77: "\x{BB} Germany "
33
            text run at (202,60) width 77: "\x{BB} Germany "
34
            text run at (278,60) width 60: "\x{BB} France "
34
            text run at (278,60) width 60: "\x{BB} France "
35
        RenderBR {BR} at (0,0) size 0x0
35
        RenderBR {BR} at (337,60) size 1x19
- a/LayoutTests/platform/ios/fast/text/whitespace/018-expected.txt -26 / +25 lines
Lines 1-8 a/LayoutTests/platform/ios/fast/text/whitespace/018-expected.txt_sec1
1
layer at (0,0) size 800x600
1
layer at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x216
3
layer at (0,0) size 800x232
4
  RenderBlock {HTML} at (0,0) size 800x216
4
  RenderBlock {HTML} at (0,0) size 800x232
5
    RenderBody {BODY} at (8,8) size 784x200
5
    RenderBody {BODY} at (8,8) size 784x216
6
      RenderBlock (anonymous) at (0,0) size 784x20
6
      RenderBlock (anonymous) at (0,0) size 784x20
7
        RenderInline {DIV} at (0,0) size 528x17 [color=#FFFFFF] [bgcolor=#FF0000]
7
        RenderInline {DIV} at (0,0) size 528x17 [color=#FFFFFF] [bgcolor=#FF0000]
8
          RenderText {#text} at (0,2) size 528x17
8
          RenderText {#text} at (0,2) size 528x17
Lines 11-27 layer at (0,0) size 800x216 a/LayoutTests/platform/ios/fast/text/whitespace/018-expected.txt_sec2
11
      RenderBlock {P} at (0,36) size 784x20
11
      RenderBlock {P} at (0,36) size 784x20
12
        RenderText {#text} at (0,0) size 599x19
12
        RenderText {#text} at (0,0) size 599x19
13
          text run at (0,0) width 599: "There should be a pretty green and lime pattern and the word \"PASS\" in lime on white below."
13
          text run at (0,0) width 599: "There should be a pretty green and lime pattern and the word \"PASS\" in lime on white below."
14
      RenderBlock {DIV} at (0,72) size 304x128 [color=#00FF00] [bgcolor=#008000]
14
      RenderBlock {DIV} at (0,72) size 304x144 [color=#00FF00] [bgcolor=#008000]
15
        RenderText {#text} at (0,-1) size 304x33
15
        RenderText {#text} at (0,-1) size 304x33
16
          text run at (0,-1) width 0: " "
16
          text run at (0,-1) width 0: " "
17
          text run at (0,15) width 304: "1234567890123456789"
17
          text run at (0,15) width 304: "1234567890123456789"
18
        RenderInline {SPAN} at (0,0) size 304x33
18
        RenderInline {SPAN} at (0,0) size 304x49
19
          RenderText {#text} at (0,31) size 32x17
19
          RenderText {#text} at (0,31) size 32x17
20
            text run at (0,31) width 32: "x "
20
            text run at (0,31) width 32: "x "
21
          RenderInline {SPAN} at (0,0) size 112x17
21
          RenderInline {SPAN} at (0,0) size 112x17
22
            RenderText {#text} at (32,31) size 32x17
22
            RenderText {#text} at (32,31) size 32x17
23
              text run at (32,31) width 32: "x "
23
              text run at (32,31) width 32: "x "
24
            RenderInline {SPAN} at (0,0) size 0x0
24
            RenderInline {SPAN} at (0,0) size 0x17
25
            RenderText {#text} at (64,31) size 16x17
25
            RenderText {#text} at (64,31) size 16x17
26
              text run at (64,31) width 16: "x"
26
              text run at (64,31) width 16: "x"
27
            RenderInline {SPAN} at (0,0) size 16x17
27
            RenderInline {SPAN} at (0,0) size 16x17
Lines 70-76 layer at (0,0) size 800x216 a/LayoutTests/platform/ios/fast/text/whitespace/018-expected.txt_sec3
70
              text run at (96,63) width 16: " "
70
              text run at (96,63) width 16: " "
71
          RenderText {#text} at (112,63) size 16x17
71
          RenderText {#text} at (112,63) size 16x17
72
            text run at (112,63) width 16: " "
72
            text run at (112,63) width 16: " "
73
          RenderInline {SPAN} at (0,0) size 0x0
73
          RenderInline {SPAN} at (0,0) size 0x17
74
            RenderText {#text} at (0,0) size 0x0
74
            RenderText {#text} at (0,0) size 0x0
75
          RenderText {#text} at (0,0) size 0x0
75
          RenderText {#text} at (0,0) size 0x0
76
        RenderText {#text} at (128,63) size 32x17
76
        RenderText {#text} at (128,63) size 32x17
Lines 83-107 layer at (0,0) size 800x216 a/LayoutTests/platform/ios/fast/text/whitespace/018-expected.txt_sec4
83
            text run at (176,63) width 16: " "
83
            text run at (176,63) width 16: " "
84
        RenderText {#text} at (192,63) size 48x17
84
        RenderText {#text} at (192,63) size 48x17
85
          text run at (192,63) width 48: "   "
85
          text run at (192,63) width 48: "   "
86
        RenderInline {SPAN} at (0,0) size 16x17
86
        RenderInline {SPAN} at (0,0) size 0x17
87
          RenderText {#text} at (240,63) size 16x17
88
            text run at (240,63) width 16: " "
89
        RenderInline {SPAN} at (0,0) size 0x0
90
          RenderText {#text} at (0,0) size 0x0
87
          RenderText {#text} at (0,0) size 0x0
91
        RenderText {#text} at (256,63) size 384x17
88
        RenderInline {SPAN} at (0,0) size 0x17
92
          text run at (256,63) width 384: "  x x  x x  x x    x    "
89
          RenderText {#text} at (0,0) size 0x0
93
          text run at (640,63) width 0: " "
90
        RenderText {#text} at (0,79) size 384x17
94
        RenderInline {SPAN} at (0,0) size 640x17
91
          text run at (0,79) width 384: "  x x  x x  x x    x    "
95
          RenderText {#text} at (0,79) size 640x17
92
          text run at (384,79) width 0: " "
96
            text run at (0,79) width 640: "x x x x x x x x x x xxxx xxxx xxxx xxxx "
97
        RenderText {#text} at (640,79) size 640x33
98
          text run at (640,79) width 0: " "
99
          text run at (0,95) width 624: "x                 x x    x  x    x    x"
100
        RenderInline {SPAN} at (0,0) size 640x17
93
        RenderInline {SPAN} at (0,0) size 640x17
101
          RenderText {#text} at (0,111) size 304x17
94
          RenderText {#text} at (0,95) size 640x17
102
            text run at (0,111) width 304: "xxxxxxxxxxxxxxxxxxx"
95
            text run at (0,95) width 640: "x x x x x x x x x x xxxx xxxx xxxx xxxx "
96
        RenderText {#text} at (640,95) size 640x33
97
          text run at (640,95) width 0: " "
98
          text run at (0,111) width 624: "x                 x x    x  x    x    x"
99
        RenderInline {SPAN} at (0,0) size 640x33
100
          RenderText {#text} at (0,127) size 304x17
101
            text run at (0,127) width 304: "xxxxxxxxxxxxxxxxxxx"
103
          RenderInline {SPAN} at (0,0) size 336x17
102
          RenderInline {SPAN} at (0,0) size 336x17
104
            RenderText {#text} at (304,111) size 336x17
103
            RenderText {#text} at (304,127) size 336x17
105
              text run at (304,111) width 336: " x    x  x xxxx xxxx "
104
              text run at (304,127) width 336: " x    x  x xxxx xxxx "
106
        RenderText {#text} at (640,111) size 0x17
105
        RenderText {#text} at (640,127) size 0x17
107
          text run at (640,111) width 0: " "
106
          text run at (640,127) width 0: " "
- a/LayoutTests/platform/ios/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt -2 / +6 lines
Lines 5-13 layer at (0,0) size 800x56 a/LayoutTests/platform/ios/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt_sec1
5
    RenderBody {BODY} at (8,8) size 784x40
5
    RenderBody {BODY} at (8,8) size 784x40
6
      RenderBlock {DIV} at (0,0) size 200x40 [bgcolor=#FFFF00]
6
      RenderBlock {DIV} at (0,0) size 200x40 [bgcolor=#FFFF00]
7
        RenderText {#text} at (0,0) size 152x19
7
        RenderText {#text} at (0,0) size 152x19
8
          text run at (0,0) width 152: "Overflow should "
8
          text run at (0,0) width 62: "Overflow"
9
          text run at (81,0) width 47: " should"
10
          text run at (147,0) width 5: " "
9
        RenderInline {SPAN} at (0,0) size 22x19
11
        RenderInline {SPAN} at (0,0) size 22x19
10
          RenderText {#text} at (151,0) size 22x19
12
          RenderText {#text} at (151,0) size 22x19
11
            text run at (151,0) width 22: "not"
13
            text run at (151,0) width 22: "not"
12
        RenderText {#text} at (0,20) size 154x19
14
        RenderText {#text} at (0,20) size 154x19
13
          text run at (0,20) width 154: "even be tolerated."
15
          text run at (0,20) width 31: "even"
16
          text run at (50,20) width 20: " be"
17
          text run at (89,20) width 65: " tolerated."
- a/LayoutTests/platform/ios/fonts/sans-serif-expected.txt -1 / +1 lines
Lines 66-72 layer at (0,0) size 800x6248 a/LayoutTests/platform/ios/fonts/sans-serif-expected.txt_sec1
66
              text run at (0,100) width 780: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y"
66
              text run at (0,100) width 780: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y"
67
              text run at (0,120) width 433: "Z [ \\ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
67
              text run at (0,120) width 433: "Z [ \\ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
68
          RenderText {#text} at (0,0) size 0x0
68
          RenderText {#text} at (0,0) size 0x0
69
          RenderInline {FONT} at (0,0) size 0x0
69
          RenderInline {FONT} at (0,0) size 0x19
70
            RenderText {#text} at (0,0) size 0x0
70
            RenderText {#text} at (0,0) size 0x0
71
      RenderBlock {P} at (0,532) size 784x1900
71
      RenderBlock {P} at (0,532) size 784x1900
72
        RenderInline {FONT} at (0,0) size 70x1899
72
        RenderInline {FONT} at (0,0) size 70x1899
- a/LayoutTests/platform/ios/fonts/serif-expected.txt -1 / +1 lines
Lines 45-51 layer at (0,0) size 800x6064 a/LayoutTests/platform/ios/fonts/serif-expected.txt_sec1
45
              text run at (0,100) width 776: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\ ]"
45
              text run at (0,100) width 776: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\ ]"
46
              text run at (0,120) width 362: "^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
46
              text run at (0,120) width 362: "^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
47
          RenderText {#text} at (0,0) size 0x0
47
          RenderText {#text} at (0,0) size 0x0
48
          RenderInline {FONT} at (0,0) size 0x0
48
          RenderInline {FONT} at (0,0) size 0x19
49
            RenderText {#text} at (0,0) size 0x0
49
            RenderText {#text} at (0,0) size 0x0
50
      RenderBlock {P} at (0,348) size 784x1900
50
      RenderBlock {P} at (0,348) size 784x1900
51
        RenderInline {FONT} at (0,0) size 61x1899
51
        RenderInline {FONT} at (0,0) size 61x1899
- a/LayoutTests/platform/ios/svg/custom/svg-fonts-in-html-expected.txt -2 / +3 lines
Lines 23-29 layer at (173,47) size 454x188 a/LayoutTests/platform/ios/svg/custom/svg-fonts-in-html-expected.txt_sec1
23
  RenderBlock (positioned) {H1} at (0,15) size 454x189 [color=#DD9955]
23
  RenderBlock (positioned) {H1} at (0,15) size 454x189 [color=#DD9955]
24
    RenderInline {SPAN} at (0,0) size 341x191
24
    RenderInline {SPAN} at (0,0) size 341x191
25
      RenderText {#text} at (64,-2) size 341x191
25
      RenderText {#text} at (64,-2) size 341x191
26
        text run at (64,-2) width 326: "CSS ZEN"
26
        text run at (64,-2) width 163: "CSS"
27
        text run at (198,-2) width 192: " ZEN"
27
        text run at (56,92) width 341: "GARDEN"
28
        text run at (56,92) width 341: "GARDEN"
28
layer at (173,119) size 454x22
29
layer at (173,119) size 454x22
29
  RenderBlock (positioned) {H2} at (0,87) size 454x23 [color=#EEFF00]
30
  RenderBlock (positioned) {H2} at (0,87) size 454x23 [color=#EEFF00]
Lines 80-86 layer at (173,351) size 454x135 a/LayoutTests/platform/ios/svg/custom/svg-fonts-in-html-expected.txt_sec2
80
    RenderText {#text} at (0,0) size 0x0
81
    RenderText {#text} at (0,0) size 0x0
81
layer at (321,234) size 306x81
82
layer at (321,234) size 306x81
82
  RenderBlock (positioned) {H3} at (147,-117) size 307x82 [color=#CCCC77] [bgcolor=#888811] [border: (3.50px solid #888811) none (3.50px solid #888811)]
83
  RenderBlock (positioned) {H3} at (147,-117) size 307x82 [color=#CCCC77] [bgcolor=#888811] [border: (3.50px solid #888811) none (3.50px solid #888811)]
83
    RenderInline {SPAN} at (0,0) size 278x84
84
    RenderInline {SPAN} at (0,0) size 278x85
84
      RenderText {#text} at (44,-1) size 278x84
85
      RenderText {#text} at (44,-1) size 278x84
85
        text run at (44,-1) width 232: "The Road to"
86
        text run at (44,-1) width 232: "The Road to"
86
        text run at (3,36) width 278: "Enlightenment"
87
        text run at (3,36) width 278: "Enlightenment"
- a/LayoutTests/platform/ios/svg/custom/svg-fonts-word-spacing-expected.txt -12 / +22 lines
Lines 19-33 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/svg/custom/svg-fonts-word-spacing-expected.txt_sec1
19
          text run at (244,1) width 26: " abc"
19
          text run at (244,1) width 26: " abc"
20
      RenderBlock {P} at (0,154) size 784x21
20
      RenderBlock {P} at (0,154) size 784x21
21
        RenderText {#text} at (0,1) size 126x19
21
        RenderText {#text} at (0,1) size 126x19
22
          text run at (0,1) width 126: "abc "
22
          text run at (0,1) width 19: "abc"
23
          text run at (118,1) width 8: " "
23
        RenderInline {SPAN} at (0,0) size 14x19
24
        RenderInline {SPAN} at (0,0) size 14x19
24
          RenderText {#text} at (125,1) size 14x19
25
          RenderText {#text} at (125,1) size 14x19
25
            text run at (125,1) width 14: "ab"
26
            text run at (125,1) width 14: "ab"
26
        RenderText {#text} at (138,1) size 132x19
27
        RenderText {#text} at (138,1) size 132x19
27
          text run at (138,1) width 132: "c abc"
28
          text run at (138,1) width 7: "c"
29
          text run at (244,1) width 26: " abc"
28
      RenderBlock {P} at (0,193) size 784x21
30
      RenderBlock {P} at (0,193) size 784x21
29
        RenderText {#text} at (0,1) size 126x19
31
        RenderText {#text} at (0,1) size 126x19
30
          text run at (0,1) width 126: "abc "
32
          text run at (0,1) width 19: "abc"
33
          text run at (118,1) width 8: " "
31
        RenderInline {SPAN} at (0,0) size 8x19
34
        RenderInline {SPAN} at (0,0) size 8x19
32
          RenderText {#text} at (125,1) size 8x19
35
          RenderText {#text} at (125,1) size 8x19
33
            text run at (125,1) width 8: "a"
36
            text run at (125,1) width 8: "a"
Lines 35-44 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/svg/custom/svg-fonts-word-spacing-expected.txt_sec2
35
          RenderText {#text} at (132,1) size 7x19
38
          RenderText {#text} at (132,1) size 7x19
36
            text run at (132,1) width 7: "b"
39
            text run at (132,1) width 7: "b"
37
        RenderText {#text} at (138,1) size 132x19
40
        RenderText {#text} at (138,1) size 132x19
38
          text run at (138,1) width 132: "c abc"
41
          text run at (138,1) width 7: "c"
42
          text run at (244,1) width 26: " abc"
39
      RenderBlock {P} at (0,232) size 784x21
43
      RenderBlock {P} at (0,232) size 784x21
40
        RenderText {#text} at (0,1) size 126x19
44
        RenderText {#text} at (0,1) size 126x19
41
          text run at (0,1) width 126: "abc "
45
          text run at (0,1) width 19: "abc"
46
          text run at (118,1) width 8: " "
42
        RenderInline {SPAN} at (0,0) size 8x19
47
        RenderInline {SPAN} at (0,0) size 8x19
43
          RenderText {#text} at (125,1) size 8x19
48
          RenderText {#text} at (125,1) size 8x19
44
            text run at (125,1) width 8: "a"
49
            text run at (125,1) width 8: "a"
Lines 51-57 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/svg/custom/svg-fonts-word-spacing-expected.txt_sec3
51
          text run at (244,1) width 26: " abc"
56
          text run at (244,1) width 26: " abc"
52
      RenderBlock {P} at (0,271) size 784x21
57
      RenderBlock {P} at (0,271) size 784x21
53
        RenderText {#text} at (0,1) size 133x19
58
        RenderText {#text} at (0,1) size 133x19
54
          text run at (0,1) width 133: "abc a"
59
          text run at (0,1) width 19: "abc"
60
          text run at (118,1) width 15: " a"
55
        RenderInline {SPAN} at (0,0) size 7x19
61
        RenderInline {SPAN} at (0,0) size 7x19
56
          RenderText {#text} at (132,1) size 7x19
62
          RenderText {#text} at (132,1) size 7x19
57
            text run at (132,1) width 7: "b"
63
            text run at (132,1) width 7: "b"
Lines 62-79 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/svg/custom/svg-fonts-word-spacing-expected.txt_sec4
62
          text run at (244,1) width 26: " abc"
68
          text run at (244,1) width 26: " abc"
63
      RenderBlock {P} at (0,310) size 784x21
69
      RenderBlock {P} at (0,310) size 784x21
64
        RenderText {#text} at (0,1) size 133x19
70
        RenderText {#text} at (0,1) size 133x19
65
          text run at (0,1) width 133: "abc a"
71
          text run at (0,1) width 19: "abc"
72
          text run at (118,1) width 15: " a"
66
        RenderInline {SPAN} at (0,0) size 7x19
73
        RenderInline {SPAN} at (0,0) size 7x19
67
          RenderText {#text} at (132,1) size 7x19
74
          RenderText {#text} at (132,1) size 7x19
68
            text run at (132,1) width 7: "b"
75
            text run at (132,1) width 7: "b"
69
        RenderText {#text} at (138,1) size 132x19
76
        RenderText {#text} at (138,1) size 132x19
70
          text run at (138,1) width 132: "c abc"
77
          text run at (138,1) width 7: "c"
78
          text run at (244,1) width 26: " abc"
71
      RenderBlock {P} at (0,349) size 784x21
79
      RenderBlock {P} at (0,349) size 784x21
72
        RenderText {#text} at (0,1) size 126x19
80
        RenderText {#text} at (0,1) size 126x19
73
          text run at (0,1) width 126: "abc "
81
          text run at (0,1) width 19: "abc"
74
        RenderInline {SPAN} at (0,0) size 1x19
82
          text run at (118,1) width 8: " "
83
        RenderInline {SPAN} at (0,0) size 0x19
75
        RenderText {#text} at (125,1) size 126x19
84
        RenderText {#text} at (125,1) size 126x19
76
          text run at (125,1) width 126: "abc "
85
          text run at (125,1) width 20: "abc"
77
        RenderInline {SPAN} at (0,0) size 1x19
86
          text run at (244,1) width 7: " "
87
        RenderInline {SPAN} at (0,0) size 0x19
78
        RenderText {#text} at (250,1) size 20x19
88
        RenderText {#text} at (250,1) size 20x19
79
          text run at (250,1) width 20: "abc"
89
          text run at (250,1) width 20: "abc"
- a/LayoutTests/platform/ios/svg/hixie/processing-model/003-expected.txt -1 / +1 lines
Lines 2-7 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/svg/hixie/processing-model/003-expected.txt_sec1
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x20
3
layer at (0,0) size 800x20
4
  RenderBlock {svg} at (0,0) size 800x20 [color=#008000]
4
  RenderBlock {svg} at (0,0) size 800x20 [color=#008000]
5
    RenderInline {rect} at (0,0) size 0x0
5
    RenderInline {rect} at (0,0) size 0x19
6
    RenderText {#text} at (0,0) size 166x19
6
    RenderText {#text} at (0,0) size 166x19
7
      text run at (0,0) width 166: "This line should be green."
7
      text run at (0,0) width 166: "This line should be green."
- a/LayoutTests/platform/ios/svg/hixie/processing-model/004-expected.txt -1 / +1 lines
Lines 2-7 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/svg/hixie/processing-model/004-expected.txt_sec1
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x20
3
layer at (0,0) size 800x20
4
  RenderBlock {svg} at (0,0) size 800x20 [color=#008000]
4
  RenderBlock {svg} at (0,0) size 800x20 [color=#008000]
5
    RenderInline {rect} at (0,0) size 0x0
5
    RenderInline {rect} at (0,0) size 0x19
6
    RenderText {#text} at (0,0) size 166x19
6
    RenderText {#text} at (0,0) size 166x19
7
      text run at (0,0) width 166: "This line should be green."
7
      text run at (0,0) width 166: "This line should be green."
- a/LayoutTests/platform/ios/tables/mozilla/bugs/adforce_imgis_com-expected.txt -1 / +1 lines
Lines 3-9 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/adforce_imgis_com-expected.txt_sec1
3
layer at (0,0) size 800x600
3
layer at (0,0) size 800x600
4
  RenderBlock {HTML} at (0,0) size 800x600
4
  RenderBlock {HTML} at (0,0) size 800x600
5
    RenderBody {BODY} at (8,8) size 784x584
5
    RenderBody {BODY} at (8,8) size 784x584
6
      RenderInline {BASE} at (0,0) size 0x0
6
      RenderInline {BASE} at (0,0) size 0x19
7
      RenderText {#text} at (0,0) size 0x0
7
      RenderText {#text} at (0,0) size 0x0
8
      RenderInline {A} at (0,0) size 468x19 [color=#0000EE]
8
      RenderInline {A} at (0,0) size 468x19 [color=#0000EE]
9
        RenderText {#text} at (0,0) size 0x0
9
        RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-1-expected.txt -2 / +2 lines
Lines 31-37 layer at (0,0) size 800x12134 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-1-expected.txt_sec1
31
                    text run at (0,0) width 327: "This text node only exists once in the original document! "
31
                    text run at (0,0) width 327: "This text node only exists once in the original document! "
32
                    text run at (326,0) width 305: "If it were a large collection of inlines, the page would "
32
                    text run at (326,0) width 305: "If it were a large collection of inlines, the page would "
33
                    text run at (630,0) width 77: "hang forever."
33
                    text run at (630,0) width 77: "hang forever."
34
                  RenderInline {A} at (0,0) size 0x0
34
                  RenderInline {A} at (0,0) size 0x15
35
              RenderBlock (anonymous) at (2,90) size 707x12021
35
              RenderBlock (anonymous) at (2,90) size 707x12021
36
                RenderBlock {H2} at (0,0) size 707x25
36
                RenderBlock {H2} at (0,0) size 707x25
37
                  RenderInline {A} at (0,0) size 168x24
37
                  RenderInline {A} at (0,0) size 168x24
Lines 4240-4246 layer at (0,0) size 800x12134 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-1-expected.txt_sec2
4240
                    RenderText {#text} at (0,32) size 114x15
4240
                    RenderText {#text} at (0,32) size 114x15
4241
                      text run at (0,32) width 114: "Product Information"
4241
                      text run at (0,32) width 114: "Product Information"
4242
                  RenderText {#text} at (0,0) size 0x0
4242
                  RenderText {#text} at (0,0) size 0x0
4243
                  RenderInline {A} at (0,0) size 0x0
4243
                  RenderInline {A} at (0,0) size 0x15
4244
                  RenderText {#text} at (0,0) size 0x0
4244
                  RenderText {#text} at (0,0) size 0x0
4245
                RenderTable {TABLE} at (0,11992) size 26x29
4245
                RenderTable {TABLE} at (0,11992) size 26x29
4246
                  RenderTableSection {TBODY} at (0,0) size 26x28
4246
                  RenderTableSection {TBODY} at (0,0) size 26x28
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-2-expected.txt -1 / +1 lines
Lines 9-15 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-2-expected.txt_sec1
9
            text run at (0,0) width 327: "This text node only exists once in the original document! "
9
            text run at (0,0) width 327: "This text node only exists once in the original document! "
10
            text run at (326,0) width 305: "If it were a large collection of inlines, the page would "
10
            text run at (326,0) width 305: "If it were a large collection of inlines, the page would "
11
            text run at (630,0) width 77: "hang forever."
11
            text run at (630,0) width 77: "hang forever."
12
          RenderInline {A} at (0,0) size 0x0
12
          RenderInline {A} at (0,0) size 0x15
13
      RenderBlock (anonymous) at (0,32) size 784x46
13
      RenderBlock (anonymous) at (0,32) size 784x46
14
        RenderBlock {H2} at (0,0) size 784x25
14
        RenderBlock {H2} at (0,0) size 784x25
15
          RenderInline {A} at (0,0) size 168x24
15
          RenderInline {A} at (0,0) size 168x24
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt -10 / +10 lines
Lines 22-28 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec1
22
          RenderInline {A} at (0,0) size 10x19
22
          RenderInline {A} at (0,0) size 10x19
23
            RenderText {#text} at (0,0) size 10x19
23
            RenderText {#text} at (0,0) size 10x19
24
              text run at (0,0) width 10: "Z"
24
              text run at (0,0) width 10: "Z"
25
          RenderInline {FONT} at (0,0) size 1x19
25
          RenderInline {FONT} at (0,0) size 0x19
26
            RenderText {#text} at (0,0) size 0x0
26
            RenderText {#text} at (0,0) size 0x0
27
      RenderBlock (anonymous) at (0,78) size 784x2
27
      RenderBlock (anonymous) at (0,78) size 784x2
28
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
28
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
Lines 49-55 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec2
49
              RenderInline {A} at (0,0) size 10x19
49
              RenderInline {A} at (0,0) size 10x19
50
                RenderText {#text} at (0,0) size 10x19
50
                RenderText {#text} at (0,0) size 10x19
51
                  text run at (0,0) width 10: "Z"
51
                  text run at (0,0) width 10: "Z"
52
              RenderInline {FONT} at (0,0) size 1x19
52
              RenderInline {FONT} at (0,0) size 0x19
53
                RenderText {#text} at (0,0) size 0x0
53
                RenderText {#text} at (0,0) size 0x0
54
      RenderBlock (anonymous) at (0,166) size 784x2
54
      RenderBlock (anonymous) at (0,166) size 784x2
55
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
55
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
Lines 80-86 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec3
80
                  RenderInline {A} at (0,0) size 11x19
80
                  RenderInline {A} at (0,0) size 11x19
81
                    RenderText {#text} at (95,0) size 11x19
81
                    RenderText {#text} at (95,0) size 11x19
82
                      text run at (95,0) width 11: "Z"
82
                      text run at (95,0) width 11: "Z"
83
                  RenderInline {FONT} at (0,0) size 1x19
83
                  RenderInline {FONT} at (0,0) size 0x19
84
                    RenderText {#text} at (0,0) size 0x0
84
                    RenderText {#text} at (0,0) size 0x0
85
      RenderBlock (anonymous) at (0,254) size 784x2
85
      RenderBlock (anonymous) at (0,254) size 784x2
86
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
86
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
Lines 112-118 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec4
112
                      RenderInline {A} at (0,0) size 10x19
112
                      RenderInline {A} at (0,0) size 10x19
113
                        RenderText {#text} at (0,0) size 10x19
113
                        RenderText {#text} at (0,0) size 10x19
114
                          text run at (0,0) width 10: "Z"
114
                          text run at (0,0) width 10: "Z"
115
                      RenderInline {FONT} at (0,0) size 1x19
115
                      RenderInline {FONT} at (0,0) size 0x19
116
                        RenderText {#text} at (0,0) size 0x0
116
                        RenderText {#text} at (0,0) size 0x0
117
      RenderBlock (anonymous) at (0,342) size 784x2
117
      RenderBlock (anonymous) at (0,342) size 784x2
118
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
118
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
Lines 148-154 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec5
148
                          RenderInline {A} at (0,0) size 11x19
148
                          RenderInline {A} at (0,0) size 11x19
149
                            RenderText {#text} at (96,0) size 11x19
149
                            RenderText {#text} at (96,0) size 11x19
150
                              text run at (96,0) width 11: "Z"
150
                              text run at (96,0) width 11: "Z"
151
                          RenderInline {FONT} at (0,0) size 1x19
151
                          RenderInline {FONT} at (0,0) size 0x19
152
                            RenderText {#text} at (0,0) size 0x0
152
                            RenderText {#text} at (0,0) size 0x0
153
      RenderBlock (anonymous) at (0,410) size 784x2
153
      RenderBlock (anonymous) at (0,410) size 784x2
154
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
154
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
Lines 248-254 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec6
248
                                  RenderInline {A} at (0,0) size 10x19
248
                                  RenderInline {A} at (0,0) size 10x19
249
                                    RenderText {#text} at (0,0) size 10x19
249
                                    RenderText {#text} at (0,0) size 10x19
250
                                      text run at (0,0) width 10: "Z"
250
                                      text run at (0,0) width 10: "Z"
251
                                  RenderInline {FONT} at (0,0) size 1x19
251
                                  RenderInline {FONT} at (0,0) size 0x19
252
                                    RenderText {#text} at (0,0) size 0x0
252
                                    RenderText {#text} at (0,0) size 0x0
253
      RenderBlock (anonymous) at (0,586) size 784x2
253
      RenderBlock (anonymous) at (0,586) size 784x2
254
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
254
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
Lines 300-306 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec7
300
                                      RenderInline {A} at (0,0) size 10x19
300
                                      RenderInline {A} at (0,0) size 10x19
301
                                        RenderText {#text} at (0,0) size 10x19
301
                                        RenderText {#text} at (0,0) size 10x19
302
                                          text run at (0,0) width 10: "Z"
302
                                          text run at (0,0) width 10: "Z"
303
                                      RenderInline {FONT} at (0,0) size 1x19
303
                                      RenderInline {FONT} at (0,0) size 0x19
304
                                        RenderText {#text} at (0,0) size 0x0
304
                                        RenderText {#text} at (0,0) size 0x0
305
      RenderBlock (anonymous) at (0,694) size 784x2
305
      RenderBlock (anonymous) at (0,694) size 784x2
306
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
306
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
Lines 356-362 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec8
356
                                          RenderInline {A} at (0,0) size 10x19
356
                                          RenderInline {A} at (0,0) size 10x19
357
                                            RenderText {#text} at (0,0) size 10x19
357
                                            RenderText {#text} at (0,0) size 10x19
358
                                              text run at (0,0) width 10: "Z"
358
                                              text run at (0,0) width 10: "Z"
359
                                          RenderInline {FONT} at (0,0) size 1x19
359
                                          RenderInline {FONT} at (0,0) size 0x19
360
                                            RenderText {#text} at (0,0) size 0x0
360
                                            RenderText {#text} at (0,0) size 0x0
361
      RenderBlock (anonymous) at (0,802) size 784x2
361
      RenderBlock (anonymous) at (0,802) size 784x2
362
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
362
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
Lines 413-419 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec9
413
                                              RenderInline {A} at (0,0) size 10x19
413
                                              RenderInline {A} at (0,0) size 10x19
414
                                                RenderText {#text} at (0,0) size 10x19
414
                                                RenderText {#text} at (0,0) size 10x19
415
                                                  text run at (0,0) width 10: "Z"
415
                                                  text run at (0,0) width 10: "Z"
416
                                              RenderInline {FONT} at (0,0) size 1x19
416
                                              RenderInline {FONT} at (0,0) size 0x19
417
                                                RenderText {#text} at (0,0) size 0x0
417
                                                RenderText {#text} at (0,0) size 0x0
418
      RenderBlock (anonymous) at (0,890) size 784x2
418
      RenderBlock (anonymous) at (0,890) size 784x2
419
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
419
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
Lines 474-480 layer at (0,0) size 800x1054 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113235-3-expected.txt_sec10
474
                                                  RenderInline {A} at (0,0) size 10x19
474
                                                  RenderInline {A} at (0,0) size 10x19
475
                                                    RenderText {#text} at (0,0) size 10x19
475
                                                    RenderText {#text} at (0,0) size 10x19
476
                                                      text run at (0,0) width 10: "Z"
476
                                                      text run at (0,0) width 10: "Z"
477
                                                  RenderInline {FONT} at (0,0) size 1x19
477
                                                  RenderInline {FONT} at (0,0) size 0x19
478
                                                    RenderText {#text} at (0,0) size 0x0
478
                                                    RenderText {#text} at (0,0) size 0x0
479
      RenderBlock (anonymous) at (0,978) size 784x2
479
      RenderBlock (anonymous) at (0,978) size 784x2
480
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
480
        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113424-expected.txt -4 / +4 lines
Lines 62-74 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug113424-expected.txt_sec1
62
                            RenderTableCell {TD} at (1,25) size 203x17 [r=1 c=0 rs=1 cs=1]
62
                            RenderTableCell {TD} at (1,25) size 203x17 [r=1 c=0 rs=1 cs=1]
63
                              RenderImage {IMG} at (95,3) size 12x11
63
                              RenderImage {IMG} at (95,3) size 12x11
64
                            RenderTableCell {TD} at (204,25) size 93x17 [r=1 c=1 rs=1 cs=1]
64
                            RenderTableCell {TD} at (204,25) size 93x17 [r=1 c=1 rs=1 cs=1]
65
                              RenderInline {FONT} at (0,0) size 17x13
65
                              RenderInline {FONT} at (0,0) size 17x14
66
                                RenderInline {A} at (0,0) size 17x13 [color=#0000EE]
66
                                RenderInline {A} at (0,0) size 17x14 [color=#0000EE]
67
                                  RenderImage {IMG} at (37,3) size 17x10
67
                                  RenderImage {IMG} at (37,3) size 17x10
68
                          RenderTableRow {TR} at (0,44) size 297x19 [bgcolor=#E7DEA5]
68
                          RenderTableRow {TR} at (0,44) size 297x19 [bgcolor=#E7DEA5]
69
                            RenderTableCell {TD} at (1,45) size 203x17 [r=2 c=0 rs=1 cs=1]
69
                            RenderTableCell {TD} at (1,45) size 203x17 [r=2 c=0 rs=1 cs=1]
70
                              RenderImage {IMG} at (95,3) size 12x11
70
                              RenderImage {IMG} at (95,3) size 12x11
71
                            RenderTableCell {TD} at (204,45) size 93x17 [r=2 c=1 rs=1 cs=1]
71
                            RenderTableCell {TD} at (204,45) size 93x17 [r=2 c=1 rs=1 cs=1]
72
                              RenderInline {FONT} at (0,0) size 17x13
72
                              RenderInline {FONT} at (0,0) size 17x14
73
                                RenderInline {A} at (0,0) size 17x13 [color=#0000EE]
73
                                RenderInline {A} at (0,0) size 17x14 [color=#0000EE]
74
                                  RenderImage {IMG} at (37,3) size 17x10
74
                                  RenderImage {IMG} at (37,3) size 17x10
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug1188-expected.txt -1 / +1 lines
Lines 128-134 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug1188-expected.txt_sec1
128
                  RenderInline {A} at (0,0) size 80x15 [color=#0000EE]
128
                  RenderInline {A} at (0,0) size 80x15 [color=#0000EE]
129
                    RenderText {#text} at (493,4) size 80x15
129
                    RenderText {#text} at (493,4) size 80x15
130
                      text run at (493,4) width 80: "WebMail< /A>"
130
                      text run at (493,4) width 80: "WebMail< /A>"
131
                RenderInline {A} at (0,0) size 1x19 [color=#0000EE]
131
                RenderInline {A} at (0,0) size 0x19 [color=#0000EE]
132
                  RenderText {#text} at (0,0) size 0x0
132
                  RenderText {#text} at (0,0) size 0x0
133
            RenderTableRow {TR} at (0,181) size 600x3
133
            RenderTableRow {TR} at (0,181) size 600x3
134
              RenderTableCell {TD} at (2,181) size 597x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
134
              RenderTableCell {TD} at (2,181) size 597x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug126742-expected.txt -33 / +33 lines
Lines 21-86 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug126742-expected.txt_sec1
21
                        text run at (376,0) width 32: "Home"
21
                        text run at (376,0) width 32: "Home"
22
            RenderTableRow {TR} at (0,86) size 784x33
22
            RenderTableRow {TR} at (0,86) size 784x33
23
              RenderTableCell {TD} at (0,94) size 784x17 [r=2 c=0 rs=1 cs=1]
23
              RenderTableCell {TD} at (0,94) size 784x17 [r=2 c=0 rs=1 cs=1]
24
                RenderInline {A} at (0,0) size 104x19 [color=#0000EE]
24
                RenderInline {A} at (0,0) size 104x20 [color=#0000EE]
25
                  RenderInline {FONT} at (0,0) size 104x15
25
                  RenderInline {FONT} at (0,0) size 104x16
26
                    RenderText {#text} at (340,-1) size 104x17
26
                    RenderText {#text} at (340,-1) size 104x16
27
                      text run at (340,0) width 104: "Course Information"
27
                      text run at (340,0) width 104: "Course Information"
28
            RenderTableRow {TR} at (0,118) size 784x34
28
            RenderTableRow {TR} at (0,118) size 784x34
29
              RenderTableCell {TD} at (0,127) size 784x17 [r=3 c=0 rs=1 cs=1]
29
              RenderTableCell {TD} at (0,127) size 784x17 [r=3 c=0 rs=1 cs=1]
30
                RenderInline {A} at (0,0) size 40x19 [color=#0000EE]
30
                RenderInline {A} at (0,0) size 40x20 [color=#0000EE]
31
                  RenderInline {FONT} at (0,0) size 40x15
31
                  RenderInline {FONT} at (0,0) size 40x16
32
                    RenderText {#text} at (372,-1) size 40x17
32
                    RenderText {#text} at (372,-1) size 40x16
33
                      text run at (372,0) width 40: "Lecture"
33
                      text run at (372,0) width 40: "Lecture"
34
            RenderTableRow {TR} at (0,151) size 784x34
34
            RenderTableRow {TR} at (0,151) size 784x34
35
              RenderTableCell {TD} at (0,159) size 784x17 [r=4 c=0 rs=1 cs=1]
35
              RenderTableCell {TD} at (0,159) size 784x17 [r=4 c=0 rs=1 cs=1]
36
                RenderInline {A} at (0,0) size 0x0 [color=#0000EE]
36
                RenderInline {A} at (0,0) size 0x20 [color=#0000EE]
37
                  RenderInline {FONT} at (0,0) size 0x0
37
                  RenderInline {FONT} at (0,0) size 0x0
38
                RenderInline {A} at (0,0) size 60x19 [color=#0000EE]
38
                RenderInline {A} at (0,0) size 60x20 [color=#0000EE]
39
                  RenderInline {FONT} at (0,0) size 60x15
39
                  RenderInline {FONT} at (0,0) size 60x16
40
                    RenderText {#text} at (362,-1) size 60x17
40
                    RenderText {#text} at (362,-1) size 60x16
41
                      text run at (362,0) width 60: "Homework"
41
                      text run at (362,0) width 60: "Homework"
42
            RenderTableRow {TR} at (0,184) size 784x33
42
            RenderTableRow {TR} at (0,184) size 784x33
43
              RenderTableCell {TD} at (0,192) size 784x17 [r=5 c=0 rs=1 cs=1]
43
              RenderTableCell {TD} at (0,192) size 784x17 [r=5 c=0 rs=1 cs=1]
44
                RenderInline {A} at (0,0) size 42x19 [color=#0000EE]
44
                RenderInline {A} at (0,0) size 42x20 [color=#0000EE]
45
                  RenderInline {FONT} at (0,0) size 42x15
45
                  RenderInline {FONT} at (0,0) size 42x16
46
                    RenderText {#text} at (371,-1) size 42x17
46
                    RenderText {#text} at (371,-1) size 42x16
47
                      text run at (371,0) width 42: "Quizzes"
47
                      text run at (371,0) width 42: "Quizzes"
48
            RenderTableRow {TR} at (0,216) size 784x34
48
            RenderTableRow {TR} at (0,216) size 784x34
49
              RenderTableCell {TD} at (0,225) size 784x17 [r=6 c=0 rs=1 cs=1]
49
              RenderTableCell {TD} at (0,225) size 784x17 [r=6 c=0 rs=1 cs=1]
50
                RenderInline {FONT} at (0,0) size 36x15 [color=#0000FF]
50
                RenderInline {FONT} at (0,0) size 36x16 [color=#0000FF]
51
                  RenderInline {A} at (0,0) size 36x15 [color=#0000EE]
51
                  RenderInline {A} at (0,0) size 36x16 [color=#0000EE]
52
                    RenderText {#text} at (374,-1) size 36x17
52
                    RenderText {#text} at (374,-1) size 36x16
53
                      text run at (374,0) width 36: "Exams"
53
                      text run at (374,0) width 36: "Exams"
54
            RenderTableRow {TR} at (0,249) size 784x34
54
            RenderTableRow {TR} at (0,249) size 784x34
55
              RenderTableCell {TD} at (0,257) size 784x17 [r=7 c=0 rs=1 cs=1]
55
              RenderTableCell {TD} at (0,257) size 784x17 [r=7 c=0 rs=1 cs=1]
56
                RenderInline {A} at (0,0) size 0x0 [color=#0000EE]
56
                RenderInline {A} at (0,0) size 0x20 [color=#0000EE]
57
                  RenderInline {FONT} at (0,0) size 0x0
57
                  RenderInline {FONT} at (0,0) size 0x0
58
                RenderInline {A} at (0,0) size 58x19 [color=#0000EE]
58
                RenderInline {A} at (0,0) size 58x20 [color=#0000EE]
59
                  RenderInline {FONT} at (0,0) size 58x15
59
                  RenderInline {FONT} at (0,0) size 58x16
60
                    RenderText {#text} at (363,-1) size 21x17
60
                    RenderText {#text} at (363,-1) size 21x16
61
                      text run at (363,0) width 21: "Lab"
61
                      text run at (363,0) width 21: "Lab"
62
                    RenderInline {U} at (0,0) size 38x15
62
                    RenderInline {U} at (0,0) size 38x16
63
                      RenderText {#text} at (383,-1) size 38x17
63
                      RenderText {#text} at (383,-1) size 38x16
64
                        text run at (383,0) width 38: "oratory"
64
                        text run at (383,0) width 38: "oratory"
65
            RenderTableRow {TR} at (0,282) size 784x33
65
            RenderTableRow {TR} at (0,282) size 784x33
66
              RenderTableCell {TD} at (0,290) size 784x17 [r=8 c=0 rs=1 cs=1]
66
              RenderTableCell {TD} at (0,290) size 784x17 [r=8 c=0 rs=1 cs=1]
67
                RenderInline {A} at (0,0) size 38x19 [color=#0000EE]
67
                RenderInline {A} at (0,0) size 38x20 [color=#0000EE]
68
                  RenderInline {U} at (0,0) size 38x19
68
                  RenderInline {U} at (0,0) size 38x20
69
                    RenderInline {FONT} at (0,0) size 38x15
69
                    RenderInline {FONT} at (0,0) size 38x16
70
                      RenderText {#text} at (373,-1) size 38x17
70
                      RenderText {#text} at (373,-1) size 38x16
71
                        text run at (373,0) width 38: "Grades"
71
                        text run at (373,0) width 38: "Grades"
72
            RenderTableRow {TR} at (0,314) size 784x34
72
            RenderTableRow {TR} at (0,314) size 784x34
73
              RenderTableCell {TD} at (0,323) size 784x16 [r=9 c=0 rs=1 cs=1]
73
              RenderTableCell {TD} at (0,323) size 784x16 [r=9 c=0 rs=1 cs=1]
74
                RenderInline {FONT} at (0,0) size 70x15
74
                RenderInline {FONT} at (0,0) size 70x16
75
                  RenderInline {A} at (0,0) size 70x15 [color=#0000EE]
75
                  RenderInline {A} at (0,0) size 70x16 [color=#0000EE]
76
                    RenderText {#text} at (357,-1) size 70x17
76
                    RenderText {#text} at (357,-1) size 70x16
77
                      text run at (357,0) width 33: "Filter "
77
                      text run at (357,0) width 33: "Filter "
78
                      text run at (389,0) width 38: "Design"
78
                      text run at (389,0) width 38: "Design"
79
            RenderTableRow {TR} at (0,347) size 784x33
79
            RenderTableRow {TR} at (0,347) size 784x33
80
              RenderTableCell {TD} at (0,355) size 784x17 [r=10 c=0 rs=1 cs=1]
80
              RenderTableCell {TD} at (0,355) size 784x17 [r=10 c=0 rs=1 cs=1]
81
                RenderInline {FONT} at (0,0) size 68x15
81
                RenderInline {FONT} at (0,0) size 68x16
82
                  RenderInline {U} at (0,0) size 68x15
82
                  RenderInline {U} at (0,0) size 68x16
83
                    RenderInline {A} at (0,0) size 68x15 [color=#0000EE]
83
                    RenderInline {A} at (0,0) size 68x16 [color=#0000EE]
84
                      RenderText {#text} at (358,-1) size 68x17
84
                      RenderText {#text} at (358,-1) size 68x16
85
                        text run at (358,0) width 37: "Office "
85
                        text run at (358,0) width 37: "Office "
86
                        text run at (394,0) width 32: "Hours"
86
                        text run at (394,0) width 32: "Hours"
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug1318-expected.txt -1 / +1 lines
Lines 39-45 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug1318-expected.txt_sec1
39
                RenderInline {FONT} at (0,0) size 76x15
39
                RenderInline {FONT} at (0,0) size 76x15
40
                  RenderText {#text} at (264,1) size 76x15
40
                  RenderText {#text} at (264,1) size 76x15
41
                    text run at (264,1) width 76: "View Results"
41
                    text run at (264,1) width 76: "View Results"
42
              RenderInline {FONT} at (0,0) size 1x15
42
              RenderInline {FONT} at (0,0) size 0x15
43
                RenderText {#text} at (0,0) size 0x0
43
                RenderText {#text} at (0,0) size 0x0
44
            RenderTableCell {TD} at (604,130) size 181x26 [r=3 c=2 rs=1 cs=2]
44
            RenderTableCell {TD} at (604,130) size 181x26 [r=3 c=2 rs=1 cs=2]
45
              RenderButton {INPUT} at (66,3) size 47x20 [color=#FFFFFF] [bgcolor=#167AFF]
45
              RenderButton {INPUT} at (66,3) size 47x20 [color=#FFFFFF] [bgcolor=#167AFF]
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug14323-expected.txt -2 / +2 lines
Lines 26-33 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug14323-expected.txt_sec1
26
                    text run at (0,0) width 261: " 25 offres d'emploi des entreprises"
26
                    text run at (0,0) width 261: " 25 offres d'emploi des entreprises"
27
            RenderTableCell {TD} at (326,0) size 100x44 [bgcolor=#EE9E02] [r=0 c=1 rs=1 cs=1]
27
            RenderTableCell {TD} at (326,0) size 100x44 [bgcolor=#EE9E02] [r=0 c=1 rs=1 cs=1]
28
              RenderImage {IMG} at (18,16) size 21x1
28
              RenderImage {IMG} at (18,16) size 21x1
29
              RenderText {#text} at (38,0) size 35x19
29
              RenderText {#text} at (38,2) size 35x19
30
                text run at (38,0) width 35: "page "
30
                text run at (38,2) width 35: "page "
31
              RenderInline {FONT} at (0,0) size 28x43
31
              RenderInline {FONT} at (0,0) size 28x43
32
                RenderInline {B} at (0,0) size 28x43
32
                RenderInline {B} at (0,0) size 28x43
33
                  RenderText {#text} at (72,0) size 28x43
33
                  RenderText {#text} at (72,0) size 28x43
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug18359-expected.txt -1 / +1 lines
Lines 12-18 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug18359-expected.txt_sec1
12
          RenderTableSection {TBODY} at (0,0) size 683x59
12
          RenderTableSection {TBODY} at (0,0) size 683x59
13
            RenderTableRow {TR} at (0,2) size 683x27
13
            RenderTableRow {TR} at (0,2) size 683x27
14
              RenderTableCell {TD} at (2,4) size 106x23 [r=0 c=0 rs=1 cs=1]
14
              RenderTableCell {TD} at (2,4) size 106x23 [r=0 c=0 rs=1 cs=1]
15
                RenderInline {B} at (0,0) size 95x19
15
                RenderInline {B} at (0,0) size 95x20
16
                  RenderText {#text} at (1,1) size 95x20
16
                  RenderText {#text} at (1,1) size 95x20
17
                    text run at (1,2) width 95: "Trigger URL:"
17
                    text run at (1,2) width 95: "Trigger URL:"
18
              RenderTableCell {TD} at (109,2) size 476x27 [r=0 c=1 rs=1 cs=1]
18
              RenderTableCell {TD} at (109,2) size 476x27 [r=0 c=1 rs=1 cs=1]
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug22513-expected.txt -4 / +4 lines
Lines 9-17 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug22513-expected.txt_sec1
9
            RenderTableCell {TD} at (0,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=0 rs=1 cs=1]
9
            RenderTableCell {TD} at (0,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=0 rs=1 cs=1]
10
              RenderImage {IMG} at (0,0) size 15x15
10
              RenderImage {IMG} at (0,0) size 15x15
11
            RenderTableCell {TD} at (15,0) size 100x15 [bgcolor=#FFCC00] [r=0 c=1 rs=1 cs=1]
11
            RenderTableCell {TD} at (15,0) size 100x15 [bgcolor=#FFCC00] [r=0 c=1 rs=1 cs=1]
12
              RenderInline {B} at (0,0) size 62x19
12
              RenderInline {B} at (0,0) size 62x20
13
                RenderInline {FONT} at (0,0) size 62x14
13
                RenderInline {FONT} at (0,0) size 62x15
14
                  RenderText {#text} at (19,-1) size 62x16
14
                  RenderText {#text} at (19,0) size 62x15
15
                    text run at (19,0) width 62: "Downloads"
15
                    text run at (19,1) width 62: "Downloads"
16
            RenderTableCell {TD} at (115,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=2 rs=1 cs=1]
16
            RenderTableCell {TD} at (115,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=2 rs=1 cs=1]
17
              RenderImage {IMG} at (0,0) size 15x15
17
              RenderImage {IMG} at (0,0) size 15x15
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug2267-expected.txt -3 / +3 lines
Lines 31-37 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug2267-expected.txt_sec1
31
        RenderInline {B} at (0,0) size 0x19
31
        RenderInline {B} at (0,0) size 0x19
32
          RenderText {#text} at (0,0) size 0x0
32
          RenderText {#text} at (0,0) size 0x0
33
          RenderBR {BR} at (0,0) size 0x19
33
          RenderBR {BR} at (0,0) size 0x19
34
          RenderInline {B} at (0,0) size 0x0
34
          RenderInline {B} at (0,0) size 0x19
35
            RenderText {#text} at (0,0) size 0x0
35
            RenderText {#text} at (0,0) size 0x0
36
            RenderText {#text} at (0,0) size 0x0
36
            RenderText {#text} at (0,0) size 0x0
37
      RenderBlock (anonymous) at (0,114) size 784x123
37
      RenderBlock (anonymous) at (0,114) size 784x123
Lines 67-73 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug2267-expected.txt_sec2
67
          RenderInline {B} at (0,0) size 0x19
67
          RenderInline {B} at (0,0) size 0x19
68
            RenderText {#text} at (0,0) size 0x0
68
            RenderText {#text} at (0,0) size 0x0
69
            RenderBR {BR} at (0,0) size 0x19
69
            RenderBR {BR} at (0,0) size 0x19
70
            RenderInline {B} at (0,0) size 0x0
70
            RenderInline {B} at (0,0) size 0x19
71
              RenderText {#text} at (0,0) size 0x0
71
              RenderText {#text} at (0,0) size 0x0
72
              RenderText {#text} at (0,0) size 0x0
72
              RenderText {#text} at (0,0) size 0x0
73
      RenderBlock (anonymous) at (0,257) size 784x94
73
      RenderBlock (anonymous) at (0,257) size 784x94
Lines 97-103 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug2267-expected.txt_sec3
97
            RenderInline {B} at (0,0) size 0x19
97
            RenderInline {B} at (0,0) size 0x19
98
              RenderText {#text} at (0,0) size 0x0
98
              RenderText {#text} at (0,0) size 0x0
99
              RenderBR {BR} at (0,0) size 0x19
99
              RenderBR {BR} at (0,0) size 0x19
100
              RenderInline {B} at (0,0) size 0x0
100
              RenderInline {B} at (0,0) size 0x19
101
                RenderText {#text} at (0,0) size 0x0
101
                RenderText {#text} at (0,0) size 0x0
102
                RenderText {#text} at (0,0) size 0x0
102
                RenderText {#text} at (0,0) size 0x0
103
      RenderBlock (anonymous) at (0,371) size 784x123
103
      RenderBlock (anonymous) at (0,371) size 784x123
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug38916-expected.txt -2 / +2 lines
Lines 51-57 layer at (0,0) size 800x1386 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug38916-expected.txt_sec1
51
              RenderInline {SPAN} at (0,0) size 610x92
51
              RenderInline {SPAN} at (0,0) size 610x92
52
                RenderText {#text} at (2,3) size 610x92
52
                RenderText {#text} at (2,3) size 610x92
53
                  text run at (2,3) width 610: "TBODY blah blah blah blah blah blah"
53
                  text run at (2,3) width 610: "TBODY blah blah blah blah blah blah"
54
                  text run at (2,50) width 138: "TBODY"
54
                  text run at (2,50) width 137: "TBODY"
55
              RenderText {#text} at (0,0) size 0x0
55
              RenderText {#text} at (0,0) size 0x0
56
            RenderTableCell {TD} at (738,27) size 43x44 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
56
            RenderTableCell {TD} at (738,27) size 43x44 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
57
              RenderText {#text} at (2,2) size 27x39
57
              RenderText {#text} at (2,2) size 27x39
Lines 159-165 layer at (0,0) size 800x1386 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug38916-expected.txt_sec2
159
              RenderInline {SPAN} at (0,0) size 610x92
159
              RenderInline {SPAN} at (0,0) size 610x92
160
                RenderText {#text} at (2,3) size 610x92
160
                RenderText {#text} at (2,3) size 610x92
161
                  text run at (2,3) width 610: "TBODY blah blah blah blah blah blah"
161
                  text run at (2,3) width 610: "TBODY blah blah blah blah blah blah"
162
                  text run at (2,50) width 138: "TBODY"
162
                  text run at (2,50) width 137: "TBODY"
163
              RenderText {#text} at (0,0) size 0x0
163
              RenderText {#text} at (0,0) size 0x0
164
            RenderTableCell {TD} at (738,27) size 43x44 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
164
            RenderTableCell {TD} at (738,27) size 43x44 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
165
              RenderText {#text} at (2,2) size 27x39
165
              RenderText {#text} at (2,2) size 27x39
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug4527-expected.txt -2 / +2 lines
Lines 10-16 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug4527-expected.txt_sec1
10
        RenderTableSection {TBODY} at (0,0) size 613x96
10
        RenderTableSection {TBODY} at (0,0) size 613x96
11
          RenderTableRow {TR} at (0,0) size 613x70
11
          RenderTableRow {TR} at (0,0) size 613x70
12
            RenderTableCell {TD} at (0,5) size 126x86 [r=0 c=0 rs=2 cs=1]
12
            RenderTableCell {TD} at (0,5) size 126x86 [r=0 c=0 rs=2 cs=1]
13
              RenderInline {A} at (0,0) size 126x19 [color=#0000EE]
13
              RenderInline {A} at (0,0) size 126x20 [color=#0000EE]
14
                RenderImage {IMG} at (0,0) size 126x85
14
                RenderImage {IMG} at (0,0) size 126x85
15
              RenderText {#text} at (0,0) size 0x0
15
              RenderText {#text} at (0,0) size 0x0
16
            RenderTableCell {TD} at (126,0) size 488x70 [r=0 c=1 rs=1 cs=3]
16
            RenderTableCell {TD} at (126,0) size 488x70 [r=0 c=1 rs=1 cs=3]
Lines 21-27 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug4527-expected.txt_sec2
21
                  layer at (0,0) size 468x60
21
                  layer at (0,0) size 468x60
22
                    RenderBlock {HTML} at (0,0) size 468x60
22
                    RenderBlock {HTML} at (0,0) size 468x60
23
                      RenderBody {BODY} at (0,0) size 468x60
23
                      RenderBody {BODY} at (0,0) size 468x60
24
                        RenderInline {BASE} at (0,0) size 0x0
24
                        RenderInline {BASE} at (0,0) size 0x19
25
                        RenderText {#text} at (0,0) size 0x0
25
                        RenderText {#text} at (0,0) size 0x0
26
                        RenderInline {A} at (0,0) size 468x19 [color=#0000EE]
26
                        RenderInline {A} at (0,0) size 468x19 [color=#0000EE]
27
                          RenderText {#text} at (0,0) size 0x0
27
                          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug4849-2-expected.txt -1 / +1 lines
Lines 9-15 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug4849-2-expected.txt_sec1
9
            RenderTableRow {TR} at (0,0) size 600x97
9
            RenderTableRow {TR} at (0,0) size 600x97
10
              RenderTableCell {TD} at (0,0) size 151x40 [r=0 c=0 rs=1 cs=1]
10
              RenderTableCell {TD} at (0,0) size 151x40 [r=0 c=0 rs=1 cs=1]
11
                RenderBlock {CENTER} at (0,0) size 151x40
11
                RenderBlock {CENTER} at (0,0) size 151x40
12
                  RenderInline {IFRAMEX} at (0,0) size 1x39
12
                  RenderInline {IFRAMEX} at (0,0) size 0x39
13
                    RenderText {#text} at (0,0) size 0x0
13
                    RenderText {#text} at (0,0) size 0x0
14
                    RenderBR {BR} at (75,0) size 1x19
14
                    RenderBR {BR} at (75,0) size 1x19
15
                    RenderBR {BR} at (75,20) size 1x19
15
                    RenderBR {BR} at (75,20) size 1x19
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug57300-expected.txt -2 / +2 lines
Lines 13-19 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug57300-expected.txt_sec1
13
            RenderTableCell {TD} at (2,87) size 292x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
13
            RenderTableCell {TD} at (2,87) size 292x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
14
              RenderText {#text} at (2,2) size 183x20
14
              RenderText {#text} at (2,2) size 183x20
15
                text run at (2,3) width 183: "This is the second cell, with "
15
                text run at (2,3) width 183: "This is the second cell, with "
16
              RenderInline {B} at (0,0) size 24x19
16
              RenderInline {B} at (0,0) size 24x20
17
                RenderText {#text} at (184,2) size 24x20
17
                RenderText {#text} at (184,2) size 24x20
18
                  text run at (184,3) width 24: "cell"
18
                  text run at (184,3) width 24: "cell"
19
              RenderText {#text} at (207,2) size 83x20
19
              RenderText {#text} at (207,2) size 83x20
Lines 51-57 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug57300-expected.txt_sec2
51
            RenderTableCell {TD} at (2,87) size 295x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
51
            RenderTableCell {TD} at (2,87) size 295x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
52
              RenderText {#text} at (2,2) size 183x20
52
              RenderText {#text} at (2,2) size 183x20
53
                text run at (2,3) width 183: "This is the second cell, with "
53
                text run at (2,3) width 183: "This is the second cell, with "
54
              RenderInline {B} at (0,0) size 27x19
54
              RenderInline {B} at (0,0) size 27x20
55
                RenderText {#text} at (184,2) size 27x20
55
                RenderText {#text} at (184,2) size 27x20
56
                  text run at (184,3) width 27: "row"
56
                  text run at (184,3) width 27: "row"
57
              RenderText {#text} at (211,2) size 82x20
57
              RenderText {#text} at (211,2) size 82x20
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug59354-expected.txt -1 / +1 lines
Lines 48-54 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug59354-expected.txt_sec1
48
                                          RenderTableSection {TBODY} at (1,1) size 292x37
48
                                          RenderTableSection {TBODY} at (1,1) size 292x37
49
                                            RenderTableRow {TR} at (0,1) size 292x35
49
                                            RenderTableRow {TR} at (0,1) size 292x35
50
                                              RenderTableCell {TH} at (1,3) size 120x31 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
50
                                              RenderTableCell {TH} at (1,3) size 120x31 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
51
                                                RenderInline {NOBR} at (0,0) size 110x19
51
                                                RenderInline {NOBR} at (0,0) size 110x20
52
                                                  RenderText {#text} at (5,5) size 110x20
52
                                                  RenderText {#text} at (5,5) size 110x20
53
                                                    text run at (5,6) width 110: "Email Address :"
53
                                                    text run at (5,6) width 110: "Email Address :"
54
                                              RenderTableCell {TD} at (121,1) size 170x35 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
54
                                              RenderTableCell {TD} at (121,1) size 170x35 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- a/LayoutTests/platform/ios/tables/mozilla/bugs/bug7342-expected.txt -6 / +6 lines
Lines 21-42 layer at (0,0) size 800x600 a/LayoutTests/platform/ios/tables/mozilla/bugs/bug7342-expected.txt_sec1
21
                    RenderTableSection {TBODY} at (1,1) size 113x118
21
                    RenderTableSection {TBODY} at (1,1) size 113x118
22
                      RenderTableRow {TR} at (0,2) size 113x28
22
                      RenderTableRow {TR} at (0,2) size 113x28
23
                        RenderTableCell {TD} at (2,2) size 109x27 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
23
                        RenderTableCell {TD} at (2,2) size 109x27 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
24
                          RenderInline {A} at (0,0) size 62x19 [color=#660099]
24
                          RenderInline {A} at (0,0) size 62x20 [color=#660099]
25
                            RenderInline {B} at (0,0) size 62x19
25
                            RenderInline {B} at (0,0) size 62x20
26
                              RenderText {#text} at (3,3) size 62x20
26
                              RenderText {#text} at (3,3) size 62x20
27
                                text run at (3,4) width 62: "Netscape"
27
                                text run at (3,4) width 62: "Netscape"
28
                          RenderText {#text} at (0,0) size 0x0
28
                          RenderText {#text} at (0,0) size 0x0
29
                      RenderTableRow {TR} at (0,31) size 113x28
29
                      RenderTableRow {TR} at (0,31) size 113x28
30
                        RenderTableCell {TD} at (2,32) size 109x27 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
30
                        RenderTableCell {TD} at (2,32) size 109x27 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
31
                          RenderInline {A} at (0,0) size 58x19 [color=#660099]
31
                          RenderInline {A} at (0,0) size 58x20 [color=#660099]
32
                            RenderInline {B} at (0,0) size 58x19
32
                            RenderInline {B} at (0,0) size 58x20
33
                              RenderText {#text} at (3,3) size 58x20
33
                              RenderText {#text} at (3,3) size 58x20
34
                                text run at (3,4) width 58: "Infoseek"
34
                                text run at (3,4) width 58: "Infoseek"
35
                          RenderText {#text} at (0,0) size 0x0
35
                          RenderText {#text} at (0,0) size 0x0
36
                      RenderTableRow {TR} at (0,61) size 113x27
36
                      RenderTableRow {TR} at (0,61) size 113x27
37
                        RenderTableCell {TD} at (2,61) size 109x27 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
37
                        RenderTableCell {TD} at (2,61) size 109x27 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
38
                          RenderInline {A} at (0,0) size 79x19 [color=#660099]
38
                          RenderInline {A} at (0,0) size 79x20 [color=#660099]
39
                            RenderInline {B} at (0,0) size 79x19
39
                            RenderInline {B} at (0,0) size 79x20
40
                              RenderText {#text} at (3,3) size 79x20
40
                              RenderText {#text} at (3,3) size 79x20
41
                                text run at (3,4) width 79: "LookSmart"
41
                                text run at (3,4) width 79: "LookSmart"
42
                          RenderText {#text} at (0,0) size 0x0
42
                          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/ios/tables/mozilla/core/bloomberg-expected.txt -1 / +1 lines
Lines 245-251 layer at (0,0) size 800x716 a/LayoutTests/platform/ios/tables/mozilla/core/bloomberg-expected.txt_sec1
245
                  RenderImage {IMG} at (0,0) size 175x270
245
                  RenderImage {IMG} at (0,0) size 175x270
246
                RenderText {#text} at (0,0) size 0x0
246
                RenderText {#text} at (0,0) size 0x0
247
                RenderText {#text} at (0,0) size 0x0
247
                RenderText {#text} at (0,0) size 0x0
248
                RenderInline {A} at (0,0) size 161x19
248
                RenderInline {A} at (0,0) size 168x49
249
                  RenderText {#text} at (0,0) size 0x0
249
                  RenderText {#text} at (0,0) size 0x0
250
                  RenderImage {IMG} at (7,270) size 161x30
250
                  RenderImage {IMG} at (7,270) size 161x30
251
                RenderText {#text} at (0,0) size 0x0
251
                RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt -8 / +8 lines
Lines 7-13 layer at (0,0) size 800x2467 a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec1
7
        RenderInline {FONT} at (0,0) size 470x74 [color=#FF0000]
7
        RenderInline {FONT} at (0,0) size 470x74 [color=#FF0000]
8
          RenderText {#text} at (0,1) size 294x36
8
          RenderText {#text} at (0,1) size 294x36
9
            text run at (0,1) width 294: "Acceptance Test Case"
9
            text run at (0,1) width 294: "Acceptance Test Case"
10
          RenderBR {BR} at (293,0) size 1x36
10
          RenderBR {BR} at (293,1) size 1x36
11
          RenderText {#text} at (0,39) size 470x36
11
          RenderText {#text} at (0,39) size 470x36
12
            text run at (0,39) width 470: "Web Browser: Web View (HTML)"
12
            text run at (0,39) width 470: "Web Browser: Web View (HTML)"
13
      RenderBlock {P} at (0,97) size 784x31
13
      RenderBlock {P} at (0,97) size 784x31
Lines 128-134 layer at (0,0) size 800x2467 a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec2
128
          RenderTableSection {TBODY} at (1,1) size 665x62
128
          RenderTableSection {TBODY} at (1,1) size 665x62
129
            RenderTableRow {TR} at (0,2) size 665x58
129
            RenderTableRow {TR} at (0,2) size 665x58
130
              RenderTableCell {TH} at (2,2) size 661x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
130
              RenderTableCell {TH} at (2,2) size 661x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
131
                RenderInline {A} at (0,0) size 0x0
131
                RenderInline {A} at (0,0) size 0x19
132
                RenderText {#text} at (11,11) size 95x19
132
                RenderText {#text} at (11,11) size 95x19
133
                  text run at (11,11) width 95: "Test Case #1: "
133
                  text run at (11,11) width 95: "Test Case #1: "
134
                RenderInline {FONT} at (0,0) size 316x19 [color=#0000FF]
134
                RenderInline {FONT} at (0,0) size 316x19 [color=#0000FF]
Lines 149-156 layer at (0,0) size 800x2467 a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec3
149
          RenderTableSection {TBODY} at (1,1) size 704x106
149
          RenderTableSection {TBODY} at (1,1) size 704x106
150
            RenderTableRow {TR} at (0,2) size 704x102
150
            RenderTableRow {TR} at (0,2) size 704x102
151
              RenderTableCell {TD} at (2,2) size 700x102 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
151
              RenderTableCell {TD} at (2,2) size 700x102 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
152
                RenderInline {FONT} at (0,0) size 672x79 [color=#FF0000]
152
                RenderInline {FONT} at (0,0) size 671x79 [color=#FF0000]
153
                  RenderInline {B} at (0,0) size 672x79
153
                  RenderInline {B} at (0,0) size 671x79
154
                    RenderText {#text} at (11,11) size 361x19
154
                    RenderText {#text} at (11,11) size 361x19
155
                      text run at (11,11) width 361: "In the following sample table you should see that the "
155
                      text run at (11,11) width 361: "In the following sample table you should see that the "
156
                    RenderInline {FONT} at (0,0) size 82x19 [color=#0000FF]
156
                    RenderInline {FONT} at (0,0) size 82x19 [color=#0000FF]
Lines 163-173 layer at (0,0) size 800x2467 a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec4
163
                    RenderInline {FONT} at (0,0) size 69x19 [color=#0000FF]
163
                    RenderInline {FONT} at (0,0) size 69x19 [color=#0000FF]
164
                      RenderText {#text} at (232,31) size 69x19
164
                      RenderText {#text} at (232,31) size 69x19
165
                        text run at (232,31) width 69: "HEADER"
165
                        text run at (232,31) width 69: "HEADER"
166
                    RenderText {#text} at (300,31) size 672x59
166
                    RenderText {#text} at (300,31) size 671x59
167
                      text run at (300,31) width 138: " cell is to span. This "
167
                      text run at (300,31) width 138: " cell is to span. This "
168
                      text run at (438,31) width 235: "tells the browser to make the table"
168
                      text run at (438,31) width 235: "tells the browser to make the table"
169
                      text run at (11,51) width 613: "header cell occupy the same vertical space as the integer number of cells specified in rows "
169
                      text run at (11,51) width 613: "header cell occupy the same vertical space as the integer number of cells specified in rows "
170
                      text run at (623,51) width 60: "above or"
170
                      text run at (623,51) width 59: "above or"
171
                      text run at (11,71) width 655: "below it. The browser flows the contents of the spanning cell to occupy the entire spanned space."
171
                      text run at (11,71) width 655: "below it. The browser flows the contents of the spanning cell to occupy the entire spanned space."
172
      RenderBlock {P} at (0,785) size 784x41
172
      RenderBlock {P} at (0,785) size 784x41
173
        RenderBR {BR} at (0,0) size 0x19
173
        RenderBR {BR} at (0,0) size 0x19
Lines 488-494 layer at (0,0) size 800x2467 a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec5
488
          RenderTableSection {TBODY} at (1,1) size 665x46
488
          RenderTableSection {TBODY} at (1,1) size 665x46
489
            RenderTableRow {TR} at (0,2) size 665x42
489
            RenderTableRow {TR} at (0,2) size 665x42
490
              RenderTableCell {TH} at (2,2) size 661x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
490
              RenderTableCell {TH} at (2,2) size 661x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
491
                RenderInline {A} at (0,0) size 0x0
491
                RenderInline {A} at (0,0) size 0x19
492
                RenderText {#text} at (11,11) size 95x19
492
                RenderText {#text} at (11,11) size 95x19
493
                  text run at (11,11) width 95: "Test Case #2: "
493
                  text run at (11,11) width 95: "Test Case #2: "
494
                RenderInline {FONT} at (0,0) size 300x19 [color=#0000FF]
494
                RenderInline {FONT} at (0,0) size 300x19 [color=#0000FF]
Lines 877-883 layer at (0,0) size 800x2467 a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec6
877
          RenderTableSection {TBODY} at (1,1) size 665x62
877
          RenderTableSection {TBODY} at (1,1) size 665x62
878
            RenderTableRow {TR} at (0,2) size 665x58
878
            RenderTableRow {TR} at (0,2) size 665x58
879
              RenderTableCell {TH} at (2,2) size 661x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
879
              RenderTableCell {TH} at (2,2) size 661x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
880
                RenderInline {A} at (0,0) size 0x0
880
                RenderInline {A} at (0,0) size 0x19
881
                RenderText {#text} at (11,11) size 95x19
881
                RenderText {#text} at (11,11) size 95x19
882
                  text run at (11,11) width 95: "Test Case #3: "
882
                  text run at (11,11) width 95: "Test Case #3: "
883
                RenderInline {FONT} at (0,0) size 416x19 [color=#0000FF]
883
                RenderInline {FONT} at (0,0) size 416x19 [color=#0000FF]
- a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_tr_align-expected.txt -3 / +3 lines
Lines 11-17 layer at (0,0) size 800x1387 a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_tr_align-expected.txt_sec1
11
        RenderInline {FONT} at (0,0) size 470x74 [color=#FF0000]
11
        RenderInline {FONT} at (0,0) size 470x74 [color=#FF0000]
12
          RenderText {#text} at (0,1) size 294x36
12
          RenderText {#text} at (0,1) size 294x36
13
            text run at (0,1) width 294: "Acceptance Test Case"
13
            text run at (0,1) width 294: "Acceptance Test Case"
14
          RenderBR {BR} at (293,0) size 1x36
14
          RenderBR {BR} at (293,1) size 1x36
15
          RenderText {#text} at (0,39) size 470x36
15
          RenderText {#text} at (0,39) size 470x36
16
            text run at (0,39) width 470: "Web Browser: Web View (HTML)"
16
            text run at (0,39) width 470: "Web Browser: Web View (HTML)"
17
      RenderBlock {P} at (0,138) size 784x31
17
      RenderBlock {P} at (0,138) size 784x31
Lines 134-140 layer at (0,0) size 800x1387 a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_tr_align-expected.txt_sec2
134
          RenderTableSection {TBODY} at (1,1) size 782x62
134
          RenderTableSection {TBODY} at (1,1) size 782x62
135
            RenderTableRow {TR} at (0,2) size 782x58
135
            RenderTableRow {TR} at (0,2) size 782x58
136
              RenderTableCell {TH} at (2,2) size 778x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
136
              RenderTableCell {TH} at (2,2) size 778x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
137
                RenderInline {A} at (0,0) size 0x0
137
                RenderInline {A} at (0,0) size 0x19
138
                RenderText {#text} at (22,11) size 95x19
138
                RenderText {#text} at (22,11) size 95x19
139
                  text run at (22,11) width 95: "Test Case #1: "
139
                  text run at (22,11) width 95: "Test Case #1: "
140
                RenderInline {FONT} at (0,0) size 602x19 [color=#0000FF]
140
                RenderInline {FONT} at (0,0) size 602x19 [color=#0000FF]
Lines 180-186 layer at (0,0) size 800x1387 a/LayoutTests/platform/ios/tables/mozilla/other/wa_table_tr_align-expected.txt_sec3
180
          RenderTableSection {TBODY} at (1,1) size 782x62
180
          RenderTableSection {TBODY} at (1,1) size 782x62
181
            RenderTableRow {TR} at (0,2) size 782x58
181
            RenderTableRow {TR} at (0,2) size 782x58
182
              RenderTableCell {TH} at (2,2) size 778x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
182
              RenderTableCell {TH} at (2,2) size 778x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
183
                RenderInline {A} at (0,0) size 0x0
183
                RenderInline {A} at (0,0) size 0x19
184
                RenderText {#text} at (12,11) size 95x19
184
                RenderText {#text} at (12,11) size 95x19
185
                  text run at (12,11) width 95: "Test Case #2: "
185
                  text run at (12,11) width 95: "Test Case #2: "
186
                RenderInline {FONT} at (0,0) size 595x19 [color=#0000FF]
186
                RenderInline {FONT} at (0,0) size 595x19 [color=#0000FF]
- a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt -735 / +735 lines
Lines 28-44 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec1
28
                      RenderInline {O:P} at (0,0) size 0x0
28
                      RenderInline {O:P} at (0,0) size 0x0
29
            RenderTableRow {TR} at (0,22) size 473x39
29
            RenderTableRow {TR} at (0,22) size 473x39
30
              RenderTableCell {TD} at (0,22) size 99x39 [border: (0.50px solid #000000)] [r=1 c=0 rs=1 cs=1]
30
              RenderTableCell {TD} at (0,22) size 99x39 [border: (0.50px solid #000000)] [r=1 c=0 rs=1 cs=1]
31
                RenderInline {B} at (0,0) size 55x38
31
                RenderInline {B} at (0,0) size 55x39
32
                  RenderInline {SPAN} at (0,0) size 55x37
32
                  RenderInline {SPAN} at (0,0) size 55x38
33
                    RenderText {#text} at (22,0) size 55x38
33
                    RenderText {#text} at (22,1) size 55x37
34
                      text run at (22,0) width 55: "Channel"
34
                      text run at (22,1) width 55: "Channel"
35
                      text run at (23,19) width 52: "number"
35
                      text run at (23,20) width 52: "number"
36
                RenderText {#text} at (0,0) size 0x0
36
                RenderText {#text} at (0,0) size 0x0
37
              RenderTableCell {TD} at (98,22) size 171x20 [border: (0.50px solid #000000) (0.50px none #808080)] [r=1 c=1 rs=1 cs=1]
37
              RenderTableCell {TD} at (98,22) size 171x20 [border: (0.50px solid #000000) (0.50px none #808080)] [r=1 c=1 rs=1 cs=1]
38
                RenderInline {B} at (0,0) size 95x19
38
                RenderInline {B} at (0,0) size 95x20
39
                  RenderInline {SPAN} at (0,0) size 95x18
39
                  RenderInline {SPAN} at (0,0) size 95x19
40
                    RenderText {#text} at (38,0) size 95x19
40
                    RenderText {#text} at (38,1) size 95x18
41
                      text run at (38,0) width 95: "Member name"
41
                      text run at (38,1) width 95: "Member name"
42
                RenderText {#text} at (0,0) size 0x0
42
                RenderText {#text} at (0,0) size 0x0
43
              RenderTableCell {TD} at (268,22) size 100x39 [border: (0.50px solid #000000) (0.50px none #808080)] [r=1 c=2 rs=1 cs=1]
43
              RenderTableCell {TD} at (268,22) size 100x39 [border: (0.50px solid #000000) (0.50px none #808080)] [r=1 c=2 rs=1 cs=1]
44
                RenderBlock {P} at (7,0) size 85x20
44
                RenderBlock {P} at (7,0) size 85x20
Lines 46-53 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec2
46
                    RenderInline {SPAN} at (0,0) size 46x18
46
                    RenderInline {SPAN} at (0,0) size 46x18
47
                      RenderText {#text} at (19,0) size 46x18
47
                      RenderText {#text} at (19,0) size 46x18
48
                        text run at (19,0) width 46: "Proper"
48
                        text run at (19,0) width 46: "Proper"
49
                      RenderInline {SPAN} at (0,0) size 1x18
49
                      RenderInline {SPAN} at (0,0) size 0x18
50
                        RenderInline {O:P} at (0,0) size 1x18
50
                        RenderInline {O:P} at (0,0) size 0x0
51
                RenderBlock {P} at (7,19) size 85x20
51
                RenderBlock {P} at (7,19) size 85x20
52
                  RenderInline {B} at (0,0) size 37x15
52
                  RenderInline {B} at (0,0) size 37x15
53
                    RenderInline {SPAN} at (0,0) size 37x18
53
                    RenderInline {SPAN} at (0,0) size 37x18
Lines 59-66 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec3
59
                    RenderInline {SPAN} at (0,0) size 68x18
59
                    RenderInline {SPAN} at (0,0) size 68x18
60
                      RenderText {#text} at (11,0) size 68x18
60
                      RenderText {#text} at (11,0) size 68x18
61
                        text run at (11,0) width 68: "Helicopter"
61
                        text run at (11,0) width 68: "Helicopter"
62
                      RenderInline {SPAN} at (0,0) size 1x18
62
                      RenderInline {SPAN} at (0,0) size 0x18
63
                        RenderInline {O:P} at (0,0) size 1x18
63
                        RenderInline {O:P} at (0,0) size 0x0
64
                RenderBlock {P} at (7,19) size 91x20
64
                RenderBlock {P} at (7,19) size 91x20
65
                  RenderInline {B} at (0,0) size 50x15
65
                  RenderInline {B} at (0,0) size 50x15
66
                    RenderInline {SPAN} at (0,0) size 50x18
66
                    RenderInline {SPAN} at (0,0) size 50x18
Lines 71-78 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec4
71
                RenderBlock {P} at (7,0) size 84x17
71
                RenderBlock {P} at (7,0) size 84x17
72
                  RenderText {#text} at (35,0) size 14x15
72
                  RenderText {#text} at (35,0) size 14x15
73
                    text run at (35,0) width 14: "00"
73
                    text run at (35,0) width 14: "00"
74
                  RenderInline {SPAN} at (0,0) size 1x15
74
                  RenderInline {SPAN} at (0,0) size 0x15
75
                    RenderInline {O:P} at (0,0) size 1x15
75
                    RenderInline {O:P} at (0,0) size 0x0
76
              RenderTableCell {TD} at (98,61) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=2 c=1 rs=1 cs=1]
76
              RenderTableCell {TD} at (98,61) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=2 c=1 rs=1 cs=1]
77
                RenderBlock {P} at (7,0) size 157x17
77
                RenderBlock {P} at (7,0) size 157x17
78
                  RenderText {#text} at (0,0) size 54x15
78
                  RenderText {#text} at (0,0) size 54x15
Lines 80-124 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec5
80
                RenderBlock {P} at (7,16) size 157x17
80
                RenderBlock {P} at (7,16) size 157x17
81
                  RenderText {#text} at (0,0) size 90x15
81
                  RenderText {#text} at (0,0) size 90x15
82
                    text run at (0,0) width 90: "Donald Carvalho"
82
                    text run at (0,0) width 90: "Donald Carvalho"
83
                  RenderInline {SPAN} at (0,0) size 1x15
83
                  RenderInline {SPAN} at (0,0) size 0x15
84
                    RenderInline {O:P} at (0,0) size 1x15
84
                    RenderInline {O:P} at (0,0) size 0x0
85
              RenderTableCell {TD} at (268,61) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=2 c=2 rs=1 cs=1]
85
              RenderTableCell {TD} at (268,61) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=2 c=2 rs=1 cs=1]
86
                RenderBlock {P} at (7,0) size 85x17
86
                RenderBlock {P} at (7,0) size 85x17
87
                  RenderText {#text} at (34,0) size 17x15
87
                  RenderText {#text} at (34,0) size 17x15
88
                    text run at (34,0) width 17: "No"
88
                    text run at (34,0) width 17: "No"
89
                  RenderInline {SPAN} at (0,0) size 1x15
89
                  RenderInline {SPAN} at (0,0) size 0x15
90
                    RenderInline {O:P} at (0,0) size 1x15
90
                    RenderInline {O:P} at (0,0) size 0x0
91
              RenderTableCell {TD} at (367,61) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=2 c=3 rs=1 cs=1]
91
              RenderTableCell {TD} at (367,61) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=2 c=3 rs=1 cs=1]
92
                RenderBlock {P} at (7,0) size 91x17
92
                RenderBlock {P} at (7,0) size 91x17
93
                  RenderText {#text} at (35,0) size 20x15
93
                  RenderText {#text} at (35,0) size 20x15
94
                    text run at (35,0) width 20: "Yes"
94
                    text run at (35,0) width 20: "Yes"
95
                  RenderInline {SPAN} at (0,0) size 1x15
95
                  RenderInline {SPAN} at (0,0) size 0x15
96
                    RenderInline {O:P} at (0,0) size 1x15
96
                    RenderInline {O:P} at (0,0) size 0x0
97
            RenderTableRow {TR} at (0,93) size 473x17
97
            RenderTableRow {TR} at (0,93) size 473x17
98
              RenderTableCell {TD} at (0,93) size 99x17 [border: (0.50px none #808080) none] [r=3 c=0 rs=1 cs=1]
98
              RenderTableCell {TD} at (0,93) size 99x17 [border: (0.50px none #808080) none] [r=3 c=0 rs=1 cs=1]
99
                RenderBlock {P} at (7,0) size 84x17
99
                RenderBlock {P} at (7,0) size 84x17
100
                  RenderText {#text} at (35,0) size 14x15
100
                  RenderText {#text} at (35,0) size 14x15
101
                    text run at (35,0) width 14: "01"
101
                    text run at (35,0) width 14: "01"
102
                  RenderInline {SPAN} at (0,0) size 1x15
102
                  RenderInline {SPAN} at (0,0) size 0x15
103
                    RenderInline {O:P} at (0,0) size 1x15
103
                    RenderInline {O:P} at (0,0) size 0x0
104
              RenderTableCell {TD} at (98,93) size 171x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=3 c=1 rs=1 cs=1]
104
              RenderTableCell {TD} at (98,93) size 171x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=3 c=1 rs=1 cs=1]
105
                RenderBlock {P} at (7,0) size 157x17
105
                RenderBlock {P} at (7,0) size 157x17
106
                  RenderText {#text} at (0,0) size 54x15
106
                  RenderText {#text} at (0,0) size 54x15
107
                    text run at (0,0) width 54: "Paul Scott"
107
                    text run at (0,0) width 54: "Paul Scott"
108
                  RenderInline {SPAN} at (0,0) size 1x15
108
                  RenderInline {SPAN} at (0,0) size 0x15
109
                    RenderInline {O:P} at (0,0) size 1x15
109
                    RenderInline {O:P} at (0,0) size 0x0
110
              RenderTableCell {TD} at (268,93) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=3 c=2 rs=1 cs=1]
110
              RenderTableCell {TD} at (268,93) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=3 c=2 rs=1 cs=1]
111
                RenderBlock {P} at (7,0) size 85x17
111
                RenderBlock {P} at (7,0) size 85x17
112
                  RenderText {#text} at (34,0) size 17x15
112
                  RenderText {#text} at (34,0) size 17x15
113
                    text run at (34,0) width 17: "No"
113
                    text run at (34,0) width 17: "No"
114
                  RenderInline {SPAN} at (0,0) size 1x15
114
                  RenderInline {SPAN} at (0,0) size 0x15
115
                    RenderInline {O:P} at (0,0) size 1x15
115
                    RenderInline {O:P} at (0,0) size 0x0
116
              RenderTableCell {TD} at (367,93) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=3 c=3 rs=1 cs=1]
116
              RenderTableCell {TD} at (367,93) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=3 c=3 rs=1 cs=1]
117
                RenderBlock {P} at (7,0) size 91x17
117
                RenderBlock {P} at (7,0) size 91x17
118
                  RenderText {#text} at (35,0) size 20x15
118
                  RenderText {#text} at (35,0) size 20x15
119
                    text run at (35,0) width 20: "Yes"
119
                    text run at (35,0) width 20: "Yes"
120
                  RenderInline {SPAN} at (0,0) size 1x15
120
                  RenderInline {SPAN} at (0,0) size 0x15
121
                    RenderInline {O:P} at (0,0) size 1x15
121
                    RenderInline {O:P} at (0,0) size 0x0
122
            RenderTableRow {TR} at (0,110) size 473x21
122
            RenderTableRow {TR} at (0,110) size 473x21
123
              RenderTableCell {TD} at (0,110) size 99x17 [border: (0.50px none #808080) none] [r=4 c=0 rs=1 cs=1]
123
              RenderTableCell {TD} at (0,110) size 99x17 [border: (0.50px none #808080) none] [r=4 c=0 rs=1 cs=1]
124
                RenderBlock {P} at (7,0) size 84x17
124
                RenderBlock {P} at (7,0) size 84x17
Lines 127-135 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec6
127
                      text run at (35,0) width 14: "02"
127
                      text run at (35,0) width 14: "02"
128
                  RenderText {#text} at (0,0) size 0x0
128
                  RenderText {#text} at (0,0) size 0x0
129
              RenderTableCell {TD} at (98,110) size 171x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=4 c=1 rs=1 cs=1]
129
              RenderTableCell {TD} at (98,110) size 171x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=4 c=1 rs=1 cs=1]
130
                RenderInline {FONT} at (0,0) size 55x15
130
                RenderInline {FONT} at (0,0) size 55x16
131
                  RenderText {#text} at (7,0) size 55x16
131
                  RenderText {#text} at (7,1) size 55x15
132
                    text run at (7,0) width 55: "Don Coon"
132
                    text run at (7,1) width 55: "Don Coon"
133
                RenderText {#text} at (0,0) size 0x0
133
                RenderText {#text} at (0,0) size 0x0
134
              RenderTableCell {TD} at (268,110) size 100x21 [border: (0.50px none #808080) none (0.50px none #808080)] [r=4 c=2 rs=1 cs=1]
134
              RenderTableCell {TD} at (268,110) size 100x21 [border: (0.50px none #808080) none (0.50px none #808080)] [r=4 c=2 rs=1 cs=1]
135
                RenderText {#text} at (7,1) size 5x19
135
                RenderText {#text} at (7,1) size 5x19
Lines 139-147 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec7
139
                  text run at (7,1) width 5: " "
139
                  text run at (7,1) width 5: " "
140
            RenderTableRow {TR} at (0,130) size 473x33
140
            RenderTableRow {TR} at (0,130) size 473x33
141
              RenderTableCell {TD} at (0,130) size 99x17 [border: (0.50px none #808080) none] [r=5 c=0 rs=1 cs=1]
141
              RenderTableCell {TD} at (0,130) size 99x17 [border: (0.50px none #808080) none] [r=5 c=0 rs=1 cs=1]
142
                RenderInline {FONT} at (0,0) size 14x15
142
                RenderInline {FONT} at (0,0) size 14x16
143
                  RenderText {#text} at (42,0) size 14x16
143
                  RenderText {#text} at (42,1) size 14x15
144
                    text run at (42,0) width 14: "05"
144
                    text run at (42,1) width 14: "05"
145
                RenderText {#text} at (0,0) size 0x0
145
                RenderText {#text} at (0,0) size 0x0
146
              RenderTableCell {TD} at (98,130) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=5 c=1 rs=1 cs=1]
146
              RenderTableCell {TD} at (98,130) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=5 c=1 rs=1 cs=1]
147
                RenderBlock {P} at (7,0) size 157x17
147
                RenderBlock {P} at (7,0) size 157x17
Lines 152-184 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec8
152
                  RenderInline {FONT} at (0,0) size 49x15
152
                  RenderInline {FONT} at (0,0) size 49x15
153
                    RenderText {#text} at (0,0) size 49x15
153
                    RenderText {#text} at (0,0) size 49x15
154
                      text run at (0,0) width 49: "Bill Hunt"
154
                      text run at (0,0) width 49: "Bill Hunt"
155
                    RenderInline {SPAN} at (0,0) size 1x15
155
                    RenderInline {SPAN} at (0,0) size 0x15
156
                      RenderInline {O:P} at (0,0) size 1x15
156
                      RenderInline {O:P} at (0,0) size 0x0
157
              RenderTableCell {TD} at (268,130) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=5 c=2 rs=1 cs=1]
157
              RenderTableCell {TD} at (268,130) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=5 c=2 rs=1 cs=1]
158
                RenderBlock {P} at (7,0) size 85x17
158
                RenderBlock {P} at (7,0) size 85x17
159
                  RenderInline {FONT} at (0,0) size 17x15
159
                  RenderInline {FONT} at (0,0) size 17x15
160
                    RenderText {#text} at (34,0) size 17x15
160
                    RenderText {#text} at (34,0) size 17x15
161
                      text run at (34,0) width 17: "No"
161
                      text run at (34,0) width 17: "No"
162
                    RenderInline {SPAN} at (0,0) size 1x15
162
                    RenderInline {SPAN} at (0,0) size 0x15
163
                      RenderInline {O:P} at (0,0) size 1x15
163
                      RenderInline {O:P} at (0,0) size 0x0
164
              RenderTableCell {TD} at (367,130) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=5 c=3 rs=1 cs=1]
164
              RenderTableCell {TD} at (367,130) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=5 c=3 rs=1 cs=1]
165
                RenderBlock {P} at (7,0) size 91x17
165
                RenderBlock {P} at (7,0) size 91x17
166
                  RenderInline {FONT} at (0,0) size 20x15
166
                  RenderInline {FONT} at (0,0) size 20x15
167
                    RenderText {#text} at (35,0) size 20x15
167
                    RenderText {#text} at (35,0) size 20x15
168
                      text run at (35,0) width 20: "Yes"
168
                      text run at (35,0) width 20: "Yes"
169
                    RenderInline {SPAN} at (0,0) size 1x15
169
                    RenderInline {SPAN} at (0,0) size 0x15
170
                      RenderInline {O:P} at (0,0) size 1x15
170
                      RenderInline {O:P} at (0,0) size 0x0
171
            RenderTableRow {TR} at (0,163) size 473x33
171
            RenderTableRow {TR} at (0,163) size 473x33
172
              RenderTableCell {TD} at (0,163) size 99x17 [border: (0.50px none #808080) none] [r=6 c=0 rs=1 cs=1]
172
              RenderTableCell {TD} at (0,163) size 99x17 [border: (0.50px none #808080) none] [r=6 c=0 rs=1 cs=1]
173
                RenderInline {FONT} at (0,0) size 14x15
173
                RenderInline {FONT} at (0,0) size 14x16
174
                  RenderText {#text} at (42,0) size 14x16
174
                  RenderText {#text} at (42,1) size 14x15
175
                    text run at (42,0) width 14: "06"
175
                    text run at (42,1) width 14: "06"
176
                RenderText {#text} at (0,0) size 0x0
176
                RenderText {#text} at (0,0) size 0x0
177
              RenderTableCell {TD} at (98,163) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=6 c=1 rs=1 cs=1]
177
              RenderTableCell {TD} at (98,163) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=6 c=1 rs=1 cs=1]
178
                RenderInline {FONT} at (0,0) size 135x31
178
                RenderInline {FONT} at (0,0) size 135x32
179
                  RenderText {#text} at (7,0) size 135x32
179
                  RenderText {#text} at (7,1) size 135x31
180
                    text run at (7,0) width 135: "Gene Pheiffer                   "
180
                    text run at (7,1) width 135: "Gene Pheiffer                   "
181
                    text run at (7,16) width 81: "Alberto Lanzas"
181
                    text run at (7,17) width 81: "Alberto Lanzas"
182
                RenderText {#text} at (0,0) size 0x0
182
                RenderText {#text} at (0,0) size 0x0
183
              RenderTableCell {TD} at (268,163) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=6 c=2 rs=1 cs=1]
183
              RenderTableCell {TD} at (268,163) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=6 c=2 rs=1 cs=1]
184
                RenderBlock {P} at (7,0) size 85x17
184
                RenderBlock {P} at (7,0) size 85x17
Lines 205-213 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec9
205
                      text run at (35,0) width 14: "07"
205
                      text run at (35,0) width 14: "07"
206
                  RenderText {#text} at (0,0) size 0x0
206
                  RenderText {#text} at (0,0) size 0x0
207
              RenderTableCell {TD} at (98,195) size 171x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=7 c=1 rs=1 cs=1]
207
              RenderTableCell {TD} at (98,195) size 171x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=7 c=1 rs=1 cs=1]
208
                RenderInline {FONT} at (0,0) size 50x15
208
                RenderInline {FONT} at (0,0) size 50x16
209
                  RenderText {#text} at (7,0) size 50x16
209
                  RenderText {#text} at (7,1) size 50x15
210
                    text run at (7,0) width 50: "Phil Cole"
210
                    text run at (7,1) width 50: "Phil Cole"
211
                RenderText {#text} at (0,0) size 0x0
211
                RenderText {#text} at (0,0) size 0x0
212
              RenderTableCell {TD} at (268,195) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=7 c=2 rs=1 cs=1]
212
              RenderTableCell {TD} at (268,195) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=7 c=2 rs=1 cs=1]
213
                RenderBlock {P} at (7,0) size 85x17
213
                RenderBlock {P} at (7,0) size 85x17
Lines 226-233 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec10
226
                RenderBlock {P} at (7,0) size 84x17
226
                RenderBlock {P} at (7,0) size 84x17
227
                  RenderText {#text} at (35,0) size 14x15
227
                  RenderText {#text} at (35,0) size 14x15
228
                    text run at (35,0) width 14: "08"
228
                    text run at (35,0) width 14: "08"
229
                  RenderInline {SPAN} at (0,0) size 1x15
229
                  RenderInline {SPAN} at (0,0) size 0x15
230
                    RenderInline {O:P} at (0,0) size 1x15
230
                    RenderInline {O:P} at (0,0) size 0x0
231
              RenderTableCell {TD} at (98,212) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=8 c=1 rs=1 cs=1]
231
              RenderTableCell {TD} at (98,212) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=8 c=1 rs=1 cs=1]
232
                RenderBlock {P} at (7,0) size 157x17
232
                RenderBlock {P} at (7,0) size 157x17
233
                  RenderText {#text} at (0,0) size 54x15
233
                  RenderText {#text} at (0,0) size 54x15
Lines 235-242 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec11
235
                RenderBlock {P} at (7,16) size 157x17
235
                RenderBlock {P} at (7,16) size 157x17
236
                  RenderText {#text} at (0,0) size 73x15
236
                  RenderText {#text} at (0,0) size 73x15
237
                    text run at (0,0) width 73: "Gene Pheiffer"
237
                    text run at (0,0) width 73: "Gene Pheiffer"
238
                  RenderInline {SPAN} at (0,0) size 1x15
238
                  RenderInline {SPAN} at (0,0) size 0x15
239
                    RenderInline {O:P} at (0,0) size 1x15
239
                    RenderInline {O:P} at (0,0) size 0x0
240
              RenderTableCell {TD} at (268,212) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=8 c=2 rs=1 cs=1]
240
              RenderTableCell {TD} at (268,212) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=8 c=2 rs=1 cs=1]
241
                RenderBlock {P} at (7,0) size 85x17
241
                RenderBlock {P} at (7,0) size 85x17
242
                  RenderText {#text} at (34,0) size 17x15
242
                  RenderText {#text} at (34,0) size 17x15
Lines 244-251 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec12
244
                RenderBlock {P} at (7,16) size 85x17
244
                RenderBlock {P} at (7,16) size 85x17
245
                  RenderText {#text} at (32,0) size 20x15
245
                  RenderText {#text} at (32,0) size 20x15
246
                    text run at (32,0) width 20: "Yes"
246
                    text run at (32,0) width 20: "Yes"
247
                  RenderInline {SPAN} at (0,0) size 1x15
247
                  RenderInline {SPAN} at (0,0) size 0x15
248
                    RenderInline {O:P} at (0,0) size 1x15
248
                    RenderInline {O:P} at (0,0) size 0x0
249
              RenderTableCell {TD} at (367,212) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=8 c=3 rs=1 cs=1]
249
              RenderTableCell {TD} at (367,212) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=8 c=3 rs=1 cs=1]
250
                RenderBlock {P} at (7,0) size 91x17
250
                RenderBlock {P} at (7,0) size 91x17
251
                  RenderText {#text} at (35,0) size 20x15
251
                  RenderText {#text} at (35,0) size 20x15
Lines 253-321 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec13
253
                RenderBlock {P} at (7,16) size 91x17
253
                RenderBlock {P} at (7,16) size 91x17
254
                  RenderText {#text} at (37,0) size 17x15
254
                  RenderText {#text} at (37,0) size 17x15
255
                    text run at (37,0) width 17: "No"
255
                    text run at (37,0) width 17: "No"
256
                  RenderInline {SPAN} at (0,0) size 1x15
256
                  RenderInline {SPAN} at (0,0) size 0x15
257
                    RenderInline {O:P} at (0,0) size 1x15
257
                    RenderInline {O:P} at (0,0) size 0x0
258
            RenderTableRow {TR} at (0,244) size 473x49
258
            RenderTableRow {TR} at (0,244) size 473x49
259
              RenderTableCell {TD} at (0,244) size 99x17 [border: (0.50px none #808080) none] [r=9 c=0 rs=1 cs=1]
259
              RenderTableCell {TD} at (0,244) size 99x17 [border: (0.50px none #808080) none] [r=9 c=0 rs=1 cs=1]
260
                RenderBlock {P} at (7,0) size 84x17
260
                RenderBlock {P} at (7,0) size 84x17
261
                  RenderText {#text} at (3,0) size 77x15
261
                  RenderText {#text} at (3,0) size 77x15
262
                    text run at (3,0) width 77: "Programmable"
262
                    text run at (3,0) width 77: "Programmable"
263
                  RenderInline {SPAN} at (0,0) size 1x15
263
                  RenderInline {SPAN} at (0,0) size 0x15
264
                    RenderInline {O:P} at (0,0) size 1x15
264
                    RenderInline {O:P} at (0,0) size 0x0
265
              RenderTableCell {TD} at (98,244) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=9 c=1 rs=1 cs=1]
265
              RenderTableCell {TD} at (98,244) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=9 c=1 rs=1 cs=1]
266
                RenderBlock {P} at (7,0) size 157x17
266
                RenderBlock {P} at (7,0) size 157x17
267
                  RenderText {#text} at (0,0) size 101x15
267
                  RenderText {#text} at (0,0) size 101x15
268
                    text run at (0,0) width 101: "Richard Pevehouse"
268
                    text run at (0,0) width 101: "Richard Pevehouse"
269
                  RenderInline {SPAN} at (0,0) size 1x15
269
                  RenderInline {SPAN} at (0,0) size 0x15
270
                    RenderInline {O:P} at (0,0) size 1x15
270
                    RenderInline {O:P} at (0,0) size 0x0
271
                RenderBlock {P} at (7,16) size 157x17
271
                RenderBlock {P} at (7,16) size 157x17
272
                  RenderText {#text} at (0,0) size 61x15
272
                  RenderText {#text} at (0,0) size 61x15
273
                    text run at (0,0) width 61: "Gary Heath"
273
                    text run at (0,0) width 61: "Gary Heath"
274
                RenderBlock {P} at (7,32) size 157x17
274
                RenderBlock {P} at (7,32) size 157x17
275
                  RenderText {#text} at (0,0) size 62x15
275
                  RenderText {#text} at (0,0) size 62x15
276
                    text run at (0,0) width 62: "Scott Hersh"
276
                    text run at (0,0) width 62: "Scott Hersh"
277
                  RenderInline {SPAN} at (0,0) size 1x15
277
                  RenderInline {SPAN} at (0,0) size 0x15
278
                    RenderInline {O:P} at (0,0) size 1x15
278
                    RenderInline {O:P} at (0,0) size 0x0
279
              RenderTableCell {TD} at (268,244) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=9 c=2 rs=1 cs=1]
279
              RenderTableCell {TD} at (268,244) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=9 c=2 rs=1 cs=1]
280
                RenderBlock {P} at (7,0) size 85x17
280
                RenderBlock {P} at (7,0) size 85x17
281
                  RenderText {#text} at (32,0) size 20x15
281
                  RenderText {#text} at (32,0) size 20x15
282
                    text run at (32,0) width 20: "Yes"
282
                    text run at (32,0) width 20: "Yes"
283
                  RenderInline {SPAN} at (0,0) size 1x15
283
                  RenderInline {SPAN} at (0,0) size 0x15
284
                    RenderInline {O:P} at (0,0) size 1x15
284
                    RenderInline {O:P} at (0,0) size 0x0
285
                RenderBlock {P} at (7,16) size 85x17
285
                RenderBlock {P} at (7,16) size 85x17
286
                  RenderText {#text} at (34,0) size 17x15
286
                  RenderText {#text} at (34,0) size 17x15
287
                    text run at (34,0) width 17: "No"
287
                    text run at (34,0) width 17: "No"
288
                  RenderInline {SPAN} at (0,0) size 1x15
288
                  RenderInline {SPAN} at (0,0) size 0x15
289
                    RenderInline {O:P} at (0,0) size 1x15
289
                    RenderInline {O:P} at (0,0) size 0x0
290
              RenderTableCell {TD} at (367,244) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=9 c=3 rs=1 cs=1]
290
              RenderTableCell {TD} at (367,244) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=9 c=3 rs=1 cs=1]
291
                RenderBlock {P} at (7,0) size 91x17
291
                RenderBlock {P} at (7,0) size 91x17
292
                  RenderText {#text} at (37,0) size 17x15
292
                  RenderText {#text} at (37,0) size 17x15
293
                    text run at (37,0) width 17: "No"
293
                    text run at (37,0) width 17: "No"
294
                  RenderInline {SPAN} at (0,0) size 1x15
294
                  RenderInline {SPAN} at (0,0) size 0x15
295
                    RenderInline {O:P} at (0,0) size 1x15
295
                    RenderInline {O:P} at (0,0) size 0x0
296
                RenderBlock {P} at (7,16) size 91x17
296
                RenderBlock {P} at (7,16) size 91x17
297
                  RenderText {#text} at (35,0) size 20x15
297
                  RenderText {#text} at (35,0) size 20x15
298
                    text run at (35,0) width 20: "Yes"
298
                    text run at (35,0) width 20: "Yes"
299
                  RenderInline {SPAN} at (0,0) size 1x15
299
                  RenderInline {SPAN} at (0,0) size 0x15
300
                    RenderInline {O:P} at (0,0) size 1x15
300
                    RenderInline {O:P} at (0,0) size 0x0
301
            RenderTableRow {TR} at (0,293) size 473x113
301
            RenderTableRow {TR} at (0,293) size 473x113
302
              RenderTableCell {TD} at (0,293) size 99x17 [border: (0.50px none #808080) none] [r=10 c=0 rs=1 cs=1]
302
              RenderTableCell {TD} at (0,293) size 99x17 [border: (0.50px none #808080) none] [r=10 c=0 rs=1 cs=1]
303
                RenderBlock {P} at (7,0) size 84x17
303
                RenderBlock {P} at (7,0) size 84x17
304
                  RenderText {#text} at (35,0) size 13x15
304
                  RenderText {#text} at (35,0) size 13x15
305
                    text run at (35,0) width 13: "11"
305
                    text run at (35,0) width 13: "11"
306
                  RenderInline {SPAN} at (0,0) size 1x15
306
                  RenderInline {SPAN} at (0,0) size 0x15
307
                    RenderInline {O:P} at (0,0) size 1x15
307
                    RenderInline {O:P} at (0,0) size 0x0
308
              RenderTableCell {TD} at (98,293) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=10 c=1 rs=1 cs=1]
308
              RenderTableCell {TD} at (98,293) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=10 c=1 rs=1 cs=1]
309
                RenderBlock {P} at (7,0) size 157x17
309
                RenderBlock {P} at (7,0) size 157x17
310
                  RenderText {#text} at (0,0) size 79x15
310
                  RenderText {#text} at (0,0) size 79x15
311
                    text run at (0,0) width 79: "George Cowan"
311
                    text run at (0,0) width 79: "George Cowan"
312
                  RenderInline {SPAN} at (0,0) size 1x15
312
                  RenderInline {SPAN} at (0,0) size 0x15
313
                    RenderInline {O:P} at (0,0) size 1x15
313
                    RenderInline {O:P} at (0,0) size 0x0
314
                RenderBlock {P} at (7,16) size 157x17
314
                RenderBlock {P} at (7,16) size 157x17
315
                  RenderText {#text} at (0,0) size 73x15
315
                  RenderText {#text} at (0,0) size 73x15
316
                    text run at (0,0) width 73: "Rick Klement"
316
                    text run at (0,0) width 73: "Rick Klement"
317
                  RenderInline {SPAN} at (0,0) size 1x15
317
                  RenderInline {SPAN} at (0,0) size 0x15
318
                    RenderInline {O:P} at (0,0) size 1x15
318
                    RenderInline {O:P} at (0,0) size 0x0
319
                RenderBlock {P} at (7,32) size 157x17
319
                RenderBlock {P} at (7,32) size 157x17
320
                  RenderText {#text} at (0,0) size 76x15
320
                  RenderText {#text} at (0,0) size 76x15
321
                    text run at (0,0) width 76: "John Mathews"
321
                    text run at (0,0) width 76: "John Mathews"
Lines 331-349 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec14
331
                RenderBlock {P} at (7,96) size 157x17
331
                RenderBlock {P} at (7,96) size 157x17
332
                  RenderText {#text} at (0,0) size 83x15
332
                  RenderText {#text} at (0,0) size 83x15
333
                    text run at (0,0) width 83: "Jason Anderson"
333
                    text run at (0,0) width 83: "Jason Anderson"
334
                  RenderInline {SPAN} at (0,0) size 1x15
334
                  RenderInline {SPAN} at (0,0) size 0x15
335
                    RenderInline {O:P} at (0,0) size 1x15
335
                    RenderInline {O:P} at (0,0) size 0x0
336
              RenderTableCell {TD} at (268,293) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=10 c=2 rs=1 cs=1]
336
              RenderTableCell {TD} at (268,293) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=10 c=2 rs=1 cs=1]
337
                RenderBlock {P} at (7,0) size 85x17
337
                RenderBlock {P} at (7,0) size 85x17
338
                  RenderText {#text} at (32,0) size 20x15
338
                  RenderText {#text} at (32,0) size 20x15
339
                    text run at (32,0) width 20: "Yes"
339
                    text run at (32,0) width 20: "Yes"
340
                  RenderInline {SPAN} at (0,0) size 1x15
340
                  RenderInline {SPAN} at (0,0) size 0x15
341
                    RenderInline {O:P} at (0,0) size 1x15
341
                    RenderInline {O:P} at (0,0) size 0x0
342
                RenderBlock {P} at (7,16) size 85x17
342
                RenderBlock {P} at (7,16) size 85x17
343
                  RenderText {#text} at (32,0) size 20x15
343
                  RenderText {#text} at (32,0) size 20x15
344
                    text run at (32,0) width 20: "Yes"
344
                    text run at (32,0) width 20: "Yes"
345
                  RenderInline {SPAN} at (0,0) size 1x15
345
                  RenderInline {SPAN} at (0,0) size 0x15
346
                    RenderInline {O:P} at (0,0) size 1x15
346
                    RenderInline {O:P} at (0,0) size 0x0
347
                RenderBlock {P} at (7,32) size 85x17
347
                RenderBlock {P} at (7,32) size 85x17
348
                  RenderText {#text} at (32,0) size 20x15
348
                  RenderText {#text} at (32,0) size 20x15
349
                    text run at (32,0) width 20: "Yes"
349
                    text run at (32,0) width 20: "Yes"
Lines 359-377 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec15
359
                RenderBlock {P} at (7,96) size 85x17
359
                RenderBlock {P} at (7,96) size 85x17
360
                  RenderText {#text} at (32,0) size 20x15
360
                  RenderText {#text} at (32,0) size 20x15
361
                    text run at (32,0) width 20: "Yes"
361
                    text run at (32,0) width 20: "Yes"
362
                  RenderInline {SPAN} at (0,0) size 1x15
362
                  RenderInline {SPAN} at (0,0) size 0x15
363
                    RenderInline {O:P} at (0,0) size 1x15
363
                    RenderInline {O:P} at (0,0) size 0x0
364
              RenderTableCell {TD} at (367,293) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=10 c=3 rs=1 cs=1]
364
              RenderTableCell {TD} at (367,293) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=10 c=3 rs=1 cs=1]
365
                RenderBlock {P} at (7,0) size 91x17
365
                RenderBlock {P} at (7,0) size 91x17
366
                  RenderText {#text} at (37,0) size 17x15
366
                  RenderText {#text} at (37,0) size 17x15
367
                    text run at (37,0) width 17: "No"
367
                    text run at (37,0) width 17: "No"
368
                  RenderInline {SPAN} at (0,0) size 1x15
368
                  RenderInline {SPAN} at (0,0) size 0x15
369
                    RenderInline {O:P} at (0,0) size 1x15
369
                    RenderInline {O:P} at (0,0) size 0x0
370
                RenderBlock {P} at (7,16) size 91x17
370
                RenderBlock {P} at (7,16) size 91x17
371
                  RenderText {#text} at (35,0) size 20x15
371
                  RenderText {#text} at (35,0) size 20x15
372
                    text run at (35,0) width 20: "Yes"
372
                    text run at (35,0) width 20: "Yes"
373
                  RenderInline {SPAN} at (0,0) size 1x15
373
                  RenderInline {SPAN} at (0,0) size 0x15
374
                    RenderInline {O:P} at (0,0) size 1x15
374
                    RenderInline {O:P} at (0,0) size 0x0
375
                RenderBlock {P} at (7,32) size 91x17
375
                RenderBlock {P} at (7,32) size 91x17
376
                  RenderText {#text} at (37,0) size 17x15
376
                  RenderText {#text} at (37,0) size 17x15
377
                    text run at (37,0) width 17: "No"
377
                    text run at (37,0) width 17: "No"
Lines 387-401 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec16
387
                RenderBlock {P} at (7,96) size 91x17
387
                RenderBlock {P} at (7,96) size 91x17
388
                  RenderText {#text} at (37,0) size 17x15
388
                  RenderText {#text} at (37,0) size 17x15
389
                    text run at (37,0) width 17: "No"
389
                    text run at (37,0) width 17: "No"
390
                  RenderInline {SPAN} at (0,0) size 1x15
390
                  RenderInline {SPAN} at (0,0) size 0x15
391
                    RenderInline {O:P} at (0,0) size 1x15
391
                    RenderInline {O:P} at (0,0) size 0x0
392
            RenderTableRow {TR} at (0,405) size 473x81
392
            RenderTableRow {TR} at (0,405) size 473x81
393
              RenderTableCell {TD} at (0,405) size 99x17 [border: (0.50px none #808080) none] [r=11 c=0 rs=1 cs=1]
393
              RenderTableCell {TD} at (0,405) size 99x17 [border: (0.50px none #808080) none] [r=11 c=0 rs=1 cs=1]
394
                RenderBlock {P} at (7,0) size 84x17
394
                RenderBlock {P} at (7,0) size 84x17
395
                  RenderText {#text} at (35,0) size 14x15
395
                  RenderText {#text} at (35,0) size 14x15
396
                    text run at (35,0) width 14: "12"
396
                    text run at (35,0) width 14: "12"
397
                  RenderInline {SPAN} at (0,0) size 1x15
397
                  RenderInline {SPAN} at (0,0) size 0x15
398
                    RenderInline {O:P} at (0,0) size 1x15
398
                    RenderInline {O:P} at (0,0) size 0x0
399
              RenderTableCell {TD} at (98,405) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=11 c=1 rs=1 cs=1]
399
              RenderTableCell {TD} at (98,405) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=11 c=1 rs=1 cs=1]
400
                RenderBlock {P} at (7,0) size 157x17
400
                RenderBlock {P} at (7,0) size 157x17
401
                  RenderText {#text} at (0,0) size 73x15
401
                  RenderText {#text} at (0,0) size 73x15
Lines 428-435 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec17
428
                RenderBlock {P} at (7,64) size 85x17
428
                RenderBlock {P} at (7,64) size 85x17
429
                  RenderText {#text} at (32,0) size 20x15
429
                  RenderText {#text} at (32,0) size 20x15
430
                    text run at (32,0) width 20: "Yes"
430
                    text run at (32,0) width 20: "Yes"
431
                  RenderInline {SPAN} at (0,0) size 1x15
431
                  RenderInline {SPAN} at (0,0) size 0x15
432
                    RenderInline {O:P} at (0,0) size 1x15
432
                    RenderInline {O:P} at (0,0) size 0x0
433
              RenderTableCell {TD} at (367,405) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=11 c=3 rs=1 cs=1]
433
              RenderTableCell {TD} at (367,405) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=11 c=3 rs=1 cs=1]
434
                RenderBlock {P} at (7,0) size 91x17
434
                RenderBlock {P} at (7,0) size 91x17
435
                  RenderText {#text} at (35,0) size 20x15
435
                  RenderText {#text} at (35,0) size 20x15
Lines 446-460 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec18
446
                RenderBlock {P} at (7,64) size 91x17
446
                RenderBlock {P} at (7,64) size 91x17
447
                  RenderText {#text} at (37,0) size 17x15
447
                  RenderText {#text} at (37,0) size 17x15
448
                    text run at (37,0) width 17: "No"
448
                    text run at (37,0) width 17: "No"
449
                  RenderInline {SPAN} at (0,0) size 1x15
449
                  RenderInline {SPAN} at (0,0) size 0x15
450
                    RenderInline {O:P} at (0,0) size 1x15
450
                    RenderInline {O:P} at (0,0) size 0x0
451
            RenderTableRow {TR} at (0,486) size 473x65
451
            RenderTableRow {TR} at (0,486) size 473x65
452
              RenderTableCell {TD} at (0,486) size 99x17 [border: (0.50px none #808080) none] [r=12 c=0 rs=1 cs=1]
452
              RenderTableCell {TD} at (0,486) size 99x17 [border: (0.50px none #808080) none] [r=12 c=0 rs=1 cs=1]
453
                RenderBlock {P} at (7,0) size 84x17
453
                RenderBlock {P} at (7,0) size 84x17
454
                  RenderText {#text} at (35,0) size 14x15
454
                  RenderText {#text} at (35,0) size 14x15
455
                    text run at (35,0) width 14: "13"
455
                    text run at (35,0) width 14: "13"
456
                  RenderInline {SPAN} at (0,0) size 1x15
456
                  RenderInline {SPAN} at (0,0) size 0x15
457
                    RenderInline {O:P} at (0,0) size 1x15
457
                    RenderInline {O:P} at (0,0) size 0x0
458
              RenderTableCell {TD} at (98,486) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=12 c=1 rs=1 cs=1]
458
              RenderTableCell {TD} at (98,486) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=12 c=1 rs=1 cs=1]
459
                RenderBlock {P} at (7,0) size 157x17
459
                RenderBlock {P} at (7,0) size 157x17
460
                  RenderText {#text} at (0,0) size 65x15
460
                  RenderText {#text} at (0,0) size 65x15
Lines 468-475 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec19
468
                RenderBlock {P} at (7,48) size 157x17
468
                RenderBlock {P} at (7,48) size 157x17
469
                  RenderText {#text} at (0,0) size 62x15
469
                  RenderText {#text} at (0,0) size 62x15
470
                    text run at (0,0) width 62: "Scott Hersh"
470
                    text run at (0,0) width 62: "Scott Hersh"
471
                  RenderInline {SPAN} at (0,0) size 1x15
471
                  RenderInline {SPAN} at (0,0) size 0x15
472
                    RenderInline {O:P} at (0,0) size 1x15
472
                    RenderInline {O:P} at (0,0) size 0x0
473
              RenderTableCell {TD} at (268,486) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=12 c=2 rs=1 cs=1]
473
              RenderTableCell {TD} at (268,486) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=12 c=2 rs=1 cs=1]
474
                RenderBlock {P} at (7,0) size 85x17
474
                RenderBlock {P} at (7,0) size 85x17
475
                  RenderText {#text} at (31,0) size 23x15
475
                  RenderText {#text} at (31,0) size 23x15
Lines 483-490 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec20
483
                RenderBlock {P} at (7,48) size 85x17
483
                RenderBlock {P} at (7,48) size 85x17
484
                  RenderText {#text} at (32,0) size 20x15
484
                  RenderText {#text} at (32,0) size 20x15
485
                    text run at (32,0) width 20: "Yes"
485
                    text run at (32,0) width 20: "Yes"
486
                  RenderInline {SPAN} at (0,0) size 1x15
486
                  RenderInline {SPAN} at (0,0) size 0x15
487
                    RenderInline {O:P} at (0,0) size 1x15
487
                    RenderInline {O:P} at (0,0) size 0x0
488
              RenderTableCell {TD} at (367,486) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=12 c=3 rs=1 cs=1]
488
              RenderTableCell {TD} at (367,486) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=12 c=3 rs=1 cs=1]
489
                RenderBlock {P} at (7,0) size 91x17
489
                RenderBlock {P} at (7,0) size 91x17
490
                  RenderText {#text} at (35,0) size 20x15
490
                  RenderText {#text} at (35,0) size 20x15
Lines 498-512 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec21
498
                RenderBlock {P} at (7,48) size 91x17
498
                RenderBlock {P} at (7,48) size 91x17
499
                  RenderText {#text} at (37,0) size 17x15
499
                  RenderText {#text} at (37,0) size 17x15
500
                    text run at (37,0) width 17: "No"
500
                    text run at (37,0) width 17: "No"
501
                  RenderInline {SPAN} at (0,0) size 1x15
501
                  RenderInline {SPAN} at (0,0) size 0x15
502
                    RenderInline {O:P} at (0,0) size 1x15
502
                    RenderInline {O:P} at (0,0) size 0x0
503
            RenderTableRow {TR} at (0,550) size 473x49
503
            RenderTableRow {TR} at (0,550) size 473x49
504
              RenderTableCell {TD} at (0,550) size 99x17 [border: (0.50px none #808080) none] [r=13 c=0 rs=1 cs=1]
504
              RenderTableCell {TD} at (0,550) size 99x17 [border: (0.50px none #808080) none] [r=13 c=0 rs=1 cs=1]
505
                RenderBlock {P} at (7,0) size 84x17
505
                RenderBlock {P} at (7,0) size 84x17
506
                  RenderText {#text} at (35,0) size 14x15
506
                  RenderText {#text} at (35,0) size 14x15
507
                    text run at (35,0) width 14: "14"
507
                    text run at (35,0) width 14: "14"
508
                  RenderInline {SPAN} at (0,0) size 1x15
508
                  RenderInline {SPAN} at (0,0) size 0x15
509
                    RenderInline {O:P} at (0,0) size 1x15
509
                    RenderInline {O:P} at (0,0) size 0x0
510
              RenderTableCell {TD} at (98,550) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=13 c=1 rs=1 cs=1]
510
              RenderTableCell {TD} at (98,550) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=13 c=1 rs=1 cs=1]
511
                RenderBlock {P} at (7,0) size 157x17
511
                RenderBlock {P} at (7,0) size 157x17
512
                  RenderText {#text} at (0,0) size 60x15
512
                  RenderText {#text} at (0,0) size 60x15
Lines 517-524 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec22
517
                RenderBlock {P} at (7,32) size 157x17
517
                RenderBlock {P} at (7,32) size 157x17
518
                  RenderText {#text} at (0,0) size 77x15
518
                  RenderText {#text} at (0,0) size 77x15
519
                    text run at (0,0) width 77: "Gary Williams"
519
                    text run at (0,0) width 77: "Gary Williams"
520
                  RenderInline {SPAN} at (0,0) size 1x15
520
                  RenderInline {SPAN} at (0,0) size 0x15
521
                    RenderInline {O:P} at (0,0) size 1x15
521
                    RenderInline {O:P} at (0,0) size 0x0
522
              RenderTableCell {TD} at (268,550) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=13 c=2 rs=1 cs=1]
522
              RenderTableCell {TD} at (268,550) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=13 c=2 rs=1 cs=1]
523
                RenderBlock {P} at (7,0) size 85x17
523
                RenderBlock {P} at (7,0) size 85x17
524
                  RenderText {#text} at (40,0) size 4x15
524
                  RenderText {#text} at (40,0) size 4x15
Lines 526-533 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec23
526
                RenderBlock {P} at (7,16) size 85x17
526
                RenderBlock {P} at (7,16) size 85x17
527
                  RenderText {#text} at (32,0) size 20x15
527
                  RenderText {#text} at (32,0) size 20x15
528
                    text run at (32,0) width 20: "Yes"
528
                    text run at (32,0) width 20: "Yes"
529
                  RenderInline {SPAN} at (0,0) size 1x15
529
                  RenderInline {SPAN} at (0,0) size 0x15
530
                    RenderInline {O:P} at (0,0) size 1x15
530
                    RenderInline {O:P} at (0,0) size 0x0
531
              RenderTableCell {TD} at (367,550) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=13 c=3 rs=1 cs=1]
531
              RenderTableCell {TD} at (367,550) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=13 c=3 rs=1 cs=1]
532
                RenderBlock {P} at (7,0) size 91x17
532
                RenderBlock {P} at (7,0) size 91x17
533
                  RenderText {#text} at (43,0) size 4x15
533
                  RenderText {#text} at (43,0) size 4x15
Lines 535-549 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec24
535
                RenderBlock {P} at (7,16) size 91x17
535
                RenderBlock {P} at (7,16) size 91x17
536
                  RenderText {#text} at (37,0) size 17x15
536
                  RenderText {#text} at (37,0) size 17x15
537
                    text run at (37,0) width 17: "No"
537
                    text run at (37,0) width 17: "No"
538
                  RenderInline {SPAN} at (0,0) size 1x15
538
                  RenderInline {SPAN} at (0,0) size 0x15
539
                    RenderInline {O:P} at (0,0) size 1x15
539
                    RenderInline {O:P} at (0,0) size 0x0
540
            RenderTableRow {TR} at (0,599) size 473x81
540
            RenderTableRow {TR} at (0,599) size 473x81
541
              RenderTableCell {TD} at (0,599) size 99x17 [border: (0.50px none #808080) none] [r=14 c=0 rs=1 cs=1]
541
              RenderTableCell {TD} at (0,599) size 99x17 [border: (0.50px none #808080) none] [r=14 c=0 rs=1 cs=1]
542
                RenderBlock {P} at (7,0) size 84x17
542
                RenderBlock {P} at (7,0) size 84x17
543
                  RenderText {#text} at (35,0) size 14x15
543
                  RenderText {#text} at (35,0) size 14x15
544
                    text run at (35,0) width 14: "15"
544
                    text run at (35,0) width 14: "15"
545
                  RenderInline {SPAN} at (0,0) size 1x15
545
                  RenderInline {SPAN} at (0,0) size 0x15
546
                    RenderInline {O:P} at (0,0) size 1x15
546
                    RenderInline {O:P} at (0,0) size 0x0
547
              RenderTableCell {TD} at (98,599) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=14 c=1 rs=1 cs=1]
547
              RenderTableCell {TD} at (98,599) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=14 c=1 rs=1 cs=1]
548
                RenderBlock {P} at (7,0) size 157x17
548
                RenderBlock {P} at (7,0) size 157x17
549
                  RenderText {#text} at (0,0) size 65x15
549
                  RenderText {#text} at (0,0) size 65x15
Lines 560-567 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec25
560
                RenderBlock {P} at (7,64) size 157x17
560
                RenderBlock {P} at (7,64) size 157x17
561
                  RenderText {#text} at (0,0) size 69x15
561
                  RenderText {#text} at (0,0) size 69x15
562
                    text run at (0,0) width 69: "Harald Close"
562
                    text run at (0,0) width 69: "Harald Close"
563
                  RenderInline {SPAN} at (0,0) size 1x15
563
                  RenderInline {SPAN} at (0,0) size 0x15
564
                    RenderInline {O:P} at (0,0) size 1x15
564
                    RenderInline {O:P} at (0,0) size 0x0
565
              RenderTableCell {TD} at (268,599) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=14 c=2 rs=1 cs=1]
565
              RenderTableCell {TD} at (268,599) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=14 c=2 rs=1 cs=1]
566
                RenderBlock {P} at (7,0) size 85x17
566
                RenderBlock {P} at (7,0) size 85x17
567
                  RenderText {#text} at (31,0) size 23x15
567
                  RenderText {#text} at (31,0) size 23x15
Lines 578-585 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec26
578
                RenderBlock {P} at (7,64) size 85x17
578
                RenderBlock {P} at (7,64) size 85x17
579
                  RenderText {#text} at (32,0) size 20x15
579
                  RenderText {#text} at (32,0) size 20x15
580
                    text run at (32,0) width 20: "Yes"
580
                    text run at (32,0) width 20: "Yes"
581
                  RenderInline {SPAN} at (0,0) size 1x15
581
                  RenderInline {SPAN} at (0,0) size 0x15
582
                    RenderInline {O:P} at (0,0) size 1x15
582
                    RenderInline {O:P} at (0,0) size 0x0
583
              RenderTableCell {TD} at (367,599) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=14 c=3 rs=1 cs=1]
583
              RenderTableCell {TD} at (367,599) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=14 c=3 rs=1 cs=1]
584
                RenderBlock {P} at (7,0) size 91x17
584
                RenderBlock {P} at (7,0) size 91x17
585
                  RenderText {#text} at (35,0) size 20x15
585
                  RenderText {#text} at (35,0) size 20x15
Lines 596-610 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec27
596
                RenderBlock {P} at (7,64) size 91x17
596
                RenderBlock {P} at (7,64) size 91x17
597
                  RenderText {#text} at (37,0) size 17x15
597
                  RenderText {#text} at (37,0) size 17x15
598
                    text run at (37,0) width 17: "No"
598
                    text run at (37,0) width 17: "No"
599
                  RenderInline {SPAN} at (0,0) size 1x15
599
                  RenderInline {SPAN} at (0,0) size 0x15
600
                    RenderInline {O:P} at (0,0) size 1x15
600
                    RenderInline {O:P} at (0,0) size 0x0
601
            RenderTableRow {TR} at (0,679) size 473x33
601
            RenderTableRow {TR} at (0,679) size 473x33
602
              RenderTableCell {TD} at (0,679) size 99x17 [border: (0.50px none #808080) none] [r=15 c=0 rs=1 cs=1]
602
              RenderTableCell {TD} at (0,679) size 99x17 [border: (0.50px none #808080) none] [r=15 c=0 rs=1 cs=1]
603
                RenderBlock {P} at (7,0) size 84x17
603
                RenderBlock {P} at (7,0) size 84x17
604
                  RenderText {#text} at (35,0) size 14x15
604
                  RenderText {#text} at (35,0) size 14x15
605
                    text run at (35,0) width 14: "16"
605
                    text run at (35,0) width 14: "16"
606
                  RenderInline {SPAN} at (0,0) size 1x15
606
                  RenderInline {SPAN} at (0,0) size 0x15
607
                    RenderInline {O:P} at (0,0) size 1x15
607
                    RenderInline {O:P} at (0,0) size 0x0
608
              RenderTableCell {TD} at (98,679) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=15 c=1 rs=1 cs=1]
608
              RenderTableCell {TD} at (98,679) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=15 c=1 rs=1 cs=1]
609
                RenderBlock {P} at (7,0) size 157x17
609
                RenderBlock {P} at (7,0) size 157x17
610
                  RenderText {#text} at (0,0) size 81x15
610
                  RenderText {#text} at (0,0) size 81x15
Lines 612-644 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec28
612
                RenderBlock {P} at (7,16) size 157x17
612
                RenderBlock {P} at (7,16) size 157x17
613
                  RenderText {#text} at (0,0) size 52x15
613
                  RenderText {#text} at (0,0) size 52x15
614
                    text run at (0,0) width 52: "Joe Smith"
614
                    text run at (0,0) width 52: "Joe Smith"
615
                  RenderInline {SPAN} at (0,0) size 1x15
615
                  RenderInline {SPAN} at (0,0) size 0x15
616
                    RenderInline {O:P} at (0,0) size 1x15
616
                    RenderInline {O:P} at (0,0) size 0x0
617
              RenderTableCell {TD} at (268,679) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=15 c=2 rs=1 cs=1]
617
              RenderTableCell {TD} at (268,679) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=15 c=2 rs=1 cs=1]
618
                RenderBlock {P} at (7,0) size 85x17
618
                RenderBlock {P} at (7,0) size 85x17
619
                  RenderText {#text} at (31,0) size 23x15
619
                  RenderText {#text} at (31,0) size 23x15
620
                    text run at (31,0) width 23: " Yes"
620
                    text run at (31,0) width 23: " Yes"
621
                  RenderInline {SPAN} at (0,0) size 1x15
621
                  RenderInline {SPAN} at (0,0) size 0x15
622
                    RenderInline {O:P} at (0,0) size 1x15
622
                    RenderInline {O:P} at (0,0) size 0x0
623
              RenderTableCell {TD} at (367,679) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=15 c=3 rs=1 cs=1]
623
              RenderTableCell {TD} at (367,679) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=15 c=3 rs=1 cs=1]
624
                RenderBlock {P} at (7,0) size 91x17
624
                RenderBlock {P} at (7,0) size 91x17
625
                  RenderText {#text} at (35,0) size 20x15
625
                  RenderText {#text} at (35,0) size 20x15
626
                    text run at (35,0) width 20: " No"
626
                    text run at (35,0) width 20: " No"
627
                  RenderInline {SPAN} at (0,0) size 1x15
627
                  RenderInline {SPAN} at (0,0) size 0x15
628
                    RenderInline {O:P} at (0,0) size 1x15
628
                    RenderInline {O:P} at (0,0) size 0x0
629
            RenderTableRow {TR} at (0,712) size 473x81
629
            RenderTableRow {TR} at (0,712) size 473x81
630
              RenderTableCell {TD} at (0,712) size 99x17 [border: (0.50px none #808080) none] [r=16 c=0 rs=1 cs=1]
630
              RenderTableCell {TD} at (0,712) size 99x17 [border: (0.50px none #808080) none] [r=16 c=0 rs=1 cs=1]
631
                RenderBlock {P} at (7,0) size 84x17
631
                RenderBlock {P} at (7,0) size 84x17
632
                  RenderText {#text} at (35,0) size 14x15
632
                  RenderText {#text} at (35,0) size 14x15
633
                    text run at (35,0) width 14: "17"
633
                    text run at (35,0) width 14: "17"
634
                  RenderInline {SPAN} at (0,0) size 1x15
634
                  RenderInline {SPAN} at (0,0) size 0x15
635
                    RenderInline {O:P} at (0,0) size 1x15
635
                    RenderInline {O:P} at (0,0) size 0x0
636
              RenderTableCell {TD} at (98,712) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=16 c=1 rs=1 cs=1]
636
              RenderTableCell {TD} at (98,712) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=16 c=1 rs=1 cs=1]
637
                RenderBlock {P} at (7,0) size 157x17
637
                RenderBlock {P} at (7,0) size 157x17
638
                  RenderText {#text} at (0,0) size 59x15
638
                  RenderText {#text} at (0,0) size 59x15
639
                    text run at (0,0) width 59: "Doug Field"
639
                    text run at (0,0) width 59: "Doug Field"
640
                  RenderInline {SPAN} at (0,0) size 1x15
640
                  RenderInline {SPAN} at (0,0) size 0x15
641
                    RenderInline {O:P} at (0,0) size 1x15
641
                    RenderInline {O:P} at (0,0) size 0x0
642
                RenderBlock {P} at (7,16) size 157x17
642
                RenderBlock {P} at (7,16) size 157x17
643
                  RenderText {#text} at (0,0) size 64x15
643
                  RenderText {#text} at (0,0) size 64x15
644
                    text run at (0,0) width 64: "Dave Neves"
644
                    text run at (0,0) width 64: "Dave Neves"
Lines 651-664 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec29
651
                RenderBlock {P} at (7,64) size 157x17
651
                RenderBlock {P} at (7,64) size 157x17
652
                  RenderText {#text} at (0,0) size 96x15
652
                  RenderText {#text} at (0,0) size 96x15
653
                    text run at (0,0) width 96: "Dave Christiansen"
653
                    text run at (0,0) width 96: "Dave Christiansen"
654
                  RenderInline {SPAN} at (0,0) size 1x15
654
                  RenderInline {SPAN} at (0,0) size 0x15
655
                    RenderInline {O:P} at (0,0) size 1x15
655
                    RenderInline {O:P} at (0,0) size 0x0
656
              RenderTableCell {TD} at (268,712) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=16 c=2 rs=1 cs=1]
656
              RenderTableCell {TD} at (268,712) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=16 c=2 rs=1 cs=1]
657
                RenderBlock {P} at (7,0) size 85x17
657
                RenderBlock {P} at (7,0) size 85x17
658
                  RenderText {#text} at (32,0) size 20x15
658
                  RenderText {#text} at (32,0) size 20x15
659
                    text run at (32,0) width 20: "Yes"
659
                    text run at (32,0) width 20: "Yes"
660
                  RenderInline {SPAN} at (0,0) size 1x15
660
                  RenderInline {SPAN} at (0,0) size 0x15
661
                    RenderInline {O:P} at (0,0) size 1x15
661
                    RenderInline {O:P} at (0,0) size 0x0
662
                RenderBlock {P} at (7,16) size 85x17
662
                RenderBlock {P} at (7,16) size 85x17
663
                  RenderText {#text} at (32,0) size 20x15
663
                  RenderText {#text} at (32,0) size 20x15
664
                    text run at (32,0) width 20: "Yes"
664
                    text run at (32,0) width 20: "Yes"
Lines 671-684 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec30
671
                RenderBlock {P} at (7,64) size 85x17
671
                RenderBlock {P} at (7,64) size 85x17
672
                  RenderText {#text} at (32,0) size 20x15
672
                  RenderText {#text} at (32,0) size 20x15
673
                    text run at (32,0) width 20: "Yes"
673
                    text run at (32,0) width 20: "Yes"
674
                  RenderInline {SPAN} at (0,0) size 1x15
674
                  RenderInline {SPAN} at (0,0) size 0x15
675
                    RenderInline {O:P} at (0,0) size 1x15
675
                    RenderInline {O:P} at (0,0) size 0x0
676
              RenderTableCell {TD} at (367,712) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=16 c=3 rs=1 cs=1]
676
              RenderTableCell {TD} at (367,712) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=16 c=3 rs=1 cs=1]
677
                RenderBlock {P} at (7,0) size 91x17
677
                RenderBlock {P} at (7,0) size 91x17
678
                  RenderText {#text} at (37,0) size 17x15
678
                  RenderText {#text} at (37,0) size 17x15
679
                    text run at (37,0) width 17: "No"
679
                    text run at (37,0) width 17: "No"
680
                  RenderInline {SPAN} at (0,0) size 1x15
680
                  RenderInline {SPAN} at (0,0) size 0x15
681
                    RenderInline {O:P} at (0,0) size 1x15
681
                    RenderInline {O:P} at (0,0) size 0x0
682
                RenderBlock {P} at (7,16) size 91x17
682
                RenderBlock {P} at (7,16) size 91x17
683
                  RenderText {#text} at (35,0) size 20x15
683
                  RenderText {#text} at (35,0) size 20x15
684
                    text run at (35,0) width 20: "Yes"
684
                    text run at (35,0) width 20: "Yes"
Lines 691-705 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec31
691
                RenderBlock {P} at (7,64) size 91x17
691
                RenderBlock {P} at (7,64) size 91x17
692
                  RenderText {#text} at (37,0) size 17x15
692
                  RenderText {#text} at (37,0) size 17x15
693
                    text run at (37,0) width 17: "No"
693
                    text run at (37,0) width 17: "No"
694
                  RenderInline {SPAN} at (0,0) size 1x15
694
                  RenderInline {SPAN} at (0,0) size 0x15
695
                    RenderInline {O:P} at (0,0) size 1x15
695
                    RenderInline {O:P} at (0,0) size 0x0
696
            RenderTableRow {TR} at (0,792) size 473x113
696
            RenderTableRow {TR} at (0,792) size 473x113
697
              RenderTableCell {TD} at (0,792) size 99x17 [border: (0.50px none #808080) none] [r=17 c=0 rs=1 cs=1]
697
              RenderTableCell {TD} at (0,792) size 99x17 [border: (0.50px none #808080) none] [r=17 c=0 rs=1 cs=1]
698
                RenderBlock {P} at (7,0) size 84x17
698
                RenderBlock {P} at (7,0) size 84x17
699
                  RenderText {#text} at (35,0) size 14x15
699
                  RenderText {#text} at (35,0) size 14x15
700
                    text run at (35,0) width 14: "18"
700
                    text run at (35,0) width 14: "18"
701
                  RenderInline {SPAN} at (0,0) size 1x15
701
                  RenderInline {SPAN} at (0,0) size 0x15
702
                    RenderInline {O:P} at (0,0) size 1x15
702
                    RenderInline {O:P} at (0,0) size 0x0
703
              RenderTableCell {TD} at (98,792) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=17 c=1 rs=1 cs=1]
703
              RenderTableCell {TD} at (98,792) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=17 c=1 rs=1 cs=1]
704
                RenderBlock {P} at (7,0) size 157x17
704
                RenderBlock {P} at (7,0) size 157x17
705
                  RenderText {#text} at (0,0) size 77x15
705
                  RenderText {#text} at (0,0) size 77x15
Lines 722-729 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec32
722
                RenderBlock {P} at (7,96) size 157x17
722
                RenderBlock {P} at (7,96) size 157x17
723
                  RenderText {#text} at (0,0) size 58x15
723
                  RenderText {#text} at (0,0) size 58x15
724
                    text run at (0,0) width 58: "Jim Colvin"
724
                    text run at (0,0) width 58: "Jim Colvin"
725
                  RenderInline {SPAN} at (0,0) size 1x15
725
                  RenderInline {SPAN} at (0,0) size 0x15
726
                    RenderInline {O:P} at (0,0) size 1x15
726
                    RenderInline {O:P} at (0,0) size 0x0
727
              RenderTableCell {TD} at (268,792) size 100x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=17 c=2 rs=1 cs=1]
727
              RenderTableCell {TD} at (268,792) size 100x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=17 c=2 rs=1 cs=1]
728
                RenderBlock {P} at (7,0) size 85x17
728
                RenderBlock {P} at (7,0) size 85x17
729
                  RenderText {#text} at (32,0) size 20x15
729
                  RenderText {#text} at (32,0) size 20x15
Lines 743-750 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec33
743
                RenderBlock {P} at (7,80) size 85x17
743
                RenderBlock {P} at (7,80) size 85x17
744
                  RenderText {#text} at (32,0) size 20x15
744
                  RenderText {#text} at (32,0) size 20x15
745
                    text run at (32,0) width 20: "Yes"
745
                    text run at (32,0) width 20: "Yes"
746
                  RenderInline {SPAN} at (0,0) size 1x15
746
                  RenderInline {SPAN} at (0,0) size 0x15
747
                    RenderInline {O:P} at (0,0) size 1x15
747
                    RenderInline {O:P} at (0,0) size 0x0
748
              RenderTableCell {TD} at (367,792) size 106x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=17 c=3 rs=1 cs=1]
748
              RenderTableCell {TD} at (367,792) size 106x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=17 c=3 rs=1 cs=1]
749
                RenderBlock {P} at (7,0) size 91x17
749
                RenderBlock {P} at (7,0) size 91x17
750
                  RenderText {#text} at (37,0) size 17x15
750
                  RenderText {#text} at (37,0) size 17x15
Lines 764-778 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec34
764
                RenderBlock {P} at (7,80) size 91x17
764
                RenderBlock {P} at (7,80) size 91x17
765
                  RenderText {#text} at (37,0) size 17x15
765
                  RenderText {#text} at (37,0) size 17x15
766
                    text run at (37,0) width 17: "No"
766
                    text run at (37,0) width 17: "No"
767
                  RenderInline {SPAN} at (0,0) size 1x15
767
                  RenderInline {SPAN} at (0,0) size 0x15
768
                    RenderInline {O:P} at (0,0) size 1x15
768
                    RenderInline {O:P} at (0,0) size 0x0
769
            RenderTableRow {TR} at (0,905) size 473x65
769
            RenderTableRow {TR} at (0,905) size 473x65
770
              RenderTableCell {TD} at (0,905) size 99x17 [border: (0.50px none #808080) none] [r=18 c=0 rs=1 cs=1]
770
              RenderTableCell {TD} at (0,905) size 99x17 [border: (0.50px none #808080) none] [r=18 c=0 rs=1 cs=1]
771
                RenderBlock {P} at (7,0) size 84x17
771
                RenderBlock {P} at (7,0) size 84x17
772
                  RenderText {#text} at (35,0) size 14x15
772
                  RenderText {#text} at (35,0) size 14x15
773
                    text run at (35,0) width 14: "19"
773
                    text run at (35,0) width 14: "19"
774
                  RenderInline {SPAN} at (0,0) size 1x15
774
                  RenderInline {SPAN} at (0,0) size 0x15
775
                    RenderInline {O:P} at (0,0) size 1x15
775
                    RenderInline {O:P} at (0,0) size 0x0
776
              RenderTableCell {TD} at (98,905) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=18 c=1 rs=1 cs=1]
776
              RenderTableCell {TD} at (98,905) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=18 c=1 rs=1 cs=1]
777
                RenderBlock {P} at (7,0) size 157x17
777
                RenderBlock {P} at (7,0) size 157x17
778
                  RenderInline {SPAN} at (0,0) size 65x15
778
                  RenderInline {SPAN} at (0,0) size 65x15
Lines 788-795 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec35
788
                RenderBlock {P} at (7,48) size 157x17
788
                RenderBlock {P} at (7,48) size 157x17
789
                  RenderText {#text} at (0,0) size 82x15
789
                  RenderText {#text} at (0,0) size 82x15
790
                    text run at (0,0) width 82: "Mike Anderson"
790
                    text run at (0,0) width 82: "Mike Anderson"
791
                  RenderInline {SPAN} at (0,0) size 1x15
791
                  RenderInline {SPAN} at (0,0) size 0x15
792
                    RenderInline {O:P} at (0,0) size 1x15
792
                    RenderInline {O:P} at (0,0) size 0x0
793
              RenderTableCell {TD} at (268,905) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=18 c=2 rs=1 cs=1]
793
              RenderTableCell {TD} at (268,905) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=18 c=2 rs=1 cs=1]
794
                RenderBlock {P} at (7,0) size 85x17
794
                RenderBlock {P} at (7,0) size 85x17
795
                  RenderInline {SPAN} at (0,0) size 20x15
795
                  RenderInline {SPAN} at (0,0) size 20x15
Lines 806-813 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec36
806
                  RenderInline {SPAN} at (0,0) size 20x15
806
                  RenderInline {SPAN} at (0,0) size 20x15
807
                    RenderText {#text} at (32,0) size 20x15
807
                    RenderText {#text} at (32,0) size 20x15
808
                      text run at (32,0) width 20: "Yes"
808
                      text run at (32,0) width 20: "Yes"
809
                  RenderInline {SPAN} at (0,0) size 1x15
809
                  RenderInline {SPAN} at (0,0) size 0x15
810
                    RenderInline {O:P} at (0,0) size 1x15
810
                    RenderInline {O:P} at (0,0) size 0x0
811
              RenderTableCell {TD} at (367,905) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=18 c=3 rs=1 cs=1]
811
              RenderTableCell {TD} at (367,905) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=18 c=3 rs=1 cs=1]
812
                RenderBlock {P} at (7,0) size 91x17
812
                RenderBlock {P} at (7,0) size 91x17
813
                  RenderInline {SPAN} at (0,0) size 17x15
813
                  RenderInline {SPAN} at (0,0) size 17x15
Lines 824-838 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec37
824
                  RenderInline {SPAN} at (0,0) size 17x15
824
                  RenderInline {SPAN} at (0,0) size 17x15
825
                    RenderText {#text} at (37,0) size 17x15
825
                    RenderText {#text} at (37,0) size 17x15
826
                      text run at (37,0) width 17: "No"
826
                      text run at (37,0) width 17: "No"
827
                  RenderInline {SPAN} at (0,0) size 1x15
827
                  RenderInline {SPAN} at (0,0) size 0x15
828
                    RenderInline {O:P} at (0,0) size 1x15
828
                    RenderInline {O:P} at (0,0) size 0x0
829
            RenderTableRow {TR} at (0,969) size 473x49
829
            RenderTableRow {TR} at (0,969) size 473x49
830
              RenderTableCell {TD} at (0,969) size 99x17 [border: (0.50px none #808080) none] [r=19 c=0 rs=1 cs=1]
830
              RenderTableCell {TD} at (0,969) size 99x17 [border: (0.50px none #808080) none] [r=19 c=0 rs=1 cs=1]
831
                RenderBlock {P} at (7,0) size 84x17
831
                RenderBlock {P} at (7,0) size 84x17
832
                  RenderText {#text} at (35,0) size 14x15
832
                  RenderText {#text} at (35,0) size 14x15
833
                    text run at (35,0) width 14: "20"
833
                    text run at (35,0) width 14: "20"
834
                  RenderInline {SPAN} at (0,0) size 1x15
834
                  RenderInline {SPAN} at (0,0) size 0x15
835
                    RenderInline {O:P} at (0,0) size 1x15
835
                    RenderInline {O:P} at (0,0) size 0x0
836
              RenderTableCell {TD} at (98,969) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=19 c=1 rs=1 cs=1]
836
              RenderTableCell {TD} at (98,969) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=19 c=1 rs=1 cs=1]
837
                RenderBlock {P} at (7,0) size 157x17
837
                RenderBlock {P} at (7,0) size 157x17
838
                  RenderText {#text} at (0,0) size 66x15
838
                  RenderText {#text} at (0,0) size 66x15
Lines 843-850 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec38
843
                RenderBlock {P} at (7,32) size 157x17
843
                RenderBlock {P} at (7,32) size 157x17
844
                  RenderText {#text} at (0,0) size 68x15
844
                  RenderText {#text} at (0,0) size 68x15
845
                    text run at (0,0) width 68: "Rick Latham"
845
                    text run at (0,0) width 68: "Rick Latham"
846
                  RenderInline {SPAN} at (0,0) size 1x15
846
                  RenderInline {SPAN} at (0,0) size 0x15
847
                    RenderInline {O:P} at (0,0) size 1x15
847
                    RenderInline {O:P} at (0,0) size 0x0
848
              RenderTableCell {TD} at (268,969) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=19 c=2 rs=1 cs=1]
848
              RenderTableCell {TD} at (268,969) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=19 c=2 rs=1 cs=1]
849
                RenderBlock {P} at (7,0) size 85x17
849
                RenderBlock {P} at (7,0) size 85x17
850
                  RenderText {#text} at (32,0) size 20x15
850
                  RenderText {#text} at (32,0) size 20x15
Lines 855-862 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec39
855
                RenderBlock {P} at (7,32) size 85x17
855
                RenderBlock {P} at (7,32) size 85x17
856
                  RenderText {#text} at (32,0) size 20x15
856
                  RenderText {#text} at (32,0) size 20x15
857
                    text run at (32,0) width 20: "Yes"
857
                    text run at (32,0) width 20: "Yes"
858
                  RenderInline {SPAN} at (0,0) size 1x15
858
                  RenderInline {SPAN} at (0,0) size 0x15
859
                    RenderInline {O:P} at (0,0) size 1x15
859
                    RenderInline {O:P} at (0,0) size 0x0
860
              RenderTableCell {TD} at (367,969) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=19 c=3 rs=1 cs=1]
860
              RenderTableCell {TD} at (367,969) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=19 c=3 rs=1 cs=1]
861
                RenderBlock {P} at (7,0) size 91x17
861
                RenderBlock {P} at (7,0) size 91x17
862
                  RenderText {#text} at (37,0) size 17x15
862
                  RenderText {#text} at (37,0) size 17x15
Lines 867-917 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec40
867
                RenderBlock {P} at (7,32) size 91x17
867
                RenderBlock {P} at (7,32) size 91x17
868
                  RenderText {#text} at (37,0) size 17x15
868
                  RenderText {#text} at (37,0) size 17x15
869
                    text run at (37,0) width 17: "No"
869
                    text run at (37,0) width 17: "No"
870
                  RenderInline {SPAN} at (0,0) size 1x15
870
                  RenderInline {SPAN} at (0,0) size 0x15
871
                    RenderInline {O:P} at (0,0) size 1x15
871
                    RenderInline {O:P} at (0,0) size 0x0
872
            RenderTableRow {TR} at (0,1018) size 473x17
872
            RenderTableRow {TR} at (0,1018) size 473x17
873
              RenderTableCell {TD} at (0,1018) size 99x17 [border: (0.50px none #808080) none] [r=20 c=0 rs=1 cs=1]
873
              RenderTableCell {TD} at (0,1018) size 99x17 [border: (0.50px none #808080) none] [r=20 c=0 rs=1 cs=1]
874
                RenderBlock {P} at (7,0) size 84x17
874
                RenderBlock {P} at (7,0) size 84x17
875
                  RenderText {#text} at (35,0) size 14x15
875
                  RenderText {#text} at (35,0) size 14x15
876
                    text run at (35,0) width 14: "21"
876
                    text run at (35,0) width 14: "21"
877
                  RenderInline {SPAN} at (0,0) size 1x15
877
                  RenderInline {SPAN} at (0,0) size 0x15
878
                    RenderInline {O:P} at (0,0) size 1x15
878
                    RenderInline {O:P} at (0,0) size 0x0
879
              RenderTableCell {TD} at (98,1018) size 171x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=20 c=1 rs=1 cs=1]
879
              RenderTableCell {TD} at (98,1018) size 171x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=20 c=1 rs=1 cs=1]
880
                RenderBlock {P} at (7,0) size 157x17
880
                RenderBlock {P} at (7,0) size 157x17
881
                  RenderText {#text} at (0,0) size 64x15
881
                  RenderText {#text} at (0,0) size 64x15
882
                    text run at (0,0) width 64: " Simon Tam"
882
                    text run at (0,0) width 64: " Simon Tam"
883
                  RenderInline {SPAN} at (0,0) size 1x15
883
                  RenderInline {SPAN} at (0,0) size 0x15
884
                    RenderInline {O:P} at (0,0) size 1x15
884
                    RenderInline {O:P} at (0,0) size 0x0
885
              RenderTableCell {TD} at (268,1018) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=20 c=2 rs=1 cs=1]
885
              RenderTableCell {TD} at (268,1018) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=20 c=2 rs=1 cs=1]
886
                RenderBlock {P} at (7,0) size 85x17
886
                RenderBlock {P} at (7,0) size 85x17
887
                  RenderText {#text} at (40,0) size 4x15
887
                  RenderText {#text} at (40,0) size 4x15
888
                    text run at (40,0) width 4: " "
888
                    text run at (40,0) width 4: " "
889
                  RenderInline {SPAN} at (0,0) size 1x15
889
                  RenderInline {SPAN} at (0,0) size 0x15
890
                    RenderInline {O:P} at (0,0) size 1x15
890
                    RenderInline {O:P} at (0,0) size 0x0
891
              RenderTableCell {TD} at (367,1018) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=20 c=3 rs=1 cs=1]
891
              RenderTableCell {TD} at (367,1018) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=20 c=3 rs=1 cs=1]
892
                RenderBlock {P} at (7,0) size 91x17
892
                RenderBlock {P} at (7,0) size 91x17
893
                  RenderText {#text} at (43,0) size 4x15
893
                  RenderText {#text} at (43,0) size 4x15
894
                    text run at (43,0) width 4: " "
894
                    text run at (43,0) width 4: " "
895
                  RenderInline {SPAN} at (0,0) size 1x15
895
                  RenderInline {SPAN} at (0,0) size 0x15
896
                    RenderInline {O:P} at (0,0) size 1x15
896
                    RenderInline {O:P} at (0,0) size 0x0
897
            RenderTableRow {TR} at (0,1034) size 473x81
897
            RenderTableRow {TR} at (0,1034) size 473x81
898
              RenderTableCell {TD} at (0,1034) size 99x17 [border: (0.50px none #808080) none] [r=21 c=0 rs=1 cs=1]
898
              RenderTableCell {TD} at (0,1034) size 99x17 [border: (0.50px none #808080) none] [r=21 c=0 rs=1 cs=1]
899
                RenderBlock {P} at (7,0) size 84x17
899
                RenderBlock {P} at (7,0) size 84x17
900
                  RenderText {#text} at (35,0) size 14x15
900
                  RenderText {#text} at (35,0) size 14x15
901
                    text run at (35,0) width 14: "22"
901
                    text run at (35,0) width 14: "22"
902
                  RenderInline {SPAN} at (0,0) size 1x15
902
                  RenderInline {SPAN} at (0,0) size 0x15
903
                    RenderInline {O:P} at (0,0) size 1x15
903
                    RenderInline {O:P} at (0,0) size 0x0
904
              RenderTableCell {TD} at (98,1034) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=21 c=1 rs=1 cs=1]
904
              RenderTableCell {TD} at (98,1034) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=21 c=1 rs=1 cs=1]
905
                RenderBlock {P} at (7,0) size 157x17
905
                RenderBlock {P} at (7,0) size 157x17
906
                  RenderText {#text} at (0,0) size 64x15
906
                  RenderText {#text} at (0,0) size 64x15
907
                    text run at (0,0) width 64: "Dave Neves"
907
                    text run at (0,0) width 64: "Dave Neves"
908
                  RenderInline {SPAN} at (0,0) size 1x15
908
                  RenderInline {SPAN} at (0,0) size 0x15
909
                    RenderInline {O:P} at (0,0) size 1x15
909
                    RenderInline {O:P} at (0,0) size 0x0
910
                RenderBlock {P} at (7,16) size 157x17
910
                RenderBlock {P} at (7,16) size 157x17
911
                  RenderText {#text} at (0,0) size 88x15
911
                  RenderText {#text} at (0,0) size 88x15
912
                    text run at (0,0) width 88: "Grant Sanderson"
912
                    text run at (0,0) width 88: "Grant Sanderson"
913
                  RenderInline {SPAN} at (0,0) size 1x15
913
                  RenderInline {SPAN} at (0,0) size 0x15
914
                    RenderInline {O:P} at (0,0) size 1x15
914
                    RenderInline {O:P} at (0,0) size 0x0
915
                RenderBlock {P} at (7,32) size 157x17
915
                RenderBlock {P} at (7,32) size 157x17
916
                  RenderText {#text} at (0,0) size 83x15
916
                  RenderText {#text} at (0,0) size 83x15
917
                    text run at (0,0) width 83: "Maurice Burton"
917
                    text run at (0,0) width 83: "Maurice Burton"
Lines 921-939 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec41
921
                RenderBlock {P} at (7,64) size 157x17
921
                RenderBlock {P} at (7,64) size 157x17
922
                  RenderText {#text} at (0,0) size 64x15
922
                  RenderText {#text} at (0,0) size 64x15
923
                    text run at (0,0) width 64: "Chris Walsh"
923
                    text run at (0,0) width 64: "Chris Walsh"
924
                  RenderInline {SPAN} at (0,0) size 1x15
924
                  RenderInline {SPAN} at (0,0) size 0x15
925
                    RenderInline {O:P} at (0,0) size 1x15
925
                    RenderInline {O:P} at (0,0) size 0x0
926
              RenderTableCell {TD} at (268,1034) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=21 c=2 rs=1 cs=1]
926
              RenderTableCell {TD} at (268,1034) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=21 c=2 rs=1 cs=1]
927
                RenderBlock {P} at (7,0) size 85x17
927
                RenderBlock {P} at (7,0) size 85x17
928
                  RenderText {#text} at (32,0) size 20x15
928
                  RenderText {#text} at (32,0) size 20x15
929
                    text run at (32,0) width 20: "Yes"
929
                    text run at (32,0) width 20: "Yes"
930
                  RenderInline {SPAN} at (0,0) size 1x15
930
                  RenderInline {SPAN} at (0,0) size 0x15
931
                    RenderInline {O:P} at (0,0) size 1x15
931
                    RenderInline {O:P} at (0,0) size 0x0
932
                RenderBlock {P} at (7,16) size 85x17
932
                RenderBlock {P} at (7,16) size 85x17
933
                  RenderText {#text} at (32,0) size 20x15
933
                  RenderText {#text} at (32,0) size 20x15
934
                    text run at (32,0) width 20: "Yes"
934
                    text run at (32,0) width 20: "Yes"
935
                  RenderInline {SPAN} at (0,0) size 1x15
935
                  RenderInline {SPAN} at (0,0) size 0x15
936
                    RenderInline {O:P} at (0,0) size 1x15
936
                    RenderInline {O:P} at (0,0) size 0x0
937
                RenderBlock {P} at (7,32) size 85x17
937
                RenderBlock {P} at (7,32) size 85x17
938
                  RenderText {#text} at (32,0) size 20x15
938
                  RenderText {#text} at (32,0) size 20x15
939
                    text run at (32,0) width 20: "Yes"
939
                    text run at (32,0) width 20: "Yes"
Lines 943-961 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec42
943
                RenderBlock {P} at (7,64) size 85x17
943
                RenderBlock {P} at (7,64) size 85x17
944
                  RenderText {#text} at (32,0) size 20x15
944
                  RenderText {#text} at (32,0) size 20x15
945
                    text run at (32,0) width 20: "Yes"
945
                    text run at (32,0) width 20: "Yes"
946
                  RenderInline {SPAN} at (0,0) size 1x15
946
                  RenderInline {SPAN} at (0,0) size 0x15
947
                    RenderInline {O:P} at (0,0) size 1x15
947
                    RenderInline {O:P} at (0,0) size 0x0
948
              RenderTableCell {TD} at (367,1034) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=21 c=3 rs=1 cs=1]
948
              RenderTableCell {TD} at (367,1034) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=21 c=3 rs=1 cs=1]
949
                RenderBlock {P} at (7,0) size 91x17
949
                RenderBlock {P} at (7,0) size 91x17
950
                  RenderText {#text} at (35,0) size 20x15
950
                  RenderText {#text} at (35,0) size 20x15
951
                    text run at (35,0) width 20: "Yes"
951
                    text run at (35,0) width 20: "Yes"
952
                  RenderInline {SPAN} at (0,0) size 1x15
952
                  RenderInline {SPAN} at (0,0) size 0x15
953
                    RenderInline {O:P} at (0,0) size 1x15
953
                    RenderInline {O:P} at (0,0) size 0x0
954
                RenderBlock {P} at (7,16) size 91x17
954
                RenderBlock {P} at (7,16) size 91x17
955
                  RenderText {#text} at (37,0) size 17x15
955
                  RenderText {#text} at (37,0) size 17x15
956
                    text run at (37,0) width 17: "No"
956
                    text run at (37,0) width 17: "No"
957
                  RenderInline {SPAN} at (0,0) size 1x15
957
                  RenderInline {SPAN} at (0,0) size 0x15
958
                    RenderInline {O:P} at (0,0) size 1x15
958
                    RenderInline {O:P} at (0,0) size 0x0
959
                RenderBlock {P} at (7,32) size 91x17
959
                RenderBlock {P} at (7,32) size 91x17
960
                  RenderText {#text} at (37,0) size 17x15
960
                  RenderText {#text} at (37,0) size 17x15
961
                    text run at (37,0) width 17: "No"
961
                    text run at (37,0) width 17: "No"
Lines 965-985 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec43
965
                RenderBlock {P} at (7,64) size 91x17
965
                RenderBlock {P} at (7,64) size 91x17
966
                  RenderText {#text} at (37,0) size 17x15
966
                  RenderText {#text} at (37,0) size 17x15
967
                    text run at (37,0) width 17: "No"
967
                    text run at (37,0) width 17: "No"
968
                  RenderInline {SPAN} at (0,0) size 1x15
968
                  RenderInline {SPAN} at (0,0) size 0x15
969
                    RenderInline {O:P} at (0,0) size 1x15
969
                    RenderInline {O:P} at (0,0) size 0x0
970
            RenderTableRow {TR} at (0,1115) size 473x81
970
            RenderTableRow {TR} at (0,1115) size 473x81
971
              RenderTableCell {TD} at (0,1115) size 99x17 [border: (0.50px none #808080) none] [r=22 c=0 rs=1 cs=1]
971
              RenderTableCell {TD} at (0,1115) size 99x17 [border: (0.50px none #808080) none] [r=22 c=0 rs=1 cs=1]
972
                RenderBlock {P} at (7,0) size 84x17
972
                RenderBlock {P} at (7,0) size 84x17
973
                  RenderText {#text} at (35,0) size 14x15
973
                  RenderText {#text} at (35,0) size 14x15
974
                    text run at (35,0) width 14: "23"
974
                    text run at (35,0) width 14: "23"
975
                  RenderInline {SPAN} at (0,0) size 1x15
975
                  RenderInline {SPAN} at (0,0) size 0x15
976
                    RenderInline {O:P} at (0,0) size 1x15
976
                    RenderInline {O:P} at (0,0) size 0x0
977
              RenderTableCell {TD} at (98,1115) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=22 c=1 rs=1 cs=1]
977
              RenderTableCell {TD} at (98,1115) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=22 c=1 rs=1 cs=1]
978
                RenderBlock {P} at (7,0) size 157x17
978
                RenderBlock {P} at (7,0) size 157x17
979
                  RenderText {#text} at (0,0) size 64x15
979
                  RenderText {#text} at (0,0) size 64x15
980
                    text run at (0,0) width 64: "Dave Neves"
980
                    text run at (0,0) width 64: "Dave Neves"
981
                  RenderInline {SPAN} at (0,0) size 1x15
981
                  RenderInline {SPAN} at (0,0) size 0x15
982
                    RenderInline {O:P} at (0,0) size 1x15
982
                    RenderInline {O:P} at (0,0) size 0x0
983
                RenderBlock {P} at (7,16) size 157x17
983
                RenderBlock {P} at (7,16) size 157x17
984
                  RenderText {#text} at (0,0) size 83x15
984
                  RenderText {#text} at (0,0) size 83x15
985
                    text run at (0,0) width 83: "Maurice Burton"
985
                    text run at (0,0) width 83: "Maurice Burton"
Lines 992-1005 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec44
992
                RenderBlock {P} at (7,64) size 157x17
992
                RenderBlock {P} at (7,64) size 157x17
993
                  RenderText {#text} at (0,0) size 64x15
993
                  RenderText {#text} at (0,0) size 64x15
994
                    text run at (0,0) width 64: "Rich Saunef"
994
                    text run at (0,0) width 64: "Rich Saunef"
995
                  RenderInline {SPAN} at (0,0) size 1x15
995
                  RenderInline {SPAN} at (0,0) size 0x15
996
                    RenderInline {O:P} at (0,0) size 1x15
996
                    RenderInline {O:P} at (0,0) size 0x0
997
              RenderTableCell {TD} at (268,1115) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=22 c=2 rs=1 cs=1]
997
              RenderTableCell {TD} at (268,1115) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=22 c=2 rs=1 cs=1]
998
                RenderBlock {P} at (7,0) size 85x17
998
                RenderBlock {P} at (7,0) size 85x17
999
                  RenderText {#text} at (32,0) size 20x15
999
                  RenderText {#text} at (32,0) size 20x15
1000
                    text run at (32,0) width 20: "Yes"
1000
                    text run at (32,0) width 20: "Yes"
1001
                  RenderInline {SPAN} at (0,0) size 1x15
1001
                  RenderInline {SPAN} at (0,0) size 0x15
1002
                    RenderInline {O:P} at (0,0) size 1x15
1002
                    RenderInline {O:P} at (0,0) size 0x0
1003
                RenderBlock {P} at (7,16) size 85x17
1003
                RenderBlock {P} at (7,16) size 85x17
1004
                  RenderText {#text} at (32,0) size 20x15
1004
                  RenderText {#text} at (32,0) size 20x15
1005
                    text run at (32,0) width 20: "Yes"
1005
                    text run at (32,0) width 20: "Yes"
Lines 1012-1025 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec45
1012
                RenderBlock {P} at (7,64) size 85x17
1012
                RenderBlock {P} at (7,64) size 85x17
1013
                  RenderText {#text} at (32,0) size 20x15
1013
                  RenderText {#text} at (32,0) size 20x15
1014
                    text run at (32,0) width 20: "Yes"
1014
                    text run at (32,0) width 20: "Yes"
1015
                  RenderInline {SPAN} at (0,0) size 1x15
1015
                  RenderInline {SPAN} at (0,0) size 0x15
1016
                    RenderInline {O:P} at (0,0) size 1x15
1016
                    RenderInline {O:P} at (0,0) size 0x0
1017
              RenderTableCell {TD} at (367,1115) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=22 c=3 rs=1 cs=1]
1017
              RenderTableCell {TD} at (367,1115) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=22 c=3 rs=1 cs=1]
1018
                RenderBlock {P} at (7,0) size 91x17
1018
                RenderBlock {P} at (7,0) size 91x17
1019
                  RenderText {#text} at (35,0) size 20x15
1019
                  RenderText {#text} at (35,0) size 20x15
1020
                    text run at (35,0) width 20: "Yes"
1020
                    text run at (35,0) width 20: "Yes"
1021
                  RenderInline {SPAN} at (0,0) size 1x15
1021
                  RenderInline {SPAN} at (0,0) size 0x15
1022
                    RenderInline {O:P} at (0,0) size 1x15
1022
                    RenderInline {O:P} at (0,0) size 0x0
1023
                RenderBlock {P} at (7,16) size 91x17
1023
                RenderBlock {P} at (7,16) size 91x17
1024
                  RenderText {#text} at (37,0) size 17x15
1024
                  RenderText {#text} at (37,0) size 17x15
1025
                    text run at (37,0) width 17: "No"
1025
                    text run at (37,0) width 17: "No"
Lines 1032-1046 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec46
1032
                RenderBlock {P} at (7,64) size 91x17
1032
                RenderBlock {P} at (7,64) size 91x17
1033
                  RenderText {#text} at (37,0) size 17x15
1033
                  RenderText {#text} at (37,0) size 17x15
1034
                    text run at (37,0) width 17: "No"
1034
                    text run at (37,0) width 17: "No"
1035
                  RenderInline {SPAN} at (0,0) size 1x15
1035
                  RenderInline {SPAN} at (0,0) size 0x15
1036
                    RenderInline {O:P} at (0,0) size 1x15
1036
                    RenderInline {O:P} at (0,0) size 0x0
1037
            RenderTableRow {TR} at (0,1195) size 473x81
1037
            RenderTableRow {TR} at (0,1195) size 473x81
1038
              RenderTableCell {TD} at (0,1195) size 99x17 [border: (0.50px none #808080) none] [r=23 c=0 rs=1 cs=1]
1038
              RenderTableCell {TD} at (0,1195) size 99x17 [border: (0.50px none #808080) none] [r=23 c=0 rs=1 cs=1]
1039
                RenderBlock {P} at (7,0) size 84x17
1039
                RenderBlock {P} at (7,0) size 84x17
1040
                  RenderText {#text} at (35,0) size 14x15
1040
                  RenderText {#text} at (35,0) size 14x15
1041
                    text run at (35,0) width 14: "24"
1041
                    text run at (35,0) width 14: "24"
1042
                  RenderInline {SPAN} at (0,0) size 1x15
1042
                  RenderInline {SPAN} at (0,0) size 0x15
1043
                    RenderInline {O:P} at (0,0) size 1x15
1043
                    RenderInline {O:P} at (0,0) size 0x0
1044
              RenderTableCell {TD} at (98,1195) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=23 c=1 rs=1 cs=1]
1044
              RenderTableCell {TD} at (98,1195) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=23 c=1 rs=1 cs=1]
1045
                RenderBlock {P} at (7,0) size 157x17
1045
                RenderBlock {P} at (7,0) size 157x17
1046
                  RenderText {#text} at (0,0) size 65x15
1046
                  RenderText {#text} at (0,0) size 65x15
Lines 1057-1064 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec47
1057
                RenderBlock {P} at (7,64) size 157x17
1057
                RenderBlock {P} at (7,64) size 157x17
1058
                  RenderText {#text} at (0,0) size 56x15
1058
                  RenderText {#text} at (0,0) size 56x15
1059
                    text run at (0,0) width 56: "Eric Shum"
1059
                    text run at (0,0) width 56: "Eric Shum"
1060
                  RenderInline {SPAN} at (0,0) size 1x15
1060
                  RenderInline {SPAN} at (0,0) size 0x15
1061
                    RenderInline {O:P} at (0,0) size 1x15
1061
                    RenderInline {O:P} at (0,0) size 0x0
1062
              RenderTableCell {TD} at (268,1195) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=23 c=2 rs=1 cs=1]
1062
              RenderTableCell {TD} at (268,1195) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=23 c=2 rs=1 cs=1]
1063
                RenderBlock {P} at (7,0) size 85x17
1063
                RenderBlock {P} at (7,0) size 85x17
1064
                  RenderText {#text} at (31,0) size 23x15
1064
                  RenderText {#text} at (31,0) size 23x15
Lines 1075-1082 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec48
1075
                RenderBlock {P} at (7,64) size 85x17
1075
                RenderBlock {P} at (7,64) size 85x17
1076
                  RenderText {#text} at (32,0) size 20x15
1076
                  RenderText {#text} at (32,0) size 20x15
1077
                    text run at (32,0) width 20: "Yes"
1077
                    text run at (32,0) width 20: "Yes"
1078
                  RenderInline {SPAN} at (0,0) size 1x15
1078
                  RenderInline {SPAN} at (0,0) size 0x15
1079
                    RenderInline {O:P} at (0,0) size 1x15
1079
                    RenderInline {O:P} at (0,0) size 0x0
1080
              RenderTableCell {TD} at (367,1195) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=23 c=3 rs=1 cs=1]
1080
              RenderTableCell {TD} at (367,1195) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=23 c=3 rs=1 cs=1]
1081
                RenderBlock {P} at (7,0) size 91x17
1081
                RenderBlock {P} at (7,0) size 91x17
1082
                  RenderText {#text} at (35,0) size 20x15
1082
                  RenderText {#text} at (35,0) size 20x15
Lines 1093-1107 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec49
1093
                RenderBlock {P} at (7,64) size 91x17
1093
                RenderBlock {P} at (7,64) size 91x17
1094
                  RenderText {#text} at (37,0) size 17x15
1094
                  RenderText {#text} at (37,0) size 17x15
1095
                    text run at (37,0) width 17: "No"
1095
                    text run at (37,0) width 17: "No"
1096
                  RenderInline {SPAN} at (0,0) size 1x15
1096
                  RenderInline {SPAN} at (0,0) size 0x15
1097
                    RenderInline {O:P} at (0,0) size 1x15
1097
                    RenderInline {O:P} at (0,0) size 0x0
1098
            RenderTableRow {TR} at (0,1276) size 473x33
1098
            RenderTableRow {TR} at (0,1276) size 473x33
1099
              RenderTableCell {TD} at (0,1276) size 99x17 [border: (0.50px none #808080) none] [r=24 c=0 rs=1 cs=1]
1099
              RenderTableCell {TD} at (0,1276) size 99x17 [border: (0.50px none #808080) none] [r=24 c=0 rs=1 cs=1]
1100
                RenderBlock {P} at (7,0) size 84x17
1100
                RenderBlock {P} at (7,0) size 84x17
1101
                  RenderText {#text} at (35,0) size 14x15
1101
                  RenderText {#text} at (35,0) size 14x15
1102
                    text run at (35,0) width 14: "25"
1102
                    text run at (35,0) width 14: "25"
1103
                  RenderInline {SPAN} at (0,0) size 1x15
1103
                  RenderInline {SPAN} at (0,0) size 0x15
1104
                    RenderInline {O:P} at (0,0) size 1x15
1104
                    RenderInline {O:P} at (0,0) size 0x0
1105
              RenderTableCell {TD} at (98,1276) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=24 c=1 rs=1 cs=1]
1105
              RenderTableCell {TD} at (98,1276) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=24 c=1 rs=1 cs=1]
1106
                RenderBlock {P} at (7,0) size 157x17
1106
                RenderBlock {P} at (7,0) size 157x17
1107
                  RenderText {#text} at (0,0) size 69x15
1107
                  RenderText {#text} at (0,0) size 69x15
Lines 1109-1146 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec50
1109
                RenderBlock {P} at (7,16) size 157x17
1109
                RenderBlock {P} at (7,16) size 157x17
1110
                  RenderText {#text} at (0,0) size 91x15
1110
                  RenderText {#text} at (0,0) size 91x15
1111
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
1111
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
1112
                  RenderInline {SPAN} at (0,0) size 1x15
1112
                  RenderInline {SPAN} at (0,0) size 0x15
1113
                    RenderInline {O:P} at (0,0) size 1x15
1113
                    RenderInline {O:P} at (0,0) size 0x0
1114
              RenderTableCell {TD} at (268,1276) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=24 c=2 rs=1 cs=1]
1114
              RenderTableCell {TD} at (268,1276) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=24 c=2 rs=1 cs=1]
1115
                RenderBlock {P} at (7,0) size 85x17
1115
                RenderBlock {P} at (7,0) size 85x17
1116
                  RenderText {#text} at (32,0) size 20x15
1116
                  RenderText {#text} at (32,0) size 20x15
1117
                    text run at (32,0) width 20: "Yes"
1117
                    text run at (32,0) width 20: "Yes"
1118
                  RenderInline {SPAN} at (0,0) size 1x15
1118
                  RenderInline {SPAN} at (0,0) size 0x15
1119
                    RenderInline {O:P} at (0,0) size 1x15
1119
                    RenderInline {O:P} at (0,0) size 0x0
1120
              RenderTableCell {TD} at (367,1276) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=24 c=3 rs=1 cs=1]
1120
              RenderTableCell {TD} at (367,1276) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=24 c=3 rs=1 cs=1]
1121
                RenderBlock {P} at (7,0) size 91x17
1121
                RenderBlock {P} at (7,0) size 91x17
1122
                  RenderText {#text} at (35,0) size 20x15
1122
                  RenderText {#text} at (35,0) size 20x15
1123
                    text run at (35,0) width 20: "Yes"
1123
                    text run at (35,0) width 20: "Yes"
1124
                  RenderInline {SPAN} at (0,0) size 1x15
1124
                  RenderInline {SPAN} at (0,0) size 0x15
1125
                    RenderInline {O:P} at (0,0) size 1x15
1125
                    RenderInline {O:P} at (0,0) size 0x0
1126
            RenderTableRow {TR} at (0,1308) size 473x161
1126
            RenderTableRow {TR} at (0,1308) size 473x161
1127
              RenderTableCell {TD} at (0,1308) size 99x17 [border: (0.50px none #808080) none] [r=25 c=0 rs=1 cs=1]
1127
              RenderTableCell {TD} at (0,1308) size 99x17 [border: (0.50px none #808080) none] [r=25 c=0 rs=1 cs=1]
1128
                RenderBlock {P} at (7,0) size 84x17
1128
                RenderBlock {P} at (7,0) size 84x17
1129
                  RenderText {#text} at (35,0) size 14x15
1129
                  RenderText {#text} at (35,0) size 14x15
1130
                    text run at (35,0) width 14: "26"
1130
                    text run at (35,0) width 14: "26"
1131
                  RenderInline {SPAN} at (0,0) size 1x15
1131
                  RenderInline {SPAN} at (0,0) size 0x15
1132
                    RenderInline {O:P} at (0,0) size 1x15
1132
                    RenderInline {O:P} at (0,0) size 0x0
1133
              RenderTableCell {TD} at (98,1308) size 171x161 [border: (0.50px none #808080) none (0.50px none #808080)] [r=25 c=1 rs=1 cs=1]
1133
              RenderTableCell {TD} at (98,1308) size 171x161 [border: (0.50px none #808080) none (0.50px none #808080)] [r=25 c=1 rs=1 cs=1]
1134
                RenderBlock {P} at (7,0) size 157x17
1134
                RenderBlock {P} at (7,0) size 157x17
1135
                  RenderText {#text} at (0,0) size 86x15
1135
                  RenderText {#text} at (0,0) size 86x15
1136
                    text run at (0,0) width 86: "Alan Littlewood"
1136
                    text run at (0,0) width 86: "Alan Littlewood"
1137
                  RenderInline {SPAN} at (0,0) size 1x15
1137
                  RenderInline {SPAN} at (0,0) size 0x15
1138
                    RenderInline {O:P} at (0,0) size 1x15
1138
                    RenderInline {O:P} at (0,0) size 0x0
1139
                RenderBlock {P} at (7,16) size 157x17
1139
                RenderBlock {P} at (7,16) size 157x17
1140
                  RenderText {#text} at (0,0) size 72x15
1140
                  RenderText {#text} at (0,0) size 72x15
1141
                    text run at (0,0) width 72: "Darren Braun"
1141
                    text run at (0,0) width 72: "Darren Braun"
1142
                  RenderInline {SPAN} at (0,0) size 1x15
1142
                  RenderInline {SPAN} at (0,0) size 0x15
1143
                    RenderInline {O:P} at (0,0) size 1x15
1143
                    RenderInline {O:P} at (0,0) size 0x0
1144
                RenderBlock {P} at (7,32) size 157x17
1144
                RenderBlock {P} at (7,32) size 157x17
1145
                  RenderText {#text} at (0,0) size 61x15
1145
                  RenderText {#text} at (0,0) size 61x15
1146
                    text run at (0,0) width 61: "Simon Tam"
1146
                    text run at (0,0) width 61: "Simon Tam"
Lines 1165-1183 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec51
1165
                RenderBlock {P} at (7,144) size 157x17
1165
                RenderBlock {P} at (7,144) size 157x17
1166
                  RenderText {#text} at (0,0) size 87x15
1166
                  RenderText {#text} at (0,0) size 87x15
1167
                    text run at (0,0) width 87: "Jack Goodfriend"
1167
                    text run at (0,0) width 87: "Jack Goodfriend"
1168
                  RenderInline {SPAN} at (0,0) size 1x15
1168
                  RenderInline {SPAN} at (0,0) size 0x15
1169
                    RenderInline {O:P} at (0,0) size 1x15
1169
                    RenderInline {O:P} at (0,0) size 0x0
1170
              RenderTableCell {TD} at (268,1308) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=25 c=2 rs=1 cs=1]
1170
              RenderTableCell {TD} at (268,1308) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=25 c=2 rs=1 cs=1]
1171
                RenderBlock {P} at (7,0) size 85x17
1171
                RenderBlock {P} at (7,0) size 85x17
1172
                  RenderText {#text} at (32,0) size 20x15
1172
                  RenderText {#text} at (32,0) size 20x15
1173
                    text run at (32,0) width 20: "Yes"
1173
                    text run at (32,0) width 20: "Yes"
1174
                  RenderInline {SPAN} at (0,0) size 1x15
1174
                  RenderInline {SPAN} at (0,0) size 0x15
1175
                    RenderInline {O:P} at (0,0) size 1x15
1175
                    RenderInline {O:P} at (0,0) size 0x0
1176
                RenderBlock {P} at (7,16) size 85x17
1176
                RenderBlock {P} at (7,16) size 85x17
1177
                  RenderText {#text} at (32,0) size 20x15
1177
                  RenderText {#text} at (32,0) size 20x15
1178
                    text run at (32,0) width 20: "Yes"
1178
                    text run at (32,0) width 20: "Yes"
1179
                  RenderInline {SPAN} at (0,0) size 1x15
1179
                  RenderInline {SPAN} at (0,0) size 0x15
1180
                    RenderInline {O:P} at (0,0) size 1x15
1180
                    RenderInline {O:P} at (0,0) size 0x0
1181
                RenderBlock {P} at (7,32) size 85x17
1181
                RenderBlock {P} at (7,32) size 85x17
1182
                  RenderText {#text} at (32,0) size 20x15
1182
                  RenderText {#text} at (32,0) size 20x15
1183
                    text run at (32,0) width 20: "Yes"
1183
                    text run at (32,0) width 20: "Yes"
Lines 1193-1211 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec52
1193
                RenderBlock {P} at (7,96) size 85x17
1193
                RenderBlock {P} at (7,96) size 85x17
1194
                  RenderText {#text} at (34,0) size 17x15
1194
                  RenderText {#text} at (34,0) size 17x15
1195
                    text run at (34,0) width 17: "No"
1195
                    text run at (34,0) width 17: "No"
1196
                  RenderInline {SPAN} at (0,0) size 1x15
1196
                  RenderInline {SPAN} at (0,0) size 0x15
1197
                    RenderInline {O:P} at (0,0) size 1x15
1197
                    RenderInline {O:P} at (0,0) size 0x0
1198
              RenderTableCell {TD} at (367,1308) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=25 c=3 rs=1 cs=1]
1198
              RenderTableCell {TD} at (367,1308) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=25 c=3 rs=1 cs=1]
1199
                RenderBlock {P} at (7,0) size 91x17
1199
                RenderBlock {P} at (7,0) size 91x17
1200
                  RenderText {#text} at (37,0) size 17x15
1200
                  RenderText {#text} at (37,0) size 17x15
1201
                    text run at (37,0) width 17: "No"
1201
                    text run at (37,0) width 17: "No"
1202
                  RenderInline {SPAN} at (0,0) size 1x15
1202
                  RenderInline {SPAN} at (0,0) size 0x15
1203
                    RenderInline {O:P} at (0,0) size 1x15
1203
                    RenderInline {O:P} at (0,0) size 0x0
1204
                RenderBlock {P} at (7,16) size 91x17
1204
                RenderBlock {P} at (7,16) size 91x17
1205
                  RenderText {#text} at (37,0) size 17x15
1205
                  RenderText {#text} at (37,0) size 17x15
1206
                    text run at (37,0) width 17: "No"
1206
                    text run at (37,0) width 17: "No"
1207
                  RenderInline {SPAN} at (0,0) size 1x15
1207
                  RenderInline {SPAN} at (0,0) size 0x15
1208
                    RenderInline {O:P} at (0,0) size 1x15
1208
                    RenderInline {O:P} at (0,0) size 0x0
1209
                RenderBlock {P} at (7,32) size 91x17
1209
                RenderBlock {P} at (7,32) size 91x17
1210
                  RenderText {#text} at (37,0) size 17x15
1210
                  RenderText {#text} at (37,0) size 17x15
1211
                    text run at (37,0) width 17: "No"
1211
                    text run at (37,0) width 17: "No"
Lines 1221-1246 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec53
1221
                RenderBlock {P} at (7,96) size 91x17
1221
                RenderBlock {P} at (7,96) size 91x17
1222
                  RenderText {#text} at (35,0) size 20x15
1222
                  RenderText {#text} at (35,0) size 20x15
1223
                    text run at (35,0) width 20: "Yes"
1223
                    text run at (35,0) width 20: "Yes"
1224
                  RenderInline {SPAN} at (0,0) size 1x15
1224
                  RenderInline {SPAN} at (0,0) size 0x15
1225
                    RenderInline {O:P} at (0,0) size 1x15
1225
                    RenderInline {O:P} at (0,0) size 0x0
1226
            RenderTableRow {TR} at (0,1469) size 473x97
1226
            RenderTableRow {TR} at (0,1469) size 473x97
1227
              RenderTableCell {TD} at (0,1469) size 99x17 [border: (0.50px none #808080) none] [r=26 c=0 rs=1 cs=1]
1227
              RenderTableCell {TD} at (0,1469) size 99x17 [border: (0.50px none #808080) none] [r=26 c=0 rs=1 cs=1]
1228
                RenderBlock {P} at (7,0) size 84x17
1228
                RenderBlock {P} at (7,0) size 84x17
1229
                  RenderText {#text} at (35,0) size 14x15
1229
                  RenderText {#text} at (35,0) size 14x15
1230
                    text run at (35,0) width 14: "27"
1230
                    text run at (35,0) width 14: "27"
1231
                  RenderInline {SPAN} at (0,0) size 1x15
1231
                  RenderInline {SPAN} at (0,0) size 0x15
1232
                    RenderInline {O:P} at (0,0) size 1x15
1232
                    RenderInline {O:P} at (0,0) size 0x0
1233
              RenderTableCell {TD} at (98,1469) size 171x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=26 c=1 rs=1 cs=1]
1233
              RenderTableCell {TD} at (98,1469) size 171x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=26 c=1 rs=1 cs=1]
1234
                RenderBlock {P} at (7,0) size 157x17
1234
                RenderBlock {P} at (7,0) size 157x17
1235
                  RenderText {#text} at (0,0) size 72x15
1235
                  RenderText {#text} at (0,0) size 72x15
1236
                    text run at (0,0) width 72: "Darren Braun"
1236
                    text run at (0,0) width 72: "Darren Braun"
1237
                  RenderInline {SPAN} at (0,0) size 1x15
1237
                  RenderInline {SPAN} at (0,0) size 0x15
1238
                    RenderInline {O:P} at (0,0) size 1x15
1238
                    RenderInline {O:P} at (0,0) size 0x0
1239
                RenderBlock {P} at (7,16) size 157x17
1239
                RenderBlock {P} at (7,16) size 157x17
1240
                  RenderText {#text} at (0,0) size 92x15
1240
                  RenderText {#text} at (0,0) size 92x15
1241
                    text run at (0,0) width 92: "Ian + Brad Carter"
1241
                    text run at (0,0) width 92: "Ian + Brad Carter"
1242
                  RenderInline {SPAN} at (0,0) size 1x15
1242
                  RenderInline {SPAN} at (0,0) size 0x15
1243
                    RenderInline {O:P} at (0,0) size 1x15
1243
                    RenderInline {O:P} at (0,0) size 0x0
1244
                RenderBlock {P} at (7,32) size 157x17
1244
                RenderBlock {P} at (7,32) size 157x17
1245
                  RenderText {#text} at (0,0) size 71x15
1245
                  RenderText {#text} at (0,0) size 71x15
1246
                    text run at (0,0) width 71: "Pete Peterson"
1246
                    text run at (0,0) width 71: "Pete Peterson"
Lines 1253-1271 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec54
1253
                RenderBlock {P} at (7,80) size 157x17
1253
                RenderBlock {P} at (7,80) size 157x17
1254
                  RenderText {#text} at (0,0) size 56x15
1254
                  RenderText {#text} at (0,0) size 56x15
1255
                    text run at (0,0) width 56: "Saibal Sen"
1255
                    text run at (0,0) width 56: "Saibal Sen"
1256
                  RenderInline {SPAN} at (0,0) size 1x15
1256
                  RenderInline {SPAN} at (0,0) size 0x15
1257
                    RenderInline {O:P} at (0,0) size 1x15
1257
                    RenderInline {O:P} at (0,0) size 0x0
1258
              RenderTableCell {TD} at (268,1469) size 100x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=26 c=2 rs=1 cs=1]
1258
              RenderTableCell {TD} at (268,1469) size 100x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=26 c=2 rs=1 cs=1]
1259
                RenderBlock {P} at (7,0) size 85x17
1259
                RenderBlock {P} at (7,0) size 85x17
1260
                  RenderText {#text} at (32,0) size 20x15
1260
                  RenderText {#text} at (32,0) size 20x15
1261
                    text run at (32,0) width 20: "Yes"
1261
                    text run at (32,0) width 20: "Yes"
1262
                  RenderInline {SPAN} at (0,0) size 1x15
1262
                  RenderInline {SPAN} at (0,0) size 0x15
1263
                    RenderInline {O:P} at (0,0) size 1x15
1263
                    RenderInline {O:P} at (0,0) size 0x0
1264
                RenderBlock {P} at (7,16) size 85x17
1264
                RenderBlock {P} at (7,16) size 85x17
1265
                  RenderText {#text} at (32,0) size 20x15
1265
                  RenderText {#text} at (32,0) size 20x15
1266
                    text run at (32,0) width 20: "Yes"
1266
                    text run at (32,0) width 20: "Yes"
1267
                  RenderInline {SPAN} at (0,0) size 1x15
1267
                  RenderInline {SPAN} at (0,0) size 0x15
1268
                    RenderInline {O:P} at (0,0) size 1x15
1268
                    RenderInline {O:P} at (0,0) size 0x0
1269
                RenderBlock {P} at (7,32) size 85x17
1269
                RenderBlock {P} at (7,32) size 85x17
1270
                  RenderText {#text} at (32,0) size 20x15
1270
                  RenderText {#text} at (32,0) size 20x15
1271
                    text run at (32,0) width 20: "Yes"
1271
                    text run at (32,0) width 20: "Yes"
Lines 1278-1296 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec55
1278
                RenderBlock {P} at (7,80) size 85x17
1278
                RenderBlock {P} at (7,80) size 85x17
1279
                  RenderText {#text} at (32,0) size 20x15
1279
                  RenderText {#text} at (32,0) size 20x15
1280
                    text run at (32,0) width 20: "Yes"
1280
                    text run at (32,0) width 20: "Yes"
1281
                  RenderInline {SPAN} at (0,0) size 1x15
1281
                  RenderInline {SPAN} at (0,0) size 0x15
1282
                    RenderInline {O:P} at (0,0) size 1x15
1282
                    RenderInline {O:P} at (0,0) size 0x0
1283
              RenderTableCell {TD} at (367,1469) size 106x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=26 c=3 rs=1 cs=1]
1283
              RenderTableCell {TD} at (367,1469) size 106x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=26 c=3 rs=1 cs=1]
1284
                RenderBlock {P} at (7,0) size 91x17
1284
                RenderBlock {P} at (7,0) size 91x17
1285
                  RenderText {#text} at (37,0) size 17x15
1285
                  RenderText {#text} at (37,0) size 17x15
1286
                    text run at (37,0) width 17: "No"
1286
                    text run at (37,0) width 17: "No"
1287
                  RenderInline {SPAN} at (0,0) size 1x15
1287
                  RenderInline {SPAN} at (0,0) size 0x15
1288
                    RenderInline {O:P} at (0,0) size 1x15
1288
                    RenderInline {O:P} at (0,0) size 0x0
1289
                RenderBlock {P} at (7,16) size 91x17
1289
                RenderBlock {P} at (7,16) size 91x17
1290
                  RenderText {#text} at (37,0) size 17x15
1290
                  RenderText {#text} at (37,0) size 17x15
1291
                    text run at (37,0) width 17: "No"
1291
                    text run at (37,0) width 17: "No"
1292
                  RenderInline {SPAN} at (0,0) size 1x15
1292
                  RenderInline {SPAN} at (0,0) size 0x15
1293
                    RenderInline {O:P} at (0,0) size 1x15
1293
                    RenderInline {O:P} at (0,0) size 0x0
1294
                RenderBlock {P} at (7,32) size 91x17
1294
                RenderBlock {P} at (7,32) size 91x17
1295
                  RenderText {#text} at (37,0) size 17x15
1295
                  RenderText {#text} at (37,0) size 17x15
1296
                    text run at (37,0) width 17: "No"
1296
                    text run at (37,0) width 17: "No"
Lines 1303-1333 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec56
1303
                RenderBlock {P} at (7,80) size 91x17
1303
                RenderBlock {P} at (7,80) size 91x17
1304
                  RenderText {#text} at (37,0) size 17x15
1304
                  RenderText {#text} at (37,0) size 17x15
1305
                    text run at (37,0) width 17: "No"
1305
                    text run at (37,0) width 17: "No"
1306
                  RenderInline {SPAN} at (0,0) size 1x15
1306
                  RenderInline {SPAN} at (0,0) size 0x15
1307
                    RenderInline {O:P} at (0,0) size 1x15
1307
                    RenderInline {O:P} at (0,0) size 0x0
1308
            RenderTableRow {TR} at (0,1565) size 473x145
1308
            RenderTableRow {TR} at (0,1565) size 473x145
1309
              RenderTableCell {TD} at (0,1565) size 99x17 [border: (0.50px none #808080) none] [r=27 c=0 rs=1 cs=1]
1309
              RenderTableCell {TD} at (0,1565) size 99x17 [border: (0.50px none #808080) none] [r=27 c=0 rs=1 cs=1]
1310
                RenderBlock {P} at (7,0) size 84x17
1310
                RenderBlock {P} at (7,0) size 84x17
1311
                  RenderText {#text} at (35,0) size 14x15
1311
                  RenderText {#text} at (35,0) size 14x15
1312
                    text run at (35,0) width 14: "28"
1312
                    text run at (35,0) width 14: "28"
1313
                  RenderInline {SPAN} at (0,0) size 1x15
1313
                  RenderInline {SPAN} at (0,0) size 0x15
1314
                    RenderInline {O:P} at (0,0) size 1x15
1314
                    RenderInline {O:P} at (0,0) size 0x0
1315
              RenderTableCell {TD} at (98,1565) size 171x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=27 c=1 rs=1 cs=1]
1315
              RenderTableCell {TD} at (98,1565) size 171x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=27 c=1 rs=1 cs=1]
1316
                RenderBlock {P} at (7,0) size 157x17
1316
                RenderBlock {P} at (7,0) size 157x17
1317
                  RenderText {#text} at (0,0) size 91x15
1317
                  RenderText {#text} at (0,0) size 91x15
1318
                    text run at (0,0) width 91: "Zak + Mike West"
1318
                    text run at (0,0) width 91: "Zak + Mike West"
1319
                  RenderInline {SPAN} at (0,0) size 1x15
1319
                  RenderInline {SPAN} at (0,0) size 0x15
1320
                    RenderInline {O:P} at (0,0) size 1x15
1320
                    RenderInline {O:P} at (0,0) size 0x0
1321
                RenderBlock {P} at (7,16) size 157x17
1321
                RenderBlock {P} at (7,16) size 157x17
1322
                  RenderText {#text} at (0,0) size 64x15
1322
                  RenderText {#text} at (0,0) size 64x15
1323
                    text run at (0,0) width 64: "Dave Neves"
1323
                    text run at (0,0) width 64: "Dave Neves"
1324
                  RenderInline {SPAN} at (0,0) size 1x15
1324
                  RenderInline {SPAN} at (0,0) size 0x15
1325
                    RenderInline {O:P} at (0,0) size 1x15
1325
                    RenderInline {O:P} at (0,0) size 0x0
1326
                RenderBlock {P} at (7,32) size 157x17
1326
                RenderBlock {P} at (7,32) size 157x17
1327
                  RenderText {#text} at (0,0) size 77x15
1327
                  RenderText {#text} at (0,0) size 77x15
1328
                    text run at (0,0) width 77: "Richard Green"
1328
                    text run at (0,0) width 77: "Richard Green"
1329
                  RenderInline {SPAN} at (0,0) size 1x15
1329
                  RenderInline {SPAN} at (0,0) size 0x15
1330
                    RenderInline {O:P} at (0,0) size 1x15
1330
                    RenderInline {O:P} at (0,0) size 0x0
1331
                RenderBlock {P} at (7,48) size 157x17
1331
                RenderBlock {P} at (7,48) size 157x17
1332
                  RenderText {#text} at (0,0) size 67x15
1332
                  RenderText {#text} at (0,0) size 67x15
1333
                    text run at (0,0) width 67: "Javier Flores"
1333
                    text run at (0,0) width 67: "Javier Flores"
Lines 1346-1369 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec57
1346
                RenderBlock {P} at (7,128) size 157x17
1346
                RenderBlock {P} at (7,128) size 157x17
1347
                  RenderText {#text} at (0,0) size 60x15
1347
                  RenderText {#text} at (0,0) size 60x15
1348
                    text run at (0,0) width 60: "Jerry Davis"
1348
                    text run at (0,0) width 60: "Jerry Davis"
1349
                  RenderInline {SPAN} at (0,0) size 1x15
1349
                  RenderInline {SPAN} at (0,0) size 0x15
1350
                    RenderInline {O:P} at (0,0) size 1x15
1350
                    RenderInline {O:P} at (0,0) size 0x0
1351
              RenderTableCell {TD} at (268,1565) size 100x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=27 c=2 rs=1 cs=1]
1351
              RenderTableCell {TD} at (268,1565) size 100x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=27 c=2 rs=1 cs=1]
1352
                RenderBlock {P} at (7,0) size 85x17
1352
                RenderBlock {P} at (7,0) size 85x17
1353
                  RenderText {#text} at (32,0) size 20x15
1353
                  RenderText {#text} at (32,0) size 20x15
1354
                    text run at (32,0) width 20: "Yes"
1354
                    text run at (32,0) width 20: "Yes"
1355
                  RenderInline {SPAN} at (0,0) size 1x15
1355
                  RenderInline {SPAN} at (0,0) size 0x15
1356
                    RenderInline {O:P} at (0,0) size 1x15
1356
                    RenderInline {O:P} at (0,0) size 0x0
1357
                RenderBlock {P} at (7,16) size 85x17
1357
                RenderBlock {P} at (7,16) size 85x17
1358
                  RenderText {#text} at (32,0) size 20x15
1358
                  RenderText {#text} at (32,0) size 20x15
1359
                    text run at (32,0) width 20: "Yes"
1359
                    text run at (32,0) width 20: "Yes"
1360
                  RenderInline {SPAN} at (0,0) size 1x15
1360
                  RenderInline {SPAN} at (0,0) size 0x15
1361
                    RenderInline {O:P} at (0,0) size 1x15
1361
                    RenderInline {O:P} at (0,0) size 0x0
1362
                RenderBlock {P} at (7,32) size 85x17
1362
                RenderBlock {P} at (7,32) size 85x17
1363
                  RenderText {#text} at (32,0) size 20x15
1363
                  RenderText {#text} at (32,0) size 20x15
1364
                    text run at (32,0) width 20: "Yes"
1364
                    text run at (32,0) width 20: "Yes"
1365
                  RenderInline {SPAN} at (0,0) size 1x15
1365
                  RenderInline {SPAN} at (0,0) size 0x15
1366
                    RenderInline {O:P} at (0,0) size 1x15
1366
                    RenderInline {O:P} at (0,0) size 0x0
1367
                RenderBlock {P} at (7,48) size 85x17
1367
                RenderBlock {P} at (7,48) size 85x17
1368
                  RenderText {#text} at (32,0) size 20x15
1368
                  RenderText {#text} at (32,0) size 20x15
1369
                    text run at (32,0) width 20: "Yes"
1369
                    text run at (32,0) width 20: "Yes"
Lines 1382-1405 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec58
1382
                RenderBlock {P} at (7,128) size 85x17
1382
                RenderBlock {P} at (7,128) size 85x17
1383
                  RenderText {#text} at (32,0) size 20x15
1383
                  RenderText {#text} at (32,0) size 20x15
1384
                    text run at (32,0) width 20: "Yes"
1384
                    text run at (32,0) width 20: "Yes"
1385
                  RenderInline {SPAN} at (0,0) size 1x15
1385
                  RenderInline {SPAN} at (0,0) size 0x15
1386
                    RenderInline {O:P} at (0,0) size 1x15
1386
                    RenderInline {O:P} at (0,0) size 0x0
1387
              RenderTableCell {TD} at (367,1565) size 106x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=27 c=3 rs=1 cs=1]
1387
              RenderTableCell {TD} at (367,1565) size 106x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=27 c=3 rs=1 cs=1]
1388
                RenderBlock {P} at (7,0) size 91x17
1388
                RenderBlock {P} at (7,0) size 91x17
1389
                  RenderText {#text} at (35,0) size 20x15
1389
                  RenderText {#text} at (35,0) size 20x15
1390
                    text run at (35,0) width 20: "Yes"
1390
                    text run at (35,0) width 20: "Yes"
1391
                  RenderInline {SPAN} at (0,0) size 1x15
1391
                  RenderInline {SPAN} at (0,0) size 0x15
1392
                    RenderInline {O:P} at (0,0) size 1x15
1392
                    RenderInline {O:P} at (0,0) size 0x0
1393
                RenderBlock {P} at (7,16) size 91x17
1393
                RenderBlock {P} at (7,16) size 91x17
1394
                  RenderText {#text} at (35,0) size 20x15
1394
                  RenderText {#text} at (35,0) size 20x15
1395
                    text run at (35,0) width 20: "Yes"
1395
                    text run at (35,0) width 20: "Yes"
1396
                  RenderInline {SPAN} at (0,0) size 1x15
1396
                  RenderInline {SPAN} at (0,0) size 0x15
1397
                    RenderInline {O:P} at (0,0) size 1x15
1397
                    RenderInline {O:P} at (0,0) size 0x0
1398
                RenderBlock {P} at (7,32) size 91x17
1398
                RenderBlock {P} at (7,32) size 91x17
1399
                  RenderText {#text} at (37,0) size 17x15
1399
                  RenderText {#text} at (37,0) size 17x15
1400
                    text run at (37,0) width 17: "No"
1400
                    text run at (37,0) width 17: "No"
1401
                  RenderInline {SPAN} at (0,0) size 1x15
1401
                  RenderInline {SPAN} at (0,0) size 0x15
1402
                    RenderInline {O:P} at (0,0) size 1x15
1402
                    RenderInline {O:P} at (0,0) size 0x0
1403
                RenderBlock {P} at (7,48) size 91x17
1403
                RenderBlock {P} at (7,48) size 91x17
1404
                  RenderText {#text} at (37,0) size 17x15
1404
                  RenderText {#text} at (37,0) size 17x15
1405
                    text run at (37,0) width 17: "No"
1405
                    text run at (37,0) width 17: "No"
Lines 1418-1486 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec59
1418
                RenderBlock {P} at (7,128) size 91x17
1418
                RenderBlock {P} at (7,128) size 91x17
1419
                  RenderText {#text} at (37,0) size 17x15
1419
                  RenderText {#text} at (37,0) size 17x15
1420
                    text run at (37,0) width 17: "No"
1420
                    text run at (37,0) width 17: "No"
1421
                  RenderInline {SPAN} at (0,0) size 1x15
1421
                  RenderInline {SPAN} at (0,0) size 0x15
1422
                    RenderInline {O:P} at (0,0) size 1x15
1422
                    RenderInline {O:P} at (0,0) size 0x0
1423
            RenderTableRow {TR} at (0,1710) size 473x49
1423
            RenderTableRow {TR} at (0,1710) size 473x49
1424
              RenderTableCell {TD} at (0,1710) size 99x17 [border: (0.50px none #808080) none] [r=28 c=0 rs=1 cs=1]
1424
              RenderTableCell {TD} at (0,1710) size 99x17 [border: (0.50px none #808080) none] [r=28 c=0 rs=1 cs=1]
1425
                RenderBlock {P} at (7,0) size 84x17
1425
                RenderBlock {P} at (7,0) size 84x17
1426
                  RenderText {#text} at (35,0) size 14x15
1426
                  RenderText {#text} at (35,0) size 14x15
1427
                    text run at (35,0) width 14: "29"
1427
                    text run at (35,0) width 14: "29"
1428
                  RenderInline {SPAN} at (0,0) size 1x15
1428
                  RenderInline {SPAN} at (0,0) size 0x15
1429
                    RenderInline {O:P} at (0,0) size 1x15
1429
                    RenderInline {O:P} at (0,0) size 0x0
1430
              RenderTableCell {TD} at (98,1710) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=28 c=1 rs=1 cs=1]
1430
              RenderTableCell {TD} at (98,1710) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=28 c=1 rs=1 cs=1]
1431
                RenderBlock {P} at (7,0) size 157x17
1431
                RenderBlock {P} at (7,0) size 157x17
1432
                  RenderText {#text} at (0,0) size 67x15
1432
                  RenderText {#text} at (0,0) size 67x15
1433
                    text run at (0,0) width 67: "Javier Flores"
1433
                    text run at (0,0) width 67: "Javier Flores"
1434
                  RenderInline {SPAN} at (0,0) size 1x15
1434
                  RenderInline {SPAN} at (0,0) size 0x15
1435
                    RenderInline {O:P} at (0,0) size 1x15
1435
                    RenderInline {O:P} at (0,0) size 0x0
1436
                RenderBlock {P} at (7,16) size 157x17
1436
                RenderBlock {P} at (7,16) size 157x17
1437
                  RenderText {#text} at (0,0) size 66x15
1437
                  RenderText {#text} at (0,0) size 66x15
1438
                    text run at (0,0) width 66: "Bill Johnson"
1438
                    text run at (0,0) width 66: "Bill Johnson"
1439
                RenderBlock {P} at (7,32) size 157x17
1439
                RenderBlock {P} at (7,32) size 157x17
1440
                  RenderText {#text} at (0,0) size 55x15
1440
                  RenderText {#text} at (0,0) size 55x15
1441
                    text run at (0,0) width 55: "John Todd"
1441
                    text run at (0,0) width 55: "John Todd"
1442
                  RenderInline {SPAN} at (0,0) size 1x15
1442
                  RenderInline {SPAN} at (0,0) size 0x15
1443
                    RenderInline {O:P} at (0,0) size 1x15
1443
                    RenderInline {O:P} at (0,0) size 0x0
1444
              RenderTableCell {TD} at (268,1710) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=28 c=2 rs=1 cs=1]
1444
              RenderTableCell {TD} at (268,1710) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=28 c=2 rs=1 cs=1]
1445
                RenderBlock {P} at (7,0) size 85x17
1445
                RenderBlock {P} at (7,0) size 85x17
1446
                  RenderText {#text} at (32,0) size 20x15
1446
                  RenderText {#text} at (32,0) size 20x15
1447
                    text run at (32,0) width 20: "Yes"
1447
                    text run at (32,0) width 20: "Yes"
1448
                  RenderInline {SPAN} at (0,0) size 1x15
1448
                  RenderInline {SPAN} at (0,0) size 0x15
1449
                    RenderInline {O:P} at (0,0) size 1x15
1449
                    RenderInline {O:P} at (0,0) size 0x0
1450
                RenderBlock {P} at (7,16) size 85x17
1450
                RenderBlock {P} at (7,16) size 85x17
1451
                  RenderText {#text} at (32,0) size 20x15
1451
                  RenderText {#text} at (32,0) size 20x15
1452
                    text run at (32,0) width 20: "Yes"
1452
                    text run at (32,0) width 20: "Yes"
1453
                  RenderInline {SPAN} at (0,0) size 1x15
1453
                  RenderInline {SPAN} at (0,0) size 0x15
1454
                    RenderInline {O:P} at (0,0) size 1x15
1454
                    RenderInline {O:P} at (0,0) size 0x0
1455
              RenderTableCell {TD} at (367,1710) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=28 c=3 rs=1 cs=1]
1455
              RenderTableCell {TD} at (367,1710) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=28 c=3 rs=1 cs=1]
1456
                RenderBlock {P} at (7,0) size 91x17
1456
                RenderBlock {P} at (7,0) size 91x17
1457
                  RenderText {#text} at (37,0) size 17x15
1457
                  RenderText {#text} at (37,0) size 17x15
1458
                    text run at (37,0) width 17: "No"
1458
                    text run at (37,0) width 17: "No"
1459
                  RenderInline {SPAN} at (0,0) size 1x15
1459
                  RenderInline {SPAN} at (0,0) size 0x15
1460
                    RenderInline {O:P} at (0,0) size 1x15
1460
                    RenderInline {O:P} at (0,0) size 0x0
1461
                RenderBlock {P} at (7,16) size 91x17
1461
                RenderBlock {P} at (7,16) size 91x17
1462
                  RenderText {#text} at (37,0) size 17x15
1462
                  RenderText {#text} at (37,0) size 17x15
1463
                    text run at (37,0) width 17: "No"
1463
                    text run at (37,0) width 17: "No"
1464
                  RenderInline {SPAN} at (0,0) size 1x15
1464
                  RenderInline {SPAN} at (0,0) size 0x15
1465
                    RenderInline {O:P} at (0,0) size 1x15
1465
                    RenderInline {O:P} at (0,0) size 0x0
1466
            RenderTableRow {TR} at (0,1758) size 473x113
1466
            RenderTableRow {TR} at (0,1758) size 473x113
1467
              RenderTableCell {TD} at (0,1758) size 99x17 [border: (0.50px none #808080) none] [r=29 c=0 rs=1 cs=1]
1467
              RenderTableCell {TD} at (0,1758) size 99x17 [border: (0.50px none #808080) none] [r=29 c=0 rs=1 cs=1]
1468
                RenderBlock {P} at (7,0) size 84x17
1468
                RenderBlock {P} at (7,0) size 84x17
1469
                  RenderText {#text} at (35,0) size 14x15
1469
                  RenderText {#text} at (35,0) size 14x15
1470
                    text run at (35,0) width 14: "30"
1470
                    text run at (35,0) width 14: "30"
1471
                  RenderInline {SPAN} at (0,0) size 1x15
1471
                  RenderInline {SPAN} at (0,0) size 0x15
1472
                    RenderInline {O:P} at (0,0) size 1x15
1472
                    RenderInline {O:P} at (0,0) size 0x0
1473
              RenderTableCell {TD} at (98,1758) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=29 c=1 rs=1 cs=1]
1473
              RenderTableCell {TD} at (98,1758) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=29 c=1 rs=1 cs=1]
1474
                RenderBlock {P} at (7,0) size 157x17
1474
                RenderBlock {P} at (7,0) size 157x17
1475
                  RenderText {#text} at (0,0) size 86x15
1475
                  RenderText {#text} at (0,0) size 86x15
1476
                    text run at (0,0) width 86: "Alan Littlewood"
1476
                    text run at (0,0) width 86: "Alan Littlewood"
1477
                  RenderInline {SPAN} at (0,0) size 1x15
1477
                  RenderInline {SPAN} at (0,0) size 0x15
1478
                    RenderInline {O:P} at (0,0) size 1x15
1478
                    RenderInline {O:P} at (0,0) size 0x0
1479
                RenderBlock {P} at (7,16) size 157x17
1479
                RenderBlock {P} at (7,16) size 157x17
1480
                  RenderText {#text} at (0,0) size 83x15
1480
                  RenderText {#text} at (0,0) size 83x15
1481
                    text run at (0,0) width 83: "George Coward"
1481
                    text run at (0,0) width 83: "George Coward"
1482
                  RenderInline {SPAN} at (0,0) size 1x15
1482
                  RenderInline {SPAN} at (0,0) size 0x15
1483
                    RenderInline {O:P} at (0,0) size 1x15
1483
                    RenderInline {O:P} at (0,0) size 0x0
1484
                RenderBlock {P} at (7,32) size 157x17
1484
                RenderBlock {P} at (7,32) size 157x17
1485
                  RenderText {#text} at (0,0) size 83x15
1485
                  RenderText {#text} at (0,0) size 83x15
1486
                    text run at (0,0) width 83: "Maurice Burton"
1486
                    text run at (0,0) width 83: "Maurice Burton"
Lines 1496-1514 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec60
1496
                RenderBlock {P} at (7,96) size 157x17
1496
                RenderBlock {P} at (7,96) size 157x17
1497
                  RenderText {#text} at (0,0) size 88x15
1497
                  RenderText {#text} at (0,0) size 88x15
1498
                    text run at (0,0) width 88: "Richard Sanchez"
1498
                    text run at (0,0) width 88: "Richard Sanchez"
1499
                  RenderInline {SPAN} at (0,0) size 1x15
1499
                  RenderInline {SPAN} at (0,0) size 0x15
1500
                    RenderInline {O:P} at (0,0) size 1x15
1500
                    RenderInline {O:P} at (0,0) size 0x0
1501
              RenderTableCell {TD} at (268,1758) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=29 c=2 rs=1 cs=1]
1501
              RenderTableCell {TD} at (268,1758) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=29 c=2 rs=1 cs=1]
1502
                RenderBlock {P} at (7,0) size 85x17
1502
                RenderBlock {P} at (7,0) size 85x17
1503
                  RenderText {#text} at (32,0) size 20x15
1503
                  RenderText {#text} at (32,0) size 20x15
1504
                    text run at (32,0) width 20: "Yes"
1504
                    text run at (32,0) width 20: "Yes"
1505
                  RenderInline {SPAN} at (0,0) size 1x15
1505
                  RenderInline {SPAN} at (0,0) size 0x15
1506
                    RenderInline {O:P} at (0,0) size 1x15
1506
                    RenderInline {O:P} at (0,0) size 0x0
1507
                RenderBlock {P} at (7,16) size 85x17
1507
                RenderBlock {P} at (7,16) size 85x17
1508
                  RenderText {#text} at (32,0) size 20x15
1508
                  RenderText {#text} at (32,0) size 20x15
1509
                    text run at (32,0) width 20: "Yes"
1509
                    text run at (32,0) width 20: "Yes"
1510
                  RenderInline {SPAN} at (0,0) size 1x15
1510
                  RenderInline {SPAN} at (0,0) size 0x15
1511
                    RenderInline {O:P} at (0,0) size 1x15
1511
                    RenderInline {O:P} at (0,0) size 0x0
1512
                RenderBlock {P} at (7,32) size 85x17
1512
                RenderBlock {P} at (7,32) size 85x17
1513
                  RenderText {#text} at (32,0) size 20x15
1513
                  RenderText {#text} at (32,0) size 20x15
1514
                    text run at (32,0) width 20: "Yes"
1514
                    text run at (32,0) width 20: "Yes"
Lines 1524-1542 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec61
1524
                RenderBlock {P} at (7,96) size 85x17
1524
                RenderBlock {P} at (7,96) size 85x17
1525
                  RenderText {#text} at (34,0) size 17x15
1525
                  RenderText {#text} at (34,0) size 17x15
1526
                    text run at (34,0) width 17: "No"
1526
                    text run at (34,0) width 17: "No"
1527
                  RenderInline {SPAN} at (0,0) size 1x15
1527
                  RenderInline {SPAN} at (0,0) size 0x15
1528
                    RenderInline {O:P} at (0,0) size 1x15
1528
                    RenderInline {O:P} at (0,0) size 0x0
1529
              RenderTableCell {TD} at (367,1758) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=29 c=3 rs=1 cs=1]
1529
              RenderTableCell {TD} at (367,1758) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=29 c=3 rs=1 cs=1]
1530
                RenderBlock {P} at (7,0) size 91x17
1530
                RenderBlock {P} at (7,0) size 91x17
1531
                  RenderText {#text} at (37,0) size 17x15
1531
                  RenderText {#text} at (37,0) size 17x15
1532
                    text run at (37,0) width 17: "No"
1532
                    text run at (37,0) width 17: "No"
1533
                  RenderInline {SPAN} at (0,0) size 1x15
1533
                  RenderInline {SPAN} at (0,0) size 0x15
1534
                    RenderInline {O:P} at (0,0) size 1x15
1534
                    RenderInline {O:P} at (0,0) size 0x0
1535
                RenderBlock {P} at (7,16) size 91x17
1535
                RenderBlock {P} at (7,16) size 91x17
1536
                  RenderText {#text} at (37,0) size 17x15
1536
                  RenderText {#text} at (37,0) size 17x15
1537
                    text run at (37,0) width 17: "No"
1537
                    text run at (37,0) width 17: "No"
1538
                  RenderInline {SPAN} at (0,0) size 1x15
1538
                  RenderInline {SPAN} at (0,0) size 0x15
1539
                    RenderInline {O:P} at (0,0) size 1x15
1539
                    RenderInline {O:P} at (0,0) size 0x0
1540
                RenderBlock {P} at (7,32) size 91x17
1540
                RenderBlock {P} at (7,32) size 91x17
1541
                  RenderText {#text} at (37,0) size 17x15
1541
                  RenderText {#text} at (37,0) size 17x15
1542
                    text run at (37,0) width 17: "No"
1542
                    text run at (37,0) width 17: "No"
Lines 1552-1566 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec62
1552
                RenderBlock {P} at (7,96) size 91x17
1552
                RenderBlock {P} at (7,96) size 91x17
1553
                  RenderText {#text} at (35,0) size 20x15
1553
                  RenderText {#text} at (35,0) size 20x15
1554
                    text run at (35,0) width 20: "Yes"
1554
                    text run at (35,0) width 20: "Yes"
1555
                  RenderInline {SPAN} at (0,0) size 1x15
1555
                  RenderInline {SPAN} at (0,0) size 0x15
1556
                    RenderInline {O:P} at (0,0) size 1x15
1556
                    RenderInline {O:P} at (0,0) size 0x0
1557
            RenderTableRow {TR} at (0,1871) size 473x49
1557
            RenderTableRow {TR} at (0,1871) size 473x49
1558
              RenderTableCell {TD} at (0,1871) size 99x17 [border: (0.50px none #808080) none] [r=30 c=0 rs=1 cs=1]
1558
              RenderTableCell {TD} at (0,1871) size 99x17 [border: (0.50px none #808080) none] [r=30 c=0 rs=1 cs=1]
1559
                RenderBlock {P} at (7,0) size 84x17
1559
                RenderBlock {P} at (7,0) size 84x17
1560
                  RenderText {#text} at (35,0) size 14x15
1560
                  RenderText {#text} at (35,0) size 14x15
1561
                    text run at (35,0) width 14: "31"
1561
                    text run at (35,0) width 14: "31"
1562
                  RenderInline {SPAN} at (0,0) size 1x15
1562
                  RenderInline {SPAN} at (0,0) size 0x15
1563
                    RenderInline {O:P} at (0,0) size 1x15
1563
                    RenderInline {O:P} at (0,0) size 0x0
1564
              RenderTableCell {TD} at (98,1871) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=30 c=1 rs=1 cs=1]
1564
              RenderTableCell {TD} at (98,1871) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=30 c=1 rs=1 cs=1]
1565
                RenderBlock {P} at (7,0) size 157x17
1565
                RenderBlock {P} at (7,0) size 157x17
1566
                  RenderText {#text} at (0,0) size 64x15
1566
                  RenderText {#text} at (0,0) size 64x15
Lines 1571-1578 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec63
1571
                RenderBlock {P} at (7,32) size 157x17
1571
                RenderBlock {P} at (7,32) size 157x17
1572
                  RenderText {#text} at (0,0) size 62x15
1572
                  RenderText {#text} at (0,0) size 62x15
1573
                    text run at (0,0) width 62: "Randy Reid"
1573
                    text run at (0,0) width 62: "Randy Reid"
1574
                  RenderInline {SPAN} at (0,0) size 1x15
1574
                  RenderInline {SPAN} at (0,0) size 0x15
1575
                    RenderInline {O:P} at (0,0) size 1x15
1575
                    RenderInline {O:P} at (0,0) size 0x0
1576
              RenderTableCell {TD} at (268,1871) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=30 c=2 rs=1 cs=1]
1576
              RenderTableCell {TD} at (268,1871) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=30 c=2 rs=1 cs=1]
1577
                RenderBlock {P} at (7,0) size 85x17
1577
                RenderBlock {P} at (7,0) size 85x17
1578
                  RenderText {#text} at (32,0) size 20x15
1578
                  RenderText {#text} at (32,0) size 20x15
Lines 1580-1587 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec64
1580
                RenderBlock {P} at (7,16) size 85x17
1580
                RenderBlock {P} at (7,16) size 85x17
1581
                  RenderText {#text} at (32,0) size 20x15
1581
                  RenderText {#text} at (32,0) size 20x15
1582
                    text run at (32,0) width 20: "Yes"
1582
                    text run at (32,0) width 20: "Yes"
1583
                  RenderInline {SPAN} at (0,0) size 1x15
1583
                  RenderInline {SPAN} at (0,0) size 0x15
1584
                    RenderInline {O:P} at (0,0) size 1x15
1584
                    RenderInline {O:P} at (0,0) size 0x0
1585
              RenderTableCell {TD} at (367,1871) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=30 c=3 rs=1 cs=1]
1585
              RenderTableCell {TD} at (367,1871) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=30 c=3 rs=1 cs=1]
1586
                RenderBlock {P} at (7,0) size 91x17
1586
                RenderBlock {P} at (7,0) size 91x17
1587
                  RenderText {#text} at (35,0) size 20x15
1587
                  RenderText {#text} at (35,0) size 20x15
Lines 1589-1603 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec65
1589
                RenderBlock {P} at (7,16) size 91x17
1589
                RenderBlock {P} at (7,16) size 91x17
1590
                  RenderText {#text} at (37,0) size 17x15
1590
                  RenderText {#text} at (37,0) size 17x15
1591
                    text run at (37,0) width 17: "No"
1591
                    text run at (37,0) width 17: "No"
1592
                  RenderInline {SPAN} at (0,0) size 1x15
1592
                  RenderInline {SPAN} at (0,0) size 0x15
1593
                    RenderInline {O:P} at (0,0) size 1x15
1593
                    RenderInline {O:P} at (0,0) size 0x0
1594
            RenderTableRow {TR} at (0,1919) size 473x65
1594
            RenderTableRow {TR} at (0,1919) size 473x65
1595
              RenderTableCell {TD} at (0,1919) size 99x17 [border: (0.50px none #808080) none] [r=31 c=0 rs=1 cs=1]
1595
              RenderTableCell {TD} at (0,1919) size 99x17 [border: (0.50px none #808080) none] [r=31 c=0 rs=1 cs=1]
1596
                RenderBlock {P} at (7,0) size 84x17
1596
                RenderBlock {P} at (7,0) size 84x17
1597
                  RenderText {#text} at (35,0) size 14x15
1597
                  RenderText {#text} at (35,0) size 14x15
1598
                    text run at (35,0) width 14: "32"
1598
                    text run at (35,0) width 14: "32"
1599
                  RenderInline {SPAN} at (0,0) size 1x15
1599
                  RenderInline {SPAN} at (0,0) size 0x15
1600
                    RenderInline {O:P} at (0,0) size 1x15
1600
                    RenderInline {O:P} at (0,0) size 0x0
1601
              RenderTableCell {TD} at (98,1919) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=31 c=1 rs=1 cs=1]
1601
              RenderTableCell {TD} at (98,1919) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=31 c=1 rs=1 cs=1]
1602
                RenderBlock {P} at (7,0) size 157x17
1602
                RenderBlock {P} at (7,0) size 157x17
1603
                  RenderText {#text} at (0,0) size 65x15
1603
                  RenderText {#text} at (0,0) size 65x15
Lines 1611-1618 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec66
1611
                RenderBlock {P} at (7,48) size 157x17
1611
                RenderBlock {P} at (7,48) size 157x17
1612
                  RenderText {#text} at (0,0) size 86x15
1612
                  RenderText {#text} at (0,0) size 86x15
1613
                    text run at (0,0) width 86: "Dominic Bayani"
1613
                    text run at (0,0) width 86: "Dominic Bayani"
1614
                  RenderInline {SPAN} at (0,0) size 1x15
1614
                  RenderInline {SPAN} at (0,0) size 0x15
1615
                    RenderInline {O:P} at (0,0) size 1x15
1615
                    RenderInline {O:P} at (0,0) size 0x0
1616
              RenderTableCell {TD} at (268,1919) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=31 c=2 rs=1 cs=1]
1616
              RenderTableCell {TD} at (268,1919) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=31 c=2 rs=1 cs=1]
1617
                RenderBlock {P} at (7,0) size 85x17
1617
                RenderBlock {P} at (7,0) size 85x17
1618
                  RenderText {#text} at (31,0) size 23x15
1618
                  RenderText {#text} at (31,0) size 23x15
Lines 1620-1627 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec67
1620
                RenderBlock {P} at (7,16) size 85x17
1620
                RenderBlock {P} at (7,16) size 85x17
1621
                  RenderText {#text} at (32,0) size 20x15
1621
                  RenderText {#text} at (32,0) size 20x15
1622
                    text run at (32,0) width 20: "Yes"
1622
                    text run at (32,0) width 20: "Yes"
1623
                  RenderInline {SPAN} at (0,0) size 1x15
1623
                  RenderInline {SPAN} at (0,0) size 0x15
1624
                    RenderInline {O:P} at (0,0) size 1x15
1624
                    RenderInline {O:P} at (0,0) size 0x0
1625
              RenderTableCell {TD} at (367,1919) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=31 c=3 rs=1 cs=1]
1625
              RenderTableCell {TD} at (367,1919) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=31 c=3 rs=1 cs=1]
1626
                RenderBlock {P} at (7,0) size 91x17
1626
                RenderBlock {P} at (7,0) size 91x17
1627
                  RenderText {#text} at (35,0) size 20x15
1627
                  RenderText {#text} at (35,0) size 20x15
Lines 1629-1649 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec68
1629
                RenderBlock {P} at (7,16) size 91x17
1629
                RenderBlock {P} at (7,16) size 91x17
1630
                  RenderText {#text} at (37,0) size 17x15
1630
                  RenderText {#text} at (37,0) size 17x15
1631
                    text run at (37,0) width 17: "No"
1631
                    text run at (37,0) width 17: "No"
1632
                  RenderInline {SPAN} at (0,0) size 1x15
1632
                  RenderInline {SPAN} at (0,0) size 0x15
1633
                    RenderInline {O:P} at (0,0) size 1x15
1633
                    RenderInline {O:P} at (0,0) size 0x0
1634
            RenderTableRow {TR} at (0,1984) size 473x145
1634
            RenderTableRow {TR} at (0,1984) size 473x145
1635
              RenderTableCell {TD} at (0,1984) size 99x17 [border: (0.50px none #808080) none] [r=32 c=0 rs=1 cs=1]
1635
              RenderTableCell {TD} at (0,1984) size 99x17 [border: (0.50px none #808080) none] [r=32 c=0 rs=1 cs=1]
1636
                RenderBlock {P} at (7,0) size 84x17
1636
                RenderBlock {P} at (7,0) size 84x17
1637
                  RenderText {#text} at (35,0) size 14x15
1637
                  RenderText {#text} at (35,0) size 14x15
1638
                    text run at (35,0) width 14: "33"
1638
                    text run at (35,0) width 14: "33"
1639
                  RenderInline {SPAN} at (0,0) size 1x15
1639
                  RenderInline {SPAN} at (0,0) size 0x15
1640
                    RenderInline {O:P} at (0,0) size 1x15
1640
                    RenderInline {O:P} at (0,0) size 0x0
1641
              RenderTableCell {TD} at (98,1984) size 171x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=32 c=1 rs=1 cs=1]
1641
              RenderTableCell {TD} at (98,1984) size 171x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=32 c=1 rs=1 cs=1]
1642
                RenderBlock {P} at (7,0) size 157x17
1642
                RenderBlock {P} at (7,0) size 157x17
1643
                  RenderText {#text} at (0,0) size 67x15
1643
                  RenderText {#text} at (0,0) size 67x15
1644
                    text run at (0,0) width 67: "Tom Wagner"
1644
                    text run at (0,0) width 67: "Tom Wagner"
1645
                  RenderInline {SPAN} at (0,0) size 1x15
1645
                  RenderInline {SPAN} at (0,0) size 0x15
1646
                    RenderInline {O:P} at (0,0) size 1x15
1646
                    RenderInline {O:P} at (0,0) size 0x0
1647
                RenderBlock {P} at (7,16) size 157x17
1647
                RenderBlock {P} at (7,16) size 157x17
1648
                  RenderText {#text} at (0,0) size 74x15
1648
                  RenderText {#text} at (0,0) size 74x15
1649
                    text run at (0,0) width 74: "Gene Langley"
1649
                    text run at (0,0) width 74: "Gene Langley"
Lines 1668-1681 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec69
1668
                RenderBlock {P} at (7,128) size 157x17
1668
                RenderBlock {P} at (7,128) size 157x17
1669
                  RenderText {#text} at (0,0) size 66x15
1669
                  RenderText {#text} at (0,0) size 66x15
1670
                    text run at (0,0) width 66: "Terry Chong"
1670
                    text run at (0,0) width 66: "Terry Chong"
1671
                  RenderInline {SPAN} at (0,0) size 1x15
1671
                  RenderInline {SPAN} at (0,0) size 0x15
1672
                    RenderInline {O:P} at (0,0) size 1x15
1672
                    RenderInline {O:P} at (0,0) size 0x0
1673
              RenderTableCell {TD} at (268,1984) size 100x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=32 c=2 rs=1 cs=1]
1673
              RenderTableCell {TD} at (268,1984) size 100x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=32 c=2 rs=1 cs=1]
1674
                RenderBlock {P} at (7,0) size 85x17
1674
                RenderBlock {P} at (7,0) size 85x17
1675
                  RenderText {#text} at (32,0) size 20x15
1675
                  RenderText {#text} at (32,0) size 20x15
1676
                    text run at (32,0) width 20: "Yes"
1676
                    text run at (32,0) width 20: "Yes"
1677
                  RenderInline {SPAN} at (0,0) size 1x15
1677
                  RenderInline {SPAN} at (0,0) size 0x15
1678
                    RenderInline {O:P} at (0,0) size 1x15
1678
                    RenderInline {O:P} at (0,0) size 0x0
1679
                RenderBlock {P} at (7,16) size 85x17
1679
                RenderBlock {P} at (7,16) size 85x17
1680
                  RenderText {#text} at (32,0) size 20x15
1680
                  RenderText {#text} at (32,0) size 20x15
1681
                    text run at (32,0) width 20: "Yes"
1681
                    text run at (32,0) width 20: "Yes"
Lines 1700-1713 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec70
1700
                RenderBlock {P} at (7,128) size 85x17
1700
                RenderBlock {P} at (7,128) size 85x17
1701
                  RenderText {#text} at (32,0) size 20x15
1701
                  RenderText {#text} at (32,0) size 20x15
1702
                    text run at (32,0) width 20: "Yes"
1702
                    text run at (32,0) width 20: "Yes"
1703
                  RenderInline {SPAN} at (0,0) size 1x15
1703
                  RenderInline {SPAN} at (0,0) size 0x15
1704
                    RenderInline {O:P} at (0,0) size 1x15
1704
                    RenderInline {O:P} at (0,0) size 0x0
1705
              RenderTableCell {TD} at (367,1984) size 106x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=32 c=3 rs=1 cs=1]
1705
              RenderTableCell {TD} at (367,1984) size 106x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=32 c=3 rs=1 cs=1]
1706
                RenderBlock {P} at (7,0) size 91x17
1706
                RenderBlock {P} at (7,0) size 91x17
1707
                  RenderText {#text} at (37,0) size 17x15
1707
                  RenderText {#text} at (37,0) size 17x15
1708
                    text run at (37,0) width 17: "No"
1708
                    text run at (37,0) width 17: "No"
1709
                  RenderInline {SPAN} at (0,0) size 1x15
1709
                  RenderInline {SPAN} at (0,0) size 0x15
1710
                    RenderInline {O:P} at (0,0) size 1x15
1710
                    RenderInline {O:P} at (0,0) size 0x0
1711
                RenderBlock {P} at (7,16) size 91x17
1711
                RenderBlock {P} at (7,16) size 91x17
1712
                  RenderText {#text} at (7,0) size 77x15
1712
                  RenderText {#text} at (7,0) size 77x15
1713
                    text run at (7,0) width 77: "Gyro wannabe"
1713
                    text run at (7,0) width 77: "Gyro wannabe"
Lines 1732-1746 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec71
1732
                RenderBlock {P} at (7,128) size 91x17
1732
                RenderBlock {P} at (7,128) size 91x17
1733
                  RenderText {#text} at (37,0) size 17x15
1733
                  RenderText {#text} at (37,0) size 17x15
1734
                    text run at (37,0) width 17: "No"
1734
                    text run at (37,0) width 17: "No"
1735
                  RenderInline {SPAN} at (0,0) size 1x15
1735
                  RenderInline {SPAN} at (0,0) size 0x15
1736
                    RenderInline {O:P} at (0,0) size 1x15
1736
                    RenderInline {O:P} at (0,0) size 0x0
1737
            RenderTableRow {TR} at (0,2128) size 473x129
1737
            RenderTableRow {TR} at (0,2128) size 473x129
1738
              RenderTableCell {TD} at (0,2128) size 99x17 [border: (0.50px none #808080) none] [r=33 c=0 rs=1 cs=1]
1738
              RenderTableCell {TD} at (0,2128) size 99x17 [border: (0.50px none #808080) none] [r=33 c=0 rs=1 cs=1]
1739
                RenderBlock {P} at (7,0) size 84x17
1739
                RenderBlock {P} at (7,0) size 84x17
1740
                  RenderText {#text} at (35,0) size 14x15
1740
                  RenderText {#text} at (35,0) size 14x15
1741
                    text run at (35,0) width 14: "34"
1741
                    text run at (35,0) width 14: "34"
1742
                  RenderInline {SPAN} at (0,0) size 1x15
1742
                  RenderInline {SPAN} at (0,0) size 0x15
1743
                    RenderInline {O:P} at (0,0) size 1x15
1743
                    RenderInline {O:P} at (0,0) size 0x0
1744
              RenderTableCell {TD} at (98,2128) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=33 c=1 rs=1 cs=1]
1744
              RenderTableCell {TD} at (98,2128) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=33 c=1 rs=1 cs=1]
1745
                RenderBlock {P} at (7,0) size 157x17
1745
                RenderBlock {P} at (7,0) size 157x17
1746
                  RenderText {#text} at (0,0) size 56x15
1746
                  RenderText {#text} at (0,0) size 56x15
Lines 1766-1773 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec72
1766
                RenderBlock {P} at (7,112) size 157x17
1766
                RenderBlock {P} at (7,112) size 157x17
1767
                  RenderText {#text} at (0,0) size 62x15
1767
                  RenderText {#text} at (0,0) size 62x15
1768
                    text run at (0,0) width 62: "Scott Hersh"
1768
                    text run at (0,0) width 62: "Scott Hersh"
1769
                  RenderInline {SPAN} at (0,0) size 1x15
1769
                  RenderInline {SPAN} at (0,0) size 0x15
1770
                    RenderInline {O:P} at (0,0) size 1x15
1770
                    RenderInline {O:P} at (0,0) size 0x0
1771
              RenderTableCell {TD} at (268,2128) size 100x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=33 c=2 rs=1 cs=1]
1771
              RenderTableCell {TD} at (268,2128) size 100x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=33 c=2 rs=1 cs=1]
1772
                RenderBlock {P} at (7,0) size 85x17
1772
                RenderBlock {P} at (7,0) size 85x17
1773
                  RenderText {#text} at (32,0) size 20x15
1773
                  RenderText {#text} at (32,0) size 20x15
Lines 1793-1800 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec73
1793
                RenderBlock {P} at (7,112) size 85x17
1793
                RenderBlock {P} at (7,112) size 85x17
1794
                  RenderText {#text} at (32,0) size 20x15
1794
                  RenderText {#text} at (32,0) size 20x15
1795
                    text run at (32,0) width 20: "Yes"
1795
                    text run at (32,0) width 20: "Yes"
1796
                  RenderInline {SPAN} at (0,0) size 1x15
1796
                  RenderInline {SPAN} at (0,0) size 0x15
1797
                    RenderInline {O:P} at (0,0) size 1x15
1797
                    RenderInline {O:P} at (0,0) size 0x0
1798
              RenderTableCell {TD} at (367,2128) size 106x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=33 c=3 rs=1 cs=1]
1798
              RenderTableCell {TD} at (367,2128) size 106x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=33 c=3 rs=1 cs=1]
1799
                RenderBlock {P} at (7,0) size 91x17
1799
                RenderBlock {P} at (7,0) size 91x17
1800
                  RenderText {#text} at (37,0) size 17x15
1800
                  RenderText {#text} at (37,0) size 17x15
Lines 1820-1834 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec74
1820
                RenderBlock {P} at (7,112) size 91x17
1820
                RenderBlock {P} at (7,112) size 91x17
1821
                  RenderText {#text} at (37,0) size 17x15
1821
                  RenderText {#text} at (37,0) size 17x15
1822
                    text run at (37,0) width 17: "No"
1822
                    text run at (37,0) width 17: "No"
1823
                  RenderInline {SPAN} at (0,0) size 1x15
1823
                  RenderInline {SPAN} at (0,0) size 0x15
1824
                    RenderInline {O:P} at (0,0) size 1x15
1824
                    RenderInline {O:P} at (0,0) size 0x0
1825
            RenderTableRow {TR} at (0,2257) size 473x81
1825
            RenderTableRow {TR} at (0,2257) size 473x81
1826
              RenderTableCell {TD} at (0,2257) size 99x17 [border: (0.50px none #808080) none] [r=34 c=0 rs=1 cs=1]
1826
              RenderTableCell {TD} at (0,2257) size 99x17 [border: (0.50px none #808080) none] [r=34 c=0 rs=1 cs=1]
1827
                RenderBlock {P} at (7,0) size 84x17
1827
                RenderBlock {P} at (7,0) size 84x17
1828
                  RenderText {#text} at (35,0) size 14x15
1828
                  RenderText {#text} at (35,0) size 14x15
1829
                    text run at (35,0) width 14: "35"
1829
                    text run at (35,0) width 14: "35"
1830
                  RenderInline {SPAN} at (0,0) size 1x15
1830
                  RenderInline {SPAN} at (0,0) size 0x15
1831
                    RenderInline {O:P} at (0,0) size 1x15
1831
                    RenderInline {O:P} at (0,0) size 0x0
1832
              RenderTableCell {TD} at (98,2257) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=34 c=1 rs=1 cs=1]
1832
              RenderTableCell {TD} at (98,2257) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=34 c=1 rs=1 cs=1]
1833
                RenderBlock {P} at (7,0) size 157x17
1833
                RenderBlock {P} at (7,0) size 157x17
1834
                  RenderText {#text} at (0,0) size 80x15
1834
                  RenderText {#text} at (0,0) size 80x15
Lines 1845-1852 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec75
1845
                RenderBlock {P} at (7,64) size 157x17
1845
                RenderBlock {P} at (7,64) size 157x17
1846
                  RenderText {#text} at (0,0) size 62x15
1846
                  RenderText {#text} at (0,0) size 62x15
1847
                    text run at (0,0) width 62: "Oliver Baer"
1847
                    text run at (0,0) width 62: "Oliver Baer"
1848
                  RenderInline {SPAN} at (0,0) size 1x15
1848
                  RenderInline {SPAN} at (0,0) size 0x15
1849
                    RenderInline {O:P} at (0,0) size 1x15
1849
                    RenderInline {O:P} at (0,0) size 0x0
1850
              RenderTableCell {TD} at (268,2257) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=34 c=2 rs=1 cs=1]
1850
              RenderTableCell {TD} at (268,2257) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=34 c=2 rs=1 cs=1]
1851
                RenderBlock {P} at (7,0) size 85x17
1851
                RenderBlock {P} at (7,0) size 85x17
1852
                  RenderText {#text} at (40,0) size 4x15
1852
                  RenderText {#text} at (40,0) size 4x15
Lines 1863-1870 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec76
1863
                RenderBlock {P} at (7,64) size 85x17
1863
                RenderBlock {P} at (7,64) size 85x17
1864
                  RenderText {#text} at (32,0) size 20x15
1864
                  RenderText {#text} at (32,0) size 20x15
1865
                    text run at (32,0) width 20: "Yes"
1865
                    text run at (32,0) width 20: "Yes"
1866
                  RenderInline {SPAN} at (0,0) size 1x15
1866
                  RenderInline {SPAN} at (0,0) size 0x15
1867
                    RenderInline {O:P} at (0,0) size 1x15
1867
                    RenderInline {O:P} at (0,0) size 0x0
1868
              RenderTableCell {TD} at (367,2257) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=34 c=3 rs=1 cs=1]
1868
              RenderTableCell {TD} at (367,2257) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=34 c=3 rs=1 cs=1]
1869
                RenderBlock {P} at (7,0) size 91x17
1869
                RenderBlock {P} at (7,0) size 91x17
1870
                  RenderText {#text} at (43,0) size 4x15
1870
                  RenderText {#text} at (43,0) size 4x15
Lines 1881-1895 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec77
1881
                RenderBlock {P} at (7,64) size 91x17
1881
                RenderBlock {P} at (7,64) size 91x17
1882
                  RenderText {#text} at (37,0) size 17x15
1882
                  RenderText {#text} at (37,0) size 17x15
1883
                    text run at (37,0) width 17: "No"
1883
                    text run at (37,0) width 17: "No"
1884
                  RenderInline {SPAN} at (0,0) size 1x15
1884
                  RenderInline {SPAN} at (0,0) size 0x15
1885
                    RenderInline {O:P} at (0,0) size 1x15
1885
                    RenderInline {O:P} at (0,0) size 0x0
1886
            RenderTableRow {TR} at (0,2337) size 473x81
1886
            RenderTableRow {TR} at (0,2337) size 473x81
1887
              RenderTableCell {TD} at (0,2337) size 99x17 [border: (0.50px none #808080) none] [r=35 c=0 rs=1 cs=1]
1887
              RenderTableCell {TD} at (0,2337) size 99x17 [border: (0.50px none #808080) none] [r=35 c=0 rs=1 cs=1]
1888
                RenderBlock {P} at (7,0) size 84x17
1888
                RenderBlock {P} at (7,0) size 84x17
1889
                  RenderText {#text} at (35,0) size 14x15
1889
                  RenderText {#text} at (35,0) size 14x15
1890
                    text run at (35,0) width 14: "36"
1890
                    text run at (35,0) width 14: "36"
1891
                  RenderInline {SPAN} at (0,0) size 1x15
1891
                  RenderInline {SPAN} at (0,0) size 0x15
1892
                    RenderInline {O:P} at (0,0) size 1x15
1892
                    RenderInline {O:P} at (0,0) size 0x0
1893
              RenderTableCell {TD} at (98,2337) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=35 c=1 rs=1 cs=1]
1893
              RenderTableCell {TD} at (98,2337) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=35 c=1 rs=1 cs=1]
1894
                RenderBlock {P} at (7,0) size 157x17
1894
                RenderBlock {P} at (7,0) size 157x17
1895
                  RenderText {#text} at (0,0) size 69x15
1895
                  RenderText {#text} at (0,0) size 69x15
Lines 1906-1913 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec78
1906
                RenderBlock {P} at (7,64) size 157x17
1906
                RenderBlock {P} at (7,64) size 157x17
1907
                  RenderText {#text} at (0,0) size 62x15
1907
                  RenderText {#text} at (0,0) size 62x15
1908
                    text run at (0,0) width 62: "Dan Sievert"
1908
                    text run at (0,0) width 62: "Dan Sievert"
1909
                  RenderInline {SPAN} at (0,0) size 1x15
1909
                  RenderInline {SPAN} at (0,0) size 0x15
1910
                    RenderInline {O:P} at (0,0) size 1x15
1910
                    RenderInline {O:P} at (0,0) size 0x0
1911
              RenderTableCell {TD} at (268,2337) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=35 c=2 rs=1 cs=1]
1911
              RenderTableCell {TD} at (268,2337) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=35 c=2 rs=1 cs=1]
1912
                RenderBlock {P} at (7,0) size 85x17
1912
                RenderBlock {P} at (7,0) size 85x17
1913
                  RenderText {#text} at (32,0) size 20x15
1913
                  RenderText {#text} at (32,0) size 20x15
Lines 1924-1931 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec79
1924
                RenderBlock {P} at (7,64) size 85x17
1924
                RenderBlock {P} at (7,64) size 85x17
1925
                  RenderText {#text} at (32,0) size 20x15
1925
                  RenderText {#text} at (32,0) size 20x15
1926
                    text run at (32,0) width 20: "Yes"
1926
                    text run at (32,0) width 20: "Yes"
1927
                  RenderInline {SPAN} at (0,0) size 1x15
1927
                  RenderInline {SPAN} at (0,0) size 0x15
1928
                    RenderInline {O:P} at (0,0) size 1x15
1928
                    RenderInline {O:P} at (0,0) size 0x0
1929
              RenderTableCell {TD} at (367,2337) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=35 c=3 rs=1 cs=1]
1929
              RenderTableCell {TD} at (367,2337) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=35 c=3 rs=1 cs=1]
1930
                RenderBlock {P} at (7,0) size 91x17
1930
                RenderBlock {P} at (7,0) size 91x17
1931
                  RenderText {#text} at (37,0) size 17x15
1931
                  RenderText {#text} at (37,0) size 17x15
Lines 1942-1956 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec80
1942
                RenderBlock {P} at (7,64) size 91x17
1942
                RenderBlock {P} at (7,64) size 91x17
1943
                  RenderText {#text} at (37,0) size 17x15
1943
                  RenderText {#text} at (37,0) size 17x15
1944
                    text run at (37,0) width 17: "No"
1944
                    text run at (37,0) width 17: "No"
1945
                  RenderInline {SPAN} at (0,0) size 1x15
1945
                  RenderInline {SPAN} at (0,0) size 0x15
1946
                    RenderInline {O:P} at (0,0) size 1x15
1946
                    RenderInline {O:P} at (0,0) size 0x0
1947
            RenderTableRow {TR} at (0,2418) size 473x65
1947
            RenderTableRow {TR} at (0,2418) size 473x65
1948
              RenderTableCell {TD} at (0,2418) size 99x17 [border: (0.50px none #808080) none] [r=36 c=0 rs=1 cs=1]
1948
              RenderTableCell {TD} at (0,2418) size 99x17 [border: (0.50px none #808080) none] [r=36 c=0 rs=1 cs=1]
1949
                RenderBlock {P} at (7,0) size 84x17
1949
                RenderBlock {P} at (7,0) size 84x17
1950
                  RenderText {#text} at (35,0) size 14x15
1950
                  RenderText {#text} at (35,0) size 14x15
1951
                    text run at (35,0) width 14: "37"
1951
                    text run at (35,0) width 14: "37"
1952
                  RenderInline {SPAN} at (0,0) size 1x15
1952
                  RenderInline {SPAN} at (0,0) size 0x15
1953
                    RenderInline {O:P} at (0,0) size 1x15
1953
                    RenderInline {O:P} at (0,0) size 0x0
1954
              RenderTableCell {TD} at (98,2418) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=36 c=1 rs=1 cs=1]
1954
              RenderTableCell {TD} at (98,2418) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=36 c=1 rs=1 cs=1]
1955
                RenderBlock {P} at (7,0) size 157x17
1955
                RenderBlock {P} at (7,0) size 157x17
1956
                  RenderText {#text} at (0,0) size 92x15
1956
                  RenderText {#text} at (0,0) size 92x15
Lines 1964-1971 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec81
1964
                RenderBlock {P} at (7,48) size 157x17
1964
                RenderBlock {P} at (7,48) size 157x17
1965
                  RenderText {#text} at (0,0) size 76x15
1965
                  RenderText {#text} at (0,0) size 76x15
1966
                    text run at (0,0) width 76: "Soohong  Kim"
1966
                    text run at (0,0) width 76: "Soohong  Kim"
1967
                  RenderInline {SPAN} at (0,0) size 1x15
1967
                  RenderInline {SPAN} at (0,0) size 0x15
1968
                    RenderInline {O:P} at (0,0) size 1x15
1968
                    RenderInline {O:P} at (0,0) size 0x0
1969
              RenderTableCell {TD} at (268,2418) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=36 c=2 rs=1 cs=1]
1969
              RenderTableCell {TD} at (268,2418) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=36 c=2 rs=1 cs=1]
1970
                RenderBlock {P} at (7,0) size 85x17
1970
                RenderBlock {P} at (7,0) size 85x17
1971
                  RenderText {#text} at (32,0) size 20x15
1971
                  RenderText {#text} at (32,0) size 20x15
Lines 1979-1986 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec82
1979
                RenderBlock {P} at (7,48) size 85x17
1979
                RenderBlock {P} at (7,48) size 85x17
1980
                  RenderText {#text} at (32,0) size 20x15
1980
                  RenderText {#text} at (32,0) size 20x15
1981
                    text run at (32,0) width 20: "Yes"
1981
                    text run at (32,0) width 20: "Yes"
1982
                  RenderInline {SPAN} at (0,0) size 1x15
1982
                  RenderInline {SPAN} at (0,0) size 0x15
1983
                    RenderInline {O:P} at (0,0) size 1x15
1983
                    RenderInline {O:P} at (0,0) size 0x0
1984
              RenderTableCell {TD} at (367,2418) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=36 c=3 rs=1 cs=1]
1984
              RenderTableCell {TD} at (367,2418) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=36 c=3 rs=1 cs=1]
1985
                RenderBlock {P} at (7,0) size 91x17
1985
                RenderBlock {P} at (7,0) size 91x17
1986
                  RenderText {#text} at (37,0) size 17x15
1986
                  RenderText {#text} at (37,0) size 17x15
Lines 1994-2019 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec83
1994
                RenderBlock {P} at (7,48) size 91x17
1994
                RenderBlock {P} at (7,48) size 91x17
1995
                  RenderText {#text} at (37,0) size 17x15
1995
                  RenderText {#text} at (37,0) size 17x15
1996
                    text run at (37,0) width 17: "No"
1996
                    text run at (37,0) width 17: "No"
1997
                  RenderInline {SPAN} at (0,0) size 1x15
1997
                  RenderInline {SPAN} at (0,0) size 0x15
1998
                    RenderInline {O:P} at (0,0) size 1x15
1998
                    RenderInline {O:P} at (0,0) size 0x0
1999
            RenderTableRow {TR} at (0,2482) size 473x97
1999
            RenderTableRow {TR} at (0,2482) size 473x97
2000
              RenderTableCell {TD} at (0,2482) size 99x17 [border: (0.50px none #808080) none] [r=37 c=0 rs=1 cs=1]
2000
              RenderTableCell {TD} at (0,2482) size 99x17 [border: (0.50px none #808080) none] [r=37 c=0 rs=1 cs=1]
2001
                RenderBlock {P} at (7,0) size 84x17
2001
                RenderBlock {P} at (7,0) size 84x17
2002
                  RenderText {#text} at (35,0) size 14x15
2002
                  RenderText {#text} at (35,0) size 14x15
2003
                    text run at (35,0) width 14: "38"
2003
                    text run at (35,0) width 14: "38"
2004
                  RenderInline {SPAN} at (0,0) size 1x15
2004
                  RenderInline {SPAN} at (0,0) size 0x15
2005
                    RenderInline {O:P} at (0,0) size 1x15
2005
                    RenderInline {O:P} at (0,0) size 0x0
2006
              RenderTableCell {TD} at (98,2482) size 171x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=37 c=1 rs=1 cs=1]
2006
              RenderTableCell {TD} at (98,2482) size 171x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=37 c=1 rs=1 cs=1]
2007
                RenderBlock {P} at (7,0) size 157x17
2007
                RenderBlock {P} at (7,0) size 157x17
2008
                  RenderText {#text} at (0,0) size 99x15
2008
                  RenderText {#text} at (0,0) size 99x15
2009
                    text run at (0,0) width 99: "Karl Allmendinger"
2009
                    text run at (0,0) width 99: "Karl Allmendinger"
2010
                  RenderInline {SPAN} at (0,0) size 1x15
2010
                  RenderInline {SPAN} at (0,0) size 0x15
2011
                    RenderInline {O:P} at (0,0) size 1x15
2011
                    RenderInline {O:P} at (0,0) size 0x0
2012
                RenderBlock {P} at (7,16) size 157x17
2012
                RenderBlock {P} at (7,16) size 157x17
2013
                  RenderText {#text} at (0,0) size 63x15
2013
                  RenderText {#text} at (0,0) size 63x15
2014
                    text run at (0,0) width 63: "John Bernal"
2014
                    text run at (0,0) width 63: "John Bernal"
2015
                  RenderInline {SPAN} at (0,0) size 1x15
2015
                  RenderInline {SPAN} at (0,0) size 0x15
2016
                    RenderInline {O:P} at (0,0) size 1x15
2016
                    RenderInline {O:P} at (0,0) size 0x0
2017
                RenderBlock {P} at (7,32) size 157x17
2017
                RenderBlock {P} at (7,32) size 157x17
2018
                  RenderText {#text} at (0,0) size 74x15
2018
                  RenderText {#text} at (0,0) size 74x15
2019
                    text run at (0,0) width 74: "Gene Langley"
2019
                    text run at (0,0) width 74: "Gene Langley"
Lines 2026-2078 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec84
2026
                RenderBlock {P} at (7,80) size 157x17
2026
                RenderBlock {P} at (7,80) size 157x17
2027
                  RenderText {#text} at (0,0) size 91x15
2027
                  RenderText {#text} at (0,0) size 91x15
2028
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
2028
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
2029
                  RenderInline {SPAN} at (0,0) size 1x15
2029
                  RenderInline {SPAN} at (0,0) size 0x15
2030
                    RenderInline {O:P} at (0,0) size 1x15
2030
                    RenderInline {O:P} at (0,0) size 0x0
2031
              RenderTableCell {TD} at (268,2482) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=37 c=2 rs=1 cs=1]
2031
              RenderTableCell {TD} at (268,2482) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=37 c=2 rs=1 cs=1]
2032
                RenderBlock {P} at (7,0) size 85x17
2032
                RenderBlock {P} at (7,0) size 85x17
2033
                  RenderText {#text} at (32,0) size 20x15
2033
                  RenderText {#text} at (32,0) size 20x15
2034
                    text run at (32,0) width 20: "Yes"
2034
                    text run at (32,0) width 20: "Yes"
2035
                  RenderInline {SPAN} at (0,0) size 1x15
2035
                  RenderInline {SPAN} at (0,0) size 0x15
2036
                    RenderInline {O:P} at (0,0) size 1x15
2036
                    RenderInline {O:P} at (0,0) size 0x0
2037
                RenderBlock {P} at (7,16) size 85x17
2037
                RenderBlock {P} at (7,16) size 85x17
2038
                  RenderText {#text} at (32,0) size 20x15
2038
                  RenderText {#text} at (32,0) size 20x15
2039
                    text run at (32,0) width 20: "Yes"
2039
                    text run at (32,0) width 20: "Yes"
2040
                  RenderInline {SPAN} at (0,0) size 1x15
2040
                  RenderInline {SPAN} at (0,0) size 0x15
2041
                    RenderInline {O:P} at (0,0) size 1x15
2041
                    RenderInline {O:P} at (0,0) size 0x0
2042
                RenderBlock {P} at (7,32) size 85x17
2042
                RenderBlock {P} at (7,32) size 85x17
2043
                  RenderText {#text} at (32,0) size 20x15
2043
                  RenderText {#text} at (32,0) size 20x15
2044
                    text run at (32,0) width 20: "Yes"
2044
                    text run at (32,0) width 20: "Yes"
2045
                RenderBlock {P} at (7,48) size 85x17
2045
                RenderBlock {P} at (7,48) size 85x17
2046
                  RenderText {#text} at (32,0) size 20x15
2046
                  RenderText {#text} at (32,0) size 20x15
2047
                    text run at (32,0) width 20: "Yes"
2047
                    text run at (32,0) width 20: "Yes"
2048
                  RenderInline {SPAN} at (0,0) size 1x15
2048
                  RenderInline {SPAN} at (0,0) size 0x15
2049
                    RenderInline {O:P} at (0,0) size 1x15
2049
                    RenderInline {O:P} at (0,0) size 0x0
2050
              RenderTableCell {TD} at (367,2482) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=37 c=3 rs=1 cs=1]
2050
              RenderTableCell {TD} at (367,2482) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=37 c=3 rs=1 cs=1]
2051
                RenderBlock {P} at (7,0) size 91x17
2051
                RenderBlock {P} at (7,0) size 91x17
2052
                  RenderText {#text} at (37,0) size 17x15
2052
                  RenderText {#text} at (37,0) size 17x15
2053
                    text run at (37,0) width 17: "No"
2053
                    text run at (37,0) width 17: "No"
2054
                  RenderInline {SPAN} at (0,0) size 1x15
2054
                  RenderInline {SPAN} at (0,0) size 0x15
2055
                    RenderInline {O:P} at (0,0) size 1x15
2055
                    RenderInline {O:P} at (0,0) size 0x0
2056
                RenderBlock {P} at (7,16) size 91x17
2056
                RenderBlock {P} at (7,16) size 91x17
2057
                  RenderText {#text} at (37,0) size 17x15
2057
                  RenderText {#text} at (37,0) size 17x15
2058
                    text run at (37,0) width 17: "No"
2058
                    text run at (37,0) width 17: "No"
2059
                  RenderInline {SPAN} at (0,0) size 1x15
2059
                  RenderInline {SPAN} at (0,0) size 0x15
2060
                    RenderInline {O:P} at (0,0) size 1x15
2060
                    RenderInline {O:P} at (0,0) size 0x0
2061
                RenderBlock {P} at (7,32) size 91x17
2061
                RenderBlock {P} at (7,32) size 91x17
2062
                  RenderText {#text} at (7,0) size 77x15
2062
                  RenderText {#text} at (7,0) size 77x15
2063
                    text run at (7,0) width 77: "Gyro wannabe"
2063
                    text run at (7,0) width 77: "Gyro wannabe"
2064
                RenderBlock {P} at (7,48) size 91x17
2064
                RenderBlock {P} at (7,48) size 91x17
2065
                  RenderText {#text} at (37,0) size 17x15
2065
                  RenderText {#text} at (37,0) size 17x15
2066
                    text run at (37,0) width 17: "No"
2066
                    text run at (37,0) width 17: "No"
2067
                  RenderInline {SPAN} at (0,0) size 1x15
2067
                  RenderInline {SPAN} at (0,0) size 0x15
2068
                    RenderInline {O:P} at (0,0) size 1x15
2068
                    RenderInline {O:P} at (0,0) size 0x0
2069
            RenderTableRow {TR} at (0,2579) size 473x49
2069
            RenderTableRow {TR} at (0,2579) size 473x49
2070
              RenderTableCell {TD} at (0,2579) size 99x17 [border: (0.50px none #808080) none] [r=38 c=0 rs=1 cs=1]
2070
              RenderTableCell {TD} at (0,2579) size 99x17 [border: (0.50px none #808080) none] [r=38 c=0 rs=1 cs=1]
2071
                RenderBlock {P} at (7,0) size 84x17
2071
                RenderBlock {P} at (7,0) size 84x17
2072
                  RenderText {#text} at (35,0) size 14x15
2072
                  RenderText {#text} at (35,0) size 14x15
2073
                    text run at (35,0) width 14: "39"
2073
                    text run at (35,0) width 14: "39"
2074
                  RenderInline {SPAN} at (0,0) size 1x15
2074
                  RenderInline {SPAN} at (0,0) size 0x15
2075
                    RenderInline {O:P} at (0,0) size 1x15
2075
                    RenderInline {O:P} at (0,0) size 0x0
2076
              RenderTableCell {TD} at (98,2579) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=38 c=1 rs=1 cs=1]
2076
              RenderTableCell {TD} at (98,2579) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=38 c=1 rs=1 cs=1]
2077
                RenderBlock {P} at (7,0) size 157x17
2077
                RenderBlock {P} at (7,0) size 157x17
2078
                  RenderText {#text} at (0,0) size 67x15
2078
                  RenderText {#text} at (0,0) size 67x15
Lines 2083-2090 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec85
2083
                RenderBlock {P} at (7,32) size 157x17
2083
                RenderBlock {P} at (7,32) size 157x17
2084
                  RenderText {#text} at (0,0) size 63x15
2084
                  RenderText {#text} at (0,0) size 63x15
2085
                    text run at (0,0) width 63: "Will Sievert"
2085
                    text run at (0,0) width 63: "Will Sievert"
2086
                  RenderInline {SPAN} at (0,0) size 1x15
2086
                  RenderInline {SPAN} at (0,0) size 0x15
2087
                    RenderInline {O:P} at (0,0) size 1x15
2087
                    RenderInline {O:P} at (0,0) size 0x0
2088
              RenderTableCell {TD} at (268,2579) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=38 c=2 rs=1 cs=1]
2088
              RenderTableCell {TD} at (268,2579) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=38 c=2 rs=1 cs=1]
2089
                RenderBlock {P} at (7,0) size 85x17
2089
                RenderBlock {P} at (7,0) size 85x17
2090
                  RenderText {#text} at (32,0) size 20x15
2090
                  RenderText {#text} at (32,0) size 20x15
Lines 2095-2102 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec86
2095
                RenderBlock {P} at (7,32) size 85x17
2095
                RenderBlock {P} at (7,32) size 85x17
2096
                  RenderText {#text} at (32,0) size 20x15
2096
                  RenderText {#text} at (32,0) size 20x15
2097
                    text run at (32,0) width 20: "Yes"
2097
                    text run at (32,0) width 20: "Yes"
2098
                  RenderInline {SPAN} at (0,0) size 1x15
2098
                  RenderInline {SPAN} at (0,0) size 0x15
2099
                    RenderInline {O:P} at (0,0) size 1x15
2099
                    RenderInline {O:P} at (0,0) size 0x0
2100
              RenderTableCell {TD} at (367,2579) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=38 c=3 rs=1 cs=1]
2100
              RenderTableCell {TD} at (367,2579) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=38 c=3 rs=1 cs=1]
2101
                RenderBlock {P} at (7,0) size 91x17
2101
                RenderBlock {P} at (7,0) size 91x17
2102
                  RenderText {#text} at (37,0) size 17x15
2102
                  RenderText {#text} at (37,0) size 17x15
Lines 2107-2142 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec87
2107
                RenderBlock {P} at (7,32) size 91x17
2107
                RenderBlock {P} at (7,32) size 91x17
2108
                  RenderText {#text} at (37,0) size 17x15
2108
                  RenderText {#text} at (37,0) size 17x15
2109
                    text run at (37,0) width 17: "No"
2109
                    text run at (37,0) width 17: "No"
2110
                  RenderInline {SPAN} at (0,0) size 1x15
2110
                  RenderInline {SPAN} at (0,0) size 0x15
2111
                    RenderInline {O:P} at (0,0) size 1x15
2111
                    RenderInline {O:P} at (0,0) size 0x0
2112
            RenderTableRow {TR} at (0,2627) size 473x129
2112
            RenderTableRow {TR} at (0,2627) size 473x129
2113
              RenderTableCell {TD} at (0,2627) size 99x17 [border: (0.50px none #808080) none] [r=39 c=0 rs=1 cs=1]
2113
              RenderTableCell {TD} at (0,2627) size 99x17 [border: (0.50px none #808080) none] [r=39 c=0 rs=1 cs=1]
2114
                RenderBlock {P} at (7,0) size 84x17
2114
                RenderBlock {P} at (7,0) size 84x17
2115
                  RenderText {#text} at (35,0) size 14x15
2115
                  RenderText {#text} at (35,0) size 14x15
2116
                    text run at (35,0) width 14: "40"
2116
                    text run at (35,0) width 14: "40"
2117
                  RenderInline {SPAN} at (0,0) size 1x15
2117
                  RenderInline {SPAN} at (0,0) size 0x15
2118
                    RenderInline {O:P} at (0,0) size 1x15
2118
                    RenderInline {O:P} at (0,0) size 0x0
2119
              RenderTableCell {TD} at (98,2627) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=39 c=1 rs=1 cs=1]
2119
              RenderTableCell {TD} at (98,2627) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=39 c=1 rs=1 cs=1]
2120
                RenderBlock {P} at (7,0) size 157x17
2120
                RenderBlock {P} at (7,0) size 157x17
2121
                  RenderText {#text} at (0,0) size 80x15
2121
                  RenderText {#text} at (0,0) size 80x15
2122
                    text run at (0,0) width 80: "Alberto Lanzas"
2122
                    text run at (0,0) width 80: "Alberto Lanzas"
2123
                  RenderInline {SPAN} at (0,0) size 1x15
2123
                  RenderInline {SPAN} at (0,0) size 0x15
2124
                    RenderInline {O:P} at (0,0) size 1x15
2124
                    RenderInline {O:P} at (0,0) size 0x0
2125
                RenderBlock {P} at (7,16) size 157x17
2125
                RenderBlock {P} at (7,16) size 157x17
2126
                  RenderText {#text} at (0,0) size 91x15
2126
                  RenderText {#text} at (0,0) size 91x15
2127
                    text run at (0,0) width 91: "Zak + Mike West"
2127
                    text run at (0,0) width 91: "Zak + Mike West"
2128
                  RenderInline {SPAN} at (0,0) size 1x15
2128
                  RenderInline {SPAN} at (0,0) size 0x15
2129
                    RenderInline {O:P} at (0,0) size 1x15
2129
                    RenderInline {O:P} at (0,0) size 0x0
2130
                RenderBlock {P} at (7,32) size 157x17
2130
                RenderBlock {P} at (7,32) size 157x17
2131
                  RenderText {#text} at (0,0) size 67x15
2131
                  RenderText {#text} at (0,0) size 67x15
2132
                    text run at (0,0) width 67: "Javier Flores"
2132
                    text run at (0,0) width 67: "Javier Flores"
2133
                  RenderInline {SPAN} at (0,0) size 1x15
2133
                  RenderInline {SPAN} at (0,0) size 0x15
2134
                    RenderInline {O:P} at (0,0) size 1x15
2134
                    RenderInline {O:P} at (0,0) size 0x0
2135
                RenderBlock {P} at (7,48) size 157x17
2135
                RenderBlock {P} at (7,48) size 157x17
2136
                  RenderText {#text} at (0,0) size 66x15
2136
                  RenderText {#text} at (0,0) size 66x15
2137
                    text run at (0,0) width 66: "Bill Johnson"
2137
                    text run at (0,0) width 66: "Bill Johnson"
2138
                  RenderInline {SPAN} at (0,0) size 1x15
2138
                  RenderInline {SPAN} at (0,0) size 0x15
2139
                    RenderInline {O:P} at (0,0) size 1x15
2139
                    RenderInline {O:P} at (0,0) size 0x0
2140
                RenderBlock {P} at (7,64) size 157x17
2140
                RenderBlock {P} at (7,64) size 157x17
2141
                  RenderText {#text} at (0,0) size 74x15
2141
                  RenderText {#text} at (0,0) size 74x15
2142
                    text run at (0,0) width 74: "Gene Langley"
2142
                    text run at (0,0) width 74: "Gene Langley"
Lines 2149-2177 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec88
2149
                RenderBlock {P} at (7,112) size 157x17
2149
                RenderBlock {P} at (7,112) size 157x17
2150
                  RenderText {#text} at (0,0) size 69x15
2150
                  RenderText {#text} at (0,0) size 69x15
2151
                    text run at (0,0) width 69: "Harald Close"
2151
                    text run at (0,0) width 69: "Harald Close"
2152
                  RenderInline {SPAN} at (0,0) size 1x15
2152
                  RenderInline {SPAN} at (0,0) size 0x15
2153
                    RenderInline {O:P} at (0,0) size 1x15
2153
                    RenderInline {O:P} at (0,0) size 0x0
2154
              RenderTableCell {TD} at (268,2627) size 100x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=39 c=2 rs=1 cs=1]
2154
              RenderTableCell {TD} at (268,2627) size 100x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=39 c=2 rs=1 cs=1]
2155
                RenderBlock {P} at (7,0) size 85x17
2155
                RenderBlock {P} at (7,0) size 85x17
2156
                  RenderText {#text} at (32,0) size 20x15
2156
                  RenderText {#text} at (32,0) size 20x15
2157
                    text run at (32,0) width 20: "Yes"
2157
                    text run at (32,0) width 20: "Yes"
2158
                  RenderInline {SPAN} at (0,0) size 1x15
2158
                  RenderInline {SPAN} at (0,0) size 0x15
2159
                    RenderInline {O:P} at (0,0) size 1x15
2159
                    RenderInline {O:P} at (0,0) size 0x0
2160
                RenderBlock {P} at (7,16) size 85x17
2160
                RenderBlock {P} at (7,16) size 85x17
2161
                  RenderText {#text} at (32,0) size 20x15
2161
                  RenderText {#text} at (32,0) size 20x15
2162
                    text run at (32,0) width 20: "Yes"
2162
                    text run at (32,0) width 20: "Yes"
2163
                  RenderInline {SPAN} at (0,0) size 1x15
2163
                  RenderInline {SPAN} at (0,0) size 0x15
2164
                    RenderInline {O:P} at (0,0) size 1x15
2164
                    RenderInline {O:P} at (0,0) size 0x0
2165
                RenderBlock {P} at (7,32) size 85x17
2165
                RenderBlock {P} at (7,32) size 85x17
2166
                  RenderText {#text} at (32,0) size 20x15
2166
                  RenderText {#text} at (32,0) size 20x15
2167
                    text run at (32,0) width 20: "Yes"
2167
                    text run at (32,0) width 20: "Yes"
2168
                  RenderInline {SPAN} at (0,0) size 1x15
2168
                  RenderInline {SPAN} at (0,0) size 0x15
2169
                    RenderInline {O:P} at (0,0) size 1x15
2169
                    RenderInline {O:P} at (0,0) size 0x0
2170
                RenderBlock {P} at (7,48) size 85x17
2170
                RenderBlock {P} at (7,48) size 85x17
2171
                  RenderText {#text} at (32,0) size 20x15
2171
                  RenderText {#text} at (32,0) size 20x15
2172
                    text run at (32,0) width 20: "Yes"
2172
                    text run at (32,0) width 20: "Yes"
2173
                  RenderInline {SPAN} at (0,0) size 1x15
2173
                  RenderInline {SPAN} at (0,0) size 0x15
2174
                    RenderInline {O:P} at (0,0) size 1x15
2174
                    RenderInline {O:P} at (0,0) size 0x0
2175
                RenderBlock {P} at (7,64) size 85x17
2175
                RenderBlock {P} at (7,64) size 85x17
2176
                  RenderText {#text} at (32,0) size 20x15
2176
                  RenderText {#text} at (32,0) size 20x15
2177
                    text run at (32,0) width 20: "Yes"
2177
                    text run at (32,0) width 20: "Yes"
Lines 2184-2212 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec89
2184
                RenderBlock {P} at (7,112) size 85x17
2184
                RenderBlock {P} at (7,112) size 85x17
2185
                  RenderText {#text} at (32,0) size 20x15
2185
                  RenderText {#text} at (32,0) size 20x15
2186
                    text run at (32,0) width 20: "Yes"
2186
                    text run at (32,0) width 20: "Yes"
2187
                  RenderInline {SPAN} at (0,0) size 1x15
2187
                  RenderInline {SPAN} at (0,0) size 0x15
2188
                    RenderInline {O:P} at (0,0) size 1x15
2188
                    RenderInline {O:P} at (0,0) size 0x0
2189
              RenderTableCell {TD} at (367,2627) size 106x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=39 c=3 rs=1 cs=1]
2189
              RenderTableCell {TD} at (367,2627) size 106x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=39 c=3 rs=1 cs=1]
2190
                RenderBlock {P} at (7,0) size 91x17
2190
                RenderBlock {P} at (7,0) size 91x17
2191
                  RenderText {#text} at (35,0) size 20x15
2191
                  RenderText {#text} at (35,0) size 20x15
2192
                    text run at (35,0) width 20: "Yes"
2192
                    text run at (35,0) width 20: "Yes"
2193
                  RenderInline {SPAN} at (0,0) size 1x15
2193
                  RenderInline {SPAN} at (0,0) size 0x15
2194
                    RenderInline {O:P} at (0,0) size 1x15
2194
                    RenderInline {O:P} at (0,0) size 0x0
2195
                RenderBlock {P} at (7,16) size 91x17
2195
                RenderBlock {P} at (7,16) size 91x17
2196
                  RenderText {#text} at (35,0) size 20x15
2196
                  RenderText {#text} at (35,0) size 20x15
2197
                    text run at (35,0) width 20: "Yes"
2197
                    text run at (35,0) width 20: "Yes"
2198
                  RenderInline {SPAN} at (0,0) size 1x15
2198
                  RenderInline {SPAN} at (0,0) size 0x15
2199
                    RenderInline {O:P} at (0,0) size 1x15
2199
                    RenderInline {O:P} at (0,0) size 0x0
2200
                RenderBlock {P} at (7,32) size 91x17
2200
                RenderBlock {P} at (7,32) size 91x17
2201
                  RenderText {#text} at (37,0) size 17x15
2201
                  RenderText {#text} at (37,0) size 17x15
2202
                    text run at (37,0) width 17: "No"
2202
                    text run at (37,0) width 17: "No"
2203
                  RenderInline {SPAN} at (0,0) size 1x15
2203
                  RenderInline {SPAN} at (0,0) size 0x15
2204
                    RenderInline {O:P} at (0,0) size 1x15
2204
                    RenderInline {O:P} at (0,0) size 0x0
2205
                RenderBlock {P} at (7,48) size 91x17
2205
                RenderBlock {P} at (7,48) size 91x17
2206
                  RenderText {#text} at (37,0) size 17x15
2206
                  RenderText {#text} at (37,0) size 17x15
2207
                    text run at (37,0) width 17: "No"
2207
                    text run at (37,0) width 17: "No"
2208
                  RenderInline {SPAN} at (0,0) size 1x15
2208
                  RenderInline {SPAN} at (0,0) size 0x15
2209
                    RenderInline {O:P} at (0,0) size 1x15
2209
                    RenderInline {O:P} at (0,0) size 0x0
2210
                RenderBlock {P} at (7,64) size 91x17
2210
                RenderBlock {P} at (7,64) size 91x17
2211
                  RenderText {#text} at (28,0) size 34x15
2211
                  RenderText {#text} at (28,0) size 34x15
2212
                    text run at (28,0) width 34: "Glider"
2212
                    text run at (28,0) width 34: "Glider"
Lines 2219-2249 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec90
2219
                RenderBlock {P} at (7,112) size 91x17
2219
                RenderBlock {P} at (7,112) size 91x17
2220
                  RenderText {#text} at (37,0) size 17x15
2220
                  RenderText {#text} at (37,0) size 17x15
2221
                    text run at (37,0) width 17: "No"
2221
                    text run at (37,0) width 17: "No"
2222
                  RenderInline {SPAN} at (0,0) size 1x15
2222
                  RenderInline {SPAN} at (0,0) size 0x15
2223
                    RenderInline {O:P} at (0,0) size 1x15
2223
                    RenderInline {O:P} at (0,0) size 0x0
2224
            RenderTableRow {TR} at (0,2756) size 473x129
2224
            RenderTableRow {TR} at (0,2756) size 473x129
2225
              RenderTableCell {TD} at (0,2756) size 99x17 [border: (0.50px none #808080) none] [r=40 c=0 rs=1 cs=1]
2225
              RenderTableCell {TD} at (0,2756) size 99x17 [border: (0.50px none #808080) none] [r=40 c=0 rs=1 cs=1]
2226
                RenderBlock {P} at (7,0) size 84x17
2226
                RenderBlock {P} at (7,0) size 84x17
2227
                  RenderText {#text} at (35,0) size 14x15
2227
                  RenderText {#text} at (35,0) size 14x15
2228
                    text run at (35,0) width 14: "41"
2228
                    text run at (35,0) width 14: "41"
2229
                  RenderInline {SPAN} at (0,0) size 1x15
2229
                  RenderInline {SPAN} at (0,0) size 0x15
2230
                    RenderInline {O:P} at (0,0) size 1x15
2230
                    RenderInline {O:P} at (0,0) size 0x0
2231
              RenderTableCell {TD} at (98,2756) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=40 c=1 rs=1 cs=1]
2231
              RenderTableCell {TD} at (98,2756) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=40 c=1 rs=1 cs=1]
2232
                RenderBlock {P} at (7,0) size 157x17
2232
                RenderBlock {P} at (7,0) size 157x17
2233
                  RenderText {#text} at (0,0) size 92x15
2233
                  RenderText {#text} at (0,0) size 92x15
2234
                    text run at (0,0) width 92: "Dominic Civiletti"
2234
                    text run at (0,0) width 92: "Dominic Civiletti"
2235
                  RenderInline {SPAN} at (0,0) size 1x15
2235
                  RenderInline {SPAN} at (0,0) size 0x15
2236
                    RenderInline {O:P} at (0,0) size 1x15
2236
                    RenderInline {O:P} at (0,0) size 0x0
2237
                RenderBlock {P} at (7,16) size 157x17
2237
                RenderBlock {P} at (7,16) size 157x17
2238
                  RenderText {#text} at (0,0) size 101x15
2238
                  RenderText {#text} at (0,0) size 101x15
2239
                    text run at (0,0) width 101: "Corbin Christensen"
2239
                    text run at (0,0) width 101: "Corbin Christensen"
2240
                  RenderInline {SPAN} at (0,0) size 1x15
2240
                  RenderInline {SPAN} at (0,0) size 0x15
2241
                    RenderInline {O:P} at (0,0) size 1x15
2241
                    RenderInline {O:P} at (0,0) size 0x0
2242
                RenderBlock {P} at (7,32) size 157x17
2242
                RenderBlock {P} at (7,32) size 157x17
2243
                  RenderText {#text} at (0,0) size 57x15
2243
                  RenderText {#text} at (0,0) size 57x15
2244
                    text run at (0,0) width 57: "Hal Hirsch"
2244
                    text run at (0,0) width 57: "Hal Hirsch"
2245
                  RenderInline {SPAN} at (0,0) size 1x15
2245
                  RenderInline {SPAN} at (0,0) size 0x15
2246
                    RenderInline {O:P} at (0,0) size 1x15
2246
                    RenderInline {O:P} at (0,0) size 0x0
2247
                RenderBlock {P} at (7,48) size 157x17
2247
                RenderBlock {P} at (7,48) size 157x17
2248
                  RenderText {#text} at (0,0) size 88x15
2248
                  RenderText {#text} at (0,0) size 88x15
2249
                    text run at (0,0) width 88: "Richard Sanchez"
2249
                    text run at (0,0) width 88: "Richard Sanchez"
Lines 2259-2282 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec91
2259
                RenderBlock {P} at (7,112) size 157x17
2259
                RenderBlock {P} at (7,112) size 157x17
2260
                  RenderText {#text} at (0,0) size 54x15
2260
                  RenderText {#text} at (0,0) size 54x15
2261
                    text run at (0,0) width 54: "John Paye"
2261
                    text run at (0,0) width 54: "John Paye"
2262
                  RenderInline {SPAN} at (0,0) size 1x15
2262
                  RenderInline {SPAN} at (0,0) size 0x15
2263
                    RenderInline {O:P} at (0,0) size 1x15
2263
                    RenderInline {O:P} at (0,0) size 0x0
2264
              RenderTableCell {TD} at (268,2756) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=40 c=2 rs=1 cs=1]
2264
              RenderTableCell {TD} at (268,2756) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=40 c=2 rs=1 cs=1]
2265
                RenderBlock {P} at (7,0) size 85x17
2265
                RenderBlock {P} at (7,0) size 85x17
2266
                  RenderText {#text} at (32,0) size 20x15
2266
                  RenderText {#text} at (32,0) size 20x15
2267
                    text run at (32,0) width 20: "Yes"
2267
                    text run at (32,0) width 20: "Yes"
2268
                  RenderInline {SPAN} at (0,0) size 1x15
2268
                  RenderInline {SPAN} at (0,0) size 0x15
2269
                    RenderInline {O:P} at (0,0) size 1x15
2269
                    RenderInline {O:P} at (0,0) size 0x0
2270
                RenderBlock {P} at (7,16) size 85x17
2270
                RenderBlock {P} at (7,16) size 85x17
2271
                  RenderText {#text} at (32,0) size 20x15
2271
                  RenderText {#text} at (32,0) size 20x15
2272
                    text run at (32,0) width 20: "Yes"
2272
                    text run at (32,0) width 20: "Yes"
2273
                  RenderInline {SPAN} at (0,0) size 1x15
2273
                  RenderInline {SPAN} at (0,0) size 0x15
2274
                    RenderInline {O:P} at (0,0) size 1x15
2274
                    RenderInline {O:P} at (0,0) size 0x0
2275
                RenderBlock {P} at (7,32) size 85x17
2275
                RenderBlock {P} at (7,32) size 85x17
2276
                  RenderText {#text} at (32,0) size 20x15
2276
                  RenderText {#text} at (32,0) size 20x15
2277
                    text run at (32,0) width 20: "Yes"
2277
                    text run at (32,0) width 20: "Yes"
2278
                  RenderInline {SPAN} at (0,0) size 1x15
2278
                  RenderInline {SPAN} at (0,0) size 0x15
2279
                    RenderInline {O:P} at (0,0) size 1x15
2279
                    RenderInline {O:P} at (0,0) size 0x0
2280
                RenderBlock {P} at (7,48) size 85x17
2280
                RenderBlock {P} at (7,48) size 85x17
2281
                  RenderText {#text} at (34,0) size 17x15
2281
                  RenderText {#text} at (34,0) size 17x15
2282
                    text run at (34,0) width 17: "No"
2282
                    text run at (34,0) width 17: "No"
Lines 2289-2312 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec92
2289
                RenderBlock {P} at (7,96) size 85x17
2289
                RenderBlock {P} at (7,96) size 85x17
2290
                  RenderText {#text} at (32,0) size 20x15
2290
                  RenderText {#text} at (32,0) size 20x15
2291
                    text run at (32,0) width 20: "Yes"
2291
                    text run at (32,0) width 20: "Yes"
2292
                  RenderInline {SPAN} at (0,0) size 1x15
2292
                  RenderInline {SPAN} at (0,0) size 0x15
2293
                    RenderInline {O:P} at (0,0) size 1x15
2293
                    RenderInline {O:P} at (0,0) size 0x0
2294
              RenderTableCell {TD} at (367,2756) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=40 c=3 rs=1 cs=1]
2294
              RenderTableCell {TD} at (367,2756) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=40 c=3 rs=1 cs=1]
2295
                RenderBlock {P} at (7,0) size 91x17
2295
                RenderBlock {P} at (7,0) size 91x17
2296
                  RenderText {#text} at (37,0) size 17x15
2296
                  RenderText {#text} at (37,0) size 17x15
2297
                    text run at (37,0) width 17: "No"
2297
                    text run at (37,0) width 17: "No"
2298
                  RenderInline {SPAN} at (0,0) size 1x15
2298
                  RenderInline {SPAN} at (0,0) size 0x15
2299
                    RenderInline {O:P} at (0,0) size 1x15
2299
                    RenderInline {O:P} at (0,0) size 0x0
2300
                RenderBlock {P} at (7,16) size 91x17
2300
                RenderBlock {P} at (7,16) size 91x17
2301
                  RenderText {#text} at (37,0) size 17x15
2301
                  RenderText {#text} at (37,0) size 17x15
2302
                    text run at (37,0) width 17: "No"
2302
                    text run at (37,0) width 17: "No"
2303
                  RenderInline {SPAN} at (0,0) size 1x15
2303
                  RenderInline {SPAN} at (0,0) size 0x15
2304
                    RenderInline {O:P} at (0,0) size 1x15
2304
                    RenderInline {O:P} at (0,0) size 0x0
2305
                RenderBlock {P} at (7,32) size 91x17
2305
                RenderBlock {P} at (7,32) size 91x17
2306
                  RenderText {#text} at (37,0) size 17x15
2306
                  RenderText {#text} at (37,0) size 17x15
2307
                    text run at (37,0) width 17: "No"
2307
                    text run at (37,0) width 17: "No"
2308
                  RenderInline {SPAN} at (0,0) size 1x15
2308
                  RenderInline {SPAN} at (0,0) size 0x15
2309
                    RenderInline {O:P} at (0,0) size 1x15
2309
                    RenderInline {O:P} at (0,0) size 0x0
2310
                RenderBlock {P} at (7,48) size 91x17
2310
                RenderBlock {P} at (7,48) size 91x17
2311
                  RenderText {#text} at (35,0) size 20x15
2311
                  RenderText {#text} at (35,0) size 20x15
2312
                    text run at (35,0) width 20: "Yes"
2312
                    text run at (35,0) width 20: "Yes"
Lines 2319-2344 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec93
2319
                RenderBlock {P} at (7,96) size 91x17
2319
                RenderBlock {P} at (7,96) size 91x17
2320
                  RenderText {#text} at (37,0) size 17x15
2320
                  RenderText {#text} at (37,0) size 17x15
2321
                    text run at (37,0) width 17: "No"
2321
                    text run at (37,0) width 17: "No"
2322
                  RenderInline {SPAN} at (0,0) size 1x15
2322
                  RenderInline {SPAN} at (0,0) size 0x15
2323
                    RenderInline {O:P} at (0,0) size 1x15
2323
                    RenderInline {O:P} at (0,0) size 0x0
2324
            RenderTableRow {TR} at (0,2884) size 473x129
2324
            RenderTableRow {TR} at (0,2884) size 473x129
2325
              RenderTableCell {TD} at (0,2884) size 99x17 [border: (0.50px none #808080) none] [r=41 c=0 rs=1 cs=1]
2325
              RenderTableCell {TD} at (0,2884) size 99x17 [border: (0.50px none #808080) none] [r=41 c=0 rs=1 cs=1]
2326
                RenderBlock {P} at (7,0) size 84x17
2326
                RenderBlock {P} at (7,0) size 84x17
2327
                  RenderText {#text} at (35,0) size 14x15
2327
                  RenderText {#text} at (35,0) size 14x15
2328
                    text run at (35,0) width 14: "42"
2328
                    text run at (35,0) width 14: "42"
2329
                  RenderInline {SPAN} at (0,0) size 1x15
2329
                  RenderInline {SPAN} at (0,0) size 0x15
2330
                    RenderInline {O:P} at (0,0) size 1x15
2330
                    RenderInline {O:P} at (0,0) size 0x0
2331
              RenderTableCell {TD} at (98,2884) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=41 c=1 rs=1 cs=1]
2331
              RenderTableCell {TD} at (98,2884) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=41 c=1 rs=1 cs=1]
2332
                RenderBlock {P} at (7,0) size 157x17
2332
                RenderBlock {P} at (7,0) size 157x17
2333
                  RenderText {#text} at (0,0) size 45x15
2333
                  RenderText {#text} at (0,0) size 45x15
2334
                    text run at (0,0) width 45: "Tony Yu"
2334
                    text run at (0,0) width 45: "Tony Yu"
2335
                  RenderInline {SPAN} at (0,0) size 1x15
2335
                  RenderInline {SPAN} at (0,0) size 0x15
2336
                    RenderInline {O:P} at (0,0) size 1x15
2336
                    RenderInline {O:P} at (0,0) size 0x0
2337
                RenderBlock {P} at (7,16) size 157x17
2337
                RenderBlock {P} at (7,16) size 157x17
2338
                  RenderText {#text} at (0,0) size 65x15
2338
                  RenderText {#text} at (0,0) size 65x15
2339
                    text run at (0,0) width 65: "Jason Miller"
2339
                    text run at (0,0) width 65: "Jason Miller"
2340
                  RenderInline {SPAN} at (0,0) size 1x15
2340
                  RenderInline {SPAN} at (0,0) size 0x15
2341
                    RenderInline {O:P} at (0,0) size 1x15
2341
                    RenderInline {O:P} at (0,0) size 0x0
2342
                RenderBlock {P} at (7,32) size 157x17
2342
                RenderBlock {P} at (7,32) size 157x17
2343
                  RenderText {#text} at (0,0) size 83x15
2343
                  RenderText {#text} at (0,0) size 83x15
2344
                    text run at (0,0) width 83: "Maurice Burton"
2344
                    text run at (0,0) width 83: "Maurice Burton"
Lines 2357-2375 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec94
2357
                RenderBlock {P} at (7,112) size 157x17
2357
                RenderBlock {P} at (7,112) size 157x17
2358
                  RenderText {#text} at (0,0) size 64x15
2358
                  RenderText {#text} at (0,0) size 64x15
2359
                    text run at (0,0) width 64: "Chris Walsh"
2359
                    text run at (0,0) width 64: "Chris Walsh"
2360
                  RenderInline {SPAN} at (0,0) size 1x15
2360
                  RenderInline {SPAN} at (0,0) size 0x15
2361
                    RenderInline {O:P} at (0,0) size 1x15
2361
                    RenderInline {O:P} at (0,0) size 0x0
2362
              RenderTableCell {TD} at (268,2884) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=41 c=2 rs=1 cs=1]
2362
              RenderTableCell {TD} at (268,2884) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=41 c=2 rs=1 cs=1]
2363
                RenderBlock {P} at (7,0) size 85x17
2363
                RenderBlock {P} at (7,0) size 85x17
2364
                  RenderText {#text} at (32,0) size 20x15
2364
                  RenderText {#text} at (32,0) size 20x15
2365
                    text run at (32,0) width 20: "Yes"
2365
                    text run at (32,0) width 20: "Yes"
2366
                  RenderInline {SPAN} at (0,0) size 1x15
2366
                  RenderInline {SPAN} at (0,0) size 0x15
2367
                    RenderInline {O:P} at (0,0) size 1x15
2367
                    RenderInline {O:P} at (0,0) size 0x0
2368
                RenderBlock {P} at (7,16) size 85x17
2368
                RenderBlock {P} at (7,16) size 85x17
2369
                  RenderText {#text} at (32,0) size 20x15
2369
                  RenderText {#text} at (32,0) size 20x15
2370
                    text run at (32,0) width 20: "Yes"
2370
                    text run at (32,0) width 20: "Yes"
2371
                  RenderInline {SPAN} at (0,0) size 1x15
2371
                  RenderInline {SPAN} at (0,0) size 0x15
2372
                    RenderInline {O:P} at (0,0) size 1x15
2372
                    RenderInline {O:P} at (0,0) size 0x0
2373
                RenderBlock {P} at (7,32) size 85x17
2373
                RenderBlock {P} at (7,32) size 85x17
2374
                  RenderText {#text} at (32,0) size 20x15
2374
                  RenderText {#text} at (32,0) size 20x15
2375
                    text run at (32,0) width 20: "Yes"
2375
                    text run at (32,0) width 20: "Yes"
Lines 2379-2397 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec95
2379
                RenderBlock {P} at (7,64) size 85x17
2379
                RenderBlock {P} at (7,64) size 85x17
2380
                  RenderText {#text} at (32,0) size 20x15
2380
                  RenderText {#text} at (32,0) size 20x15
2381
                    text run at (32,0) width 20: "Yes"
2381
                    text run at (32,0) width 20: "Yes"
2382
                  RenderInline {SPAN} at (0,0) size 1x15
2382
                  RenderInline {SPAN} at (0,0) size 0x15
2383
                    RenderInline {O:P} at (0,0) size 1x15
2383
                    RenderInline {O:P} at (0,0) size 0x0
2384
              RenderTableCell {TD} at (367,2884) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=41 c=3 rs=1 cs=1]
2384
              RenderTableCell {TD} at (367,2884) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=41 c=3 rs=1 cs=1]
2385
                RenderBlock {P} at (7,0) size 91x17
2385
                RenderBlock {P} at (7,0) size 91x17
2386
                  RenderText {#text} at (37,0) size 17x15
2386
                  RenderText {#text} at (37,0) size 17x15
2387
                    text run at (37,0) width 17: "No"
2387
                    text run at (37,0) width 17: "No"
2388
                  RenderInline {SPAN} at (0,0) size 1x15
2388
                  RenderInline {SPAN} at (0,0) size 0x15
2389
                    RenderInline {O:P} at (0,0) size 1x15
2389
                    RenderInline {O:P} at (0,0) size 0x0
2390
                RenderBlock {P} at (7,16) size 91x17
2390
                RenderBlock {P} at (7,16) size 91x17
2391
                  RenderText {#text} at (37,0) size 17x15
2391
                  RenderText {#text} at (37,0) size 17x15
2392
                    text run at (37,0) width 17: "No"
2392
                    text run at (37,0) width 17: "No"
2393
                  RenderInline {SPAN} at (0,0) size 1x15
2393
                  RenderInline {SPAN} at (0,0) size 0x15
2394
                    RenderInline {O:P} at (0,0) size 1x15
2394
                    RenderInline {O:P} at (0,0) size 0x0
2395
                RenderBlock {P} at (7,32) size 91x17
2395
                RenderBlock {P} at (7,32) size 91x17
2396
                  RenderText {#text} at (37,0) size 17x15
2396
                  RenderText {#text} at (37,0) size 17x15
2397
                    text run at (37,0) width 17: "No"
2397
                    text run at (37,0) width 17: "No"
Lines 2401-2426 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec96
2401
                RenderBlock {P} at (7,64) size 91x17
2401
                RenderBlock {P} at (7,64) size 91x17
2402
                  RenderText {#text} at (37,0) size 17x15
2402
                  RenderText {#text} at (37,0) size 17x15
2403
                    text run at (37,0) width 17: "No"
2403
                    text run at (37,0) width 17: "No"
2404
                  RenderInline {SPAN} at (0,0) size 1x15
2404
                  RenderInline {SPAN} at (0,0) size 0x15
2405
                    RenderInline {O:P} at (0,0) size 1x15
2405
                    RenderInline {O:P} at (0,0) size 0x0
2406
            RenderTableRow {TR} at (0,3013) size 473x113
2406
            RenderTableRow {TR} at (0,3013) size 473x113
2407
              RenderTableCell {TD} at (0,3013) size 99x17 [border: (0.50px none #808080) none] [r=42 c=0 rs=1 cs=1]
2407
              RenderTableCell {TD} at (0,3013) size 99x17 [border: (0.50px none #808080) none] [r=42 c=0 rs=1 cs=1]
2408
                RenderBlock {P} at (7,0) size 84x17
2408
                RenderBlock {P} at (7,0) size 84x17
2409
                  RenderText {#text} at (35,0) size 14x15
2409
                  RenderText {#text} at (35,0) size 14x15
2410
                    text run at (35,0) width 14: "43"
2410
                    text run at (35,0) width 14: "43"
2411
                  RenderInline {SPAN} at (0,0) size 1x15
2411
                  RenderInline {SPAN} at (0,0) size 0x15
2412
                    RenderInline {O:P} at (0,0) size 1x15
2412
                    RenderInline {O:P} at (0,0) size 0x0
2413
              RenderTableCell {TD} at (98,3013) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=42 c=1 rs=1 cs=1]
2413
              RenderTableCell {TD} at (98,3013) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=42 c=1 rs=1 cs=1]
2414
                RenderBlock {P} at (7,0) size 157x17
2414
                RenderBlock {P} at (7,0) size 157x17
2415
                  RenderText {#text} at (0,0) size 92x15
2415
                  RenderText {#text} at (0,0) size 92x15
2416
                    text run at (0,0) width 92: "Dominic Civiletti"
2416
                    text run at (0,0) width 92: "Dominic Civiletti"
2417
                  RenderInline {SPAN} at (0,0) size 1x15
2417
                  RenderInline {SPAN} at (0,0) size 0x15
2418
                    RenderInline {O:P} at (0,0) size 1x15
2418
                    RenderInline {O:P} at (0,0) size 0x0
2419
                RenderBlock {P} at (7,16) size 157x17
2419
                RenderBlock {P} at (7,16) size 157x17
2420
                  RenderText {#text} at (0,0) size 65x15
2420
                  RenderText {#text} at (0,0) size 65x15
2421
                    text run at (0,0) width 65: "Ken Gullion"
2421
                    text run at (0,0) width 65: "Ken Gullion"
2422
                  RenderInline {SPAN} at (0,0) size 1x15
2422
                  RenderInline {SPAN} at (0,0) size 0x15
2423
                    RenderInline {O:P} at (0,0) size 1x15
2423
                    RenderInline {O:P} at (0,0) size 0x0
2424
                RenderBlock {P} at (7,32) size 157x17
2424
                RenderBlock {P} at (7,32) size 157x17
2425
                  RenderText {#text} at (0,0) size 63x15
2425
                  RenderText {#text} at (0,0) size 63x15
2426
                    text run at (0,0) width 63: "Will Sievert"
2426
                    text run at (0,0) width 63: "Will Sievert"
Lines 2436-2454 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec97
2436
                RenderBlock {P} at (7,96) size 157x17
2436
                RenderBlock {P} at (7,96) size 157x17
2437
                  RenderText {#text} at (0,0) size 87x15
2437
                  RenderText {#text} at (0,0) size 87x15
2438
                    text run at (0,0) width 87: "Rick Rasmussen"
2438
                    text run at (0,0) width 87: "Rick Rasmussen"
2439
                  RenderInline {SPAN} at (0,0) size 1x15
2439
                  RenderInline {SPAN} at (0,0) size 0x15
2440
                    RenderInline {O:P} at (0,0) size 1x15
2440
                    RenderInline {O:P} at (0,0) size 0x0
2441
              RenderTableCell {TD} at (268,3013) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=42 c=2 rs=1 cs=1]
2441
              RenderTableCell {TD} at (268,3013) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=42 c=2 rs=1 cs=1]
2442
                RenderBlock {P} at (7,0) size 85x17
2442
                RenderBlock {P} at (7,0) size 85x17
2443
                  RenderText {#text} at (32,0) size 20x15
2443
                  RenderText {#text} at (32,0) size 20x15
2444
                    text run at (32,0) width 20: "Yes"
2444
                    text run at (32,0) width 20: "Yes"
2445
                  RenderInline {SPAN} at (0,0) size 1x15
2445
                  RenderInline {SPAN} at (0,0) size 0x15
2446
                    RenderInline {O:P} at (0,0) size 1x15
2446
                    RenderInline {O:P} at (0,0) size 0x0
2447
                RenderBlock {P} at (7,16) size 85x17
2447
                RenderBlock {P} at (7,16) size 85x17
2448
                  RenderText {#text} at (32,0) size 20x15
2448
                  RenderText {#text} at (32,0) size 20x15
2449
                    text run at (32,0) width 20: "Yes"
2449
                    text run at (32,0) width 20: "Yes"
2450
                  RenderInline {SPAN} at (0,0) size 1x15
2450
                  RenderInline {SPAN} at (0,0) size 0x15
2451
                    RenderInline {O:P} at (0,0) size 1x15
2451
                    RenderInline {O:P} at (0,0) size 0x0
2452
                RenderBlock {P} at (7,32) size 85x17
2452
                RenderBlock {P} at (7,32) size 85x17
2453
                  RenderText {#text} at (32,0) size 20x15
2453
                  RenderText {#text} at (32,0) size 20x15
2454
                    text run at (32,0) width 20: "Yes"
2454
                    text run at (32,0) width 20: "Yes"
Lines 2458-2476 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec98
2458
                RenderBlock {P} at (7,64) size 85x17
2458
                RenderBlock {P} at (7,64) size 85x17
2459
                  RenderText {#text} at (32,0) size 20x15
2459
                  RenderText {#text} at (32,0) size 20x15
2460
                    text run at (32,0) width 20: "Yes"
2460
                    text run at (32,0) width 20: "Yes"
2461
                  RenderInline {SPAN} at (0,0) size 1x15
2461
                  RenderInline {SPAN} at (0,0) size 0x15
2462
                    RenderInline {O:P} at (0,0) size 1x15
2462
                    RenderInline {O:P} at (0,0) size 0x0
2463
              RenderTableCell {TD} at (367,3013) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=42 c=3 rs=1 cs=1]
2463
              RenderTableCell {TD} at (367,3013) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=42 c=3 rs=1 cs=1]
2464
                RenderBlock {P} at (7,0) size 91x17
2464
                RenderBlock {P} at (7,0) size 91x17
2465
                  RenderText {#text} at (37,0) size 17x15
2465
                  RenderText {#text} at (37,0) size 17x15
2466
                    text run at (37,0) width 17: "No"
2466
                    text run at (37,0) width 17: "No"
2467
                  RenderInline {SPAN} at (0,0) size 1x15
2467
                  RenderInline {SPAN} at (0,0) size 0x15
2468
                    RenderInline {O:P} at (0,0) size 1x15
2468
                    RenderInline {O:P} at (0,0) size 0x0
2469
                RenderBlock {P} at (7,16) size 91x17
2469
                RenderBlock {P} at (7,16) size 91x17
2470
                  RenderText {#text} at (37,0) size 17x15
2470
                  RenderText {#text} at (37,0) size 17x15
2471
                    text run at (37,0) width 17: "No"
2471
                    text run at (37,0) width 17: "No"
2472
                  RenderInline {SPAN} at (0,0) size 1x15
2472
                  RenderInline {SPAN} at (0,0) size 0x15
2473
                    RenderInline {O:P} at (0,0) size 1x15
2473
                    RenderInline {O:P} at (0,0) size 0x0
2474
                RenderBlock {P} at (7,32) size 91x17
2474
                RenderBlock {P} at (7,32) size 91x17
2475
                  RenderText {#text} at (20,0) size 50x15
2475
                  RenderText {#text} at (20,0) size 50x15
2476
                    text run at (20,0) width 50: "Someday"
2476
                    text run at (20,0) width 50: "Someday"
Lines 2480-2500 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec99
2480
                RenderBlock {P} at (7,64) size 91x17
2480
                RenderBlock {P} at (7,64) size 91x17
2481
                  RenderText {#text} at (37,0) size 17x15
2481
                  RenderText {#text} at (37,0) size 17x15
2482
                    text run at (37,0) width 17: "No"
2482
                    text run at (37,0) width 17: "No"
2483
                  RenderInline {SPAN} at (0,0) size 1x15
2483
                  RenderInline {SPAN} at (0,0) size 0x15
2484
                    RenderInline {O:P} at (0,0) size 1x15
2484
                    RenderInline {O:P} at (0,0) size 0x0
2485
            RenderTableRow {TR} at (0,3125) size 473x65
2485
            RenderTableRow {TR} at (0,3125) size 473x65
2486
              RenderTableCell {TD} at (0,3125) size 99x17 [border: (0.50px none #808080) none] [r=43 c=0 rs=1 cs=1]
2486
              RenderTableCell {TD} at (0,3125) size 99x17 [border: (0.50px none #808080) none] [r=43 c=0 rs=1 cs=1]
2487
                RenderBlock {P} at (7,0) size 84x17
2487
                RenderBlock {P} at (7,0) size 84x17
2488
                  RenderText {#text} at (35,0) size 14x15
2488
                  RenderText {#text} at (35,0) size 14x15
2489
                    text run at (35,0) width 14: "44"
2489
                    text run at (35,0) width 14: "44"
2490
                  RenderInline {SPAN} at (0,0) size 1x15
2490
                  RenderInline {SPAN} at (0,0) size 0x15
2491
                    RenderInline {O:P} at (0,0) size 1x15
2491
                    RenderInline {O:P} at (0,0) size 0x0
2492
              RenderTableCell {TD} at (98,3125) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=43 c=1 rs=1 cs=1]
2492
              RenderTableCell {TD} at (98,3125) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=43 c=1 rs=1 cs=1]
2493
                RenderBlock {P} at (7,0) size 157x17
2493
                RenderBlock {P} at (7,0) size 157x17
2494
                  RenderText {#text} at (0,0) size 61x15
2494
                  RenderText {#text} at (0,0) size 61x15
2495
                    text run at (0,0) width 61: "Gary Heath"
2495
                    text run at (0,0) width 61: "Gary Heath"
2496
                  RenderInline {SPAN} at (0,0) size 1x15
2496
                  RenderInline {SPAN} at (0,0) size 0x15
2497
                    RenderInline {O:P} at (0,0) size 1x15
2497
                    RenderInline {O:P} at (0,0) size 0x0
2498
                RenderBlock {P} at (7,16) size 157x17
2498
                RenderBlock {P} at (7,16) size 157x17
2499
                  RenderText {#text} at (0,0) size 77x15
2499
                  RenderText {#text} at (0,0) size 77x15
2500
                    text run at (0,0) width 77: "Quinn Chuong"
2500
                    text run at (0,0) width 77: "Quinn Chuong"
Lines 2504-2517 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec100
2504
                RenderBlock {P} at (7,48) size 157x17
2504
                RenderBlock {P} at (7,48) size 157x17
2505
                  RenderText {#text} at (0,0) size 83x15
2505
                  RenderText {#text} at (0,0) size 83x15
2506
                    text run at (0,0) width 83: "Alexander Wert"
2506
                    text run at (0,0) width 83: "Alexander Wert"
2507
                  RenderInline {SPAN} at (0,0) size 1x15
2507
                  RenderInline {SPAN} at (0,0) size 0x15
2508
                    RenderInline {O:P} at (0,0) size 1x15
2508
                    RenderInline {O:P} at (0,0) size 0x0
2509
              RenderTableCell {TD} at (268,3125) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=43 c=2 rs=1 cs=1]
2509
              RenderTableCell {TD} at (268,3125) size 100x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=43 c=2 rs=1 cs=1]
2510
                RenderBlock {P} at (7,0) size 85x17
2510
                RenderBlock {P} at (7,0) size 85x17
2511
                  RenderText {#text} at (34,0) size 17x15
2511
                  RenderText {#text} at (34,0) size 17x15
2512
                    text run at (34,0) width 17: "No"
2512
                    text run at (34,0) width 17: "No"
2513
                  RenderInline {SPAN} at (0,0) size 1x15
2513
                  RenderInline {SPAN} at (0,0) size 0x15
2514
                    RenderInline {O:P} at (0,0) size 1x15
2514
                    RenderInline {O:P} at (0,0) size 0x0
2515
                RenderBlock {P} at (7,16) size 85x17
2515
                RenderBlock {P} at (7,16) size 85x17
2516
                  RenderText {#text} at (32,0) size 20x15
2516
                  RenderText {#text} at (32,0) size 20x15
2517
                    text run at (32,0) width 20: "Yes"
2517
                    text run at (32,0) width 20: "Yes"
Lines 2521-2534 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec101
2521
                RenderBlock {P} at (7,48) size 85x17
2521
                RenderBlock {P} at (7,48) size 85x17
2522
                  RenderText {#text} at (34,0) size 17x15
2522
                  RenderText {#text} at (34,0) size 17x15
2523
                    text run at (34,0) width 17: "No"
2523
                    text run at (34,0) width 17: "No"
2524
                  RenderInline {SPAN} at (0,0) size 1x15
2524
                  RenderInline {SPAN} at (0,0) size 0x15
2525
                    RenderInline {O:P} at (0,0) size 1x15
2525
                    RenderInline {O:P} at (0,0) size 0x0
2526
              RenderTableCell {TD} at (367,3125) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=43 c=3 rs=1 cs=1]
2526
              RenderTableCell {TD} at (367,3125) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=43 c=3 rs=1 cs=1]
2527
                RenderBlock {P} at (7,0) size 91x17
2527
                RenderBlock {P} at (7,0) size 91x17
2528
                  RenderText {#text} at (35,0) size 20x15
2528
                  RenderText {#text} at (35,0) size 20x15
2529
                    text run at (35,0) width 20: "Yes"
2529
                    text run at (35,0) width 20: "Yes"
2530
                  RenderInline {SPAN} at (0,0) size 1x15
2530
                  RenderInline {SPAN} at (0,0) size 0x15
2531
                    RenderInline {O:P} at (0,0) size 1x15
2531
                    RenderInline {O:P} at (0,0) size 0x0
2532
                RenderBlock {P} at (7,16) size 91x17
2532
                RenderBlock {P} at (7,16) size 91x17
2533
                  RenderText {#text} at (35,0) size 20x15
2533
                  RenderText {#text} at (35,0) size 20x15
2534
                    text run at (35,0) width 20: "Yes"
2534
                    text run at (35,0) width 20: "Yes"
Lines 2538-2552 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec102
2538
                RenderBlock {P} at (7,48) size 91x17
2538
                RenderBlock {P} at (7,48) size 91x17
2539
                  RenderText {#text} at (35,0) size 20x15
2539
                  RenderText {#text} at (35,0) size 20x15
2540
                    text run at (35,0) width 20: "Yes"
2540
                    text run at (35,0) width 20: "Yes"
2541
                  RenderInline {SPAN} at (0,0) size 1x15
2541
                  RenderInline {SPAN} at (0,0) size 0x15
2542
                    RenderInline {O:P} at (0,0) size 1x15
2542
                    RenderInline {O:P} at (0,0) size 0x0
2543
            RenderTableRow {TR} at (0,3190) size 473x49
2543
            RenderTableRow {TR} at (0,3190) size 473x49
2544
              RenderTableCell {TD} at (0,3190) size 99x17 [border: (0.50px none #808080) none] [r=44 c=0 rs=1 cs=1]
2544
              RenderTableCell {TD} at (0,3190) size 99x17 [border: (0.50px none #808080) none] [r=44 c=0 rs=1 cs=1]
2545
                RenderBlock {P} at (7,0) size 84x17
2545
                RenderBlock {P} at (7,0) size 84x17
2546
                  RenderText {#text} at (35,0) size 14x15
2546
                  RenderText {#text} at (35,0) size 14x15
2547
                    text run at (35,0) width 14: "45"
2547
                    text run at (35,0) width 14: "45"
2548
                  RenderInline {SPAN} at (0,0) size 1x15
2548
                  RenderInline {SPAN} at (0,0) size 0x15
2549
                    RenderInline {O:P} at (0,0) size 1x15
2549
                    RenderInline {O:P} at (0,0) size 0x0
2550
              RenderTableCell {TD} at (98,3190) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=44 c=1 rs=1 cs=1]
2550
              RenderTableCell {TD} at (98,3190) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=44 c=1 rs=1 cs=1]
2551
                RenderBlock {P} at (7,0) size 157x17
2551
                RenderBlock {P} at (7,0) size 157x17
2552
                  RenderText {#text} at (0,0) size 80x15
2552
                  RenderText {#text} at (0,0) size 80x15
Lines 2558-2565 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec103
2558
                RenderBlock {P} at (7,32) size 157x17
2558
                RenderBlock {P} at (7,32) size 157x17
2559
                  RenderText {#text} at (0,0) size 81x15
2559
                  RenderText {#text} at (0,0) size 81x15
2560
                    text run at (0,0) width 81: "John Yearwood"
2560
                    text run at (0,0) width 81: "John Yearwood"
2561
                  RenderInline {SPAN} at (0,0) size 1x15
2561
                  RenderInline {SPAN} at (0,0) size 0x15
2562
                    RenderInline {O:P} at (0,0) size 1x15
2562
                    RenderInline {O:P} at (0,0) size 0x0
2563
              RenderTableCell {TD} at (268,3190) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=44 c=2 rs=1 cs=1]
2563
              RenderTableCell {TD} at (268,3190) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=44 c=2 rs=1 cs=1]
2564
                RenderBlock {P} at (7,0) size 85x17
2564
                RenderBlock {P} at (7,0) size 85x17
2565
                  RenderText {#text} at (32,0) size 20x15
2565
                  RenderText {#text} at (32,0) size 20x15
Lines 2570-2577 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec104
2570
                RenderBlock {P} at (7,32) size 85x17
2570
                RenderBlock {P} at (7,32) size 85x17
2571
                  RenderText {#text} at (32,0) size 20x15
2571
                  RenderText {#text} at (32,0) size 20x15
2572
                    text run at (32,0) width 20: "Yes"
2572
                    text run at (32,0) width 20: "Yes"
2573
                  RenderInline {SPAN} at (0,0) size 1x15
2573
                  RenderInline {SPAN} at (0,0) size 0x15
2574
                    RenderInline {O:P} at (0,0) size 1x15
2574
                    RenderInline {O:P} at (0,0) size 0x0
2575
              RenderTableCell {TD} at (367,3190) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=44 c=3 rs=1 cs=1]
2575
              RenderTableCell {TD} at (367,3190) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=44 c=3 rs=1 cs=1]
2576
                RenderBlock {P} at (7,0) size 91x17
2576
                RenderBlock {P} at (7,0) size 91x17
2577
                  RenderText {#text} at (37,0) size 17x15
2577
                  RenderText {#text} at (37,0) size 17x15
Lines 2582-2602 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec105
2582
                RenderBlock {P} at (7,32) size 91x17
2582
                RenderBlock {P} at (7,32) size 91x17
2583
                  RenderText {#text} at (37,0) size 17x15
2583
                  RenderText {#text} at (37,0) size 17x15
2584
                    text run at (37,0) width 17: "No"
2584
                    text run at (37,0) width 17: "No"
2585
                  RenderInline {SPAN} at (0,0) size 1x15
2585
                  RenderInline {SPAN} at (0,0) size 0x15
2586
                    RenderInline {O:P} at (0,0) size 1x15
2586
                    RenderInline {O:P} at (0,0) size 0x0
2587
            RenderTableRow {TR} at (0,3238) size 473x129
2587
            RenderTableRow {TR} at (0,3238) size 473x129
2588
              RenderTableCell {TD} at (0,3238) size 99x17 [border: (0.50px none #808080) none] [r=45 c=0 rs=1 cs=1]
2588
              RenderTableCell {TD} at (0,3238) size 99x17 [border: (0.50px none #808080) none] [r=45 c=0 rs=1 cs=1]
2589
                RenderBlock {P} at (7,0) size 84x17
2589
                RenderBlock {P} at (7,0) size 84x17
2590
                  RenderText {#text} at (35,0) size 14x15
2590
                  RenderText {#text} at (35,0) size 14x15
2591
                    text run at (35,0) width 14: "46"
2591
                    text run at (35,0) width 14: "46"
2592
                  RenderInline {SPAN} at (0,0) size 1x15
2592
                  RenderInline {SPAN} at (0,0) size 0x15
2593
                    RenderInline {O:P} at (0,0) size 1x15
2593
                    RenderInline {O:P} at (0,0) size 0x0
2594
              RenderTableCell {TD} at (98,3238) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=45 c=1 rs=1 cs=1]
2594
              RenderTableCell {TD} at (98,3238) size 171x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=45 c=1 rs=1 cs=1]
2595
                RenderBlock {P} at (7,0) size 157x17
2595
                RenderBlock {P} at (7,0) size 157x17
2596
                  RenderText {#text} at (0,0) size 50x15
2596
                  RenderText {#text} at (0,0) size 50x15
2597
                    text run at (0,0) width 50: "Zak West"
2597
                    text run at (0,0) width 50: "Zak West"
2598
                  RenderInline {SPAN} at (0,0) size 1x15
2598
                  RenderInline {SPAN} at (0,0) size 0x15
2599
                    RenderInline {O:P} at (0,0) size 1x15
2599
                    RenderInline {O:P} at (0,0) size 0x0
2600
                RenderBlock {P} at (7,16) size 157x17
2600
                RenderBlock {P} at (7,16) size 157x17
2601
                  RenderText {#text} at (0,0) size 99x15
2601
                  RenderText {#text} at (0,0) size 99x15
2602
                    text run at (0,0) width 99: "Karl Allmendinger"
2602
                    text run at (0,0) width 99: "Karl Allmendinger"
Lines 2618-2631 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec106
2618
                RenderBlock {P} at (7,112) size 157x17
2618
                RenderBlock {P} at (7,112) size 157x17
2619
                  RenderText {#text} at (0,0) size 83x15
2619
                  RenderText {#text} at (0,0) size 83x15
2620
                    text run at (0,0) width 83: "Jason Anderson"
2620
                    text run at (0,0) width 83: "Jason Anderson"
2621
                  RenderInline {SPAN} at (0,0) size 1x15
2621
                  RenderInline {SPAN} at (0,0) size 0x15
2622
                    RenderInline {O:P} at (0,0) size 1x15
2622
                    RenderInline {O:P} at (0,0) size 0x0
2623
              RenderTableCell {TD} at (268,3238) size 100x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=45 c=2 rs=1 cs=1]
2623
              RenderTableCell {TD} at (268,3238) size 100x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=45 c=2 rs=1 cs=1]
2624
                RenderBlock {P} at (7,0) size 85x17
2624
                RenderBlock {P} at (7,0) size 85x17
2625
                  RenderText {#text} at (32,0) size 20x15
2625
                  RenderText {#text} at (32,0) size 20x15
2626
                    text run at (32,0) width 20: "Yes"
2626
                    text run at (32,0) width 20: "Yes"
2627
                  RenderInline {SPAN} at (0,0) size 1x15
2627
                  RenderInline {SPAN} at (0,0) size 0x15
2628
                    RenderInline {O:P} at (0,0) size 1x15
2628
                    RenderInline {O:P} at (0,0) size 0x0
2629
                RenderBlock {P} at (7,16) size 85x17
2629
                RenderBlock {P} at (7,16) size 85x17
2630
                  RenderText {#text} at (32,0) size 20x15
2630
                  RenderText {#text} at (32,0) size 20x15
2631
                    text run at (32,0) width 20: "Yes"
2631
                    text run at (32,0) width 20: "Yes"
Lines 2647-2660 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec107
2647
                RenderBlock {P} at (7,112) size 85x17
2647
                RenderBlock {P} at (7,112) size 85x17
2648
                  RenderText {#text} at (32,0) size 20x15
2648
                  RenderText {#text} at (32,0) size 20x15
2649
                    text run at (32,0) width 20: "Yes"
2649
                    text run at (32,0) width 20: "Yes"
2650
                  RenderInline {SPAN} at (0,0) size 1x15
2650
                  RenderInline {SPAN} at (0,0) size 0x15
2651
                    RenderInline {O:P} at (0,0) size 1x15
2651
                    RenderInline {O:P} at (0,0) size 0x0
2652
              RenderTableCell {TD} at (367,3238) size 106x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=45 c=3 rs=1 cs=1]
2652
              RenderTableCell {TD} at (367,3238) size 106x129 [border: (0.50px none #808080) none (0.50px none #808080)] [r=45 c=3 rs=1 cs=1]
2653
                RenderBlock {P} at (7,0) size 91x17
2653
                RenderBlock {P} at (7,0) size 91x17
2654
                  RenderText {#text} at (35,0) size 20x15
2654
                  RenderText {#text} at (35,0) size 20x15
2655
                    text run at (35,0) width 20: "Yes"
2655
                    text run at (35,0) width 20: "Yes"
2656
                  RenderInline {SPAN} at (0,0) size 1x15
2656
                  RenderInline {SPAN} at (0,0) size 0x15
2657
                    RenderInline {O:P} at (0,0) size 1x15
2657
                    RenderInline {O:P} at (0,0) size 0x0
2658
                RenderBlock {P} at (7,16) size 91x17
2658
                RenderBlock {P} at (7,16) size 91x17
2659
                  RenderText {#text} at (37,0) size 17x15
2659
                  RenderText {#text} at (37,0) size 17x15
2660
                    text run at (37,0) width 17: "No"
2660
                    text run at (37,0) width 17: "No"
Lines 2676-2716 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec108
2676
                RenderBlock {P} at (7,112) size 91x17
2676
                RenderBlock {P} at (7,112) size 91x17
2677
                  RenderText {#text} at (37,0) size 17x15
2677
                  RenderText {#text} at (37,0) size 17x15
2678
                    text run at (37,0) width 17: "No"
2678
                    text run at (37,0) width 17: "No"
2679
                  RenderInline {SPAN} at (0,0) size 1x15
2679
                  RenderInline {SPAN} at (0,0) size 0x15
2680
                    RenderInline {O:P} at (0,0) size 1x15
2680
                    RenderInline {O:P} at (0,0) size 0x0
2681
            RenderTableRow {TR} at (0,3367) size 473x177
2681
            RenderTableRow {TR} at (0,3367) size 473x177
2682
              RenderTableCell {TD} at (0,3367) size 99x17 [border: (0.50px none #808080) none] [r=46 c=0 rs=1 cs=1]
2682
              RenderTableCell {TD} at (0,3367) size 99x17 [border: (0.50px none #808080) none] [r=46 c=0 rs=1 cs=1]
2683
                RenderBlock {P} at (7,0) size 84x17
2683
                RenderBlock {P} at (7,0) size 84x17
2684
                  RenderText {#text} at (35,0) size 14x15
2684
                  RenderText {#text} at (35,0) size 14x15
2685
                    text run at (35,0) width 14: "47"
2685
                    text run at (35,0) width 14: "47"
2686
                  RenderInline {SPAN} at (0,0) size 1x15
2686
                  RenderInline {SPAN} at (0,0) size 0x15
2687
                    RenderInline {O:P} at (0,0) size 1x15
2687
                    RenderInline {O:P} at (0,0) size 0x0
2688
              RenderTableCell {TD} at (98,3367) size 171x177 [border: (0.50px none #808080) none (0.50px none #808080)] [r=46 c=1 rs=1 cs=1]
2688
              RenderTableCell {TD} at (98,3367) size 171x177 [border: (0.50px none #808080) none (0.50px none #808080)] [r=46 c=1 rs=1 cs=1]
2689
                RenderBlock {P} at (7,0) size 157x17
2689
                RenderBlock {P} at (7,0) size 157x17
2690
                  RenderText {#text} at (0,0) size 80x15
2690
                  RenderText {#text} at (0,0) size 80x15
2691
                    text run at (0,0) width 80: "James Holaduz"
2691
                    text run at (0,0) width 80: "James Holaduz"
2692
                  RenderInline {SPAN} at (0,0) size 1x15
2692
                  RenderInline {SPAN} at (0,0) size 0x15
2693
                    RenderInline {O:P} at (0,0) size 1x15
2693
                    RenderInline {O:P} at (0,0) size 0x0
2694
                RenderBlock {P} at (7,16) size 157x17
2694
                RenderBlock {P} at (7,16) size 157x17
2695
                  RenderText {#text} at (0,0) size 45x15
2695
                  RenderText {#text} at (0,0) size 45x15
2696
                    text run at (0,0) width 45: "Tony Yu"
2696
                    text run at (0,0) width 45: "Tony Yu"
2697
                  RenderInline {SPAN} at (0,0) size 1x15
2697
                  RenderInline {SPAN} at (0,0) size 0x15
2698
                    RenderInline {O:P} at (0,0) size 1x15
2698
                    RenderInline {O:P} at (0,0) size 0x0
2699
                RenderBlock {P} at (7,32) size 157x17
2699
                RenderBlock {P} at (7,32) size 157x17
2700
                  RenderText {#text} at (0,0) size 80x15
2700
                  RenderText {#text} at (0,0) size 80x15
2701
                    text run at (0,0) width 80: "Quang Nguyen"
2701
                    text run at (0,0) width 80: "Quang Nguyen"
2702
                  RenderInline {SPAN} at (0,0) size 1x15
2702
                  RenderInline {SPAN} at (0,0) size 0x15
2703
                    RenderInline {O:P} at (0,0) size 1x15
2703
                    RenderInline {O:P} at (0,0) size 0x0
2704
                RenderBlock {P} at (7,48) size 157x17
2704
                RenderBlock {P} at (7,48) size 157x17
2705
                  RenderText {#text} at (0,0) size 73x15
2705
                  RenderText {#text} at (0,0) size 73x15
2706
                    text run at (0,0) width 73: "Rick Klement"
2706
                    text run at (0,0) width 73: "Rick Klement"
2707
                  RenderInline {SPAN} at (0,0) size 1x15
2707
                  RenderInline {SPAN} at (0,0) size 0x15
2708
                    RenderInline {O:P} at (0,0) size 1x15
2708
                    RenderInline {O:P} at (0,0) size 0x0
2709
                RenderBlock {P} at (7,64) size 157x17
2709
                RenderBlock {P} at (7,64) size 157x17
2710
                  RenderText {#text} at (0,0) size 80x15
2710
                  RenderText {#text} at (0,0) size 80x15
2711
                    text run at (0,0) width 80: "Mark Glanville"
2711
                    text run at (0,0) width 80: "Mark Glanville"
2712
                  RenderInline {SPAN} at (0,0) size 1x15
2712
                  RenderInline {SPAN} at (0,0) size 0x15
2713
                    RenderInline {O:P} at (0,0) size 1x15
2713
                    RenderInline {O:P} at (0,0) size 0x0
2714
                RenderBlock {P} at (7,80) size 157x17
2714
                RenderBlock {P} at (7,80) size 157x17
2715
                  RenderText {#text} at (0,0) size 85x15
2715
                  RenderText {#text} at (0,0) size 85x15
2716
                    text run at (0,0) width 85: "Michael Chansu"
2716
                    text run at (0,0) width 85: "Michael Chansu"
Lines 2730-2763 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec109
2730
                RenderBlock {P} at (7,160) size 157x17
2730
                RenderBlock {P} at (7,160) size 157x17
2731
                  RenderText {#text} at (0,0) size 104x15
2731
                  RenderText {#text} at (0,0) size 104x15
2732
                    text run at (0,0) width 104: "Raymund Leonardo"
2732
                    text run at (0,0) width 104: "Raymund Leonardo"
2733
                  RenderInline {SPAN} at (0,0) size 1x15
2733
                  RenderInline {SPAN} at (0,0) size 0x15
2734
                    RenderInline {O:P} at (0,0) size 1x15
2734
                    RenderInline {O:P} at (0,0) size 0x0
2735
              RenderTableCell {TD} at (268,3367) size 100x177 [border: (0.50px none #808080) none (0.50px none #808080)] [r=46 c=2 rs=1 cs=1]
2735
              RenderTableCell {TD} at (268,3367) size 100x177 [border: (0.50px none #808080) none (0.50px none #808080)] [r=46 c=2 rs=1 cs=1]
2736
                RenderBlock {P} at (7,0) size 85x17
2736
                RenderBlock {P} at (7,0) size 85x17
2737
                  RenderText {#text} at (32,0) size 20x15
2737
                  RenderText {#text} at (32,0) size 20x15
2738
                    text run at (32,0) width 20: "Yes"
2738
                    text run at (32,0) width 20: "Yes"
2739
                  RenderInline {SPAN} at (0,0) size 1x15
2739
                  RenderInline {SPAN} at (0,0) size 0x15
2740
                    RenderInline {O:P} at (0,0) size 1x15
2740
                    RenderInline {O:P} at (0,0) size 0x0
2741
                RenderBlock {P} at (7,16) size 85x17
2741
                RenderBlock {P} at (7,16) size 85x17
2742
                  RenderText {#text} at (32,0) size 20x15
2742
                  RenderText {#text} at (32,0) size 20x15
2743
                    text run at (32,0) width 20: "Yes"
2743
                    text run at (32,0) width 20: "Yes"
2744
                  RenderInline {SPAN} at (0,0) size 1x15
2744
                  RenderInline {SPAN} at (0,0) size 0x15
2745
                    RenderInline {O:P} at (0,0) size 1x15
2745
                    RenderInline {O:P} at (0,0) size 0x0
2746
                RenderBlock {P} at (7,32) size 85x17
2746
                RenderBlock {P} at (7,32) size 85x17
2747
                  RenderText {#text} at (32,0) size 20x15
2747
                  RenderText {#text} at (32,0) size 20x15
2748
                    text run at (32,0) width 20: "Yes"
2748
                    text run at (32,0) width 20: "Yes"
2749
                  RenderInline {SPAN} at (0,0) size 1x15
2749
                  RenderInline {SPAN} at (0,0) size 0x15
2750
                    RenderInline {O:P} at (0,0) size 1x15
2750
                    RenderInline {O:P} at (0,0) size 0x0
2751
                RenderBlock {P} at (7,48) size 85x17
2751
                RenderBlock {P} at (7,48) size 85x17
2752
                  RenderText {#text} at (32,0) size 20x15
2752
                  RenderText {#text} at (32,0) size 20x15
2753
                    text run at (32,0) width 20: "Yes"
2753
                    text run at (32,0) width 20: "Yes"
2754
                  RenderInline {SPAN} at (0,0) size 1x15
2754
                  RenderInline {SPAN} at (0,0) size 0x15
2755
                    RenderInline {O:P} at (0,0) size 1x15
2755
                    RenderInline {O:P} at (0,0) size 0x0
2756
                RenderBlock {P} at (7,64) size 85x17
2756
                RenderBlock {P} at (7,64) size 85x17
2757
                  RenderText {#text} at (32,0) size 20x15
2757
                  RenderText {#text} at (32,0) size 20x15
2758
                    text run at (32,0) width 20: "Yes"
2758
                    text run at (32,0) width 20: "Yes"
2759
                  RenderInline {SPAN} at (0,0) size 1x15
2759
                  RenderInline {SPAN} at (0,0) size 0x15
2760
                    RenderInline {O:P} at (0,0) size 1x15
2760
                    RenderInline {O:P} at (0,0) size 0x0
2761
                RenderBlock {P} at (7,80) size 85x17
2761
                RenderBlock {P} at (7,80) size 85x17
2762
                  RenderText {#text} at (32,0) size 20x15
2762
                  RenderText {#text} at (32,0) size 20x15
2763
                    text run at (32,0) width 20: "Yes"
2763
                    text run at (32,0) width 20: "Yes"
Lines 2776-2809 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec110
2776
                RenderBlock {P} at (7,160) size 85x17
2776
                RenderBlock {P} at (7,160) size 85x17
2777
                  RenderText {#text} at (34,0) size 17x15
2777
                  RenderText {#text} at (34,0) size 17x15
2778
                    text run at (34,0) width 17: "No"
2778
                    text run at (34,0) width 17: "No"
2779
                  RenderInline {SPAN} at (0,0) size 1x15
2779
                  RenderInline {SPAN} at (0,0) size 0x15
2780
                    RenderInline {O:P} at (0,0) size 1x15
2780
                    RenderInline {O:P} at (0,0) size 0x0
2781
              RenderTableCell {TD} at (367,3367) size 106x177 [border: (0.50px none #808080) none (0.50px none #808080)] [r=46 c=3 rs=1 cs=1]
2781
              RenderTableCell {TD} at (367,3367) size 106x177 [border: (0.50px none #808080) none (0.50px none #808080)] [r=46 c=3 rs=1 cs=1]
2782
                RenderBlock {P} at (7,0) size 91x17
2782
                RenderBlock {P} at (7,0) size 91x17
2783
                  RenderText {#text} at (37,0) size 17x15
2783
                  RenderText {#text} at (37,0) size 17x15
2784
                    text run at (37,0) width 17: "No"
2784
                    text run at (37,0) width 17: "No"
2785
                  RenderInline {SPAN} at (0,0) size 1x15
2785
                  RenderInline {SPAN} at (0,0) size 0x15
2786
                    RenderInline {O:P} at (0,0) size 1x15
2786
                    RenderInline {O:P} at (0,0) size 0x0
2787
                RenderBlock {P} at (7,16) size 91x17
2787
                RenderBlock {P} at (7,16) size 91x17
2788
                  RenderText {#text} at (37,0) size 17x15
2788
                  RenderText {#text} at (37,0) size 17x15
2789
                    text run at (37,0) width 17: "No"
2789
                    text run at (37,0) width 17: "No"
2790
                  RenderInline {SPAN} at (0,0) size 1x15
2790
                  RenderInline {SPAN} at (0,0) size 0x15
2791
                    RenderInline {O:P} at (0,0) size 1x15
2791
                    RenderInline {O:P} at (0,0) size 0x0
2792
                RenderBlock {P} at (7,32) size 91x17
2792
                RenderBlock {P} at (7,32) size 91x17
2793
                  RenderText {#text} at (37,0) size 17x15
2793
                  RenderText {#text} at (37,0) size 17x15
2794
                    text run at (37,0) width 17: "No"
2794
                    text run at (37,0) width 17: "No"
2795
                  RenderInline {SPAN} at (0,0) size 1x15
2795
                  RenderInline {SPAN} at (0,0) size 0x15
2796
                    RenderInline {O:P} at (0,0) size 1x15
2796
                    RenderInline {O:P} at (0,0) size 0x0
2797
                RenderBlock {P} at (7,48) size 91x17
2797
                RenderBlock {P} at (7,48) size 91x17
2798
                  RenderText {#text} at (35,0) size 20x15
2798
                  RenderText {#text} at (35,0) size 20x15
2799
                    text run at (35,0) width 20: "Yes"
2799
                    text run at (35,0) width 20: "Yes"
2800
                  RenderInline {SPAN} at (0,0) size 1x15
2800
                  RenderInline {SPAN} at (0,0) size 0x15
2801
                    RenderInline {O:P} at (0,0) size 1x15
2801
                    RenderInline {O:P} at (0,0) size 0x0
2802
                RenderBlock {P} at (7,64) size 91x17
2802
                RenderBlock {P} at (7,64) size 91x17
2803
                  RenderText {#text} at (37,0) size 17x15
2803
                  RenderText {#text} at (37,0) size 17x15
2804
                    text run at (37,0) width 17: "No"
2804
                    text run at (37,0) width 17: "No"
2805
                  RenderInline {SPAN} at (0,0) size 1x15
2805
                  RenderInline {SPAN} at (0,0) size 0x15
2806
                    RenderInline {O:P} at (0,0) size 1x15
2806
                    RenderInline {O:P} at (0,0) size 0x0
2807
                RenderBlock {P} at (7,80) size 91x17
2807
                RenderBlock {P} at (7,80) size 91x17
2808
                  RenderText {#text} at (37,0) size 17x15
2808
                  RenderText {#text} at (37,0) size 17x15
2809
                    text run at (37,0) width 17: "No"
2809
                    text run at (37,0) width 17: "No"
Lines 2822-2842 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec111
2822
                RenderBlock {P} at (7,160) size 91x17
2822
                RenderBlock {P} at (7,160) size 91x17
2823
                  RenderText {#text} at (35,0) size 20x15
2823
                  RenderText {#text} at (35,0) size 20x15
2824
                    text run at (35,0) width 20: "Yes"
2824
                    text run at (35,0) width 20: "Yes"
2825
                  RenderInline {SPAN} at (0,0) size 1x15
2825
                  RenderInline {SPAN} at (0,0) size 0x15
2826
                    RenderInline {O:P} at (0,0) size 1x15
2826
                    RenderInline {O:P} at (0,0) size 0x0
2827
            RenderTableRow {TR} at (0,3543) size 473x145
2827
            RenderTableRow {TR} at (0,3543) size 473x145
2828
              RenderTableCell {TD} at (0,3543) size 99x17 [border: (0.50px none #808080) none] [r=47 c=0 rs=1 cs=1]
2828
              RenderTableCell {TD} at (0,3543) size 99x17 [border: (0.50px none #808080) none] [r=47 c=0 rs=1 cs=1]
2829
                RenderBlock {P} at (7,0) size 84x17
2829
                RenderBlock {P} at (7,0) size 84x17
2830
                  RenderText {#text} at (35,0) size 14x15
2830
                  RenderText {#text} at (35,0) size 14x15
2831
                    text run at (35,0) width 14: "48"
2831
                    text run at (35,0) width 14: "48"
2832
                  RenderInline {SPAN} at (0,0) size 1x15
2832
                  RenderInline {SPAN} at (0,0) size 0x15
2833
                    RenderInline {O:P} at (0,0) size 1x15
2833
                    RenderInline {O:P} at (0,0) size 0x0
2834
              RenderTableCell {TD} at (98,3543) size 171x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=47 c=1 rs=1 cs=1]
2834
              RenderTableCell {TD} at (98,3543) size 171x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=47 c=1 rs=1 cs=1]
2835
                RenderBlock {P} at (7,0) size 157x17
2835
                RenderBlock {P} at (7,0) size 157x17
2836
                  RenderText {#text} at (0,0) size 80x15
2836
                  RenderText {#text} at (0,0) size 80x15
2837
                    text run at (0,0) width 80: "Mark Glanville"
2837
                    text run at (0,0) width 80: "Mark Glanville"
2838
                  RenderInline {SPAN} at (0,0) size 1x15
2838
                  RenderInline {SPAN} at (0,0) size 0x15
2839
                    RenderInline {O:P} at (0,0) size 1x15
2839
                    RenderInline {O:P} at (0,0) size 0x0
2840
                RenderBlock {P} at (7,16) size 157x17
2840
                RenderBlock {P} at (7,16) size 157x17
2841
                  RenderText {#text} at (0,0) size 92x15
2841
                  RenderText {#text} at (0,0) size 92x15
2842
                    text run at (0,0) width 92: "Ian + Brad Carter"
2842
                    text run at (0,0) width 92: "Ian + Brad Carter"
Lines 2861-2874 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec112
2861
                RenderBlock {P} at (7,128) size 157x17
2861
                RenderBlock {P} at (7,128) size 157x17
2862
                  RenderText {#text} at (0,0) size 91x15
2862
                  RenderText {#text} at (0,0) size 91x15
2863
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
2863
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
2864
                  RenderInline {SPAN} at (0,0) size 1x15
2864
                  RenderInline {SPAN} at (0,0) size 0x15
2865
                    RenderInline {O:P} at (0,0) size 1x15
2865
                    RenderInline {O:P} at (0,0) size 0x0
2866
              RenderTableCell {TD} at (268,3543) size 100x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=47 c=2 rs=1 cs=1]
2866
              RenderTableCell {TD} at (268,3543) size 100x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=47 c=2 rs=1 cs=1]
2867
                RenderBlock {P} at (7,0) size 85x17
2867
                RenderBlock {P} at (7,0) size 85x17
2868
                  RenderText {#text} at (32,0) size 20x15
2868
                  RenderText {#text} at (32,0) size 20x15
2869
                    text run at (32,0) width 20: "Yes"
2869
                    text run at (32,0) width 20: "Yes"
2870
                  RenderInline {SPAN} at (0,0) size 1x15
2870
                  RenderInline {SPAN} at (0,0) size 0x15
2871
                    RenderInline {O:P} at (0,0) size 1x15
2871
                    RenderInline {O:P} at (0,0) size 0x0
2872
                RenderBlock {P} at (7,16) size 85x17
2872
                RenderBlock {P} at (7,16) size 85x17
2873
                  RenderText {#text} at (32,0) size 20x15
2873
                  RenderText {#text} at (32,0) size 20x15
2874
                    text run at (32,0) width 20: "Yes"
2874
                    text run at (32,0) width 20: "Yes"
Lines 2884-2897 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec113
2884
                RenderBlock {P} at (7,80) size 85x17
2884
                RenderBlock {P} at (7,80) size 85x17
2885
                  RenderText {#text} at (32,0) size 20x15
2885
                  RenderText {#text} at (32,0) size 20x15
2886
                    text run at (32,0) width 20: "Yes"
2886
                    text run at (32,0) width 20: "Yes"
2887
                  RenderInline {SPAN} at (0,0) size 1x15
2887
                  RenderInline {SPAN} at (0,0) size 0x15
2888
                    RenderInline {O:P} at (0,0) size 1x15
2888
                    RenderInline {O:P} at (0,0) size 0x0
2889
              RenderTableCell {TD} at (367,3543) size 106x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=47 c=3 rs=1 cs=1]
2889
              RenderTableCell {TD} at (367,3543) size 106x97 [border: (0.50px none #808080) none (0.50px none #808080)] [r=47 c=3 rs=1 cs=1]
2890
                RenderBlock {P} at (7,0) size 91x17
2890
                RenderBlock {P} at (7,0) size 91x17
2891
                  RenderText {#text} at (37,0) size 17x15
2891
                  RenderText {#text} at (37,0) size 17x15
2892
                    text run at (37,0) width 17: "No"
2892
                    text run at (37,0) width 17: "No"
2893
                  RenderInline {SPAN} at (0,0) size 1x15
2893
                  RenderInline {SPAN} at (0,0) size 0x15
2894
                    RenderInline {O:P} at (0,0) size 1x15
2894
                    RenderInline {O:P} at (0,0) size 0x0
2895
                RenderBlock {P} at (7,16) size 91x17
2895
                RenderBlock {P} at (7,16) size 91x17
2896
                  RenderText {#text} at (37,0) size 17x15
2896
                  RenderText {#text} at (37,0) size 17x15
2897
                    text run at (37,0) width 17: "No"
2897
                    text run at (37,0) width 17: "No"
Lines 2907-2921 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec114
2907
                RenderBlock {P} at (7,80) size 91x17
2907
                RenderBlock {P} at (7,80) size 91x17
2908
                  RenderText {#text} at (37,0) size 17x15
2908
                  RenderText {#text} at (37,0) size 17x15
2909
                    text run at (37,0) width 17: "No"
2909
                    text run at (37,0) width 17: "No"
2910
                  RenderInline {SPAN} at (0,0) size 1x15
2910
                  RenderInline {SPAN} at (0,0) size 0x15
2911
                    RenderInline {O:P} at (0,0) size 1x15
2911
                    RenderInline {O:P} at (0,0) size 0x0
2912
            RenderTableRow {TR} at (0,3688) size 473x65
2912
            RenderTableRow {TR} at (0,3688) size 473x65
2913
              RenderTableCell {TD} at (0,3688) size 99x17 [border: (0.50px none #808080) none] [r=48 c=0 rs=1 cs=1]
2913
              RenderTableCell {TD} at (0,3688) size 99x17 [border: (0.50px none #808080) none] [r=48 c=0 rs=1 cs=1]
2914
                RenderBlock {P} at (7,0) size 84x17
2914
                RenderBlock {P} at (7,0) size 84x17
2915
                  RenderText {#text} at (35,0) size 14x15
2915
                  RenderText {#text} at (35,0) size 14x15
2916
                    text run at (35,0) width 14: "49"
2916
                    text run at (35,0) width 14: "49"
2917
                  RenderInline {SPAN} at (0,0) size 1x15
2917
                  RenderInline {SPAN} at (0,0) size 0x15
2918
                    RenderInline {O:P} at (0,0) size 1x15
2918
                    RenderInline {O:P} at (0,0) size 0x0
2919
              RenderTableCell {TD} at (98,3688) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=48 c=1 rs=1 cs=1]
2919
              RenderTableCell {TD} at (98,3688) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=48 c=1 rs=1 cs=1]
2920
                RenderBlock {P} at (7,0) size 157x17
2920
                RenderBlock {P} at (7,0) size 157x17
2921
                  RenderText {#text} at (0,0) size 67x15
2921
                  RenderText {#text} at (0,0) size 67x15
Lines 2925-2931 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec115
2925
                    text run at (0,0) width 64: "David Allen"
2925
                    text run at (0,0) width 64: "David Allen"
2926
                RenderBlock {P} at (7,32) size 157x17
2926
                RenderBlock {P} at (7,32) size 157x17
2927
                  RenderInline {SPAN} at (0,0) size 72x15
2927
                  RenderInline {SPAN} at (0,0) size 72x15
2928
                    RenderInline {O:P} at (0,0) size 0x0
2928
                    RenderInline {O:P} at (0,0) size 0x15
2929
                    RenderText {#text} at (0,0) size 72x15
2929
                    RenderText {#text} at (0,0) size 72x15
2930
                      text run at (0,0) width 72: "Narayen Raju"
2930
                      text run at (0,0) width 72: "Narayen Raju"
2931
                RenderBlock {P} at (7,48) size 157x17
2931
                RenderBlock {P} at (7,48) size 157x17
Lines 2946-2953 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec116
2946
                RenderBlock {P} at (7,48) size 85x17
2946
                RenderBlock {P} at (7,48) size 85x17
2947
                  RenderText {#text} at (32,0) size 20x15
2947
                  RenderText {#text} at (32,0) size 20x15
2948
                    text run at (32,0) width 20: "Yes"
2948
                    text run at (32,0) width 20: "Yes"
2949
                  RenderInline {SPAN} at (0,0) size 1x15
2949
                  RenderInline {SPAN} at (0,0) size 0x15
2950
                    RenderInline {O:P} at (0,0) size 1x15
2950
                    RenderInline {O:P} at (0,0) size 0x0
2951
              RenderTableCell {TD} at (367,3688) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=48 c=3 rs=1 cs=1]
2951
              RenderTableCell {TD} at (367,3688) size 106x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=48 c=3 rs=1 cs=1]
2952
                RenderBlock {P} at (7,0) size 91x17
2952
                RenderBlock {P} at (7,0) size 91x17
2953
                  RenderText {#text} at (43,0) size 4x15
2953
                  RenderText {#text} at (43,0) size 4x15
Lines 2961-2986 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec117
2961
                RenderBlock {P} at (7,48) size 91x17
2961
                RenderBlock {P} at (7,48) size 91x17
2962
                  RenderText {#text} at (37,0) size 17x15
2962
                  RenderText {#text} at (37,0) size 17x15
2963
                    text run at (37,0) width 17: "No"
2963
                    text run at (37,0) width 17: "No"
2964
                  RenderInline {SPAN} at (0,0) size 1x15
2964
                  RenderInline {SPAN} at (0,0) size 0x15
2965
                    RenderInline {O:P} at (0,0) size 1x15
2965
                    RenderInline {O:P} at (0,0) size 0x0
2966
            RenderTableRow {TR} at (0,3752) size 473x145
2966
            RenderTableRow {TR} at (0,3752) size 473x145
2967
              RenderTableCell {TD} at (0,3752) size 99x17 [border: (0.50px none #808080) none] [r=49 c=0 rs=1 cs=1]
2967
              RenderTableCell {TD} at (0,3752) size 99x17 [border: (0.50px none #808080) none] [r=49 c=0 rs=1 cs=1]
2968
                RenderBlock {P} at (7,0) size 84x17
2968
                RenderBlock {P} at (7,0) size 84x17
2969
                  RenderText {#text} at (35,0) size 14x15
2969
                  RenderText {#text} at (35,0) size 14x15
2970
                    text run at (35,0) width 14: "50"
2970
                    text run at (35,0) width 14: "50"
2971
                  RenderInline {SPAN} at (0,0) size 1x15
2971
                  RenderInline {SPAN} at (0,0) size 0x15
2972
                    RenderInline {O:P} at (0,0) size 1x15
2972
                    RenderInline {O:P} at (0,0) size 0x0
2973
              RenderTableCell {TD} at (98,3752) size 171x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=49 c=1 rs=1 cs=1]
2973
              RenderTableCell {TD} at (98,3752) size 171x145 [border: (0.50px none #808080) none (0.50px none #808080)] [r=49 c=1 rs=1 cs=1]
2974
                RenderBlock {P} at (7,0) size 157x17
2974
                RenderBlock {P} at (7,0) size 157x17
2975
                  RenderText {#text} at (0,0) size 50x15
2975
                  RenderText {#text} at (0,0) size 50x15
2976
                    text run at (0,0) width 50: "Zak West"
2976
                    text run at (0,0) width 50: "Zak West"
2977
                  RenderInline {SPAN} at (0,0) size 1x15
2977
                  RenderInline {SPAN} at (0,0) size 0x15
2978
                    RenderInline {O:P} at (0,0) size 1x15
2978
                    RenderInline {O:P} at (0,0) size 0x0
2979
                RenderBlock {P} at (7,16) size 157x17
2979
                RenderBlock {P} at (7,16) size 157x17
2980
                  RenderText {#text} at (0,0) size 73x15
2980
                  RenderText {#text} at (0,0) size 73x15
2981
                    text run at (0,0) width 73: "Rick Klement"
2981
                    text run at (0,0) width 73: "Rick Klement"
2982
                  RenderInline {SPAN} at (0,0) size 1x15
2982
                  RenderInline {SPAN} at (0,0) size 0x15
2983
                    RenderInline {O:P} at (0,0) size 1x15
2983
                    RenderInline {O:P} at (0,0) size 0x0
2984
                RenderBlock {P} at (7,32) size 157x17
2984
                RenderBlock {P} at (7,32) size 157x17
2985
                  RenderText {#text} at (0,0) size 57x15
2985
                  RenderText {#text} at (0,0) size 57x15
2986
                    text run at (0,0) width 57: "Jim Bernal"
2986
                    text run at (0,0) width 57: "Jim Bernal"
Lines 3002-3020 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec118
3002
                RenderBlock {P} at (7,128) size 157x17
3002
                RenderBlock {P} at (7,128) size 157x17
3003
                  RenderText {#text} at (0,0) size 65x15
3003
                  RenderText {#text} at (0,0) size 65x15
3004
                    text run at (0,0) width 65: "Ken Manuel"
3004
                    text run at (0,0) width 65: "Ken Manuel"
3005
                  RenderInline {SPAN} at (0,0) size 1x15
3005
                  RenderInline {SPAN} at (0,0) size 0x15
3006
                    RenderInline {O:P} at (0,0) size 1x15
3006
                    RenderInline {O:P} at (0,0) size 0x0
3007
              RenderTableCell {TD} at (268,3752) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=49 c=2 rs=1 cs=1]
3007
              RenderTableCell {TD} at (268,3752) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=49 c=2 rs=1 cs=1]
3008
                RenderBlock {P} at (7,0) size 85x17
3008
                RenderBlock {P} at (7,0) size 85x17
3009
                  RenderText {#text} at (32,0) size 20x15
3009
                  RenderText {#text} at (32,0) size 20x15
3010
                    text run at (32,0) width 20: "Yes"
3010
                    text run at (32,0) width 20: "Yes"
3011
                  RenderInline {SPAN} at (0,0) size 1x15
3011
                  RenderInline {SPAN} at (0,0) size 0x15
3012
                    RenderInline {O:P} at (0,0) size 1x15
3012
                    RenderInline {O:P} at (0,0) size 0x0
3013
                RenderBlock {P} at (7,16) size 85x17
3013
                RenderBlock {P} at (7,16) size 85x17
3014
                  RenderText {#text} at (32,0) size 20x15
3014
                  RenderText {#text} at (32,0) size 20x15
3015
                    text run at (32,0) width 20: "Yes"
3015
                    text run at (32,0) width 20: "Yes"
3016
                  RenderInline {SPAN} at (0,0) size 1x15
3016
                  RenderInline {SPAN} at (0,0) size 0x15
3017
                    RenderInline {O:P} at (0,0) size 1x15
3017
                    RenderInline {O:P} at (0,0) size 0x0
3018
                RenderBlock {P} at (7,32) size 85x17
3018
                RenderBlock {P} at (7,32) size 85x17
3019
                  RenderText {#text} at (32,0) size 20x15
3019
                  RenderText {#text} at (32,0) size 20x15
3020
                    text run at (32,0) width 20: "Yes"
3020
                    text run at (32,0) width 20: "Yes"
Lines 3030-3048 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec119
3030
                RenderBlock {P} at (7,96) size 85x17
3030
                RenderBlock {P} at (7,96) size 85x17
3031
                  RenderText {#text} at (32,0) size 20x15
3031
                  RenderText {#text} at (32,0) size 20x15
3032
                    text run at (32,0) width 20: "Yes"
3032
                    text run at (32,0) width 20: "Yes"
3033
                  RenderInline {SPAN} at (0,0) size 1x15
3033
                  RenderInline {SPAN} at (0,0) size 0x15
3034
                    RenderInline {O:P} at (0,0) size 1x15
3034
                    RenderInline {O:P} at (0,0) size 0x0
3035
              RenderTableCell {TD} at (367,3752) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=49 c=3 rs=1 cs=1]
3035
              RenderTableCell {TD} at (367,3752) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=49 c=3 rs=1 cs=1]
3036
                RenderBlock {P} at (7,0) size 91x17
3036
                RenderBlock {P} at (7,0) size 91x17
3037
                  RenderText {#text} at (35,0) size 20x15
3037
                  RenderText {#text} at (35,0) size 20x15
3038
                    text run at (35,0) width 20: "Yes"
3038
                    text run at (35,0) width 20: "Yes"
3039
                  RenderInline {SPAN} at (0,0) size 1x15
3039
                  RenderInline {SPAN} at (0,0) size 0x15
3040
                    RenderInline {O:P} at (0,0) size 1x15
3040
                    RenderInline {O:P} at (0,0) size 0x0
3041
                RenderBlock {P} at (7,16) size 91x17
3041
                RenderBlock {P} at (7,16) size 91x17
3042
                  RenderText {#text} at (35,0) size 20x15
3042
                  RenderText {#text} at (35,0) size 20x15
3043
                    text run at (35,0) width 20: "Yes"
3043
                    text run at (35,0) width 20: "Yes"
3044
                  RenderInline {SPAN} at (0,0) size 1x15
3044
                  RenderInline {SPAN} at (0,0) size 0x15
3045
                    RenderInline {O:P} at (0,0) size 1x15
3045
                    RenderInline {O:P} at (0,0) size 0x0
3046
                RenderBlock {P} at (7,32) size 91x17
3046
                RenderBlock {P} at (7,32) size 91x17
3047
                  RenderText {#text} at (37,0) size 17x15
3047
                  RenderText {#text} at (37,0) size 17x15
3048
                    text run at (37,0) width 17: "No"
3048
                    text run at (37,0) width 17: "No"
Lines 3058-3072 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec120
3058
                RenderBlock {P} at (7,96) size 91x17
3058
                RenderBlock {P} at (7,96) size 91x17
3059
                  RenderText {#text} at (37,0) size 17x15
3059
                  RenderText {#text} at (37,0) size 17x15
3060
                    text run at (37,0) width 17: "No"
3060
                    text run at (37,0) width 17: "No"
3061
                  RenderInline {SPAN} at (0,0) size 1x15
3061
                  RenderInline {SPAN} at (0,0) size 0x15
3062
                    RenderInline {O:P} at (0,0) size 1x15
3062
                    RenderInline {O:P} at (0,0) size 0x0
3063
            RenderTableRow {TR} at (0,3897) size 473x49
3063
            RenderTableRow {TR} at (0,3897) size 473x49
3064
              RenderTableCell {TD} at (0,3897) size 99x17 [border: (0.50px none #808080) none] [r=50 c=0 rs=1 cs=1]
3064
              RenderTableCell {TD} at (0,3897) size 99x17 [border: (0.50px none #808080) none] [r=50 c=0 rs=1 cs=1]
3065
                RenderBlock {P} at (7,0) size 84x17
3065
                RenderBlock {P} at (7,0) size 84x17
3066
                  RenderText {#text} at (35,0) size 14x15
3066
                  RenderText {#text} at (35,0) size 14x15
3067
                    text run at (35,0) width 14: "51"
3067
                    text run at (35,0) width 14: "51"
3068
                  RenderInline {SPAN} at (0,0) size 1x15
3068
                  RenderInline {SPAN} at (0,0) size 0x15
3069
                    RenderInline {O:P} at (0,0) size 1x15
3069
                    RenderInline {O:P} at (0,0) size 0x0
3070
              RenderTableCell {TD} at (98,3897) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=50 c=1 rs=1 cs=1]
3070
              RenderTableCell {TD} at (98,3897) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=50 c=1 rs=1 cs=1]
3071
                RenderBlock {P} at (7,0) size 157x17
3071
                RenderBlock {P} at (7,0) size 157x17
3072
                  RenderText {#text} at (0,0) size 77x15
3072
                  RenderText {#text} at (0,0) size 77x15
Lines 3077-3084 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec121
3077
                RenderBlock {P} at (7,32) size 157x17
3077
                RenderBlock {P} at (7,32) size 157x17
3078
                  RenderText {#text} at (0,0) size 83x15
3078
                  RenderText {#text} at (0,0) size 83x15
3079
                    text run at (0,0) width 83: "Jason Anderson"
3079
                    text run at (0,0) width 83: "Jason Anderson"
3080
                  RenderInline {SPAN} at (0,0) size 1x15
3080
                  RenderInline {SPAN} at (0,0) size 0x15
3081
                    RenderInline {O:P} at (0,0) size 1x15
3081
                    RenderInline {O:P} at (0,0) size 0x0
3082
              RenderTableCell {TD} at (268,3897) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=50 c=2 rs=1 cs=1]
3082
              RenderTableCell {TD} at (268,3897) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=50 c=2 rs=1 cs=1]
3083
                RenderBlock {P} at (7,0) size 85x17
3083
                RenderBlock {P} at (7,0) size 85x17
3084
                  RenderText {#text} at (32,0) size 20x15
3084
                  RenderText {#text} at (32,0) size 20x15
Lines 3089-3102 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec122
3089
                RenderBlock {P} at (7,32) size 85x17
3089
                RenderBlock {P} at (7,32) size 85x17
3090
                  RenderText {#text} at (32,0) size 20x15
3090
                  RenderText {#text} at (32,0) size 20x15
3091
                    text run at (32,0) width 20: "Yes"
3091
                    text run at (32,0) width 20: "Yes"
3092
                  RenderInline {SPAN} at (0,0) size 1x15
3092
                  RenderInline {SPAN} at (0,0) size 0x15
3093
                    RenderInline {O:P} at (0,0) size 1x15
3093
                    RenderInline {O:P} at (0,0) size 0x0
3094
              RenderTableCell {TD} at (367,3897) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=50 c=3 rs=1 cs=1]
3094
              RenderTableCell {TD} at (367,3897) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=50 c=3 rs=1 cs=1]
3095
                RenderBlock {P} at (7,0) size 91x17
3095
                RenderBlock {P} at (7,0) size 91x17
3096
                  RenderInline {SPAN} at (0,0) size 17x15
3096
                  RenderInline {SPAN} at (0,0) size 17x15
3097
                    RenderText {#text} at (37,0) size 17x15
3097
                    RenderText {#text} at (37,0) size 17x15
3098
                      text run at (37,0) width 17: "No"
3098
                      text run at (37,0) width 17: "No"
3099
                    RenderInline {O:P} at (0,0) size 1x15
3099
                    RenderInline {O:P} at (0,0) size 0x15
3100
                RenderBlock {P} at (7,16) size 91x17
3100
                RenderBlock {P} at (7,16) size 91x17
3101
                  RenderInline {SPAN} at (0,0) size 20x15
3101
                  RenderInline {SPAN} at (0,0) size 20x15
3102
                    RenderText {#text} at (35,0) size 20x15
3102
                    RenderText {#text} at (35,0) size 20x15
Lines 3105-3125 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec123
3105
                  RenderInline {SPAN} at (0,0) size 17x15
3105
                  RenderInline {SPAN} at (0,0) size 17x15
3106
                    RenderText {#text} at (37,0) size 17x15
3106
                    RenderText {#text} at (37,0) size 17x15
3107
                      text run at (37,0) width 17: "No"
3107
                      text run at (37,0) width 17: "No"
3108
                  RenderInline {SPAN} at (0,0) size 1x15
3108
                  RenderInline {SPAN} at (0,0) size 0x15
3109
                    RenderInline {O:P} at (0,0) size 1x15
3109
                    RenderInline {O:P} at (0,0) size 0x0
3110
            RenderTableRow {TR} at (0,3945) size 473x81
3110
            RenderTableRow {TR} at (0,3945) size 473x81
3111
              RenderTableCell {TD} at (0,3945) size 99x17 [border: (0.50px none #808080) none] [r=51 c=0 rs=1 cs=1]
3111
              RenderTableCell {TD} at (0,3945) size 99x17 [border: (0.50px none #808080) none] [r=51 c=0 rs=1 cs=1]
3112
                RenderBlock {P} at (7,0) size 84x17
3112
                RenderBlock {P} at (7,0) size 84x17
3113
                  RenderText {#text} at (35,0) size 14x15
3113
                  RenderText {#text} at (35,0) size 14x15
3114
                    text run at (35,0) width 14: "52"
3114
                    text run at (35,0) width 14: "52"
3115
                  RenderInline {SPAN} at (0,0) size 1x15
3115
                  RenderInline {SPAN} at (0,0) size 0x15
3116
                    RenderInline {O:P} at (0,0) size 1x15
3116
                    RenderInline {O:P} at (0,0) size 0x0
3117
              RenderTableCell {TD} at (98,3945) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=51 c=1 rs=1 cs=1]
3117
              RenderTableCell {TD} at (98,3945) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=51 c=1 rs=1 cs=1]
3118
                RenderBlock {P} at (7,0) size 157x17
3118
                RenderBlock {P} at (7,0) size 157x17
3119
                  RenderText {#text} at (0,0) size 57x15
3119
                  RenderText {#text} at (0,0) size 57x15
3120
                    text run at (0,0) width 57: "Mike West"
3120
                    text run at (0,0) width 57: "Mike West"
3121
                  RenderInline {SPAN} at (0,0) size 1x15
3121
                  RenderInline {SPAN} at (0,0) size 0x15
3122
                    RenderInline {O:P} at (0,0) size 1x15
3122
                    RenderInline {O:P} at (0,0) size 0x0
3123
                RenderBlock {P} at (7,16) size 157x17
3123
                RenderBlock {P} at (7,16) size 157x17
3124
                  RenderText {#text} at (0,0) size 80x15
3124
                  RenderText {#text} at (0,0) size 80x15
3125
                    text run at (0,0) width 80: "Robert Frogner"
3125
                    text run at (0,0) width 80: "Robert Frogner"
Lines 3132-3145 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec124
3132
                RenderBlock {P} at (7,64) size 157x17
3132
                RenderBlock {P} at (7,64) size 157x17
3133
                  RenderText {#text} at (0,0) size 67x15
3133
                  RenderText {#text} at (0,0) size 67x15
3134
                    text run at (0,0) width 67: "Dale Barnett"
3134
                    text run at (0,0) width 67: "Dale Barnett"
3135
                  RenderInline {SPAN} at (0,0) size 1x15
3135
                  RenderInline {SPAN} at (0,0) size 0x15
3136
                    RenderInline {O:P} at (0,0) size 1x15
3136
                    RenderInline {O:P} at (0,0) size 0x0
3137
              RenderTableCell {TD} at (268,3945) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=51 c=2 rs=1 cs=1]
3137
              RenderTableCell {TD} at (268,3945) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=51 c=2 rs=1 cs=1]
3138
                RenderBlock {P} at (7,0) size 85x17
3138
                RenderBlock {P} at (7,0) size 85x17
3139
                  RenderText {#text} at (32,0) size 20x15
3139
                  RenderText {#text} at (32,0) size 20x15
3140
                    text run at (32,0) width 20: "Yes"
3140
                    text run at (32,0) width 20: "Yes"
3141
                  RenderInline {SPAN} at (0,0) size 1x15
3141
                  RenderInline {SPAN} at (0,0) size 0x15
3142
                    RenderInline {O:P} at (0,0) size 1x15
3142
                    RenderInline {O:P} at (0,0) size 0x0
3143
                RenderBlock {P} at (7,16) size 85x17
3143
                RenderBlock {P} at (7,16) size 85x17
3144
                  RenderText {#text} at (32,0) size 20x15
3144
                  RenderText {#text} at (32,0) size 20x15
3145
                    text run at (32,0) width 20: "Yes"
3145
                    text run at (32,0) width 20: "Yes"
Lines 3152-3165 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec125
3152
                RenderBlock {P} at (7,64) size 85x17
3152
                RenderBlock {P} at (7,64) size 85x17
3153
                  RenderText {#text} at (32,0) size 20x15
3153
                  RenderText {#text} at (32,0) size 20x15
3154
                    text run at (32,0) width 20: "Yes"
3154
                    text run at (32,0) width 20: "Yes"
3155
                  RenderInline {SPAN} at (0,0) size 1x15
3155
                  RenderInline {SPAN} at (0,0) size 0x15
3156
                    RenderInline {O:P} at (0,0) size 1x15
3156
                    RenderInline {O:P} at (0,0) size 0x0
3157
              RenderTableCell {TD} at (367,3945) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=51 c=3 rs=1 cs=1]
3157
              RenderTableCell {TD} at (367,3945) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=51 c=3 rs=1 cs=1]
3158
                RenderBlock {P} at (7,0) size 91x17
3158
                RenderBlock {P} at (7,0) size 91x17
3159
                  RenderText {#text} at (35,0) size 20x15
3159
                  RenderText {#text} at (35,0) size 20x15
3160
                    text run at (35,0) width 20: "Yes"
3160
                    text run at (35,0) width 20: "Yes"
3161
                  RenderInline {SPAN} at (0,0) size 1x15
3161
                  RenderInline {SPAN} at (0,0) size 0x15
3162
                    RenderInline {O:P} at (0,0) size 1x15
3162
                    RenderInline {O:P} at (0,0) size 0x0
3163
                RenderBlock {P} at (7,16) size 91x17
3163
                RenderBlock {P} at (7,16) size 91x17
3164
                  RenderText {#text} at (37,0) size 17x15
3164
                  RenderText {#text} at (37,0) size 17x15
3165
                    text run at (37,0) width 17: "No"
3165
                    text run at (37,0) width 17: "No"
Lines 3172-3192 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec126
3172
                RenderBlock {P} at (7,64) size 91x17
3172
                RenderBlock {P} at (7,64) size 91x17
3173
                  RenderText {#text} at (37,0) size 17x15
3173
                  RenderText {#text} at (37,0) size 17x15
3174
                    text run at (37,0) width 17: "No"
3174
                    text run at (37,0) width 17: "No"
3175
                  RenderInline {SPAN} at (0,0) size 1x15
3175
                  RenderInline {SPAN} at (0,0) size 0x15
3176
                    RenderInline {O:P} at (0,0) size 1x15
3176
                    RenderInline {O:P} at (0,0) size 0x0
3177
            RenderTableRow {TR} at (0,4026) size 473x81
3177
            RenderTableRow {TR} at (0,4026) size 473x81
3178
              RenderTableCell {TD} at (0,4026) size 99x17 [border: (0.50px none #808080) none] [r=52 c=0 rs=1 cs=1]
3178
              RenderTableCell {TD} at (0,4026) size 99x17 [border: (0.50px none #808080) none] [r=52 c=0 rs=1 cs=1]
3179
                RenderBlock {P} at (7,0) size 84x17
3179
                RenderBlock {P} at (7,0) size 84x17
3180
                  RenderText {#text} at (35,0) size 14x15
3180
                  RenderText {#text} at (35,0) size 14x15
3181
                    text run at (35,0) width 14: "53"
3181
                    text run at (35,0) width 14: "53"
3182
                  RenderInline {SPAN} at (0,0) size 1x15
3182
                  RenderInline {SPAN} at (0,0) size 0x15
3183
                    RenderInline {O:P} at (0,0) size 1x15
3183
                    RenderInline {O:P} at (0,0) size 0x0
3184
              RenderTableCell {TD} at (98,4026) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=52 c=1 rs=1 cs=1]
3184
              RenderTableCell {TD} at (98,4026) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=52 c=1 rs=1 cs=1]
3185
                RenderBlock {P} at (7,0) size 157x17
3185
                RenderBlock {P} at (7,0) size 157x17
3186
                  RenderText {#text} at (0,0) size 80x15
3186
                  RenderText {#text} at (0,0) size 80x15
3187
                    text run at (0,0) width 80: "Alberto Lanzas"
3187
                    text run at (0,0) width 80: "Alberto Lanzas"
3188
                  RenderInline {SPAN} at (0,0) size 1x15
3188
                  RenderInline {SPAN} at (0,0) size 0x15
3189
                    RenderInline {O:P} at (0,0) size 1x15
3189
                    RenderInline {O:P} at (0,0) size 0x0
3190
                RenderBlock {P} at (7,16) size 157x17
3190
                RenderBlock {P} at (7,16) size 157x17
3191
                  RenderText {#text} at (0,0) size 66x15
3191
                  RenderText {#text} at (0,0) size 66x15
3192
                    text run at (0,0) width 66: "Bill Johnson"
3192
                    text run at (0,0) width 66: "Bill Johnson"
Lines 3199-3212 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec127
3199
                RenderBlock {P} at (7,64) size 157x17
3199
                RenderBlock {P} at (7,64) size 157x17
3200
                  RenderText {#text} at (0,0) size 100x15
3200
                  RenderText {#text} at (0,0) size 100x15
3201
                    text run at (0,0) width 100: "Ramin Khoshnevis"
3201
                    text run at (0,0) width 100: "Ramin Khoshnevis"
3202
                  RenderInline {SPAN} at (0,0) size 1x15
3202
                  RenderInline {SPAN} at (0,0) size 0x15
3203
                    RenderInline {O:P} at (0,0) size 1x15
3203
                    RenderInline {O:P} at (0,0) size 0x0
3204
              RenderTableCell {TD} at (268,4026) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=52 c=2 rs=1 cs=1]
3204
              RenderTableCell {TD} at (268,4026) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=52 c=2 rs=1 cs=1]
3205
                RenderBlock {P} at (7,0) size 85x17
3205
                RenderBlock {P} at (7,0) size 85x17
3206
                  RenderText {#text} at (32,0) size 20x15
3206
                  RenderText {#text} at (32,0) size 20x15
3207
                    text run at (32,0) width 20: "Yes"
3207
                    text run at (32,0) width 20: "Yes"
3208
                  RenderInline {SPAN} at (0,0) size 1x15
3208
                  RenderInline {SPAN} at (0,0) size 0x15
3209
                    RenderInline {O:P} at (0,0) size 1x15
3209
                    RenderInline {O:P} at (0,0) size 0x0
3210
                RenderBlock {P} at (7,16) size 85x17
3210
                RenderBlock {P} at (7,16) size 85x17
3211
                  RenderText {#text} at (32,0) size 20x15
3211
                  RenderText {#text} at (32,0) size 20x15
3212
                    text run at (32,0) width 20: "Yes"
3212
                    text run at (32,0) width 20: "Yes"
Lines 3219-3232 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec128
3219
                RenderBlock {P} at (7,64) size 85x17
3219
                RenderBlock {P} at (7,64) size 85x17
3220
                  RenderText {#text} at (32,0) size 20x15
3220
                  RenderText {#text} at (32,0) size 20x15
3221
                    text run at (32,0) width 20: "Yes"
3221
                    text run at (32,0) width 20: "Yes"
3222
                  RenderInline {SPAN} at (0,0) size 1x15
3222
                  RenderInline {SPAN} at (0,0) size 0x15
3223
                    RenderInline {O:P} at (0,0) size 1x15
3223
                    RenderInline {O:P} at (0,0) size 0x0
3224
              RenderTableCell {TD} at (367,4026) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=52 c=3 rs=1 cs=1]
3224
              RenderTableCell {TD} at (367,4026) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=52 c=3 rs=1 cs=1]
3225
                RenderBlock {P} at (7,0) size 91x17
3225
                RenderBlock {P} at (7,0) size 91x17
3226
                  RenderText {#text} at (35,0) size 20x15
3226
                  RenderText {#text} at (35,0) size 20x15
3227
                    text run at (35,0) width 20: "Yes"
3227
                    text run at (35,0) width 20: "Yes"
3228
                  RenderInline {SPAN} at (0,0) size 1x15
3228
                  RenderInline {SPAN} at (0,0) size 0x15
3229
                    RenderInline {O:P} at (0,0) size 1x15
3229
                    RenderInline {O:P} at (0,0) size 0x0
3230
                RenderBlock {P} at (7,16) size 91x17
3230
                RenderBlock {P} at (7,16) size 91x17
3231
                  RenderText {#text} at (37,0) size 17x15
3231
                  RenderText {#text} at (37,0) size 17x15
3232
                    text run at (37,0) width 17: "No"
3232
                    text run at (37,0) width 17: "No"
Lines 3239-3253 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec129
3239
                RenderBlock {P} at (7,64) size 91x17
3239
                RenderBlock {P} at (7,64) size 91x17
3240
                  RenderText {#text} at (37,0) size 17x15
3240
                  RenderText {#text} at (37,0) size 17x15
3241
                    text run at (37,0) width 17: "No"
3241
                    text run at (37,0) width 17: "No"
3242
                  RenderInline {SPAN} at (0,0) size 1x15
3242
                  RenderInline {SPAN} at (0,0) size 0x15
3243
                    RenderInline {O:P} at (0,0) size 1x15
3243
                    RenderInline {O:P} at (0,0) size 0x0
3244
            RenderTableRow {TR} at (0,4106) size 473x113
3244
            RenderTableRow {TR} at (0,4106) size 473x113
3245
              RenderTableCell {TD} at (0,4106) size 99x17 [border: (0.50px none #808080) none] [r=53 c=0 rs=1 cs=1]
3245
              RenderTableCell {TD} at (0,4106) size 99x17 [border: (0.50px none #808080) none] [r=53 c=0 rs=1 cs=1]
3246
                RenderBlock {P} at (7,0) size 84x17
3246
                RenderBlock {P} at (7,0) size 84x17
3247
                  RenderText {#text} at (35,0) size 14x15
3247
                  RenderText {#text} at (35,0) size 14x15
3248
                    text run at (35,0) width 14: "54"
3248
                    text run at (35,0) width 14: "54"
3249
                  RenderInline {SPAN} at (0,0) size 1x15
3249
                  RenderInline {SPAN} at (0,0) size 0x15
3250
                    RenderInline {O:P} at (0,0) size 1x15
3250
                    RenderInline {O:P} at (0,0) size 0x0
3251
              RenderTableCell {TD} at (98,4106) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=53 c=1 rs=1 cs=1]
3251
              RenderTableCell {TD} at (98,4106) size 171x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=53 c=1 rs=1 cs=1]
3252
                RenderBlock {P} at (7,0) size 157x17
3252
                RenderBlock {P} at (7,0) size 157x17
3253
                  RenderText {#text} at (0,0) size 74x15
3253
                  RenderText {#text} at (0,0) size 74x15
Lines 3270-3277 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec130
3270
                RenderBlock {P} at (7,96) size 157x17
3270
                RenderBlock {P} at (7,96) size 157x17
3271
                  RenderText {#text} at (0,0) size 62x15
3271
                  RenderText {#text} at (0,0) size 62x15
3272
                    text run at (0,0) width 62: "Scott Hersh"
3272
                    text run at (0,0) width 62: "Scott Hersh"
3273
                  RenderInline {SPAN} at (0,0) size 1x15
3273
                  RenderInline {SPAN} at (0,0) size 0x15
3274
                    RenderInline {O:P} at (0,0) size 1x15
3274
                    RenderInline {O:P} at (0,0) size 0x0
3275
              RenderTableCell {TD} at (268,4106) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=53 c=2 rs=1 cs=1]
3275
              RenderTableCell {TD} at (268,4106) size 100x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=53 c=2 rs=1 cs=1]
3276
                RenderBlock {P} at (7,0) size 85x17
3276
                RenderBlock {P} at (7,0) size 85x17
3277
                  RenderText {#text} at (32,0) size 20x15
3277
                  RenderText {#text} at (32,0) size 20x15
Lines 3294-3301 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec131
3294
                RenderBlock {P} at (7,96) size 85x17
3294
                RenderBlock {P} at (7,96) size 85x17
3295
                  RenderText {#text} at (32,0) size 20x15
3295
                  RenderText {#text} at (32,0) size 20x15
3296
                    text run at (32,0) width 20: "Yes"
3296
                    text run at (32,0) width 20: "Yes"
3297
                  RenderInline {SPAN} at (0,0) size 1x15
3297
                  RenderInline {SPAN} at (0,0) size 0x15
3298
                    RenderInline {O:P} at (0,0) size 1x15
3298
                    RenderInline {O:P} at (0,0) size 0x0
3299
              RenderTableCell {TD} at (367,4106) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=53 c=3 rs=1 cs=1]
3299
              RenderTableCell {TD} at (367,4106) size 106x113 [border: (0.50px none #808080) none (0.50px none #808080)] [r=53 c=3 rs=1 cs=1]
3300
                RenderBlock {P} at (7,0) size 91x17
3300
                RenderBlock {P} at (7,0) size 91x17
3301
                  RenderText {#text} at (7,0) size 77x15
3301
                  RenderText {#text} at (7,0) size 77x15
Lines 3318-3381 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec132
3318
                RenderBlock {P} at (7,96) size 91x17
3318
                RenderBlock {P} at (7,96) size 91x17
3319
                  RenderText {#text} at (37,0) size 17x15
3319
                  RenderText {#text} at (37,0) size 17x15
3320
                    text run at (37,0) width 17: "No"
3320
                    text run at (37,0) width 17: "No"
3321
                  RenderInline {SPAN} at (0,0) size 1x15
3321
                  RenderInline {SPAN} at (0,0) size 0x15
3322
                    RenderInline {O:P} at (0,0) size 1x15
3322
                    RenderInline {O:P} at (0,0) size 0x0
3323
            RenderTableRow {TR} at (0,4219) size 473x49
3323
            RenderTableRow {TR} at (0,4219) size 473x49
3324
              RenderTableCell {TD} at (0,4219) size 99x17 [border: (0.50px none #808080) none] [r=54 c=0 rs=1 cs=1]
3324
              RenderTableCell {TD} at (0,4219) size 99x17 [border: (0.50px none #808080) none] [r=54 c=0 rs=1 cs=1]
3325
                RenderBlock {P} at (7,0) size 84x17
3325
                RenderBlock {P} at (7,0) size 84x17
3326
                  RenderText {#text} at (35,0) size 14x15
3326
                  RenderText {#text} at (35,0) size 14x15
3327
                    text run at (35,0) width 14: "55"
3327
                    text run at (35,0) width 14: "55"
3328
                  RenderInline {SPAN} at (0,0) size 1x15
3328
                  RenderInline {SPAN} at (0,0) size 0x15
3329
                    RenderInline {O:P} at (0,0) size 1x15
3329
                    RenderInline {O:P} at (0,0) size 0x0
3330
              RenderTableCell {TD} at (98,4219) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=54 c=1 rs=1 cs=1]
3330
              RenderTableCell {TD} at (98,4219) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=54 c=1 rs=1 cs=1]
3331
                RenderBlock {P} at (7,0) size 157x17
3331
                RenderBlock {P} at (7,0) size 157x17
3332
                  RenderText {#text} at (0,0) size 80x15
3332
                  RenderText {#text} at (0,0) size 80x15
3333
                    text run at (0,0) width 80: "Alberto Lanzas"
3333
                    text run at (0,0) width 80: "Alberto Lanzas"
3334
                  RenderInline {SPAN} at (0,0) size 1x15
3334
                  RenderInline {SPAN} at (0,0) size 0x15
3335
                    RenderInline {O:P} at (0,0) size 1x15
3335
                    RenderInline {O:P} at (0,0) size 0x0
3336
                RenderBlock {P} at (7,16) size 157x17
3336
                RenderBlock {P} at (7,16) size 157x17
3337
                  RenderText {#text} at (0,0) size 57x15
3337
                  RenderText {#text} at (0,0) size 57x15
3338
                    text run at (0,0) width 57: "Bob Roger"
3338
                    text run at (0,0) width 57: "Bob Roger"
3339
                RenderBlock {P} at (7,32) size 157x17
3339
                RenderBlock {P} at (7,32) size 157x17
3340
                  RenderText {#text} at (0,0) size 75x15
3340
                  RenderText {#text} at (0,0) size 75x15
3341
                    text run at (0,0) width 75: "Randy StClair"
3341
                    text run at (0,0) width 75: "Randy StClair"
3342
                  RenderInline {SPAN} at (0,0) size 1x15
3342
                  RenderInline {SPAN} at (0,0) size 0x15
3343
                    RenderInline {O:P} at (0,0) size 1x15
3343
                    RenderInline {O:P} at (0,0) size 0x0
3344
              RenderTableCell {TD} at (268,4219) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=54 c=2 rs=1 cs=1]
3344
              RenderTableCell {TD} at (268,4219) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=54 c=2 rs=1 cs=1]
3345
                RenderBlock {P} at (7,0) size 85x17
3345
                RenderBlock {P} at (7,0) size 85x17
3346
                  RenderText {#text} at (32,0) size 20x15
3346
                  RenderText {#text} at (32,0) size 20x15
3347
                    text run at (32,0) width 20: "Yes"
3347
                    text run at (32,0) width 20: "Yes"
3348
                  RenderInline {SPAN} at (0,0) size 1x15
3348
                  RenderInline {SPAN} at (0,0) size 0x15
3349
                    RenderInline {O:P} at (0,0) size 1x15
3349
                    RenderInline {O:P} at (0,0) size 0x0
3350
                RenderBlock {P} at (7,16) size 85x17
3350
                RenderBlock {P} at (7,16) size 85x17
3351
                  RenderText {#text} at (32,0) size 20x15
3351
                  RenderText {#text} at (32,0) size 20x15
3352
                    text run at (32,0) width 20: "Yes"
3352
                    text run at (32,0) width 20: "Yes"
3353
                RenderBlock {P} at (7,32) size 85x17
3353
                RenderBlock {P} at (7,32) size 85x17
3354
                  RenderText {#text} at (32,0) size 20x15
3354
                  RenderText {#text} at (32,0) size 20x15
3355
                    text run at (32,0) width 20: "Yes"
3355
                    text run at (32,0) width 20: "Yes"
3356
                  RenderInline {SPAN} at (0,0) size 1x15
3356
                  RenderInline {SPAN} at (0,0) size 0x15
3357
                    RenderInline {O:P} at (0,0) size 1x15
3357
                    RenderInline {O:P} at (0,0) size 0x0
3358
              RenderTableCell {TD} at (367,4219) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=54 c=3 rs=1 cs=1]
3358
              RenderTableCell {TD} at (367,4219) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=54 c=3 rs=1 cs=1]
3359
                RenderBlock {P} at (7,0) size 91x17
3359
                RenderBlock {P} at (7,0) size 91x17
3360
                  RenderText {#text} at (35,0) size 20x15
3360
                  RenderText {#text} at (35,0) size 20x15
3361
                    text run at (35,0) width 20: "Yes"
3361
                    text run at (35,0) width 20: "Yes"
3362
                  RenderInline {SPAN} at (0,0) size 1x15
3362
                  RenderInline {SPAN} at (0,0) size 0x15
3363
                    RenderInline {O:P} at (0,0) size 1x15
3363
                    RenderInline {O:P} at (0,0) size 0x0
3364
                RenderBlock {P} at (7,16) size 91x17
3364
                RenderBlock {P} at (7,16) size 91x17
3365
                  RenderText {#text} at (37,0) size 17x15
3365
                  RenderText {#text} at (37,0) size 17x15
3366
                    text run at (37,0) width 17: "No"
3366
                    text run at (37,0) width 17: "No"
3367
                RenderBlock {P} at (7,32) size 91x17
3367
                RenderBlock {P} at (7,32) size 91x17
3368
                  RenderText {#text} at (37,0) size 17x15
3368
                  RenderText {#text} at (37,0) size 17x15
3369
                    text run at (37,0) width 17: "No"
3369
                    text run at (37,0) width 17: "No"
3370
                  RenderInline {SPAN} at (0,0) size 1x15
3370
                  RenderInline {SPAN} at (0,0) size 0x15
3371
                    RenderInline {O:P} at (0,0) size 1x15
3371
                    RenderInline {O:P} at (0,0) size 0x0
3372
            RenderTableRow {TR} at (0,4267) size 473x81
3372
            RenderTableRow {TR} at (0,4267) size 473x81
3373
              RenderTableCell {TD} at (0,4267) size 99x17 [border: (0.50px none #808080) none] [r=55 c=0 rs=1 cs=1]
3373
              RenderTableCell {TD} at (0,4267) size 99x17 [border: (0.50px none #808080) none] [r=55 c=0 rs=1 cs=1]
3374
                RenderBlock {P} at (7,0) size 84x17
3374
                RenderBlock {P} at (7,0) size 84x17
3375
                  RenderText {#text} at (35,0) size 14x15
3375
                  RenderText {#text} at (35,0) size 14x15
3376
                    text run at (35,0) width 14: "56"
3376
                    text run at (35,0) width 14: "56"
3377
                  RenderInline {SPAN} at (0,0) size 1x15
3377
                  RenderInline {SPAN} at (0,0) size 0x15
3378
                    RenderInline {O:P} at (0,0) size 1x15
3378
                    RenderInline {O:P} at (0,0) size 0x0
3379
              RenderTableCell {TD} at (98,4267) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=55 c=1 rs=1 cs=1]
3379
              RenderTableCell {TD} at (98,4267) size 171x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=55 c=1 rs=1 cs=1]
3380
                RenderBlock {P} at (7,0) size 157x17
3380
                RenderBlock {P} at (7,0) size 157x17
3381
                  RenderText {#text} at (0,0) size 80x15
3381
                  RenderText {#text} at (0,0) size 80x15
Lines 3392-3399 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec133
3392
                RenderBlock {P} at (7,64) size 157x17
3392
                RenderBlock {P} at (7,64) size 157x17
3393
                  RenderText {#text} at (0,0) size 69x15
3393
                  RenderText {#text} at (0,0) size 69x15
3394
                    text run at (0,0) width 69: "Harald Close"
3394
                    text run at (0,0) width 69: "Harald Close"
3395
                  RenderInline {SPAN} at (0,0) size 1x15
3395
                  RenderInline {SPAN} at (0,0) size 0x15
3396
                    RenderInline {O:P} at (0,0) size 1x15
3396
                    RenderInline {O:P} at (0,0) size 0x0
3397
              RenderTableCell {TD} at (268,4267) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=55 c=2 rs=1 cs=1]
3397
              RenderTableCell {TD} at (268,4267) size 100x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=55 c=2 rs=1 cs=1]
3398
                RenderBlock {P} at (7,0) size 85x17
3398
                RenderBlock {P} at (7,0) size 85x17
3399
                  RenderText {#text} at (32,0) size 20x15
3399
                  RenderText {#text} at (32,0) size 20x15
Lines 3410-3417 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec134
3410
                RenderBlock {P} at (7,64) size 85x17
3410
                RenderBlock {P} at (7,64) size 85x17
3411
                  RenderText {#text} at (32,0) size 20x15
3411
                  RenderText {#text} at (32,0) size 20x15
3412
                    text run at (32,0) width 20: "Yes"
3412
                    text run at (32,0) width 20: "Yes"
3413
                  RenderInline {SPAN} at (0,0) size 1x15
3413
                  RenderInline {SPAN} at (0,0) size 0x15
3414
                    RenderInline {O:P} at (0,0) size 1x15
3414
                    RenderInline {O:P} at (0,0) size 0x0
3415
              RenderTableCell {TD} at (367,4267) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=55 c=3 rs=1 cs=1]
3415
              RenderTableCell {TD} at (367,4267) size 106x81 [border: (0.50px none #808080) none (0.50px none #808080)] [r=55 c=3 rs=1 cs=1]
3416
                RenderBlock {P} at (7,0) size 91x17
3416
                RenderBlock {P} at (7,0) size 91x17
3417
                  RenderText {#text} at (37,0) size 17x15
3417
                  RenderText {#text} at (37,0) size 17x15
Lines 3428-3442 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec135
3428
                RenderBlock {P} at (7,64) size 91x17
3428
                RenderBlock {P} at (7,64) size 91x17
3429
                  RenderText {#text} at (37,0) size 17x15
3429
                  RenderText {#text} at (37,0) size 17x15
3430
                    text run at (37,0) width 17: "No"
3430
                    text run at (37,0) width 17: "No"
3431
                  RenderInline {SPAN} at (0,0) size 1x15
3431
                  RenderInline {SPAN} at (0,0) size 0x15
3432
                    RenderInline {O:P} at (0,0) size 1x15
3432
                    RenderInline {O:P} at (0,0) size 0x0
3433
            RenderTableRow {TR} at (0,4348) size 473x49
3433
            RenderTableRow {TR} at (0,4348) size 473x49
3434
              RenderTableCell {TD} at (0,4348) size 99x17 [border: (0.50px none #808080) none] [r=56 c=0 rs=1 cs=1]
3434
              RenderTableCell {TD} at (0,4348) size 99x17 [border: (0.50px none #808080) none] [r=56 c=0 rs=1 cs=1]
3435
                RenderBlock {P} at (7,0) size 84x17
3435
                RenderBlock {P} at (7,0) size 84x17
3436
                  RenderText {#text} at (35,0) size 14x15
3436
                  RenderText {#text} at (35,0) size 14x15
3437
                    text run at (35,0) width 14: "57"
3437
                    text run at (35,0) width 14: "57"
3438
                  RenderInline {SPAN} at (0,0) size 1x15
3438
                  RenderInline {SPAN} at (0,0) size 0x15
3439
                    RenderInline {O:P} at (0,0) size 1x15
3439
                    RenderInline {O:P} at (0,0) size 0x0
3440
              RenderTableCell {TD} at (98,4348) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=56 c=1 rs=1 cs=1]
3440
              RenderTableCell {TD} at (98,4348) size 171x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=56 c=1 rs=1 cs=1]
3441
                RenderBlock {P} at (7,0) size 157x17
3441
                RenderBlock {P} at (7,0) size 157x17
3442
                  RenderText {#text} at (0,0) size 57x15
3442
                  RenderText {#text} at (0,0) size 57x15
Lines 3447-3479 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec136
3447
                RenderBlock {P} at (7,32) size 157x17
3447
                RenderBlock {P} at (7,32) size 157x17
3448
                  RenderText {#text} at (0,0) size 64x15
3448
                  RenderText {#text} at (0,0) size 64x15
3449
                    text run at (0,0) width 64: "David Dunn"
3449
                    text run at (0,0) width 64: "David Dunn"
3450
                  RenderInline {SPAN} at (0,0) size 1x15
3450
                  RenderInline {SPAN} at (0,0) size 0x15
3451
                    RenderInline {O:P} at (0,0) size 1x15
3451
                    RenderInline {O:P} at (0,0) size 0x0
3452
              RenderTableCell {TD} at (268,4348) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=56 c=2 rs=1 cs=1]
3452
              RenderTableCell {TD} at (268,4348) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=56 c=2 rs=1 cs=1]
3453
                RenderBlock {P} at (7,0) size 85x17
3453
                RenderBlock {P} at (7,0) size 85x17
3454
                  RenderText {#text} at (32,0) size 20x15
3454
                  RenderText {#text} at (32,0) size 20x15
3455
                    text run at (32,0) width 20: "Yes"
3455
                    text run at (32,0) width 20: "Yes"
3456
                  RenderInline {SPAN} at (0,0) size 1x15
3456
                  RenderInline {SPAN} at (0,0) size 0x15
3457
                    RenderInline {O:P} at (0,0) size 1x15
3457
                    RenderInline {O:P} at (0,0) size 0x0
3458
              RenderTableCell {TD} at (367,4348) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=56 c=3 rs=1 cs=1]
3458
              RenderTableCell {TD} at (367,4348) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=56 c=3 rs=1 cs=1]
3459
                RenderBlock {P} at (7,0) size 91x17
3459
                RenderBlock {P} at (7,0) size 91x17
3460
                  RenderText {#text} at (37,0) size 17x15
3460
                  RenderText {#text} at (37,0) size 17x15
3461
                    text run at (37,0) width 17: "No"
3461
                    text run at (37,0) width 17: "No"
3462
                  RenderInline {SPAN} at (0,0) size 1x15
3462
                  RenderInline {SPAN} at (0,0) size 0x15
3463
                    RenderInline {O:P} at (0,0) size 1x15
3463
                    RenderInline {O:P} at (0,0) size 0x0
3464
            RenderTableRow {TR} at (0,4396) size 473x65
3464
            RenderTableRow {TR} at (0,4396) size 473x65
3465
              RenderTableCell {TD} at (0,4396) size 99x17 [border: (0.50px none #808080) none] [r=57 c=0 rs=1 cs=1]
3465
              RenderTableCell {TD} at (0,4396) size 99x17 [border: (0.50px none #808080) none] [r=57 c=0 rs=1 cs=1]
3466
                RenderBlock {P} at (7,0) size 84x17
3466
                RenderBlock {P} at (7,0) size 84x17
3467
                  RenderText {#text} at (35,0) size 14x15
3467
                  RenderText {#text} at (35,0) size 14x15
3468
                    text run at (35,0) width 14: "58"
3468
                    text run at (35,0) width 14: "58"
3469
                  RenderInline {SPAN} at (0,0) size 1x15
3469
                  RenderInline {SPAN} at (0,0) size 0x15
3470
                    RenderInline {O:P} at (0,0) size 1x15
3470
                    RenderInline {O:P} at (0,0) size 0x0
3471
              RenderTableCell {TD} at (98,4396) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=57 c=1 rs=1 cs=1]
3471
              RenderTableCell {TD} at (98,4396) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=57 c=1 rs=1 cs=1]
3472
                RenderBlock {P} at (7,0) size 157x17
3472
                RenderBlock {P} at (7,0) size 157x17
3473
                  RenderText {#text} at (0,0) size 92x15
3473
                  RenderText {#text} at (0,0) size 92x15
3474
                    text run at (0,0) width 92: "Ian + Brad Carter"
3474
                    text run at (0,0) width 92: "Ian + Brad Carter"
3475
                  RenderInline {SPAN} at (0,0) size 1x15
3475
                  RenderInline {SPAN} at (0,0) size 0x15
3476
                    RenderInline {O:P} at (0,0) size 1x15
3476
                    RenderInline {O:P} at (0,0) size 0x0
3477
                RenderBlock {P} at (7,16) size 157x17
3477
                RenderBlock {P} at (7,16) size 157x17
3478
                  RenderText {#text} at (0,0) size 66x15
3478
                  RenderText {#text} at (0,0) size 66x15
3479
                    text run at (0,0) width 66: "Bill Johnson"
3479
                    text run at (0,0) width 66: "Bill Johnson"
Lines 3483-3525 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec137
3483
                RenderBlock {P} at (7,48) size 157x17
3483
                RenderBlock {P} at (7,48) size 157x17
3484
                  RenderText {#text} at (0,0) size 64x15
3484
                  RenderText {#text} at (0,0) size 64x15
3485
                    text run at (0,0) width 64: "David Dunn"
3485
                    text run at (0,0) width 64: "David Dunn"
3486
                  RenderInline {SPAN} at (0,0) size 1x15
3486
                  RenderInline {SPAN} at (0,0) size 0x15
3487
                    RenderInline {O:P} at (0,0) size 1x15
3487
                    RenderInline {O:P} at (0,0) size 0x0
3488
              RenderTableCell {TD} at (268,4396) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=57 c=2 rs=1 cs=1]
3488
              RenderTableCell {TD} at (268,4396) size 100x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=57 c=2 rs=1 cs=1]
3489
                RenderBlock {P} at (7,0) size 85x17
3489
                RenderBlock {P} at (7,0) size 85x17
3490
                  RenderText {#text} at (32,0) size 20x15
3490
                  RenderText {#text} at (32,0) size 20x15
3491
                    text run at (32,0) width 20: "Yes"
3491
                    text run at (32,0) width 20: "Yes"
3492
                  RenderInline {SPAN} at (0,0) size 1x15
3492
                  RenderInline {SPAN} at (0,0) size 0x15
3493
                    RenderInline {O:P} at (0,0) size 1x15
3493
                    RenderInline {O:P} at (0,0) size 0x0
3494
                RenderBlock {P} at (7,16) size 85x17
3494
                RenderBlock {P} at (7,16) size 85x17
3495
                  RenderText {#text} at (32,0) size 20x15
3495
                  RenderText {#text} at (32,0) size 20x15
3496
                    text run at (32,0) width 20: "Yes"
3496
                    text run at (32,0) width 20: "Yes"
3497
                RenderBlock {P} at (7,32) size 85x17
3497
                RenderBlock {P} at (7,32) size 85x17
3498
                  RenderText {#text} at (32,0) size 20x15
3498
                  RenderText {#text} at (32,0) size 20x15
3499
                    text run at (32,0) width 20: "Yes"
3499
                    text run at (32,0) width 20: "Yes"
3500
                  RenderInline {SPAN} at (0,0) size 1x15
3500
                  RenderInline {SPAN} at (0,0) size 0x15
3501
                    RenderInline {O:P} at (0,0) size 1x15
3501
                    RenderInline {O:P} at (0,0) size 0x0
3502
              RenderTableCell {TD} at (367,4396) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=57 c=3 rs=1 cs=1]
3502
              RenderTableCell {TD} at (367,4396) size 106x49 [border: (0.50px none #808080) none (0.50px none #808080)] [r=57 c=3 rs=1 cs=1]
3503
                RenderBlock {P} at (7,0) size 91x17
3503
                RenderBlock {P} at (7,0) size 91x17
3504
                  RenderText {#text} at (37,0) size 17x15
3504
                  RenderText {#text} at (37,0) size 17x15
3505
                    text run at (37,0) width 17: "No"
3505
                    text run at (37,0) width 17: "No"
3506
                  RenderInline {SPAN} at (0,0) size 1x15
3506
                  RenderInline {SPAN} at (0,0) size 0x15
3507
                    RenderInline {O:P} at (0,0) size 1x15
3507
                    RenderInline {O:P} at (0,0) size 0x0
3508
                RenderBlock {P} at (7,16) size 91x17
3508
                RenderBlock {P} at (7,16) size 91x17
3509
                  RenderText {#text} at (37,0) size 17x15
3509
                  RenderText {#text} at (37,0) size 17x15
3510
                    text run at (37,0) width 17: "No"
3510
                    text run at (37,0) width 17: "No"
3511
                RenderBlock {P} at (7,32) size 91x17
3511
                RenderBlock {P} at (7,32) size 91x17
3512
                  RenderText {#text} at (37,0) size 17x15
3512
                  RenderText {#text} at (37,0) size 17x15
3513
                    text run at (37,0) width 17: "No"
3513
                    text run at (37,0) width 17: "No"
3514
                  RenderInline {SPAN} at (0,0) size 1x15
3514
                  RenderInline {SPAN} at (0,0) size 0x15
3515
                    RenderInline {O:P} at (0,0) size 1x15
3515
                    RenderInline {O:P} at (0,0) size 0x0
3516
            RenderTableRow {TR} at (0,4461) size 473x33
3516
            RenderTableRow {TR} at (0,4461) size 473x33
3517
              RenderTableCell {TD} at (0,4461) size 99x17 [border: (0.50px none #808080) none] [r=58 c=0 rs=1 cs=1]
3517
              RenderTableCell {TD} at (0,4461) size 99x17 [border: (0.50px none #808080) none] [r=58 c=0 rs=1 cs=1]
3518
                RenderBlock {P} at (7,0) size 84x17
3518
                RenderBlock {P} at (7,0) size 84x17
3519
                  RenderText {#text} at (35,0) size 14x15
3519
                  RenderText {#text} at (35,0) size 14x15
3520
                    text run at (35,0) width 14: "59"
3520
                    text run at (35,0) width 14: "59"
3521
                  RenderInline {SPAN} at (0,0) size 1x15
3521
                  RenderInline {SPAN} at (0,0) size 0x15
3522
                    RenderInline {O:P} at (0,0) size 1x15
3522
                    RenderInline {O:P} at (0,0) size 0x0
3523
              RenderTableCell {TD} at (98,4461) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=58 c=1 rs=1 cs=1]
3523
              RenderTableCell {TD} at (98,4461) size 171x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=58 c=1 rs=1 cs=1]
3524
                RenderBlock {P} at (7,0) size 157x17
3524
                RenderBlock {P} at (7,0) size 157x17
3525
                  RenderText {#text} at (0,0) size 57x15
3525
                  RenderText {#text} at (0,0) size 57x15
Lines 3527-3553 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec138
3527
                RenderBlock {P} at (7,16) size 157x17
3527
                RenderBlock {P} at (7,16) size 157x17
3528
                  RenderText {#text} at (0,0) size 67x15
3528
                  RenderText {#text} at (0,0) size 67x15
3529
                    text run at (0,0) width 67: "Rich Burnett"
3529
                    text run at (0,0) width 67: "Rich Burnett"
3530
                  RenderInline {SPAN} at (0,0) size 1x15
3530
                  RenderInline {SPAN} at (0,0) size 0x15
3531
                    RenderInline {O:P} at (0,0) size 1x15
3531
                    RenderInline {O:P} at (0,0) size 0x0
3532
              RenderTableCell {TD} at (268,4461) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=58 c=2 rs=1 cs=1]
3532
              RenderTableCell {TD} at (268,4461) size 100x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=58 c=2 rs=1 cs=1]
3533
                RenderBlock {P} at (7,0) size 85x17
3533
                RenderBlock {P} at (7,0) size 85x17
3534
                  RenderText {#text} at (32,0) size 20x15
3534
                  RenderText {#text} at (32,0) size 20x15
3535
                    text run at (32,0) width 20: "Yes"
3535
                    text run at (32,0) width 20: "Yes"
3536
                  RenderInline {SPAN} at (0,0) size 1x15
3536
                  RenderInline {SPAN} at (0,0) size 0x15
3537
                    RenderInline {O:P} at (0,0) size 1x15
3537
                    RenderInline {O:P} at (0,0) size 0x0
3538
              RenderTableCell {TD} at (367,4461) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=58 c=3 rs=1 cs=1]
3538
              RenderTableCell {TD} at (367,4461) size 106x17 [border: (0.50px none #808080) none (0.50px none #808080)] [r=58 c=3 rs=1 cs=1]
3539
                RenderBlock {P} at (7,0) size 91x17
3539
                RenderBlock {P} at (7,0) size 91x17
3540
                  RenderText {#text} at (37,0) size 17x15
3540
                  RenderText {#text} at (37,0) size 17x15
3541
                    text run at (37,0) width 17: "No"
3541
                    text run at (37,0) width 17: "No"
3542
                  RenderInline {SPAN} at (0,0) size 1x15
3542
                  RenderInline {SPAN} at (0,0) size 0x15
3543
                    RenderInline {O:P} at (0,0) size 1x15
3543
                    RenderInline {O:P} at (0,0) size 0x0
3544
            RenderTableRow {TR} at (0,4493) size 473x65
3544
            RenderTableRow {TR} at (0,4493) size 473x65
3545
              RenderTableCell {TD} at (0,4493) size 99x17 [border: (0.50px none #808080) none] [r=59 c=0 rs=1 cs=1]
3545
              RenderTableCell {TD} at (0,4493) size 99x17 [border: (0.50px none #808080) none] [r=59 c=0 rs=1 cs=1]
3546
                RenderBlock {P} at (7,0) size 84x17
3546
                RenderBlock {P} at (7,0) size 84x17
3547
                  RenderText {#text} at (35,0) size 14x15
3547
                  RenderText {#text} at (35,0) size 14x15
3548
                    text run at (35,0) width 14: "60"
3548
                    text run at (35,0) width 14: "60"
3549
                  RenderInline {SPAN} at (0,0) size 1x15
3549
                  RenderInline {SPAN} at (0,0) size 0x15
3550
                    RenderInline {O:P} at (0,0) size 1x15
3550
                    RenderInline {O:P} at (0,0) size 0x0
3551
              RenderTableCell {TD} at (98,4493) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=59 c=1 rs=1 cs=1]
3551
              RenderTableCell {TD} at (98,4493) size 171x65 [border: (0.50px none #808080) none (0.50px none #808080)] [r=59 c=1 rs=1 cs=1]
3552
                RenderBlock {P} at (7,0) size 157x17
3552
                RenderBlock {P} at (7,0) size 157x17
3553
                  RenderText {#text} at (0,0) size 66x15
3553
                  RenderText {#text} at (0,0) size 66x15
Lines 3561-3568 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec139
3561
                RenderBlock {P} at (7,48) size 157x17
3561
                RenderBlock {P} at (7,48) size 157x17
3562
                  RenderText {#text} at (0,0) size 87x15
3562
                  RenderText {#text} at (0,0) size 87x15
3563
                    text run at (0,0) width 87: "Rick Rasmussen"
3563
                    text run at (0,0) width 87: "Rick Rasmussen"
3564
                  RenderInline {SPAN} at (0,0) size 1x15
3564
                  RenderInline {SPAN} at (0,0) size 0x15
3565
                    RenderInline {O:P} at (0,0) size 1x15
3565
                    RenderInline {O:P} at (0,0) size 0x0
3566
              RenderTableCell {TD} at (268,4493) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=59 c=2 rs=1 cs=1]
3566
              RenderTableCell {TD} at (268,4493) size 100x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=59 c=2 rs=1 cs=1]
3567
                RenderBlock {P} at (7,0) size 85x17
3567
                RenderBlock {P} at (7,0) size 85x17
3568
                  RenderText {#text} at (32,0) size 20x15
3568
                  RenderText {#text} at (32,0) size 20x15
Lines 3570-3577 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec140
3570
                RenderBlock {P} at (7,16) size 85x17
3570
                RenderBlock {P} at (7,16) size 85x17
3571
                  RenderText {#text} at (34,0) size 17x15
3571
                  RenderText {#text} at (34,0) size 17x15
3572
                    text run at (34,0) width 17: "No"
3572
                    text run at (34,0) width 17: "No"
3573
                  RenderInline {SPAN} at (0,0) size 1x15
3573
                  RenderInline {SPAN} at (0,0) size 0x15
3574
                    RenderInline {O:P} at (0,0) size 1x15
3574
                    RenderInline {O:P} at (0,0) size 0x0
3575
              RenderTableCell {TD} at (367,4493) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=59 c=3 rs=1 cs=1]
3575
              RenderTableCell {TD} at (367,4493) size 106x33 [border: (0.50px none #808080) none (0.50px none #808080)] [r=59 c=3 rs=1 cs=1]
3576
                RenderBlock {P} at (7,0) size 91x17
3576
                RenderBlock {P} at (7,0) size 91x17
3577
                  RenderText {#text} at (37,0) size 17x15
3577
                  RenderText {#text} at (37,0) size 17x15
Lines 3579-3586 layer at (0,0) size 800x4659 a/LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec141
3579
                RenderBlock {P} at (7,16) size 91x17
3579
                RenderBlock {P} at (7,16) size 91x17
3580
                  RenderText {#text} at (35,0) size 20x15
3580
                  RenderText {#text} at (35,0) size 20x15
3581
                    text run at (35,0) width 20: "Yes"
3581
                    text run at (35,0) width 20: "Yes"
3582
                  RenderInline {SPAN} at (0,0) size 1x15
3582
                  RenderInline {SPAN} at (0,0) size 0x15
3583
                    RenderInline {O:P} at (0,0) size 1x15
3583
                    RenderInline {O:P} at (0,0) size 0x0
3584
        RenderBlock {P} at (0,4578) size 784x17
3584
        RenderBlock {P} at (0,4578) size 784x17
3585
          RenderInline {SPAN} at (0,0) size 4x15
3585
          RenderInline {SPAN} at (0,0) size 4x15
3586
            RenderText {#text} at (0,0) size 4x15
3586
            RenderText {#text} at (0,0) size 4x15
- a/LayoutTests/platform/mac-catalina/tables/mozilla/bugs/bug18359-expected.txt -1 / +1 lines
Lines 12-18 layer at (0,0) size 800x600 a/LayoutTests/platform/mac-catalina/tables/mozilla/bugs/bug18359-expected.txt_sec1
12
          RenderTableSection {TBODY} at (0,0) size 669x55
12
          RenderTableSection {TBODY} at (0,0) size 669x55
13
            RenderTableRow {TR} at (0,2) size 669x25
13
            RenderTableRow {TR} at (0,2) size 669x25
14
              RenderTableCell {TD} at (2,4) size 106x21 [r=0 c=0 rs=1 cs=1]
14
              RenderTableCell {TD} at (2,4) size 106x21 [r=0 c=0 rs=1 cs=1]
15
                RenderInline {B} at (0,0) size 95x18
15
                RenderInline {B} at (0,0) size 95x19
16
                  RenderText {#text} at (1,1) size 95x19
16
                  RenderText {#text} at (1,1) size 95x19
17
                    text run at (1,2) width 95: "Trigger URL:"
17
                    text run at (1,2) width 95: "Trigger URL:"
18
              RenderTableCell {TD} at (109,2) size 468x25 [r=0 c=1 rs=1 cs=1]
18
              RenderTableCell {TD} at (109,2) size 468x25 [r=0 c=1 rs=1 cs=1]
- a/LayoutTests/platform/mac-catalina/tables/mozilla/bugs/bug7342-expected.txt -8 / +8 lines
Lines 21-49 layer at (0,0) size 800x600 a/LayoutTests/platform/mac-catalina/tables/mozilla/bugs/bug7342-expected.txt_sec1
21
                    RenderTableSection {TBODY} at (1,1) size 114x118
21
                    RenderTableSection {TBODY} at (1,1) size 114x118
22
                      RenderTableRow {TR} at (0,2) size 114x28
22
                      RenderTableRow {TR} at (0,2) size 114x28
23
                        RenderTableCell {TD} at (2,3) size 110x25 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
23
                        RenderTableCell {TD} at (2,3) size 110x25 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
24
                          RenderInline {A} at (0,0) size 62x18 [color=#660099]
24
                          RenderInline {A} at (0,0) size 62x19 [color=#660099]
25
                            RenderInline {B} at (0,0) size 62x18
25
                            RenderInline {B} at (0,0) size 62x19
26
                              RenderText {#text} at (3,3) size 62x19
26
                              RenderText {#text} at (3,3) size 62x19
27
                                text run at (3,4) width 62: "Netscape"
27
                                text run at (3,4) width 62: "Netscape"
28
                          RenderText {#text} at (0,0) size 0x0
28
                          RenderText {#text} at (0,0) size 0x0
29
                      RenderTableRow {TR} at (0,31) size 114x28
29
                      RenderTableRow {TR} at (0,31) size 114x28
30
                        RenderTableCell {TD} at (2,33) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
30
                        RenderTableCell {TD} at (2,33) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
31
                          RenderInline {A} at (0,0) size 58x18 [color=#660099]
31
                          RenderInline {A} at (0,0) size 58x19 [color=#660099]
32
                            RenderInline {B} at (0,0) size 58x18
32
                            RenderInline {B} at (0,0) size 58x19
33
                              RenderText {#text} at (3,3) size 58x19
33
                              RenderText {#text} at (3,3) size 58x19
34
                                text run at (3,4) width 58: "Infoseek"
34
                                text run at (3,4) width 58: "Infoseek"
35
                          RenderText {#text} at (0,0) size 0x0
35
                          RenderText {#text} at (0,0) size 0x0
36
                      RenderTableRow {TR} at (0,61) size 114x28
36
                      RenderTableRow {TR} at (0,61) size 114x28
37
                        RenderTableCell {TD} at (2,62) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
37
                        RenderTableCell {TD} at (2,62) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
38
                          RenderInline {A} at (0,0) size 79x18 [color=#660099]
38
                          RenderInline {A} at (0,0) size 79x19 [color=#660099]
39
                            RenderInline {B} at (0,0) size 79x18
39
                            RenderInline {B} at (0,0) size 79x19
40
                              RenderText {#text} at (3,3) size 79x19
40
                              RenderText {#text} at (3,3) size 79x19
41
                                text run at (3,4) width 79: "LookSmart"
41
                                text run at (3,4) width 79: "LookSmart"
42
                          RenderText {#text} at (0,0) size 0x0
42
                          RenderText {#text} at (0,0) size 0x0
43
                      RenderTableRow {TR} at (0,90) size 114x26
43
                      RenderTableRow {TR} at (0,90) size 114x26
44
                        RenderTableCell {TD} at (2,91) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
44
                        RenderTableCell {TD} at (2,91) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
45
                          RenderInline {A} at (0,0) size 66x18 [color=#660099]
45
                          RenderInline {A} at (0,0) size 66x19 [color=#660099]
46
                            RenderInline {B} at (0,0) size 66x18
46
                            RenderInline {B} at (0,0) size 66x19
47
                              RenderText {#text} at (3,3) size 66x19
47
                              RenderText {#text} at (3,3) size 66x19
48
                                text run at (3,4) width 66: "Directory"
48
                                text run at (3,4) width 66: "Directory"
49
                          RenderText {#text} at (0,0) size 0x0
49
                          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac-catalina/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt -3 / +3 lines
Lines 128-134 layer at (0,0) size 785x2358 a/LayoutTests/platform/mac-catalina/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec1
128
          RenderTableSection {TBODY} at (1,1) size 652x59
128
          RenderTableSection {TBODY} at (1,1) size 652x59
129
            RenderTableRow {TR} at (0,2) size 652x55
129
            RenderTableRow {TR} at (0,2) size 652x55
130
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
130
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
131
                RenderInline {A} at (0,0) size 0x0
131
                RenderInline {A} at (0,0) size 0x18
132
                RenderText {#text} at (11,11) size 95x18
132
                RenderText {#text} at (11,11) size 95x18
133
                  text run at (11,11) width 95: "Test Case #1: "
133
                  text run at (11,11) width 95: "Test Case #1: "
134
                RenderInline {FONT} at (0,0) size 316x18 [color=#0000FF]
134
                RenderInline {FONT} at (0,0) size 316x18 [color=#0000FF]
Lines 488-494 layer at (0,0) size 785x2358 a/LayoutTests/platform/mac-catalina/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec2
488
          RenderTableSection {TBODY} at (1,1) size 652x59
488
          RenderTableSection {TBODY} at (1,1) size 652x59
489
            RenderTableRow {TR} at (0,2) size 652x55
489
            RenderTableRow {TR} at (0,2) size 652x55
490
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
490
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
491
                RenderInline {A} at (0,0) size 0x0
491
                RenderInline {A} at (0,0) size 0x18
492
                RenderText {#text} at (11,11) size 95x18
492
                RenderText {#text} at (11,11) size 95x18
493
                  text run at (11,11) width 95: "Test Case #2: "
493
                  text run at (11,11) width 95: "Test Case #2: "
494
                RenderInline {FONT} at (0,0) size 300x18 [color=#0000FF]
494
                RenderInline {FONT} at (0,0) size 300x18 [color=#0000FF]
Lines 878-884 layer at (0,0) size 785x2358 a/LayoutTests/platform/mac-catalina/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec3
878
          RenderTableSection {TBODY} at (1,1) size 652x59
878
          RenderTableSection {TBODY} at (1,1) size 652x59
879
            RenderTableRow {TR} at (0,2) size 652x55
879
            RenderTableRow {TR} at (0,2) size 652x55
880
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
880
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
881
                RenderInline {A} at (0,0) size 0x0
881
                RenderInline {A} at (0,0) size 0x18
882
                RenderText {#text} at (11,11) size 95x18
882
                RenderText {#text} at (11,11) size 95x18
883
                  text run at (11,11) width 95: "Test Case #3: "
883
                  text run at (11,11) width 95: "Test Case #3: "
884
                RenderInline {FONT} at (0,0) size 416x18 [color=#0000FF]
884
                RenderInline {FONT} at (0,0) size 416x18 [color=#0000FF]
- a/LayoutTests/platform/mac-catalina/tables/mozilla/other/wa_table_tr_align-expected.txt -2 / +2 lines
Lines 134-140 layer at (0,0) size 785x1309 a/LayoutTests/platform/mac-catalina/tables/mozilla/other/wa_table_tr_align-expected.txt_sec1
134
          RenderTableSection {TBODY} at (1,1) size 767x59
134
          RenderTableSection {TBODY} at (1,1) size 767x59
135
            RenderTableRow {TR} at (0,2) size 767x55
135
            RenderTableRow {TR} at (0,2) size 767x55
136
              RenderTableCell {TH} at (2,2) size 763x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
136
              RenderTableCell {TH} at (2,2) size 763x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
137
                RenderInline {A} at (0,0) size 0x0
137
                RenderInline {A} at (0,0) size 0x18
138
                RenderText {#text} at (14,11) size 95x18
138
                RenderText {#text} at (14,11) size 95x18
139
                  text run at (14,11) width 95: "Test Case #1: "
139
                  text run at (14,11) width 95: "Test Case #1: "
140
                RenderInline {FONT} at (0,0) size 603x18 [color=#0000FF]
140
                RenderInline {FONT} at (0,0) size 603x18 [color=#0000FF]
Lines 180-186 layer at (0,0) size 785x1309 a/LayoutTests/platform/mac-catalina/tables/mozilla/other/wa_table_tr_align-expected.txt_sec2
180
          RenderTableSection {TBODY} at (1,1) size 767x59
180
          RenderTableSection {TBODY} at (1,1) size 767x59
181
            RenderTableRow {TR} at (0,2) size 767x55
181
            RenderTableRow {TR} at (0,2) size 767x55
182
              RenderTableCell {TH} at (2,2) size 763x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
182
              RenderTableCell {TH} at (2,2) size 763x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
183
                RenderInline {A} at (0,0) size 0x0
183
                RenderInline {A} at (0,0) size 0x18
184
                RenderText {#text} at (18,11) size 95x18
184
                RenderText {#text} at (18,11) size 95x18
185
                  text run at (18,11) width 95: "Test Case #2: "
185
                  text run at (18,11) width 95: "Test Case #2: "
186
                RenderInline {FONT} at (0,0) size 595x18 [color=#0000FF]
186
                RenderInline {FONT} at (0,0) size 595x18 [color=#0000FF]
- a/LayoutTests/platform/mac-wk1/fast/inline-block/003-expected.txt -1 / +1 lines
Lines 17-23 layer at (0,0) size 800x600 a/LayoutTests/platform/mac-wk1/fast/inline-block/003-expected.txt_sec1
17
      RenderBlock (anonymous) at (0,40) size 784x62
17
      RenderBlock (anonymous) at (0,40) size 784x62
18
        RenderText {#text} at (0,0) size 742x18
18
        RenderText {#text} at (0,0) size 742x18
19
          text run at (0,0) width 742: "The two marquees below should be on separate lines, since marquees fill the width of a containing block by default."
19
          text run at (0,0) width 742: "The two marquees below should be on separate lines, since marquees fill the width of a containing block by default."
20
        RenderInline {SPAN} at (0,0) size 784x40
20
        RenderInline {SPAN} at (0,0) size 784x66
21
          RenderText {#text} at (0,0) size 0x0
21
          RenderText {#text} at (0,0) size 0x0
22
          RenderText {#text} at (0,0) size 0x0
22
          RenderText {#text} at (0,0) size 0x0
23
          RenderText {#text} at (0,0) size 0x0
23
          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/css1/box_properties/width-expected.txt -1 / +1 lines
Lines 69-75 layer at (0,0) size 785x1378 a/LayoutTests/platform/mac/css1/box_properties/width-expected.txt_sec1
69
                RenderText {#text} at (0,0) size 174x162
69
                RenderText {#text} at (0,0) size 174x162
70
                  text run at (0,0) width 163: "This paragraph should be"
70
                  text run at (0,0) width 163: "This paragraph should be"
71
                  text run at (0,18) width 170: "half the width of its parent"
71
                  text run at (0,18) width 170: "half the width of its parent"
72
                  text run at (0,36) width 170: "element (either the BODY"
72
                  text run at (0,36) width 169: "element (either the BODY"
73
                  text run at (0,54) width 166: "or the table, which should"
73
                  text run at (0,54) width 166: "or the table, which should"
74
                  text run at (0,72) width 174: "itself be half as wide as the"
74
                  text run at (0,72) width 174: "itself be half as wide as the"
75
                  text run at (0,90) width 113: "BODY element). "
75
                  text run at (0,90) width 113: "BODY element). "
- a/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt -2 / +2 lines
Lines 65-72 layer at (0,0) size 785x1151 a/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt_sec1
65
        RenderInline {EM} at (0,0) size 21x18
65
        RenderInline {EM} at (0,0) size 21x18
66
          RenderText {#text} at (646,0) size 21x18
66
          RenderText {#text} at (646,0) size 21x18
67
            text run at (646,0) width 21: "not"
67
            text run at (646,0) width 21: "not"
68
        RenderText {#text} at (666,0) size 93x18
68
        RenderText {#text} at (666,0) size 89x18
69
          text run at (666,0) width 93: " be overlined: "
69
          text run at (666,0) width 89: " be overlined:"
70
        RenderImage {IMG} at (0,18) size 15x15
70
        RenderImage {IMG} at (0,18) size 15x15
71
        RenderText {#text} at (15,19) size 766x36
71
        RenderText {#text} at (15,19) size 766x36
72
          text run at (15,19) width 8: ". "
72
          text run at (15,19) width 8: ". "
- a/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt -75 / +75 lines
Lines 1-8 a/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt_sec1
1
layer at (0,0) size 785x4424
1
layer at (0,0) size 785x4424
2
  RenderView at (0,0) size 785x600
2
  RenderView at (0,0) size 785x600
3
layer at (0,0) size 785x4424
3
layer at (0,0) size 785x4424
4
  RenderBlock {HTML} at (0,0) size 785x4424
4
  RenderBlock {HTML} at (0,0) size 785x4425
5
    RenderBody {BODY} at (8,8) size 769x4408 [bgcolor=#CCCCCC]
5
    RenderBody {BODY} at (8,8) size 769x4409 [bgcolor=#CCCCCC]
6
      RenderBlock {P} at (0,0) size 769x18
6
      RenderBlock {P} at (0,0) size 769x18
7
        RenderText {#text} at (0,0) size 363x18
7
        RenderText {#text} at (0,0) size 363x18
8
          text run at (0,0) width 363: "The style declarations which apply to the text below are:"
8
          text run at (0,0) width 363: "The style declarations which apply to the text below are:"
Lines 224-230 layer at (0,0) size 785x4424 a/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt_sec2
224
      RenderBlock {P} at (0,1837) size 769x231
224
      RenderBlock {P} at (0,1837) size 769x231
225
        RenderText {#text} at (0,22) size 101x18
225
        RenderText {#text} at (0,22) size 101x18
226
          text run at (0,22) width 101: "This paragraph "
226
          text run at (0,22) width 101: "This paragraph "
227
        RenderImage {IMG} at (100,17) size 10x31
227
        RenderImage {IMG} at (100,17) size 10x30
228
        RenderText {#text} at (109,22) size 5x18
228
        RenderText {#text} at (109,22) size 5x18
229
          text run at (109,22) width 5: " "
229
          text run at (109,22) width 5: " "
230
        RenderInline {SPAN} at (0,0) size 356x46
230
        RenderInline {SPAN} at (0,0) size 356x46
Lines 232-241 layer at (0,0) size 785x4424 a/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt_sec3
232
            text run at (113,0) width 356: "contains many images"
232
            text run at (113,0) width 356: "contains many images"
233
        RenderText {#text} at (468,22) size 5x18
233
        RenderText {#text} at (468,22) size 5x18
234
          text run at (468,22) width 5: " "
234
          text run at (468,22) width 5: " "
235
        RenderImage {IMG} at (472,7) size 16x51
235
        RenderImage {IMG} at (472,7) size 16x50
236
        RenderText {#text} at (487,22) size 126x18
236
        RenderText {#text} at (487,22) size 126x18
237
          text run at (487,22) width 126: " of varying heights "
237
          text run at (487,22) width 126: " of varying heights "
238
        RenderImage {IMG} at (612,27) size 4x11
238
        RenderImage {IMG} at (612,27) size 4x10
239
        RenderText {#text} at (615,22) size 5x18
239
        RenderText {#text} at (615,22) size 5x18
240
          text run at (615,22) width 5: " "
240
          text run at (615,22) width 5: " "
241
        RenderInline {SMALL} at (0,0) size 71x18
241
        RenderInline {SMALL} at (0,0) size 71x18
Lines 243-294 layer at (0,0) size 785x4424 a/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt_sec4
243
            text run at (619,22) width 71: "and widths"
243
            text run at (619,22) width 71: "and widths"
244
        RenderText {#text} at (689,22) size 5x18
244
        RenderText {#text} at (689,22) size 5x18
245
          text run at (689,22) width 5: " "
245
          text run at (689,22) width 5: " "
246
        RenderImage {IMG} at (693,22) size 7x21
246
        RenderImage {IMG} at (693,22) size 7x20
247
        RenderText {#text} at (699,22) size 737x94
247
        RenderText {#text} at (699,22) size 737x94
248
          text run at (699,22) width 38: " all of"
248
          text run at (699,22) width 38: " all of"
249
          text run at (0,98) width 44: "which "
249
          text run at (0,97) width 44: "which "
250
        RenderImage {IMG} at (43,75) size 21x66
250
        RenderImage {IMG} at (43,75) size 21x66
251
        RenderText {#text} at (63,98) size 121x18
251
        RenderText {#text} at (63,97) size 121x19
252
          text run at (63,98) width 121: " should be aligned "
252
          text run at (63,97) width 121: " should be aligned "
253
        RenderImage {IMG} at (183,90) size 12x36
253
        RenderImage {IMG} at (183,90) size 12x36
254
        RenderText {#text} at (194,98) size 5x18
254
        RenderText {#text} at (194,97) size 5x19
255
          text run at (194,98) width 5: " "
255
          text run at (194,97) width 5: " "
256
        RenderInline {SPAN} at (0,0) size 237x37
256
        RenderInline {SPAN} at (0,0) size 237x38
257
          RenderText {#text} at (198,83) size 237x37
257
          RenderText {#text} at (198,82) size 237x38
258
            text run at (198,83) width 237: "with the middle of"
258
            text run at (198,82) width 237: "with the middle of"
259
        RenderText {#text} at (434,98) size 5x18
259
        RenderText {#text} at (434,97) size 5x19
260
          text run at (434,98) width 5: " "
260
          text run at (434,97) width 5: " "
261
        RenderImage {IMG} at (438,83) size 16x51
261
        RenderImage {IMG} at (438,82) size 16x51
262
        RenderText {#text} at (453,98) size 5x18
262
        RenderText {#text} at (453,97) size 5x19
263
          text run at (453,98) width 5: " "
263
          text run at (453,97) width 5: " "
264
        RenderInline {SPAN} at (0,0) size 720x105
264
        RenderInline {SPAN} at (0,0) size 720x107
265
          RenderText {#text} at (457,90) size 18x28
265
          RenderText {#text} at (457,89) size 18x29
266
            text run at (457,90) width 18: "a "
266
            text run at (457,89) width 18: "a "
267
          RenderInline {SPAN} at (0,0) size 204x69
267
          RenderInline {SPAN} at (0,0) size 204x70
268
            RenderText {#text} at (474,58) size 204x69
268
            RenderText {#text} at (474,57) size 204x70
269
              text run at (474,58) width 204: "14-point"
269
              text run at (474,57) width 204: "14-point"
270
          RenderText {#text} at (677,90) size 720x105
270
          RenderText {#text} at (677,89) size 720x107
271
            text run at (677,90) width 43: " text"
271
            text run at (677,89) width 43: " text"
272
            text run at (0,167) width 76: "element"
272
            text run at (0,167) width 76: "element"
273
        RenderText {#text} at (75,175) size 5x18
273
        RenderText {#text} at (75,175) size 5x19
274
          text run at (75,175) width 5: " "
274
          text run at (75,175) width 5: " "
275
        RenderImage {IMG} at (79,160) size 16x51
275
        RenderImage {IMG} at (79,160) size 16x51
276
        RenderText {#text} at (94,175) size 5x18
276
        RenderText {#text} at (94,175) size 5x19
277
          text run at (94,175) width 5: " "
277
          text run at (94,175) width 5: " "
278
        RenderInline {SMALL} at (0,0) size 195x18
278
        RenderInline {SMALL} at (0,0) size 195x19
279
          RenderText {#text} at (98,175) size 195x18
279
          RenderText {#text} at (98,175) size 195x19
280
            text run at (98,175) width 195: "regardless of the line in which"
280
            text run at (98,175) width 195: "regardless of the line in which"
281
        RenderText {#text} at (292,175) size 5x18
281
        RenderText {#text} at (292,175) size 5x19
282
          text run at (292,175) width 5: " "
282
          text run at (292,175) width 5: " "
283
        RenderImage {IMG} at (296,177) size 6x16
283
        RenderImage {IMG} at (296,178) size 6x16
284
        RenderText {#text} at (301,175) size 5x18
284
        RenderText {#text} at (301,175) size 5x19
285
          text run at (301,175) width 5: " "
285
          text run at (301,175) width 5: " "
286
        RenderInline {BIG} at (0,0) size 156x24
286
        RenderInline {BIG} at (0,0) size 156x25
287
          RenderText {#text} at (305,170) size 156x24
287
          RenderText {#text} at (305,170) size 156x25
288
            text run at (305,170) width 156: "the images appear."
288
            text run at (305,170) width 156: "the images appear."
289
        RenderText {#text} at (460,175) size 5x18
289
        RenderText {#text} at (460,175) size 5x19
290
          text run at (460,175) width 5: " "
290
          text run at (460,175) width 5: " "
291
        RenderImage {IMG} at (464,140) size 28x90
291
        RenderImage {IMG} at (464,140) size 28x91
292
        RenderText {#text} at (0,0) size 0x0
292
        RenderText {#text} at (0,0) size 0x0
293
      RenderBlock {P} at (0,2083) size 769x37
293
      RenderBlock {P} at (0,2083) size 769x37
294
        RenderText {#text} at (0,0) size 751x36
294
        RenderText {#text} at (0,0) size 751x36
Lines 377-383 layer at (0,0) size 785x4424 a/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt_sec5
377
          text run at (207,111) width 5: " "
377
          text run at (207,111) width 5: " "
378
        RenderImage {IMG} at (211,111) size 28x90
378
        RenderImage {IMG} at (211,111) size 28x90
379
        RenderText {#text} at (0,0) size 0x0
379
        RenderText {#text} at (0,0) size 0x0
380
      RenderTable {TABLE} at (0,2352) size 769x2056 [border: (1px outset #808080)]
380
      RenderTable {TABLE} at (0,2352) size 769x2057 [border: (1px outset #808080)]
381
        RenderTableSection {TBODY} at (1,1) size 767x2054
381
        RenderTableSection {TBODY} at (1,1) size 767x2054
382
          RenderTableRow {TR} at (0,0) size 767x26
382
          RenderTableRow {TR} at (0,0) size 767x26
383
            RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
383
            RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
Lines 568-574 layer at (0,0) size 785x4424 a/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt_sec6
568
              RenderBlock {P} at (4,1506) size 747x231
568
              RenderBlock {P} at (4,1506) size 747x231
569
                RenderText {#text} at (0,22) size 101x18
569
                RenderText {#text} at (0,22) size 101x18
570
                  text run at (0,22) width 101: "This paragraph "
570
                  text run at (0,22) width 101: "This paragraph "
571
                RenderImage {IMG} at (100,17) size 10x31
571
                RenderImage {IMG} at (100,17) size 10x30
572
                RenderText {#text} at (109,22) size 5x18
572
                RenderText {#text} at (109,22) size 5x18
573
                  text run at (109,22) width 5: " "
573
                  text run at (109,22) width 5: " "
574
                RenderInline {SPAN} at (0,0) size 356x46
574
                RenderInline {SPAN} at (0,0) size 356x46
Lines 576-585 layer at (0,0) size 785x4424 a/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt_sec7
576
                    text run at (113,0) width 356: "contains many images"
576
                    text run at (113,0) width 356: "contains many images"
577
                RenderText {#text} at (468,22) size 5x18
577
                RenderText {#text} at (468,22) size 5x18
578
                  text run at (468,22) width 5: " "
578
                  text run at (468,22) width 5: " "
579
                RenderImage {IMG} at (472,7) size 16x51
579
                RenderImage {IMG} at (472,7) size 16x50
580
                RenderText {#text} at (487,22) size 126x18
580
                RenderText {#text} at (487,22) size 126x18
581
                  text run at (487,22) width 126: " of varying heights "
581
                  text run at (487,22) width 126: " of varying heights "
582
                RenderImage {IMG} at (612,27) size 4x11
582
                RenderImage {IMG} at (612,27) size 4x10
583
                RenderText {#text} at (615,22) size 5x18
583
                RenderText {#text} at (615,22) size 5x18
584
                  text run at (615,22) width 5: " "
584
                  text run at (615,22) width 5: " "
585
                RenderInline {SMALL} at (0,0) size 71x18
585
                RenderInline {SMALL} at (0,0) size 71x18
Lines 587-638 layer at (0,0) size 785x4424 a/LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.txt_sec8
587
                    text run at (619,22) width 71: "and widths"
587
                    text run at (619,22) width 71: "and widths"
588
                RenderText {#text} at (689,22) size 5x18
588
                RenderText {#text} at (689,22) size 5x18
589
                  text run at (689,22) width 5: " "
589
                  text run at (689,22) width 5: " "
590
                RenderImage {IMG} at (693,22) size 7x21
590
                RenderImage {IMG} at (693,22) size 7x20
591
                RenderText {#text} at (699,22) size 737x94
591
                RenderText {#text} at (699,22) size 737x94
592
                  text run at (699,22) width 38: " all of"
592
                  text run at (699,22) width 38: " all of"
593
                  text run at (0,98) width 44: "which "
593
                  text run at (0,97) width 44: "which "
594
                RenderImage {IMG} at (43,75) size 21x66
594
                RenderImage {IMG} at (43,75) size 21x66
595
                RenderText {#text} at (63,98) size 121x18
595
                RenderText {#text} at (63,97) size 121x19
596
                  text run at (63,98) width 121: " should be aligned "
596
                  text run at (63,97) width 121: " should be aligned "
597
                RenderImage {IMG} at (183,90) size 12x36
597
                RenderImage {IMG} at (183,90) size 12x36
598
                RenderText {#text} at (194,98) size 5x18
598
                RenderText {#text} at (194,97) size 5x19
599
                  text run at (194,98) width 5: " "
599
                  text run at (194,97) width 5: " "
600
                RenderInline {SPAN} at (0,0) size 237x37
600
                RenderInline {SPAN} at (0,0) size 237x38
601
                  RenderText {#text} at (198,83) size 237x37
601
                  RenderText {#text} at (198,82) size 237x38
602
                    text run at (198,83) width 237: "with the middle of"
602
                    text run at (198,82) width 237: "with the middle of"
603
                RenderText {#text} at (434,98) size 5x18
603
                RenderText {#text} at (434,97) size 5x19
604
                  text run at (434,98) width 5: " "
604
                  text run at (434,97) width 5: " "
605
                RenderImage {IMG} at (438,83) size 16x51
605
                RenderImage {IMG} at (438,82) size 16x51
606
                RenderText {#text} at (453,98) size 5x18
606
                RenderText {#text} at (453,97) size 5x19
607
                  text run at (453,98) width 5: " "
607
                  text run at (453,97) width 5: " "
608
                RenderInline {SPAN} at (0,0) size 720x105
608
                RenderInline {SPAN} at (0,0) size 720x107
609
                  RenderText {#text} at (457,90) size 18x28
609
                  RenderText {#text} at (457,89) size 18x29
610
                    text run at (457,90) width 18: "a "
610
                    text run at (457,89) width 18: "a "
611
                  RenderInline {SPAN} at (0,0) size 204x69
611
                  RenderInline {SPAN} at (0,0) size 204x70
612
                    RenderText {#text} at (474,58) size 204x69
612
                    RenderText {#text} at (474,57) size 204x70
613
                      text run at (474,58) width 204: "14-point"
613
                      text run at (474,57) width 204: "14-point"
614
                  RenderText {#text} at (677,90) size 720x105
614
                  RenderText {#text} at (677,89) size 720x107
615
                    text run at (677,90) width 43: " text"
615
                    text run at (677,89) width 43: " text"
616
                    text run at (0,167) width 76: "element"
616
                    text run at (0,167) width 76: "element"
617
                RenderText {#text} at (75,175) size 5x18
617
                RenderText {#text} at (75,175) size 5x19
618
                  text run at (75,175) width 5: " "
618
                  text run at (75,175) width 5: " "
619
                RenderImage {IMG} at (79,160) size 16x51
619
                RenderImage {IMG} at (79,160) size 16x51
620
                RenderText {#text} at (94,175) size 5x18
620
                RenderText {#text} at (94,175) size 5x19
621
                  text run at (94,175) width 5: " "
621
                  text run at (94,175) width 5: " "
622
                RenderInline {SMALL} at (0,0) size 195x18
622
                RenderInline {SMALL} at (0,0) size 195x19
623
                  RenderText {#text} at (98,175) size 195x18
623
                  RenderText {#text} at (98,175) size 195x19
624
                    text run at (98,175) width 195: "regardless of the line in which"
624
                    text run at (98,175) width 195: "regardless of the line in which"
625
                RenderText {#text} at (292,175) size 5x18
625
                RenderText {#text} at (292,175) size 5x19
626
                  text run at (292,175) width 5: " "
626
                  text run at (292,175) width 5: " "
627
                RenderImage {IMG} at (296,177) size 6x16
627
                RenderImage {IMG} at (296,178) size 6x16
628
                RenderText {#text} at (301,175) size 5x18
628
                RenderText {#text} at (301,175) size 5x19
629
                  text run at (301,175) width 5: " "
629
                  text run at (301,175) width 5: " "
630
                RenderInline {BIG} at (0,0) size 156x24
630
                RenderInline {BIG} at (0,0) size 156x25
631
                  RenderText {#text} at (305,170) size 156x24
631
                  RenderText {#text} at (305,170) size 156x25
632
                    text run at (305,170) width 156: "the images appear."
632
                    text run at (305,170) width 156: "the images appear."
633
                RenderText {#text} at (460,175) size 5x18
633
                RenderText {#text} at (460,175) size 5x19
634
                  text run at (460,175) width 5: " "
634
                  text run at (460,175) width 5: " "
635
                RenderImage {IMG} at (464,140) size 28x90
635
                RenderImage {IMG} at (464,140) size 28x91
636
                RenderText {#text} at (0,0) size 0x0
636
                RenderText {#text} at (0,0) size 0x0
637
              RenderBlock {P} at (4,1752) size 747x55
637
              RenderBlock {P} at (4,1752) size 747x55
638
                RenderText {#text} at (0,0) size 723x54
638
                RenderText {#text} at (0,0) size 723x54
- a/LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.txt -3 / +39 lines
Lines 123-129 layer at (0,0) size 785x914 a/LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.txt_sec1
123
          text run at (459,0) width 41: " them."
123
          text run at (459,0) width 41: " them."
124
      RenderBlock {P} at (0,468) size 769x36
124
      RenderBlock {P} at (0,468) size 769x36
125
        RenderText {#text} at (0,0) size 763x18
125
        RenderText {#text} at (0,0) size 763x18
126
          text run at (0,0) width 763: "This words in this sentence should have extra space between them, but the last few words in the sentence"
126
          text run at (0,0) width 29: "This"
127
          text run at (33,0) width 44: " words"
128
          text run at (81,0) width 17: " in"
129
          text run at (103,0) width 28: " this"
130
          text run at (135,0) width 60: " sentence"
131
          text run at (199,0) width 47: " should"
132
          text run at (250,0) width 36: " have"
133
          text run at (290,0) width 37: " extra"
134
          text run at (331,0) width 40: " space"
135
          text run at (375,0) width 58: " between"
136
          text run at (437,0) width 41: " them,"
137
          text run at (482,0) width 26: " but"
138
          text run at (512,0) width 24: " the"
139
          text run at (540,0) width 28: " last"
140
          text run at (572,0) width 29: " few"
141
          text run at (605,0) width 44: " words"
142
          text run at (653,0) width 17: " in"
143
          text run at (674,0) width 25: " the"
144
          text run at (703,0) width 60: " sentence"
127
        RenderInline {SPAN} at (0,0) size 180x18
145
        RenderInline {SPAN} at (0,0) size 180x18
128
          RenderText {#text} at (0,18) size 180x18
146
          RenderText {#text} at (0,18) size 180x18
129
            text run at (0,18) width 180: "should have normal spacing"
147
            text run at (0,18) width 180: "should have normal spacing"
Lines 255-262 layer at (0,0) size 785x914 a/LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.txt_sec2
255
                  text run at (459,0) width 41: " them."
273
                  text run at (459,0) width 41: " them."
256
              RenderBlock {P} at (4,242) size 747x36
274
              RenderBlock {P} at (4,242) size 747x36
257
                RenderText {#text} at (0,0) size 699x36
275
                RenderText {#text} at (0,0) size 699x36
258
                  text run at (0,0) width 699: "This words in this sentence should have extra space between them, but the last few words in the"
276
                  text run at (0,0) width 29: "This"
259
                  text run at (0,18) width 65: "sentence "
277
                  text run at (33,0) width 44: " words"
278
                  text run at (81,0) width 17: " in"
279
                  text run at (103,0) width 28: " this"
280
                  text run at (135,0) width 60: " sentence"
281
                  text run at (199,0) width 47: " should"
282
                  text run at (250,0) width 36: " have"
283
                  text run at (290,0) width 37: " extra"
284
                  text run at (331,0) width 40: " space"
285
                  text run at (375,0) width 58: " between"
286
                  text run at (437,0) width 41: " them,"
287
                  text run at (482,0) width 26: " but"
288
                  text run at (512,0) width 24: " the"
289
                  text run at (540,0) width 28: " last"
290
                  text run at (572,0) width 29: " few"
291
                  text run at (605,0) width 44: " words"
292
                  text run at (653,0) width 17: " in"
293
                  text run at (674,0) width 25: " the"
294
                  text run at (0,18) width 56: "sentence"
295
                  text run at (60,18) width 5: " "
260
                RenderInline {SPAN} at (0,0) size 180x18
296
                RenderInline {SPAN} at (0,0) size 180x18
261
                  RenderText {#text} at (64,18) size 180x18
297
                  RenderText {#text} at (64,18) size 180x18
262
                    text run at (64,18) width 180: "should have normal spacing"
298
                    text run at (64,18) width 180: "should have normal spacing"
- a/LayoutTests/platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt -3 / +3 lines
Lines 36-46 layer at (0,0) size 800x319 a/LayoutTests/platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt_sec1
36
        RenderText {#text} at (457,35) size 76x16
36
        RenderText {#text} at (457,35) size 76x16
37
          text run at (457,35) width 16: " "
37
          text run at (457,35) width 16: " "
38
          text run at (472,35) width 61: "\x{C9}\x{C9}\x{C9} "
38
          text run at (472,35) width 61: "\x{C9}\x{C9}\x{C9} "
39
        RenderImage {IMG} at (532,8) size 66x66
39
        RenderImage {IMG} at (532,9) size 66x66
40
        RenderText {#text} at (597,35) size 76x16
40
        RenderText {#text} at (597,35) size 76x16
41
          text run at (597,35) width 16: " "
41
          text run at (597,35) width 16: " "
42
          text run at (612,35) width 61: "\x{C9}\x{C9}\x{C9} "
42
          text run at (612,35) width 61: "\x{C9}\x{C9}\x{C9} "
43
        RenderImage {IMG} at (672,24) size 36x35
43
        RenderImage {IMG} at (672,24) size 36x36
44
        RenderText {#text} at (0,0) size 0x0
44
        RenderText {#text} at (0,0) size 0x0
45
        RenderInline {SPAN} at (0,0) size 91x31 [color=#C0C0C0]
45
        RenderInline {SPAN} at (0,0) size 91x31 [color=#C0C0C0]
46
          RenderText {#text} at (8,94) size 91x31
46
          RenderText {#text} at (8,94) size 91x31
Lines 68-74 layer at (0,0) size 800x319 a/LayoutTests/platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt_sec2
68
            text run at (610,110) width 31: "xxx"
68
            text run at (610,110) width 31: "xxx"
69
        RenderText {#text} at (640,106) size 16x16
69
        RenderText {#text} at (640,106) size 16x16
70
          text run at (640,106) width 16: " "
70
          text run at (640,106) width 16: " "
71
        RenderImage {IMG} at (655,105) size 16x15
71
        RenderImage {IMG} at (655,105) size 16x16
72
        RenderText {#text} at (670,106) size 16x16
72
        RenderText {#text} at (670,106) size 16x16
73
          text run at (670,106) width 16: " "
73
          text run at (670,106) width 16: " "
74
        RenderInline {BIG} at (0,0) size 61x21 [color=#C0C0C0]
74
        RenderInline {BIG} at (0,0) size 61x21 [color=#C0C0C0]
- a/LayoutTests/platform/mac/editing/selection/previous-line-position-expected.txt -1 / +1 lines
Lines 10-16 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/editing/selection/previous-line-position-expected.txt_sec1
10
      RenderBlock {P} at (0,0) size 784x54
10
      RenderBlock {P} at (0,0) size 784x54
11
        RenderText {#text} at (0,0) size 243x18
11
        RenderText {#text} at (0,0) size 243x18
12
          text run at (0,0) width 243: "There was a workaround added to fix "
12
          text run at (0,0) width 243: "There was a workaround added to fix "
13
        RenderInline {A} at (0,0) size 154x18 [color=#0000EE]
13
        RenderInline {A} at (0,0) size 153x18 [color=#0000EE]
14
          RenderText {#text} at (242,0) size 154x18
14
          RenderText {#text} at (242,0) size 154x18
15
            text run at (242,0) width 154: "rdar://problem/4033202"
15
            text run at (242,0) width 154: "rdar://problem/4033202"
16
        RenderText {#text} at (395,0) size 299x18
16
        RenderText {#text} at (395,0) size 299x18
- a/LayoutTests/platform/mac/fast/block/basic/014-expected.txt -4 / +4 lines
Lines 5-12 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/block/basic/014-expected.txt_sec1
5
    RenderBody {BODY} at (8,8) size 784x584
5
    RenderBody {BODY} at (8,8) size 784x584
6
      RenderInline {A} at (0,0) size 21x16 [color=#0000EE]
6
      RenderInline {A} at (0,0) size 21x16 [color=#0000EE]
7
        RenderImage {IMG} at (0,0) size 21x21 [bgcolor=#008000]
7
        RenderImage {IMG} at (0,0) size 21x21 [bgcolor=#008000]
8
      RenderText {#text} at (21,2) size 4x16
8
      RenderText {#text} at (21,1) size 4x16
9
        text run at (21,2) width 4: " "
9
        text run at (21,1) width 4: " "
10
      RenderImage {IMG} at (24,0) size 22x21 [bgcolor=#008000]
10
      RenderImage {IMG} at (24,0) size 22x21 [bgcolor=#008000]
11
      RenderText {#text} at (45,2) size 290x16
11
      RenderText {#text} at (45,1) size 290x16
12
        text run at (45,2) width 290: " The two green blocks should line up vertically."
12
        text run at (45,1) width 290: " The two green blocks should line up vertically."
- a/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.txt -1 / +1 lines
Lines 71-77 layer at (0,0) size 800x483 a/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.txt_sec1
71
                          RenderBlock (anonymous) at (0,0) size 37x0
71
                          RenderBlock (anonymous) at (0,0) size 37x0
72
                            RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
72
                            RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
73
                          RenderBlock (anonymous) at (0,0) size 37x59
73
                          RenderBlock (anonymous) at (0,0) size 37x59
74
                            RenderInline {SPAN} at (0,0) size 0x0
74
                            RenderInline {SPAN} at (0,0) size 0x59
75
                            RenderText {#text} at (0,0) size 34x59
75
                            RenderText {#text} at (0,0) size 34x59
76
                              text run at (0,0) width 34: "B"
76
                              text run at (0,0) width 34: "B"
77
                      RenderBlock (anonymous) at (0,109) size 37x0
77
                      RenderBlock (anonymous) at (0,109) size 37x0
- a/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.txt -1 / +1 lines
Lines 98-104 layer at (11,212) size 36x59 a/LayoutTests/platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.txt_sec1
98
      RenderInline {SPAN} at (0,0) size 0x0
98
      RenderInline {SPAN} at (0,0) size 0x0
99
    RenderBlock (anonymous) at (0,0) size 37x0
99
    RenderBlock (anonymous) at (0,0) size 37x0
100
    RenderBlock (anonymous) at (0,0) size 37x59
100
    RenderBlock (anonymous) at (0,0) size 37x59
101
      RenderInline {SPAN} at (0,0) size 0x0
101
      RenderInline {SPAN} at (0,0) size 0x59
102
      RenderText {#text} at (0,0) size 34x59
102
      RenderText {#text} at (0,0) size 34x59
103
        text run at (0,0) width 34: "B"
103
        text run at (0,0) width 34: "B"
104
layer at (11,321) size 36x59
104
layer at (11,321) size 36x59
- a/LayoutTests/platform/mac/fast/block/positioning/057-expected.txt -17 / +17 lines
Lines 5-59 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/block/positioning/057-expected.txt_sec1
5
    RenderBody {BODY} at (8,8) size 784x584
5
    RenderBody {BODY} at (8,8) size 784x584
6
layer at (8,25) size 575x22
6
layer at (8,25) size 575x22
7
  RenderBlock (positioned) {DIV} at (8,25) size 575x22 [border: (2px solid #008000)]
7
  RenderBlock (positioned) {DIV} at (8,25) size 575x22 [border: (2px solid #008000)]
8
    RenderInline {SPAN} at (0,0) size 0x0
8
    RenderInline {SPAN} at (0,0) size 0x18
9
      RenderText {#text} at (0,0) size 0x0
9
      RenderText {#text} at (0,0) size 0x0
10
    RenderText {#text} at (0,0) size 0x0
10
    RenderText {#text} at (0,0) size 0x0
11
    RenderInline {SPAN} at (0,0) size 0x0
11
    RenderInline {SPAN} at (0,0) size 0x18
12
      RenderText {#text} at (0,0) size 0x0
12
      RenderText {#text} at (0,0) size 0x0
13
    RenderText {#text} at (0,0) size 0x0
13
    RenderText {#text} at (0,0) size 0x0
14
    RenderInline {SPAN} at (0,0) size 0x0
14
    RenderInline {SPAN} at (0,0) size 0x18
15
      RenderText {#text} at (0,0) size 0x0
15
      RenderText {#text} at (0,0) size 0x0
16
    RenderText {#text} at (0,0) size 0x0
16
    RenderText {#text} at (0,0) size 0x0
17
    RenderInline {SPAN} at (0,0) size 0x0
17
    RenderInline {SPAN} at (0,0) size 0x18
18
      RenderText {#text} at (0,0) size 0x0
18
      RenderText {#text} at (0,0) size 0x0
19
    RenderText {#text} at (0,0) size 0x0
19
    RenderText {#text} at (0,0) size 0x0
20
    RenderInline {SPAN} at (0,0) size 0x0
20
    RenderInline {SPAN} at (0,0) size 0x18
21
      RenderText {#text} at (0,0) size 0x0
21
      RenderText {#text} at (0,0) size 0x0
22
    RenderText {#text} at (0,0) size 0x0
22
    RenderText {#text} at (0,0) size 0x0
23
    RenderInline {SPAN} at (0,0) size 0x0
23
    RenderInline {SPAN} at (0,0) size 0x18
24
      RenderText {#text} at (0,0) size 0x0
24
      RenderText {#text} at (0,0) size 0x0
25
    RenderText {#text} at (0,0) size 0x0
25
    RenderText {#text} at (0,0) size 0x0
26
    RenderInline {SPAN} at (0,0) size 0x0
26
    RenderInline {SPAN} at (0,0) size 0x18
27
      RenderText {#text} at (0,0) size 0x0
27
      RenderText {#text} at (0,0) size 0x0
28
    RenderText {#text} at (0,0) size 0x0
28
    RenderText {#text} at (0,0) size 0x0
29
    RenderInline {SPAN} at (0,0) size 0x0
29
    RenderInline {SPAN} at (0,0) size 0x18
30
      RenderText {#text} at (0,0) size 0x0
30
      RenderText {#text} at (0,0) size 0x0
31
    RenderText {#text} at (0,0) size 0x0
31
    RenderText {#text} at (0,0) size 0x0
32
    RenderInline {SPAN} at (0,0) size 0x0
32
    RenderInline {SPAN} at (0,0) size 0x18
33
      RenderText {#text} at (0,0) size 0x0
33
      RenderText {#text} at (0,0) size 0x0
34
    RenderText {#text} at (0,0) size 0x0
34
    RenderText {#text} at (0,0) size 0x0
35
    RenderInline {SPAN} at (0,0) size 0x0
35
    RenderInline {SPAN} at (0,0) size 0x18
36
      RenderText {#text} at (0,0) size 0x0
36
      RenderText {#text} at (0,0) size 0x0
37
    RenderText {#text} at (0,0) size 0x0
37
    RenderText {#text} at (0,0) size 0x0
38
    RenderInline {SPAN} at (0,0) size 0x0
38
    RenderInline {SPAN} at (0,0) size 0x18
39
      RenderText {#text} at (0,0) size 0x0
39
      RenderText {#text} at (0,0) size 0x0
40
    RenderText {#text} at (0,0) size 0x0
40
    RenderText {#text} at (0,0) size 0x0
41
    RenderInline {SPAN} at (0,0) size 0x0
41
    RenderInline {SPAN} at (0,0) size 0x18
42
      RenderText {#text} at (0,0) size 0x0
42
      RenderText {#text} at (0,0) size 0x0
43
    RenderText {#text} at (0,0) size 0x0
43
    RenderText {#text} at (0,0) size 0x0
44
    RenderInline {SPAN} at (0,0) size 0x0
44
    RenderInline {SPAN} at (0,0) size 0x18
45
      RenderText {#text} at (0,0) size 0x0
45
      RenderText {#text} at (0,0) size 0x0
46
    RenderText {#text} at (0,0) size 0x0
46
    RenderText {#text} at (0,0) size 0x0
47
    RenderInline {SPAN} at (0,0) size 0x0
47
    RenderInline {SPAN} at (0,0) size 0x18
48
      RenderText {#text} at (0,0) size 0x0
48
      RenderText {#text} at (0,0) size 0x0
49
    RenderText {#text} at (0,0) size 0x0
49
    RenderText {#text} at (0,0) size 0x0
50
    RenderInline {SPAN} at (0,0) size 0x0
50
    RenderInline {SPAN} at (0,0) size 0x18
51
      RenderText {#text} at (0,0) size 0x0
51
      RenderText {#text} at (0,0) size 0x0
52
    RenderText {#text} at (0,0) size 0x0
52
    RenderText {#text} at (0,0) size 0x0
53
    RenderInline {SPAN} at (0,0) size 0x0
53
    RenderInline {SPAN} at (0,0) size 0x18
54
      RenderText {#text} at (0,0) size 0x0
54
      RenderText {#text} at (0,0) size 0x0
55
    RenderText {#text} at (0,0) size 0x0
55
    RenderText {#text} at (0,0) size 0x0
56
    RenderInline {SPAN} at (0,0) size 0x0
56
    RenderInline {SPAN} at (0,0) size 0x18
57
      RenderText {#text} at (0,0) size 0x0
57
      RenderText {#text} at (0,0) size 0x0
58
    RenderInline {SPAN} at (0,0) size 571x18
58
    RenderInline {SPAN} at (0,0) size 571x18
59
      RenderText {#text} at (2,2) size 571x18
59
      RenderText {#text} at (2,2) size 571x18
- a/LayoutTests/platform/mac/fast/css-generated-content/after-duplicated-after-split-expected.txt -1 / +1 lines
Lines 21-27 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/css-generated-content/after-duplicated-after-split-expected.txt_sec1
21
        RenderBlock (anonymous) at (0,0) size 784x110
21
        RenderBlock (anonymous) at (0,0) size 784x110
22
          RenderText {#text} at (0,0) size 454x110
22
          RenderText {#text} at (0,0) size 454x110
23
            text run at (0,0) width 454: "The test did"
23
            text run at (0,0) width 454: "The test did"
24
          RenderInline {SPAN} at (0,0) size 0x0
24
          RenderInline {SPAN} at (0,0) size 0x110
25
            RenderInline {B} at (0,0) size 0x0
25
            RenderInline {B} at (0,0) size 0x0
26
        RenderBlock (anonymous) at (0,110) size 784x0
26
        RenderBlock (anonymous) at (0,110) size 784x0
27
          RenderBlock {DIV} at (0,0) size 784x0
27
          RenderBlock {DIV} at (0,0) size 784x0
- a/LayoutTests/platform/mac/fast/css/child-style-can-override-visited-style-expected.txt -1 / +1 lines
Lines 6-12 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/css/child-style-can-override-visited-style-expected.txt_sec1
6
      RenderBlock (anonymous) at (0,0) size 784x18
6
      RenderBlock (anonymous) at (0,0) size 784x18
7
        RenderText {#text} at (0,0) size 367x18
7
        RenderText {#text} at (0,0) size 367x18
8
          text run at (0,0) width 367: "This tests that a child style can override the :visited style."
8
          text run at (0,0) width 367: "This tests that a child style can override the :visited style."
9
        RenderInline {A} at (0,0) size 0x0 [color=#FF0000]
9
        RenderInline {A} at (0,0) size 0x18 [color=#FF0000]
10
          RenderText {#text} at (0,0) size 0x0
10
          RenderText {#text} at (0,0) size 0x0
11
      RenderBlock (anonymous) at (0,18) size 784x18 [color=#FF0000]
11
      RenderBlock (anonymous) at (0,18) size 784x18 [color=#FF0000]
12
        RenderBlock {DIV} at (0,0) size 784x18 [color=#008000]
12
        RenderBlock {DIV} at (0,0) size 784x18 [color=#008000]
- a/LayoutTests/platform/mac/fast/css/inline-element-line-break-expected.txt -6 / +6 lines
Lines 7-14 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/css/inline-element-line-break-expected.txt_sec1
7
        RenderInline {SPAN} at (0,0) size 104x18
7
        RenderInline {SPAN} at (0,0) size 104x18
8
          RenderText {#text} at (3,3) size 104x18
8
          RenderText {#text} at (3,3) size 104x18
9
            text run at (3,3) width 104: "AAAAAAAAA"
9
            text run at (3,3) width 104: "AAAAAAAAA"
10
        RenderText {#text} at (106,3) size 128x36
10
        RenderText {#text} at (106,3) size 127x36
11
          text run at (106,3) width 25: "AA"
11
          text run at (106,3) width 24: "AA"
12
          text run at (3,21) width 22: "BB"
12
          text run at (3,21) width 22: "BB"
13
      RenderBlock {P} at (0,58) size 86x24 [border: (3px solid #0000FF)]
13
      RenderBlock {P} at (0,58) size 86x24 [border: (3px solid #0000FF)]
14
        RenderInline {SPAN} at (0,0) size 104x18
14
        RenderInline {SPAN} at (0,0) size 104x18
Lines 30-37 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/css/inline-element-line-break-expected.txt_sec2
30
        RenderInline {SPAN} at (0,0) size 104x18
30
        RenderInline {SPAN} at (0,0) size 104x18
31
          RenderText {#text} at (3,3) size 104x18
31
          RenderText {#text} at (3,3) size 104x18
32
            text run at (3,3) width 104: "AAAAAAAAA"
32
            text run at (3,3) width 104: "AAAAAAAAA"
33
        RenderText {#text} at (106,3) size 128x36
33
        RenderText {#text} at (106,3) size 127x36
34
          text run at (106,3) width 25: "AA"
34
          text run at (106,3) width 24: "AA"
35
          text run at (3,21) width 20: "ZZ"
35
          text run at (3,21) width 20: "ZZ"
36
        RenderInline {SPAN} at (0,0) size 89x18
36
        RenderInline {SPAN} at (0,0) size 89x18
37
          RenderText {#text} at (22,21) size 89x18
37
          RenderText {#text} at (22,21) size 89x18
Lines 56-63 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/css/inline-element-line-break-expected.txt_sec3
56
          RenderText {#text} at (3,21) size 40x18
56
          RenderText {#text} at (3,21) size 40x18
57
            text run at (3,21) width 40: "ZZZZ"
57
            text run at (3,21) width 40: "ZZZZ"
58
      RenderBlock {P} at (0,312) size 86x42 [border: (3px solid #0000FF)]
58
      RenderBlock {P} at (0,312) size 86x42 [border: (3px solid #0000FF)]
59
        RenderText {#text} at (3,3) size 24x36
59
        RenderText {#text} at (3,3) size 23x36
60
          text run at (3,3) width 24: "YY"
60
          text run at (3,3) width 23: "YY"
61
          text run at (3,21) width 20: "ZZ"
61
          text run at (3,21) width 20: "ZZ"
62
        RenderInline {SPAN} at (0,0) size 89x18
62
        RenderInline {SPAN} at (0,0) size 89x18
63
          RenderText {#text} at (22,21) size 89x18
63
          RenderText {#text} at (22,21) size 89x18
- a/LayoutTests/platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt -1 / +1 lines
Lines 8-14 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt_sec1
8
        RenderText {#text} at (0,0) size 54x18
8
        RenderText {#text} at (0,0) size 54x18
9
          text run at (0,0) width 54: "Test for "
9
          text run at (0,0) width 54: "Test for "
10
        RenderInline {I} at (0,0) size 655x18
10
        RenderInline {I} at (0,0) size 655x18
11
          RenderInline {A} at (0,0) size 311x18 [color=#0000EE]
11
          RenderInline {A} at (0,0) size 310x18 [color=#0000EE]
12
            RenderText {#text} at (53,0) size 311x18
12
            RenderText {#text} at (53,0) size 311x18
13
              text run at (53,0) width 311: "https://bugs.webkit.org/show_bug.cgi?id=22118"
13
              text run at (53,0) width 311: "https://bugs.webkit.org/show_bug.cgi?id=22118"
14
          RenderText {#text} at (363,0) size 345x18
14
          RenderText {#text} at (363,0) size 345x18
- a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt -213 / +676 lines
Lines 1-4 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec1
1
layer at (0,0) size 2041x2403
1
layer at (0,0) size 2021x2403
2
  RenderView at (0,0) size 785x585
2
  RenderView at (0,0) size 785x585
3
layer at (0,0) size 785x2403
3
layer at (0,0) size 785x2403
4
  RenderBlock {HTML} at (0,0) size 785x2404
4
  RenderBlock {HTML} at (0,0) size 785x2404
Lines 16-22 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec2
16
        RenderBlock (anonymous) at (0,47) size 986x121
16
        RenderBlock (anonymous) at (0,47) size 986x121
17
          RenderText {#text} at (0,0) size 257x30
17
          RenderText {#text} at (0,0) size 257x30
18
            text run at (0,0) width 0: " "
18
            text run at (0,0) width 0: " "
19
            text run at (0,15) width 257: "Word   spacing test "
19
            text run at (0,15) width 32: "Word"
20
            text run at (51,15) width 119: "   spacing"
21
            text run at (189,15) width 40: " test"
22
            text run at (248,15) width 9: " "
20
          RenderInline {EM} at (0,0) size 24x15
23
          RenderInline {EM} at (0,0) size 24x15
21
            RenderText {#text} at (256,15) size 24x15
24
            RenderText {#text} at (256,15) size 24x15
22
              text run at (256,15) width 24: "for"
25
              text run at (256,15) width 24: "for"
Lines 30-39 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec3
30
          RenderInline {TT} at (0,0) size 48x15
33
          RenderInline {TT} at (0,0) size 48x15
31
            RenderText {#text} at (397,15) size 48x15
34
            RenderText {#text} at (397,15) size 48x15
32
              text run at (397,15) width 48: "within"
35
              text run at (397,15) width 48: "within"
33
          RenderText {#text} at (464,15) size 614x30
36
          RenderText {#text} at (464,15) size 594x30
34
            text run at (464,15) width 130: " elements too."
37
            text run at (464,15) width 71: " elements"
35
            text run at (613,15) width 1: " "
38
            text run at (554,15) width 40: " too."
36
            text run at (0,30) width 257: "Word   spacing test "
39
            text run at (593,15) width 1: " "
40
            text run at (0,30) width 32: "Word"
41
            text run at (51,30) width 119: "   spacing"
42
            text run at (189,30) width 40: " test"
43
            text run at (248,30) width 9: " "
37
          RenderInline {EM} at (0,0) size 24x15
44
          RenderInline {EM} at (0,0) size 24x15
38
            RenderText {#text} at (256,30) size 24x15
45
            RenderText {#text} at (256,30) size 24x15
39
              text run at (256,30) width 24: "for"
46
              text run at (256,30) width 24: "for"
Lines 48-58 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec4
48
            RenderText {#text} at (397,30) size 48x15
55
            RenderText {#text} at (397,30) size 48x15
49
              text run at (397,30) width 48: "within"
56
              text run at (397,30) width 48: "within"
50
          RenderText {#text} at (464,30) size 99x15
57
          RenderText {#text} at (464,30) size 99x15
51
            text run at (464,30) width 99: " elements "
58
            text run at (464,30) width 71: " elements"
52
          RenderText {#text} at (562,30) size 1054x30
59
            text run at (554,30) width 9: " "
53
            text run at (562,30) width 472: " too. (with comment between elements and too)"
60
          RenderText {#text} at (582,30) size 1054x30
61
            text run at (582,30) width 40: " too."
62
            text run at (641,30) width 48: " (with"
63
            text run at (708,30) width 63: " comment"
64
            text run at (790,30) width 63: " between"
65
            text run at (872,30) width 72: " elements"
66
            text run at (963,30) width 32: " and"
67
            text run at (1014,30) width 40: " too)"
54
            text run at (1053,30) width 1: " "
68
            text run at (1053,30) width 1: " "
55
            text run at (0,45) width 257: "Word   spacing test "
69
            text run at (0,45) width 32: "Word"
70
            text run at (51,45) width 119: "   spacing"
71
            text run at (189,45) width 40: " test"
72
            text run at (248,45) width 9: " "
56
          RenderInline {EM} at (0,0) size 24x15
73
          RenderInline {EM} at (0,0) size 24x15
57
            RenderText {#text} at (256,45) size 24x15
74
            RenderText {#text} at (256,45) size 24x15
58
              text run at (256,45) width 24: "for"
75
              text run at (256,45) width 24: "for"
Lines 68-77 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec5
68
              text run at (397,45) width 48: "within"
85
              text run at (397,45) width 48: "within"
69
          RenderText {#text} at (464,45) size 71x15
86
          RenderText {#text} at (464,45) size 71x15
70
            text run at (464,45) width 71: " elements"
87
            text run at (464,45) width 71: " elements"
71
          RenderText {#text} at (554,45) size 1278x30
88
          RenderText {#text} at (554,45) size 1258x30
72
            text run at (554,45) width 704: " too. (with comment (no preceeding space) between elements and too)"
89
            text run at (554,45) width 40: " too."
73
            text run at (1277,45) width 1: " "
90
            text run at (613,45) width 48: " (with"
74
            text run at (0,60) width 257: "Word   spacing test "
91
            text run at (680,45) width 63: " comment"
92
            text run at (762,45) width 32: " (no"
93
            text run at (813,45) width 87: " preceeding"
94
            text run at (919,45) width 56: " space)"
95
            text run at (994,45) width 63: " between"
96
            text run at (1076,45) width 71: " elements"
97
            text run at (1166,45) width 33: " and"
98
            text run at (1218,45) width 40: " too)"
99
            text run at (1257,45) width 1: " "
100
            text run at (0,60) width 32: "Word"
101
            text run at (51,60) width 119: "   spacing"
102
            text run at (189,60) width 40: " test"
103
            text run at (248,60) width 9: " "
75
          RenderInline {EM} at (0,0) size 24x15
104
          RenderInline {EM} at (0,0) size 24x15
76
            RenderText {#text} at (256,60) size 24x15
105
            RenderText {#text} at (256,60) size 24x15
77
              text run at (256,60) width 24: "for"
106
              text run at (256,60) width 24: "for"
Lines 86-98 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec6
86
            RenderText {#text} at (397,60) size 48x15
115
            RenderText {#text} at (397,60) size 48x15
87
              text run at (397,60) width 48: "within"
116
              text run at (397,60) width 48: "within"
88
          RenderText {#text} at (464,60) size 99x15
117
          RenderText {#text} at (464,60) size 99x15
89
            text run at (464,60) width 99: " elements "
118
            text run at (464,60) width 71: " elements"
90
          RenderText {#text} at (562,60) size 700x15
119
            text run at (554,60) width 9: " "
91
            text run at (562,60) width 680: "too. (with comment (no trailing space) between elements and too)"
120
          RenderText {#text} at (562,60) size 680x15
92
            text run at (1261,60) width 1: " "
121
            text run at (562,60) width 32: "too."
122
            text run at (613,60) width 48: " (with"
123
            text run at (680,60) width 63: " comment"
124
            text run at (762,60) width 32: " (no"
125
            text run at (813,60) width 72: " trailing"
126
            text run at (904,60) width 55: " space)"
127
            text run at (978,60) width 64: " between"
128
            text run at (1061,60) width 71: " elements"
129
            text run at (1151,60) width 32: " and"
130
            text run at (1202,60) width 40: " too)"
131
            text run at (1241,60) width 1: " "
93
          RenderInline {SPAN} at (0,0) size 370x15
132
          RenderInline {SPAN} at (0,0) size 370x15
94
            RenderText {#text} at (0,75) size 257x15
133
            RenderText {#text} at (0,75) size 257x15
95
              text run at (0,75) width 257: "Word   spacing test "
134
              text run at (0,75) width 32: "Word"
135
              text run at (51,75) width 119: "   spacing"
136
              text run at (189,75) width 40: " test"
137
              text run at (248,75) width 9: " "
96
            RenderInline {EM} at (0,0) size 24x15
138
            RenderInline {EM} at (0,0) size 24x15
97
              RenderText {#text} at (256,75) size 24x15
139
              RenderText {#text} at (256,75) size 24x15
98
                text run at (256,75) width 24: "for"
140
                text run at (256,75) width 24: "for"
Lines 106-115 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec7
106
          RenderInline {TT} at (0,0) size 48x15
148
          RenderInline {TT} at (0,0) size 48x15
107
            RenderText {#text} at (397,75) size 48x15
149
            RenderText {#text} at (397,75) size 48x15
108
              text run at (397,75) width 48: "within"
150
              text run at (397,75) width 48: "within"
109
          RenderText {#text} at (464,75) size 1097x30
151
          RenderText {#text} at (464,75) size 1077x30
110
            text run at (464,75) width 613: " elements too. (with monospace font from Word to elements)"
152
            text run at (464,75) width 71: " elements"
111
            text run at (1096,75) width 1: " "
153
            text run at (554,75) width 40: " too."
112
            text run at (0,90) width 257: "Word   spacing test "
154
            text run at (613,75) width 48: " (with"
155
            text run at (680,75) width 79: " monospace"
156
            text run at (778,75) width 40: " font"
157
            text run at (837,75) width 40: " from"
158
            text run at (896,75) width 40: " Word"
159
            text run at (955,75) width 24: " to"
160
            text run at (998,75) width 79: " elements)"
161
            text run at (1076,75) width 1: " "
162
            text run at (0,90) width 32: "Word"
163
            text run at (51,90) width 119: "   spacing"
164
            text run at (189,90) width 40: " test"
165
            text run at (248,90) width 9: " "
113
          RenderInline {SPAN} at (0,0) size 189x15
166
          RenderInline {SPAN} at (0,0) size 189x15
114
            RenderInline {EM} at (0,0) size 24x15
167
            RenderInline {EM} at (0,0) size 24x15
115
              RenderText {#text} at (256,90) size 24x15
168
              RenderText {#text} at (256,90) size 24x15
Lines 124-133 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec8
124
            RenderInline {TT} at (0,0) size 48x15
177
            RenderInline {TT} at (0,0) size 48x15
125
              RenderText {#text} at (397,90) size 48x15
178
              RenderText {#text} at (397,90) size 48x15
126
                text run at (397,90) width 48: "within"
179
                text run at (397,90) width 48: "within"
127
          RenderText {#text} at (464,90) size 1074x30
180
          RenderText {#text} at (464,90) size 1054x30
128
            text run at (464,90) width 590: " elements too. (with monospace font from for to within)"
181
            text run at (464,90) width 71: " elements"
129
            text run at (1073,90) width 1: " "
182
            text run at (554,90) width 40: " too."
130
            text run at (0,105) width 257: "Word   spacing test "
183
            text run at (613,90) width 48: " (with"
184
            text run at (680,90) width 79: " monospace"
185
            text run at (778,90) width 40: " font"
186
            text run at (837,90) width 40: " from"
187
            text run at (896,90) width 32: " for"
188
            text run at (947,90) width 24: " to"
189
            text run at (990,90) width 64: " within)"
190
            text run at (1053,90) width 1: " "
191
            text run at (0,105) width 32: "Word"
192
            text run at (51,105) width 119: "   spacing"
193
            text run at (189,105) width 40: " test"
194
            text run at (248,105) width 9: " "
131
          RenderInline {EM} at (0,0) size 24x15
195
          RenderInline {EM} at (0,0) size 24x15
132
            RenderText {#text} at (256,105) size 24x15
196
            RenderText {#text} at (256,105) size 24x15
133
              text run at (256,105) width 24: "for"
197
              text run at (256,105) width 24: "for"
Lines 143-152 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec9
143
              RenderText {#text} at (397,105) size 48x15
207
              RenderText {#text} at (397,105) size 48x15
144
                text run at (397,105) width 48: "within"
208
                text run at (397,105) width 48: "within"
145
            RenderText {#text} at (464,105) size 122x15
209
            RenderText {#text} at (464,105) size 122x15
146
              text run at (464,105) width 122: " elements too"
210
              text run at (464,105) width 71: " elements"
147
          RenderText {#text} at (585,105) size 504x15
211
              text run at (554,105) width 32: " too"
148
            text run at (585,105) width 484: ". (with monospace font from elements to too)"
212
          RenderText {#text} at (585,105) size 484x15
149
            text run at (1088,105) width 1: " "
213
            text run at (585,105) width 9: "."
214
            text run at (613,105) width 48: " (with"
215
            text run at (680,105) width 79: " monospace"
216
            text run at (778,105) width 40: " font"
217
            text run at (837,105) width 40: " from"
218
            text run at (896,105) width 71: " elements"
219
            text run at (986,105) width 24: " to"
220
            text run at (1029,105) width 40: " too)"
221
            text run at (1068,105) width 1: " "
150
      RenderBlock (anonymous) at (0,47) size 769x194
222
      RenderBlock (anonymous) at (0,47) size 769x194
151
        RenderBR {BR} at (985,0) size 1x18
223
        RenderBR {BR} at (985,0) size 1x18
152
      RenderBlock {PRE} at (0,256) size 769x153
224
      RenderBlock {PRE} at (0,256) size 769x153
Lines 159-165 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec10
159
        RenderBlock (anonymous) at (0,32) size 769x121
231
        RenderBlock (anonymous) at (0,32) size 769x121
160
          RenderText {#text} at (0,0) size 257x30
232
          RenderText {#text} at (0,0) size 257x30
161
            text run at (0,0) width 0: " "
233
            text run at (0,0) width 0: " "
162
            text run at (0,15) width 257: "Word   spacing test "
234
            text run at (0,15) width 32: "Word"
235
            text run at (51,15) width 119: "   spacing"
236
            text run at (189,15) width 40: " test"
237
            text run at (248,15) width 9: " "
163
          RenderInline {EM} at (0,0) size 24x15
238
          RenderInline {EM} at (0,0) size 24x15
164
            RenderText {#text} at (256,15) size 24x15
239
            RenderText {#text} at (256,15) size 24x15
165
              text run at (256,15) width 24: "for"
240
              text run at (256,15) width 24: "for"
Lines 173-182 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec11
173
          RenderInline {TT} at (0,0) size 48x15
248
          RenderInline {TT} at (0,0) size 48x15
174
            RenderText {#text} at (397,15) size 48x15
249
            RenderText {#text} at (397,15) size 48x15
175
              text run at (397,15) width 48: "within"
250
              text run at (397,15) width 48: "within"
176
          RenderText {#text} at (464,15) size 614x30
251
          RenderText {#text} at (464,15) size 594x30
177
            text run at (464,15) width 130: " elements too."
252
            text run at (464,15) width 71: " elements"
178
            text run at (613,15) width 1: " "
253
            text run at (554,15) width 40: " too."
179
            text run at (0,30) width 257: "Word   spacing test "
254
            text run at (593,15) width 1: " "
255
            text run at (0,30) width 32: "Word"
256
            text run at (51,30) width 119: "   spacing"
257
            text run at (189,30) width 40: " test"
258
            text run at (248,30) width 9: " "
180
          RenderInline {EM} at (0,0) size 24x15
259
          RenderInline {EM} at (0,0) size 24x15
181
            RenderText {#text} at (256,30) size 24x15
260
            RenderText {#text} at (256,30) size 24x15
182
              text run at (256,30) width 24: "for"
261
              text run at (256,30) width 24: "for"
Lines 191-201 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec12
191
            RenderText {#text} at (397,30) size 48x15
270
            RenderText {#text} at (397,30) size 48x15
192
              text run at (397,30) width 48: "within"
271
              text run at (397,30) width 48: "within"
193
          RenderText {#text} at (464,30) size 99x15
272
          RenderText {#text} at (464,30) size 99x15
194
            text run at (464,30) width 99: " elements "
273
            text run at (464,30) width 71: " elements"
195
          RenderText {#text} at (562,30) size 1054x30
274
            text run at (554,30) width 9: " "
196
            text run at (562,30) width 472: " too. (with comment between elements and too)"
275
          RenderText {#text} at (582,30) size 1054x30
276
            text run at (582,30) width 40: " too."
277
            text run at (641,30) width 48: " (with"
278
            text run at (708,30) width 63: " comment"
279
            text run at (790,30) width 63: " between"
280
            text run at (872,30) width 72: " elements"
281
            text run at (963,30) width 32: " and"
282
            text run at (1014,30) width 40: " too)"
197
            text run at (1053,30) width 1: " "
283
            text run at (1053,30) width 1: " "
198
            text run at (0,45) width 257: "Word   spacing test "
284
            text run at (0,45) width 32: "Word"
285
            text run at (51,45) width 119: "   spacing"
286
            text run at (189,45) width 40: " test"
287
            text run at (248,45) width 9: " "
199
          RenderInline {EM} at (0,0) size 24x15
288
          RenderInline {EM} at (0,0) size 24x15
200
            RenderText {#text} at (256,45) size 24x15
289
            RenderText {#text} at (256,45) size 24x15
201
              text run at (256,45) width 24: "for"
290
              text run at (256,45) width 24: "for"
Lines 211-220 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec13
211
              text run at (397,45) width 48: "within"
300
              text run at (397,45) width 48: "within"
212
          RenderText {#text} at (464,45) size 71x15
301
          RenderText {#text} at (464,45) size 71x15
213
            text run at (464,45) width 71: " elements"
302
            text run at (464,45) width 71: " elements"
214
          RenderText {#text} at (554,45) size 1278x30
303
          RenderText {#text} at (554,45) size 1258x30
215
            text run at (554,45) width 704: " too. (with comment (no preceeding space) between elements and too)"
304
            text run at (554,45) width 40: " too."
216
            text run at (1277,45) width 1: " "
305
            text run at (613,45) width 48: " (with"
217
            text run at (0,60) width 257: "Word   spacing test "
306
            text run at (680,45) width 63: " comment"
307
            text run at (762,45) width 32: " (no"
308
            text run at (813,45) width 87: " preceeding"
309
            text run at (919,45) width 56: " space)"
310
            text run at (994,45) width 63: " between"
311
            text run at (1076,45) width 71: " elements"
312
            text run at (1166,45) width 33: " and"
313
            text run at (1218,45) width 40: " too)"
314
            text run at (1257,45) width 1: " "
315
            text run at (0,60) width 32: "Word"
316
            text run at (51,60) width 119: "   spacing"
317
            text run at (189,60) width 40: " test"
318
            text run at (248,60) width 9: " "
218
          RenderInline {EM} at (0,0) size 24x15
319
          RenderInline {EM} at (0,0) size 24x15
219
            RenderText {#text} at (256,60) size 24x15
320
            RenderText {#text} at (256,60) size 24x15
220
              text run at (256,60) width 24: "for"
321
              text run at (256,60) width 24: "for"
Lines 229-241 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec14
229
            RenderText {#text} at (397,60) size 48x15
330
            RenderText {#text} at (397,60) size 48x15
230
              text run at (397,60) width 48: "within"
331
              text run at (397,60) width 48: "within"
231
          RenderText {#text} at (464,60) size 99x15
332
          RenderText {#text} at (464,60) size 99x15
232
            text run at (464,60) width 99: " elements "
333
            text run at (464,60) width 71: " elements"
233
          RenderText {#text} at (562,60) size 700x15
334
            text run at (554,60) width 9: " "
234
            text run at (562,60) width 680: "too. (with comment (no trailing space) between elements and too)"
335
          RenderText {#text} at (562,60) size 680x15
235
            text run at (1261,60) width 1: " "
336
            text run at (562,60) width 32: "too."
337
            text run at (613,60) width 48: " (with"
338
            text run at (680,60) width 63: " comment"
339
            text run at (762,60) width 32: " (no"
340
            text run at (813,60) width 72: " trailing"
341
            text run at (904,60) width 55: " space)"
342
            text run at (978,60) width 64: " between"
343
            text run at (1061,60) width 71: " elements"
344
            text run at (1151,60) width 32: " and"
345
            text run at (1202,60) width 40: " too)"
346
            text run at (1241,60) width 1: " "
236
          RenderInline {SPAN} at (0,0) size 370x15
347
          RenderInline {SPAN} at (0,0) size 370x15
237
            RenderText {#text} at (0,75) size 257x15
348
            RenderText {#text} at (0,75) size 257x15
238
              text run at (0,75) width 257: "Word   spacing test "
349
              text run at (0,75) width 32: "Word"
350
              text run at (51,75) width 119: "   spacing"
351
              text run at (189,75) width 40: " test"
352
              text run at (248,75) width 9: " "
239
            RenderInline {EM} at (0,0) size 24x15
353
            RenderInline {EM} at (0,0) size 24x15
240
              RenderText {#text} at (256,75) size 24x15
354
              RenderText {#text} at (256,75) size 24x15
241
                text run at (256,75) width 24: "for"
355
                text run at (256,75) width 24: "for"
Lines 249-258 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec15
249
          RenderInline {TT} at (0,0) size 48x15
363
          RenderInline {TT} at (0,0) size 48x15
250
            RenderText {#text} at (397,75) size 48x15
364
            RenderText {#text} at (397,75) size 48x15
251
              text run at (397,75) width 48: "within"
365
              text run at (397,75) width 48: "within"
252
          RenderText {#text} at (464,75) size 1097x30
366
          RenderText {#text} at (464,75) size 1077x30
253
            text run at (464,75) width 613: " elements too. (with monospace font from Word to elements)"
367
            text run at (464,75) width 71: " elements"
254
            text run at (1096,75) width 1: " "
368
            text run at (554,75) width 40: " too."
255
            text run at (0,90) width 257: "Word   spacing test "
369
            text run at (613,75) width 48: " (with"
370
            text run at (680,75) width 79: " monospace"
371
            text run at (778,75) width 40: " font"
372
            text run at (837,75) width 40: " from"
373
            text run at (896,75) width 40: " Word"
374
            text run at (955,75) width 24: " to"
375
            text run at (998,75) width 79: " elements)"
376
            text run at (1076,75) width 1: " "
377
            text run at (0,90) width 32: "Word"
378
            text run at (51,90) width 119: "   spacing"
379
            text run at (189,90) width 40: " test"
380
            text run at (248,90) width 9: " "
256
          RenderInline {SPAN} at (0,0) size 189x15
381
          RenderInline {SPAN} at (0,0) size 189x15
257
            RenderInline {EM} at (0,0) size 24x15
382
            RenderInline {EM} at (0,0) size 24x15
258
              RenderText {#text} at (256,90) size 24x15
383
              RenderText {#text} at (256,90) size 24x15
Lines 267-276 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec16
267
            RenderInline {TT} at (0,0) size 48x15
392
            RenderInline {TT} at (0,0) size 48x15
268
              RenderText {#text} at (397,90) size 48x15
393
              RenderText {#text} at (397,90) size 48x15
269
                text run at (397,90) width 48: "within"
394
                text run at (397,90) width 48: "within"
270
          RenderText {#text} at (464,90) size 1074x30
395
          RenderText {#text} at (464,90) size 1054x30
271
            text run at (464,90) width 590: " elements too. (with monospace font from for to within)"
396
            text run at (464,90) width 71: " elements"
272
            text run at (1073,90) width 1: " "
397
            text run at (554,90) width 40: " too."
273
            text run at (0,105) width 257: "Word   spacing test "
398
            text run at (613,90) width 48: " (with"
399
            text run at (680,90) width 79: " monospace"
400
            text run at (778,90) width 40: " font"
401
            text run at (837,90) width 40: " from"
402
            text run at (896,90) width 32: " for"
403
            text run at (947,90) width 24: " to"
404
            text run at (990,90) width 64: " within)"
405
            text run at (1053,90) width 1: " "
406
            text run at (0,105) width 32: "Word"
407
            text run at (51,105) width 119: "   spacing"
408
            text run at (189,105) width 40: " test"
409
            text run at (248,105) width 9: " "
274
          RenderInline {EM} at (0,0) size 24x15
410
          RenderInline {EM} at (0,0) size 24x15
275
            RenderText {#text} at (256,105) size 24x15
411
            RenderText {#text} at (256,105) size 24x15
276
              text run at (256,105) width 24: "for"
412
              text run at (256,105) width 24: "for"
Lines 286-295 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec17
286
              RenderText {#text} at (397,105) size 48x15
422
              RenderText {#text} at (397,105) size 48x15
287
                text run at (397,105) width 48: "within"
423
                text run at (397,105) width 48: "within"
288
            RenderText {#text} at (464,105) size 122x15
424
            RenderText {#text} at (464,105) size 122x15
289
              text run at (464,105) width 122: " elements too"
425
              text run at (464,105) width 71: " elements"
290
          RenderText {#text} at (585,105) size 504x15
426
              text run at (554,105) width 32: " too"
291
            text run at (585,105) width 484: ". (with monospace font from elements to too)"
427
          RenderText {#text} at (585,105) size 484x15
292
            text run at (1088,105) width 1: " "
428
            text run at (585,105) width 9: "."
429
            text run at (613,105) width 48: " (with"
430
            text run at (680,105) width 79: " monospace"
431
            text run at (778,105) width 40: " font"
432
            text run at (837,105) width 40: " from"
433
            text run at (896,105) width 71: " elements"
434
            text run at (986,105) width 24: " to"
435
            text run at (1029,105) width 40: " too)"
436
            text run at (1068,105) width 1: " "
293
      RenderBlock (anonymous) at (0,421) size 769x0
437
      RenderBlock (anonymous) at (0,421) size 769x0
294
        RenderInline {SPAN} at (0,0) size 0x0
438
        RenderInline {SPAN} at (0,0) size 0x0
295
          RenderText {#text} at (0,0) size 0x0
439
          RenderText {#text} at (0,0) size 0x0
Lines 300-309 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec18
300
            text run at (37,0) width 16: " a"
444
            text run at (37,0) width 16: " a"
301
            text run at (72,0) width 43: " span"
445
            text run at (72,0) width 43: " span"
302
      RenderBlock (anonymous) at (0,467) size 769x271
446
      RenderBlock (anonymous) at (0,467) size 769x271
303
        RenderInline {SPAN} at (0,0) size 848x234
447
        RenderInline {SPAN} at (0,0) size 762x234
304
          RenderText {#text} at (0,0) size 179x18
448
          RenderText {#text} at (0,0) size 179x18
305
            text run at (0,0) width 60: "Word "
449
            text run at (0,0) width 36: "Word"
306
            text run at (59,0) width 120: "spacing test "
450
            text run at (55,0) width 5: " "
451
            text run at (59,0) width 50: "spacing"
452
            text run at (128,0) width 27: " test"
453
            text run at (174,0) width 5: " "
307
          RenderInline {EM} at (0,0) size 19x18
454
          RenderInline {EM} at (0,0) size 19x18
308
            RenderText {#text} at (178,0) size 19x18
455
            RenderText {#text} at (178,0) size 19x18
309
              text run at (178,0) width 19: "for"
456
              text run at (178,0) width 19: "for"
Lines 317-328 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec19
317
          RenderInline {TT} at (0,0) size 48x15
464
          RenderInline {TT} at (0,0) size 48x15
318
            RenderText {#text} at (304,2) size 48x15
465
            RenderText {#text} at (304,2) size 48x15
319
              text run at (304,2) width 48: "within"
466
              text run at (304,2) width 48: "within"
320
          RenderText {#text} at (371,0) size 130x18
467
          RenderText {#text} at (371,0) size 110x18
321
            text run at (371,0) width 130: " elements too."
468
            text run at (371,0) width 62: " elements"
322
          RenderBR {BR} at (500,0) size 1x18
469
            text run at (452,0) width 29: " too."
470
          RenderBR {BR} at (480,0) size 1x18
323
          RenderText {#text} at (0,18) size 179x18
471
          RenderText {#text} at (0,18) size 179x18
324
            text run at (0,18) width 60: "Word "
472
            text run at (0,18) width 36: "Word"
325
            text run at (59,18) width 120: "spacing test "
473
            text run at (55,18) width 5: " "
474
            text run at (59,18) width 50: "spacing"
475
            text run at (128,18) width 27: " test"
476
            text run at (174,18) width 5: " "
326
          RenderInline {EM} at (0,0) size 19x18
477
          RenderInline {EM} at (0,0) size 19x18
327
            RenderText {#text} at (178,18) size 19x18
478
            RenderText {#text} at (178,18) size 19x18
328
              text run at (178,18) width 19: "for"
479
              text run at (178,18) width 19: "for"
Lines 336-350 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec20
336
          RenderInline {TT} at (0,0) size 48x15
487
          RenderInline {TT} at (0,0) size 48x15
337
            RenderText {#text} at (304,20) size 48x15
488
            RenderText {#text} at (304,20) size 48x15
338
              text run at (304,20) width 48: "within"
489
              text run at (304,20) width 48: "within"
339
          RenderText {#text} at (371,18) size 106x18
490
          RenderText {#text} at (371,18) size 86x18
340
            text run at (371,18) width 106: " elements "
491
            text run at (371,18) width 62: " elements"
341
          RenderText {#text} at (476,18) size 848x36
492
            text run at (452,18) width 5: " "
342
            text run at (476,18) width 372: "too. (with comment between elements and"
493
          RenderText {#text} at (456,18) size 700x36
343
            text run at (0,36) width 26: "too)"
494
            text run at (456,18) width 25: "too."
344
          RenderBR {BR} at (25,36) size 1x18
495
            text run at (500,18) width 39: " (with"
496
            text run at (558,18) width 64: " comment"
497
            text run at (641,18) width 59: " between"
498
            text run at (0,36) width 57: "elements"
499
            text run at (76,36) width 28: " and"
500
            text run at (123,36) width 31: " too)"
501
          RenderBR {BR} at (153,36) size 1x18
345
          RenderText {#text} at (0,54) size 179x18
502
          RenderText {#text} at (0,54) size 179x18
346
            text run at (0,54) width 60: "Word "
503
            text run at (0,54) width 36: "Word"
347
            text run at (59,54) width 120: "spacing test "
504
            text run at (55,54) width 5: " "
505
            text run at (59,54) width 50: "spacing"
506
            text run at (128,54) width 27: " test"
507
            text run at (174,54) width 5: " "
348
          RenderInline {EM} at (0,0) size 19x18
508
          RenderInline {EM} at (0,0) size 19x18
349
            RenderText {#text} at (178,54) size 19x18
509
            RenderText {#text} at (178,54) size 19x18
350
              text run at (178,54) width 19: "for"
510
              text run at (178,54) width 19: "for"
Lines 360-372 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec21
360
              text run at (304,56) width 48: "within"
520
              text run at (304,56) width 48: "within"
361
          RenderText {#text} at (371,54) size 62x18
521
          RenderText {#text} at (371,54) size 62x18
362
            text run at (371,54) width 62: " elements"
522
            text run at (371,54) width 62: " elements"
363
          RenderText {#text} at (452,54) size 847x36
523
          RenderText {#text} at (452,54) size 762x36
364
            text run at (452,54) width 395: " too. (with comment (no preceeding space)"
524
            text run at (452,54) width 29: " too."
365
            text run at (0,72) width 232: "between elements and too)"
525
            text run at (500,54) width 39: " (with"
366
          RenderBR {BR} at (231,72) size 1x18
526
            text run at (558,54) width 64: " comment"
527
            text run at (641,54) width 27: " (no"
528
            text run at (687,54) width 75: " preceeding"
529
            text run at (0,72) width 41: "space)"
530
            text run at (60,72) width 59: " between"
531
            text run at (138,72) width 62: " elements"
532
            text run at (219,72) width 28: " and"
533
            text run at (266,72) width 30: " too)"
534
          RenderBR {BR} at (295,72) size 1x18
367
          RenderText {#text} at (0,90) size 179x18
535
          RenderText {#text} at (0,90) size 179x18
368
            text run at (0,90) width 60: "Word "
536
            text run at (0,90) width 36: "Word"
369
            text run at (59,90) width 120: "spacing test "
537
            text run at (55,90) width 5: " "
538
            text run at (59,90) width 50: "spacing"
539
            text run at (128,90) width 27: " test"
540
            text run at (174,90) width 5: " "
370
          RenderInline {EM} at (0,0) size 19x18
541
          RenderInline {EM} at (0,0) size 19x18
371
            RenderText {#text} at (178,90) size 19x18
542
            RenderText {#text} at (178,90) size 19x18
372
              text run at (178,90) width 19: "for"
543
              text run at (178,90) width 19: "for"
Lines 380-395 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec22
380
          RenderInline {TT} at (0,0) size 48x15
551
          RenderInline {TT} at (0,0) size 48x15
381
            RenderText {#text} at (304,92) size 48x15
552
            RenderText {#text} at (304,92) size 48x15
382
              text run at (304,92) width 48: "within"
553
              text run at (304,92) width 48: "within"
383
          RenderText {#text} at (371,90) size 106x18
554
          RenderText {#text} at (371,90) size 86x18
384
            text run at (371,90) width 106: " elements "
555
            text run at (371,90) width 62: " elements"
385
          RenderText {#text} at (476,90) size 823x36
556
            text run at (452,90) width 5: " "
386
            text run at (476,90) width 347: "too. (with comment (no trailing space)"
557
          RenderText {#text} at (456,90) size 738x36
387
            text run at (0,108) width 232: "between elements and too)"
558
            text run at (456,90) width 25: "too."
388
          RenderBR {BR} at (231,108) size 1x18
559
            text run at (500,90) width 39: " (with"
560
            text run at (558,90) width 64: " comment"
561
            text run at (641,90) width 27: " (no"
562
            text run at (687,90) width 51: " trailing"
563
            text run at (0,108) width 41: "space)"
564
            text run at (60,108) width 59: " between"
565
            text run at (138,108) width 62: " elements"
566
            text run at (219,108) width 28: " and"
567
            text run at (266,108) width 30: " too)"
568
          RenderBR {BR} at (295,108) size 1x18
389
          RenderInline {SPAN} at (0,0) size 315x15
569
          RenderInline {SPAN} at (0,0) size 315x15
390
            RenderText {#text} at (0,128) size 201x15
570
            RenderText {#text} at (0,128) size 201x15
391
              text run at (0,128) width 60: "Word "
571
              text run at (0,128) width 32: "Word"
392
              text run at (59,128) width 142: "spacing test "
572
              text run at (51,128) width 9: " "
573
              text run at (59,128) width 55: "spacing"
574
              text run at (133,128) width 40: " test"
575
              text run at (192,128) width 9: " "
393
            RenderInline {EM} at (0,0) size 24x15
576
            RenderInline {EM} at (0,0) size 24x15
394
              RenderText {#text} at (200,128) size 24x15
577
              RenderText {#text} at (200,128) size 24x15
395
                text run at (200,128) width 24: "for"
578
                text run at (200,128) width 24: "for"
Lines 403-415 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec23
403
          RenderInline {TT} at (0,0) size 47x15
586
          RenderInline {TT} at (0,0) size 47x15
404
            RenderText {#text} at (338,128) size 47x15
587
            RenderText {#text} at (338,128) size 47x15
405
              text run at (338,128) width 47: "within"
588
              text run at (338,128) width 47: "within"
406
          RenderText {#text} at (404,126) size 793x36
589
          RenderText {#text} at (404,126) size 718x36
407
            text run at (404,126) width 389: " elements too. (with monospace font from"
590
            text run at (404,126) width 62: " elements"
408
            text run at (0,144) width 158: "Word to elements)"
591
            text run at (485,126) width 30: " too."
409
          RenderBR {BR} at (157,144) size 1x18
592
            text run at (534,126) width 38: " (with"
593
            text run at (591,126) width 77: " monospace"
594
            text run at (687,126) width 31: " font"
595
            text run at (0,144) width 32: "from"
596
            text run at (51,144) width 40: " Word"
597
            text run at (110,144) width 17: " to"
598
            text run at (146,144) width 67: " elements)"
599
          RenderBR {BR} at (212,144) size 1x18
410
          RenderText {#text} at (0,162) size 179x18
600
          RenderText {#text} at (0,162) size 179x18
411
            text run at (0,162) width 60: "Word "
601
            text run at (0,162) width 36: "Word"
412
            text run at (59,162) width 120: "spacing test "
602
            text run at (55,162) width 5: " "
603
            text run at (59,162) width 50: "spacing"
604
            text run at (128,162) width 27: " test"
605
            text run at (174,162) width 5: " "
413
          RenderInline {SPAN} at (0,0) size 189x15
606
          RenderInline {SPAN} at (0,0) size 189x15
414
            RenderInline {EM} at (0,0) size 24x15
607
            RenderInline {EM} at (0,0) size 24x15
415
              RenderText {#text} at (178,164) size 24x15
608
              RenderText {#text} at (178,164) size 24x15
Lines 424-436 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec24
424
            RenderInline {TT} at (0,0) size 48x15
617
            RenderInline {TT} at (0,0) size 48x15
425
              RenderText {#text} at (319,164) size 48x15
618
              RenderText {#text} at (319,164) size 48x15
426
                text run at (319,164) width 48: "within"
619
                text run at (319,164) width 48: "within"
427
          RenderText {#text} at (386,162) size 818x36
620
          RenderText {#text} at (386,162) size 755x36
428
            text run at (386,162) width 432: " elements too. (with monospace font from for"
621
            text run at (386,162) width 62: " elements"
429
            text run at (0,180) width 83: "to within)"
622
            text run at (467,162) width 29: " too."
430
          RenderBR {BR} at (82,180) size 1x18
623
            text run at (515,162) width 39: " (with"
624
            text run at (573,162) width 77: " monospace"
625
            text run at (669,162) width 31: " font"
626
            text run at (719,162) width 36: " from"
627
            text run at (0,180) width 19: "for"
628
            text run at (38,180) width 18: " to"
629
            text run at (75,180) width 51: " within)"
630
          RenderBR {BR} at (125,180) size 1x18
431
          RenderText {#text} at (0,198) size 179x18
631
          RenderText {#text} at (0,198) size 179x18
432
            text run at (0,198) width 60: "Word "
632
            text run at (0,198) width 36: "Word"
433
            text run at (59,198) width 120: "spacing test "
633
            text run at (55,198) width 5: " "
634
            text run at (59,198) width 50: "spacing"
635
            text run at (128,198) width 27: " test"
636
            text run at (174,198) width 5: " "
434
          RenderInline {EM} at (0,0) size 19x18
637
          RenderInline {EM} at (0,0) size 19x18
435
            RenderText {#text} at (178,198) size 19x18
638
            RenderText {#text} at (178,198) size 19x18
436
              text run at (178,198) width 19: "for"
639
              text run at (178,198) width 19: "for"
Lines 441-457 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec25
441
              text run at (220,198) width 61: "elements"
644
              text run at (220,198) width 61: "elements"
442
          RenderText {#text} at (300,198) size 5x18
645
          RenderText {#text} at (300,198) size 5x18
443
            text run at (300,198) width 5: " "
646
            text run at (300,198) width 5: " "
444
          RenderInline {SPAN} at (0,0) size 209x15
647
          RenderInline {SPAN} at (0,0) size 189x15
445
            RenderInline {TT} at (0,0) size 48x15
648
            RenderInline {TT} at (0,0) size 48x15
446
              RenderText {#text} at (304,200) size 48x15
649
              RenderText {#text} at (304,200) size 48x15
447
                text run at (304,200) width 48: "within"
650
                text run at (304,200) width 48: "within"
448
            RenderText {#text} at (371,200) size 142x15
651
            RenderText {#text} at (371,200) size 122x15
449
              text run at (371,200) width 142: " elements too"
652
              text run at (371,200) width 71: " elements"
450
          RenderText {#text} at (512,198) size 776x36
653
              text run at (461,200) width 32: " too"
451
            text run at (512,198) width 264: ". (with monospace font from"
654
          RenderText {#text} at (492,198) size 756x36
452
            text run at (0,216) width 168: "elements to too) "
655
            text run at (492,198) width 5: "."
656
            text run at (516,198) width 39: " (with"
657
            text run at (574,198) width 77: " monospace"
658
            text run at (670,198) width 31: " font"
659
            text run at (720,198) width 36: " from"
660
            text run at (0,216) width 57: "elements"
661
            text run at (76,216) width 18: " to"
662
            text run at (113,216) width 31: " too)"
663
            text run at (163,216) width 5: " "
453
        RenderText {#text} at (0,0) size 0x0
664
        RenderText {#text} at (0,0) size 0x0
454
        RenderBR {BR} at (0,0) size 0x0
665
        RenderBR {BR} at (167,216) size 1x18
455
        RenderBR {BR} at (0,234) size 0x18
666
        RenderBR {BR} at (0,234) size 0x18
456
        RenderBR {BR} at (0,252) size 0x18
667
        RenderBR {BR} at (0,252) size 0x18
457
      RenderBlock {H2} at (0,757) size 769x29
668
      RenderBlock {H2} at (0,757) size 769x29
Lines 737-743 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec26
737
            text run at (1254,105) width 1: " "
948
            text run at (1254,105) width 1: " "
738
      RenderBlock (anonymous) at (0,1178) size 769x19
949
      RenderBlock (anonymous) at (0,1178) size 769x19
739
        RenderBR {BR} at (0,0) size 0x18
950
        RenderBR {BR} at (0,0) size 0x18
740
        RenderInline {SPAN} at (0,0) size 0x0
951
        RenderInline {SPAN} at (0,0) size 0x18
741
          RenderText {#text} at (0,0) size 0x0
952
          RenderText {#text} at (0,0) size 0x0
742
      RenderBlock (anonymous) at (0,1215) size 769x23
953
      RenderBlock (anonymous) at (0,1215) size 769x23
743
        RenderBlock {H3} at (0,0) size 769x22
954
        RenderBlock {H3} at (0,0) size 769x22
Lines 895-901 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec27
895
            text run at (615,198) width 78: ". (with"
1106
            text run at (615,198) width 78: ". (with"
896
            text run at (0,216) width 433: "monospace font from elements to too) "
1107
            text run at (0,216) width 433: "monospace font from elements to too) "
897
        RenderText {#text} at (0,0) size 0x0
1108
        RenderText {#text} at (0,0) size 0x0
898
        RenderBR {BR} at (0,0) size 0x0
1109
        RenderBR {BR} at (432,216) size 1x18
899
        RenderBR {BR} at (0,234) size 0x18
1110
        RenderBR {BR} at (0,234) size 0x18
900
        RenderBR {BR} at (0,252) size 0x18
1111
        RenderBR {BR} at (0,252) size 0x18
901
      RenderBlock {H2} at (0,1546) size 769x29
1112
      RenderBlock {H2} at (0,1546) size 769x29
Lines 911-917 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec28
911
        RenderBlock (anonymous) at (0,47) size 1451x121
1122
        RenderBlock (anonymous) at (0,47) size 1451x121
912
          RenderText {#text} at (0,0) size 537x30
1123
          RenderText {#text} at (0,0) size 537x30
913
            text run at (0,0) width 0: " "
1124
            text run at (0,0) width 0: " "
914
            text run at (0,15) width 537: "Word and letter   spacing test "
1125
            text run at (0,15) width 52: "Word"
1126
            text run at (71,15) width 52: " and"
1127
            text run at (142,15) width 91: " letter"
1128
            text run at (252,15) width 169: "   spacing"
1129
            text run at (440,15) width 65: " test"
1130
            text run at (524,15) width 13: " "
915
          RenderInline {EM} at (0,0) size 40x15
1131
          RenderInline {EM} at (0,0) size 40x15
916
            RenderText {#text} at (536,15) size 40x15
1132
            RenderText {#text} at (536,15) size 40x15
917
              text run at (536,15) width 40: "for"
1133
              text run at (536,15) width 40: "for"
Lines 925-934 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec29
925
          RenderInline {TT} at (0,0) size 78x15
1141
          RenderInline {TT} at (0,0) size 78x15
926
            RenderText {#text} at (743,15) size 78x15
1142
            RenderText {#text} at (743,15) size 78x15
927
              text run at (743,15) width 78: "within"
1143
              text run at (743,15) width 78: "within"
928
          RenderText {#text} at (840,15) size 1060x30
1144
          RenderText {#text} at (840,15) size 1040x30
929
            text run at (840,15) width 200: " elements too."
1145
            text run at (840,15) width 116: " elements"
930
            text run at (1059,15) width 1: " "
1146
            text run at (975,15) width 65: " too."
931
            text run at (0,30) width 537: "Word and letter   spacing test "
1147
            text run at (1039,15) width 1: " "
1148
            text run at (0,30) width 52: "Word"
1149
            text run at (71,30) width 52: " and"
1150
            text run at (142,30) width 91: " letter"
1151
            text run at (252,30) width 169: "   spacing"
1152
            text run at (440,30) width 65: " test"
1153
            text run at (524,30) width 13: " "
932
          RenderInline {EM} at (0,0) size 40x15
1154
          RenderInline {EM} at (0,0) size 40x15
933
            RenderText {#text} at (536,30) size 40x15
1155
            RenderText {#text} at (536,30) size 40x15
934
              text run at (536,30) width 40: "for"
1156
              text run at (536,30) width 40: "for"
Lines 943-953 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec30
943
            RenderText {#text} at (743,30) size 78x15
1165
            RenderText {#text} at (743,30) size 78x15
944
              text run at (743,30) width 78: "within"
1166
              text run at (743,30) width 78: "within"
945
          RenderText {#text} at (840,30) size 149x15
1167
          RenderText {#text} at (840,30) size 149x15
946
            text run at (840,30) width 149: " elements "
1168
            text run at (840,30) width 116: " elements"
947
          RenderText {#text} at (988,30) size 1705x30
1169
            text run at (975,30) width 14: " "
948
            text run at (988,30) width 697: " too. (with comment between elements and too)"
1170
          RenderText {#text} at (1008,30) size 1705x30
1171
            text run at (1008,30) width 65: " too."
1172
            text run at (1092,30) width 77: " (with"
1173
            text run at (1188,30) width 104: " comment"
1174
            text run at (1311,30) width 103: " between"
1175
            text run at (1433,30) width 116: " elements"
1176
            text run at (1568,30) width 53: " and"
1177
            text run at (1640,30) width 65: " too)"
949
            text run at (1704,30) width 1: " "
1178
            text run at (1704,30) width 1: " "
950
            text run at (0,45) width 537: "Word and letter   spacing test "
1179
            text run at (0,45) width 52: "Word"
1180
            text run at (71,45) width 52: " and"
1181
            text run at (142,45) width 91: " letter"
1182
            text run at (252,45) width 169: "   spacing"
1183
            text run at (440,45) width 65: " test"
1184
            text run at (524,45) width 13: " "
951
          RenderInline {EM} at (0,0) size 40x15
1185
          RenderInline {EM} at (0,0) size 40x15
952
            RenderText {#text} at (536,45) size 40x15
1186
            RenderText {#text} at (536,45) size 40x15
953
              text run at (536,45) width 40: "for"
1187
              text run at (536,45) width 40: "for"
Lines 963-972 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec31
963
              text run at (743,45) width 78: "within"
1197
              text run at (743,45) width 78: "within"
964
          RenderText {#text} at (840,45) size 116x15
1198
          RenderText {#text} at (840,45) size 116x15
965
            text run at (840,45) width 116: " elements"
1199
            text run at (840,45) width 116: " elements"
966
          RenderText {#text} at (975,45) size 2033x30
1200
          RenderText {#text} at (975,45) size 2013x30
967
            text run at (975,45) width 1038: " too. (with comment (no preceeding space) between elements and too)"
1201
            text run at (975,45) width 65: " too."
968
            text run at (2032,45) width 1: " "
1202
            text run at (1059,45) width 78: " (with"
969
            text run at (0,60) width 537: "Word and letter   spacing test "
1203
            text run at (1156,45) width 103: " comment"
1204
            text run at (1278,45) width 52: " (no"
1205
            text run at (1349,45) width 142: " preceeding"
1206
            text run at (1510,45) width 91: " space)"
1207
            text run at (1620,45) width 103: " between"
1208
            text run at (1742,45) width 116: " elements"
1209
            text run at (1877,45) width 52: " and"
1210
            text run at (1948,45) width 65: " too)"
1211
            text run at (2012,45) width 1: " "
1212
            text run at (0,60) width 52: "Word"
1213
            text run at (71,60) width 52: " and"
1214
            text run at (142,60) width 91: " letter"
1215
            text run at (252,60) width 169: "   spacing"
1216
            text run at (440,60) width 65: " test"
1217
            text run at (524,60) width 13: " "
970
          RenderInline {EM} at (0,0) size 40x15
1218
          RenderInline {EM} at (0,0) size 40x15
971
            RenderText {#text} at (536,60) size 40x15
1219
            RenderText {#text} at (536,60) size 40x15
972
              text run at (536,60) width 40: "for"
1220
              text run at (536,60) width 40: "for"
Lines 981-993 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec32
981
            RenderText {#text} at (743,60) size 78x15
1229
            RenderText {#text} at (743,60) size 78x15
982
              text run at (743,60) width 78: "within"
1230
              text run at (743,60) width 78: "within"
983
          RenderText {#text} at (840,60) size 149x15
1231
          RenderText {#text} at (840,60) size 149x15
984
            text run at (840,60) width 149: " elements "
1232
            text run at (840,60) width 116: " elements"
985
          RenderText {#text} at (988,60) size 1020x15
1233
            text run at (975,60) width 14: " "
986
            text run at (988,60) width 1000: "too. (with comment (no trailing space) between elements and too)"
1234
          RenderText {#text} at (988,60) size 1000x15
987
            text run at (2007,60) width 1: " "
1235
            text run at (988,60) width 52: "too."
1236
            text run at (1059,60) width 78: " (with"
1237
            text run at (1156,60) width 103: " comment"
1238
            text run at (1278,60) width 52: " (no"
1239
            text run at (1349,60) width 116: " trailing"
1240
            text run at (1484,60) width 91: " space)"
1241
            text run at (1594,60) width 103: " between"
1242
            text run at (1716,60) width 117: " elements"
1243
            text run at (1852,60) width 52: " and"
1244
            text run at (1923,60) width 65: " too)"
1245
            text run at (1987,60) width 1: " "
988
          RenderInline {SPAN} at (0,0) size 711x15
1246
          RenderInline {SPAN} at (0,0) size 711x15
989
            RenderText {#text} at (0,75) size 537x15
1247
            RenderText {#text} at (0,75) size 537x15
990
              text run at (0,75) width 537: "Word and letter   spacing test "
1248
              text run at (0,75) width 52: "Word"
1249
              text run at (71,75) width 52: " and"
1250
              text run at (142,75) width 91: " letter"
1251
              text run at (252,75) width 169: "   spacing"
1252
              text run at (440,75) width 65: " test"
1253
              text run at (524,75) width 13: " "
991
            RenderInline {EM} at (0,0) size 40x15
1254
            RenderInline {EM} at (0,0) size 40x15
992
              RenderText {#text} at (536,75) size 40x15
1255
              RenderText {#text} at (536,75) size 40x15
993
                text run at (536,75) width 40: "for"
1256
                text run at (536,75) width 40: "for"
Lines 1001-1010 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec33
1001
          RenderInline {TT} at (0,0) size 78x15
1264
          RenderInline {TT} at (0,0) size 78x15
1002
            RenderText {#text} at (743,75) size 78x15
1265
            RenderText {#text} at (743,75) size 78x15
1003
              text run at (743,75) width 78: "within"
1266
              text run at (743,75) width 78: "within"
1004
          RenderText {#text} at (840,75) size 1763x30
1267
          RenderText {#text} at (840,75) size 1743x30
1005
            text run at (840,75) width 903: " elements too. (with monospace font from Word to elements)"
1268
            text run at (840,75) width 116: " elements"
1006
            text run at (1762,75) width 1: " "
1269
            text run at (975,75) width 65: " too."
1007
            text run at (0,90) width 537: "Word and letter   spacing test "
1270
            text run at (1059,75) width 78: " (with"
1271
            text run at (1156,75) width 129: " monospace"
1272
            text run at (1304,75) width 65: " font"
1273
            text run at (1388,75) width 65: " from"
1274
            text run at (1472,75) width 65: " Word"
1275
            text run at (1556,75) width 39: " to"
1276
            text run at (1614,75) width 129: " elements)"
1277
            text run at (1742,75) width 1: " "
1278
            text run at (0,90) width 52: "Word"
1279
            text run at (71,90) width 52: " and"
1280
            text run at (142,90) width 91: " letter"
1281
            text run at (252,90) width 169: "   spacing"
1282
            text run at (440,90) width 65: " test"
1283
            text run at (524,90) width 13: " "
1008
          RenderInline {SPAN} at (0,0) size 285x15
1284
          RenderInline {SPAN} at (0,0) size 285x15
1009
            RenderInline {EM} at (0,0) size 40x15
1285
            RenderInline {EM} at (0,0) size 40x15
1010
              RenderText {#text} at (536,90) size 40x15
1286
              RenderText {#text} at (536,90) size 40x15
Lines 1019-1028 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec34
1019
            RenderInline {TT} at (0,0) size 78x15
1295
            RenderInline {TT} at (0,0) size 78x15
1020
              RenderText {#text} at (743,90) size 78x15
1296
              RenderText {#text} at (743,90) size 78x15
1021
                text run at (743,90) width 78: "within"
1297
                text run at (743,90) width 78: "within"
1022
          RenderText {#text} at (840,90) size 1725x30
1298
          RenderText {#text} at (840,90) size 1705x30
1023
            text run at (840,90) width 865: " elements too. (with monospace font from for to within)"
1299
            text run at (840,90) width 116: " elements"
1024
            text run at (1724,90) width 1: " "
1300
            text run at (975,90) width 65: " too."
1025
            text run at (0,105) width 537: "Word and letter   spacing test "
1301
            text run at (1059,90) width 78: " (with"
1302
            text run at (1156,90) width 129: " monospace"
1303
            text run at (1304,90) width 65: " font"
1304
            text run at (1388,90) width 65: " from"
1305
            text run at (1472,90) width 52: " for"
1306
            text run at (1543,90) width 39: " to"
1307
            text run at (1601,90) width 104: " within)"
1308
            text run at (1704,90) width 1: " "
1309
            text run at (0,105) width 52: "Word"
1310
            text run at (71,105) width 52: " and"
1311
            text run at (142,105) width 91: " letter"
1312
            text run at (252,105) width 169: "   spacing"
1313
            text run at (440,105) width 65: " test"
1314
            text run at (524,105) width 13: " "
1026
          RenderInline {EM} at (0,0) size 40x15
1315
          RenderInline {EM} at (0,0) size 40x15
1027
            RenderText {#text} at (536,105) size 40x15
1316
            RenderText {#text} at (536,105) size 40x15
1028
              text run at (536,105) width 40: "for"
1317
              text run at (536,105) width 40: "for"
Lines 1038-1047 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec35
1038
              RenderText {#text} at (743,105) size 78x15
1327
              RenderText {#text} at (743,105) size 78x15
1039
                text run at (743,105) width 78: "within"
1328
                text run at (743,105) width 78: "within"
1040
            RenderText {#text} at (840,105) size 187x15
1329
            RenderText {#text} at (840,105) size 187x15
1041
              text run at (840,105) width 187: " elements too"
1330
              text run at (840,105) width 116: " elements"
1042
          RenderText {#text} at (1026,105) size 724x15
1331
              text run at (975,105) width 52: " too"
1043
            text run at (1026,105) width 704: ". (with monospace font from elements to too)"
1332
          RenderText {#text} at (1026,105) size 704x15
1044
            text run at (1749,105) width 1: " "
1333
            text run at (1026,105) width 14: "."
1334
            text run at (1059,105) width 78: " (with"
1335
            text run at (1156,105) width 129: " monospace"
1336
            text run at (1304,105) width 65: " font"
1337
            text run at (1388,105) width 65: " from"
1338
            text run at (1472,105) width 116: " elements"
1339
            text run at (1607,105) width 39: " to"
1340
            text run at (1665,105) width 65: " too)"
1341
            text run at (1729,105) width 1: " "
1045
      RenderBlock (anonymous) at (0,1594) size 769x194
1342
      RenderBlock (anonymous) at (0,1594) size 769x194
1046
        RenderBR {BR} at (1450,0) size 1x18
1343
        RenderBR {BR} at (1450,0) size 1x18
1047
      RenderBlock {PRE} at (0,1802) size 769x153
1344
      RenderBlock {PRE} at (0,1802) size 769x153
Lines 1054-1060 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec36
1054
        RenderBlock (anonymous) at (0,32) size 769x121
1351
        RenderBlock (anonymous) at (0,32) size 769x121
1055
          RenderText {#text} at (0,0) size 537x30
1352
          RenderText {#text} at (0,0) size 537x30
1056
            text run at (0,0) width 0: " "
1353
            text run at (0,0) width 0: " "
1057
            text run at (0,15) width 537: "Word and letter   spacing test "
1354
            text run at (0,15) width 52: "Word"
1355
            text run at (71,15) width 52: " and"
1356
            text run at (142,15) width 91: " letter"
1357
            text run at (252,15) width 169: "   spacing"
1358
            text run at (440,15) width 65: " test"
1359
            text run at (524,15) width 13: " "
1058
          RenderInline {EM} at (0,0) size 40x15
1360
          RenderInline {EM} at (0,0) size 40x15
1059
            RenderText {#text} at (536,15) size 40x15
1361
            RenderText {#text} at (536,15) size 40x15
1060
              text run at (536,15) width 40: "for"
1362
              text run at (536,15) width 40: "for"
Lines 1068-1077 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec37
1068
          RenderInline {TT} at (0,0) size 78x15
1370
          RenderInline {TT} at (0,0) size 78x15
1069
            RenderText {#text} at (743,15) size 78x15
1371
            RenderText {#text} at (743,15) size 78x15
1070
              text run at (743,15) width 78: "within"
1372
              text run at (743,15) width 78: "within"
1071
          RenderText {#text} at (840,15) size 1060x30
1373
          RenderText {#text} at (840,15) size 1040x30
1072
            text run at (840,15) width 200: " elements too."
1374
            text run at (840,15) width 116: " elements"
1073
            text run at (1059,15) width 1: " "
1375
            text run at (975,15) width 65: " too."
1074
            text run at (0,30) width 537: "Word and letter   spacing test "
1376
            text run at (1039,15) width 1: " "
1377
            text run at (0,30) width 52: "Word"
1378
            text run at (71,30) width 52: " and"
1379
            text run at (142,30) width 91: " letter"
1380
            text run at (252,30) width 169: "   spacing"
1381
            text run at (440,30) width 65: " test"
1382
            text run at (524,30) width 13: " "
1075
          RenderInline {EM} at (0,0) size 40x15
1383
          RenderInline {EM} at (0,0) size 40x15
1076
            RenderText {#text} at (536,30) size 40x15
1384
            RenderText {#text} at (536,30) size 40x15
1077
              text run at (536,30) width 40: "for"
1385
              text run at (536,30) width 40: "for"
Lines 1086-1096 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec38
1086
            RenderText {#text} at (743,30) size 78x15
1394
            RenderText {#text} at (743,30) size 78x15
1087
              text run at (743,30) width 78: "within"
1395
              text run at (743,30) width 78: "within"
1088
          RenderText {#text} at (840,30) size 149x15
1396
          RenderText {#text} at (840,30) size 149x15
1089
            text run at (840,30) width 149: " elements "
1397
            text run at (840,30) width 116: " elements"
1090
          RenderText {#text} at (988,30) size 1705x30
1398
            text run at (975,30) width 14: " "
1091
            text run at (988,30) width 697: " too. (with comment between elements and too)"
1399
          RenderText {#text} at (1008,30) size 1705x30
1400
            text run at (1008,30) width 65: " too."
1401
            text run at (1092,30) width 77: " (with"
1402
            text run at (1188,30) width 104: " comment"
1403
            text run at (1311,30) width 103: " between"
1404
            text run at (1433,30) width 116: " elements"
1405
            text run at (1568,30) width 53: " and"
1406
            text run at (1640,30) width 65: " too)"
1092
            text run at (1704,30) width 1: " "
1407
            text run at (1704,30) width 1: " "
1093
            text run at (0,45) width 537: "Word and letter   spacing test "
1408
            text run at (0,45) width 52: "Word"
1409
            text run at (71,45) width 52: " and"
1410
            text run at (142,45) width 91: " letter"
1411
            text run at (252,45) width 169: "   spacing"
1412
            text run at (440,45) width 65: " test"
1413
            text run at (524,45) width 13: " "
1094
          RenderInline {EM} at (0,0) size 40x15
1414
          RenderInline {EM} at (0,0) size 40x15
1095
            RenderText {#text} at (536,45) size 40x15
1415
            RenderText {#text} at (536,45) size 40x15
1096
              text run at (536,45) width 40: "for"
1416
              text run at (536,45) width 40: "for"
Lines 1106-1115 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec39
1106
              text run at (743,45) width 78: "within"
1426
              text run at (743,45) width 78: "within"
1107
          RenderText {#text} at (840,45) size 116x15
1427
          RenderText {#text} at (840,45) size 116x15
1108
            text run at (840,45) width 116: " elements"
1428
            text run at (840,45) width 116: " elements"
1109
          RenderText {#text} at (975,45) size 2033x30
1429
          RenderText {#text} at (975,45) size 2013x30
1110
            text run at (975,45) width 1038: " too. (with comment (no preceeding space) between elements and too)"
1430
            text run at (975,45) width 65: " too."
1111
            text run at (2032,45) width 1: " "
1431
            text run at (1059,45) width 78: " (with"
1112
            text run at (0,60) width 537: "Word and letter   spacing test "
1432
            text run at (1156,45) width 103: " comment"
1433
            text run at (1278,45) width 52: " (no"
1434
            text run at (1349,45) width 142: " preceeding"
1435
            text run at (1510,45) width 91: " space)"
1436
            text run at (1620,45) width 103: " between"
1437
            text run at (1742,45) width 116: " elements"
1438
            text run at (1877,45) width 52: " and"
1439
            text run at (1948,45) width 65: " too)"
1440
            text run at (2012,45) width 1: " "
1441
            text run at (0,60) width 52: "Word"
1442
            text run at (71,60) width 52: " and"
1443
            text run at (142,60) width 91: " letter"
1444
            text run at (252,60) width 169: "   spacing"
1445
            text run at (440,60) width 65: " test"
1446
            text run at (524,60) width 13: " "
1113
          RenderInline {EM} at (0,0) size 40x15
1447
          RenderInline {EM} at (0,0) size 40x15
1114
            RenderText {#text} at (536,60) size 40x15
1448
            RenderText {#text} at (536,60) size 40x15
1115
              text run at (536,60) width 40: "for"
1449
              text run at (536,60) width 40: "for"
Lines 1124-1136 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec40
1124
            RenderText {#text} at (743,60) size 78x15
1458
            RenderText {#text} at (743,60) size 78x15
1125
              text run at (743,60) width 78: "within"
1459
              text run at (743,60) width 78: "within"
1126
          RenderText {#text} at (840,60) size 149x15
1460
          RenderText {#text} at (840,60) size 149x15
1127
            text run at (840,60) width 149: " elements "
1461
            text run at (840,60) width 116: " elements"
1128
          RenderText {#text} at (988,60) size 1020x15
1462
            text run at (975,60) width 14: " "
1129
            text run at (988,60) width 1000: "too. (with comment (no trailing space) between elements and too)"
1463
          RenderText {#text} at (988,60) size 1000x15
1130
            text run at (2007,60) width 1: " "
1464
            text run at (988,60) width 52: "too."
1465
            text run at (1059,60) width 78: " (with"
1466
            text run at (1156,60) width 103: " comment"
1467
            text run at (1278,60) width 52: " (no"
1468
            text run at (1349,60) width 116: " trailing"
1469
            text run at (1484,60) width 91: " space)"
1470
            text run at (1594,60) width 103: " between"
1471
            text run at (1716,60) width 117: " elements"
1472
            text run at (1852,60) width 52: " and"
1473
            text run at (1923,60) width 65: " too)"
1474
            text run at (1987,60) width 1: " "
1131
          RenderInline {SPAN} at (0,0) size 711x15
1475
          RenderInline {SPAN} at (0,0) size 711x15
1132
            RenderText {#text} at (0,75) size 537x15
1476
            RenderText {#text} at (0,75) size 537x15
1133
              text run at (0,75) width 537: "Word and letter   spacing test "
1477
              text run at (0,75) width 52: "Word"
1478
              text run at (71,75) width 52: " and"
1479
              text run at (142,75) width 91: " letter"
1480
              text run at (252,75) width 169: "   spacing"
1481
              text run at (440,75) width 65: " test"
1482
              text run at (524,75) width 13: " "
1134
            RenderInline {EM} at (0,0) size 40x15
1483
            RenderInline {EM} at (0,0) size 40x15
1135
              RenderText {#text} at (536,75) size 40x15
1484
              RenderText {#text} at (536,75) size 40x15
1136
                text run at (536,75) width 40: "for"
1485
                text run at (536,75) width 40: "for"
Lines 1144-1153 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec41
1144
          RenderInline {TT} at (0,0) size 78x15
1493
          RenderInline {TT} at (0,0) size 78x15
1145
            RenderText {#text} at (743,75) size 78x15
1494
            RenderText {#text} at (743,75) size 78x15
1146
              text run at (743,75) width 78: "within"
1495
              text run at (743,75) width 78: "within"
1147
          RenderText {#text} at (840,75) size 1763x30
1496
          RenderText {#text} at (840,75) size 1743x30
1148
            text run at (840,75) width 903: " elements too. (with monospace font from Word to elements)"
1497
            text run at (840,75) width 116: " elements"
1149
            text run at (1762,75) width 1: " "
1498
            text run at (975,75) width 65: " too."
1150
            text run at (0,90) width 537: "Word and letter   spacing test "
1499
            text run at (1059,75) width 78: " (with"
1500
            text run at (1156,75) width 129: " monospace"
1501
            text run at (1304,75) width 65: " font"
1502
            text run at (1388,75) width 65: " from"
1503
            text run at (1472,75) width 65: " Word"
1504
            text run at (1556,75) width 39: " to"
1505
            text run at (1614,75) width 129: " elements)"
1506
            text run at (1742,75) width 1: " "
1507
            text run at (0,90) width 52: "Word"
1508
            text run at (71,90) width 52: " and"
1509
            text run at (142,90) width 91: " letter"
1510
            text run at (252,90) width 169: "   spacing"
1511
            text run at (440,90) width 65: " test"
1512
            text run at (524,90) width 13: " "
1151
          RenderInline {SPAN} at (0,0) size 285x15
1513
          RenderInline {SPAN} at (0,0) size 285x15
1152
            RenderInline {EM} at (0,0) size 40x15
1514
            RenderInline {EM} at (0,0) size 40x15
1153
              RenderText {#text} at (536,90) size 40x15
1515
              RenderText {#text} at (536,90) size 40x15
Lines 1162-1171 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec42
1162
            RenderInline {TT} at (0,0) size 78x15
1524
            RenderInline {TT} at (0,0) size 78x15
1163
              RenderText {#text} at (743,90) size 78x15
1525
              RenderText {#text} at (743,90) size 78x15
1164
                text run at (743,90) width 78: "within"
1526
                text run at (743,90) width 78: "within"
1165
          RenderText {#text} at (840,90) size 1725x30
1527
          RenderText {#text} at (840,90) size 1705x30
1166
            text run at (840,90) width 865: " elements too. (with monospace font from for to within)"
1528
            text run at (840,90) width 116: " elements"
1167
            text run at (1724,90) width 1: " "
1529
            text run at (975,90) width 65: " too."
1168
            text run at (0,105) width 537: "Word and letter   spacing test "
1530
            text run at (1059,90) width 78: " (with"
1531
            text run at (1156,90) width 129: " monospace"
1532
            text run at (1304,90) width 65: " font"
1533
            text run at (1388,90) width 65: " from"
1534
            text run at (1472,90) width 52: " for"
1535
            text run at (1543,90) width 39: " to"
1536
            text run at (1601,90) width 104: " within)"
1537
            text run at (1704,90) width 1: " "
1538
            text run at (0,105) width 52: "Word"
1539
            text run at (71,105) width 52: " and"
1540
            text run at (142,105) width 91: " letter"
1541
            text run at (252,105) width 169: "   spacing"
1542
            text run at (440,105) width 65: " test"
1543
            text run at (524,105) width 13: " "
1169
          RenderInline {EM} at (0,0) size 40x15
1544
          RenderInline {EM} at (0,0) size 40x15
1170
            RenderText {#text} at (536,105) size 40x15
1545
            RenderText {#text} at (536,105) size 40x15
1171
              text run at (536,105) width 40: "for"
1546
              text run at (536,105) width 40: "for"
Lines 1181-1193 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec43
1181
              RenderText {#text} at (743,105) size 78x15
1556
              RenderText {#text} at (743,105) size 78x15
1182
                text run at (743,105) width 78: "within"
1557
                text run at (743,105) width 78: "within"
1183
            RenderText {#text} at (840,105) size 187x15
1558
            RenderText {#text} at (840,105) size 187x15
1184
              text run at (840,105) width 187: " elements too"
1559
              text run at (840,105) width 116: " elements"
1185
          RenderText {#text} at (1026,105) size 724x15
1560
              text run at (975,105) width 52: " too"
1186
            text run at (1026,105) width 704: ". (with monospace font from elements to too)"
1561
          RenderText {#text} at (1026,105) size 704x15
1187
            text run at (1749,105) width 1: " "
1562
            text run at (1026,105) width 14: "."
1563
            text run at (1059,105) width 78: " (with"
1564
            text run at (1156,105) width 129: " monospace"
1565
            text run at (1304,105) width 65: " font"
1566
            text run at (1388,105) width 65: " from"
1567
            text run at (1472,105) width 116: " elements"
1568
            text run at (1607,105) width 39: " to"
1569
            text run at (1665,105) width 65: " too)"
1570
            text run at (1729,105) width 1: " "
1188
      RenderBlock (anonymous) at (0,1967) size 769x19
1571
      RenderBlock (anonymous) at (0,1967) size 769x19
1189
        RenderBR {BR} at (0,0) size 0x18
1572
        RenderBR {BR} at (0,0) size 0x18
1190
        RenderInline {SPAN} at (0,0) size 0x0
1573
        RenderInline {SPAN} at (0,0) size 0x18
1191
          RenderText {#text} at (0,0) size 0x0
1574
          RenderText {#text} at (0,0) size 0x0
1192
      RenderBlock (anonymous) at (0,2004) size 769x23
1575
      RenderBlock (anonymous) at (0,2004) size 769x23
1193
        RenderBlock {H3} at (0,0) size 769x22
1576
        RenderBlock {H3} at (0,0) size 769x22
Lines 1196-1205 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec44
1196
            text run at (47,0) width 26: " a"
1579
            text run at (47,0) width 26: " a"
1197
            text run at (92,0) width 68: " span"
1580
            text run at (92,0) width 68: " span"
1198
      RenderBlock (anonymous) at (0,2045) size 769x343
1581
      RenderBlock (anonymous) at (0,2045) size 769x343
1199
        RenderInline {SPAN} at (0,0) size 822x342
1582
        RenderInline {SPAN} at (0,0) size 767x342
1200
          RenderText {#text} at (0,0) size 428x18
1583
          RenderText {#text} at (0,0) size 428x18
1201
            text run at (0,0) width 244: "Word and letter "
1584
            text run at (0,0) width 56: "Word"
1202
            text run at (243,0) width 185: "spacing test "
1585
            text run at (75,0) width 48: " and"
1586
            text run at (142,0) width 73: " letter"
1587
            text run at (234,0) width 10: " "
1588
            text run at (243,0) width 84: "spacing"
1589
            text run at (347,0) width 52: " test"
1590
            text run at (418,0) width 10: " "
1203
          RenderInline {EM} at (0,0) size 34x18
1591
          RenderInline {EM} at (0,0) size 34x18
1204
            RenderText {#text} at (427,0) size 34x18
1592
            RenderText {#text} at (427,0) size 34x18
1205
              text run at (427,0) width 34: "for"
1593
              text run at (427,0) width 34: "for"
Lines 1213-1225 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec45
1213
          RenderInline {TT} at (0,0) size 78x15
1601
          RenderInline {TT} at (0,0) size 78x15
1214
            RenderText {#text} at (618,2) size 78x15
1602
            RenderText {#text} at (618,2) size 78x15
1215
              text run at (618,2) width 78: "within"
1603
              text run at (618,2) width 78: "within"
1216
          RenderText {#text} at (715,0) size 822x36
1604
          RenderText {#text} at (0,18) size 171x18
1217
            text run at (715,0) width 107: " elements"
1605
            text run at (0,18) width 97: "elements"
1218
            text run at (0,18) width 45: "too."
1606
            text run at (116,18) width 55: " too."
1219
          RenderBR {BR} at (44,18) size 1x18
1607
          RenderBR {BR} at (170,18) size 1x18
1220
          RenderText {#text} at (0,36) size 428x18
1608
          RenderText {#text} at (0,36) size 428x18
1221
            text run at (0,36) width 244: "Word and letter "
1609
            text run at (0,36) width 56: "Word"
1222
            text run at (243,36) width 185: "spacing test "
1610
            text run at (75,36) width 48: " and"
1611
            text run at (142,36) width 73: " letter"
1612
            text run at (234,36) width 10: " "
1613
            text run at (243,36) width 84: "spacing"
1614
            text run at (347,36) width 52: " test"
1615
            text run at (418,36) width 10: " "
1223
          RenderInline {EM} at (0,0) size 34x18
1616
          RenderInline {EM} at (0,0) size 34x18
1224
            RenderText {#text} at (427,36) size 34x18
1617
            RenderText {#text} at (427,36) size 34x18
1225
              text run at (427,36) width 34: "for"
1618
              text run at (427,36) width 34: "for"
Lines 1233-1246 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec46
1233
          RenderInline {TT} at (0,0) size 78x15
1626
          RenderInline {TT} at (0,0) size 78x15
1234
            RenderText {#text} at (618,38) size 78x15
1627
            RenderText {#text} at (618,38) size 78x15
1235
              text run at (618,38) width 78: "within"
1628
              text run at (618,38) width 78: "within"
1236
          RenderText {#text} at (715,36) size 107x18
1629
          RenderText {#text} at (0,54) size 126x18
1237
            text run at (715,36) width 107: " elements"
1630
            text run at (0,54) width 97: "elements"
1238
          RenderText {#text} at (0,54) size 641x18
1631
            text run at (116,54) width 10: " "
1239
            text run at (0,54) width 641: "too. (with comment between elements and too)"
1632
          RenderText {#text} at (125,54) size 642x18
1240
          RenderBR {BR} at (640,54) size 1x18
1633
            text run at (125,54) width 46: "too."
1634
            text run at (190,54) width 69: " (with"
1635
            text run at (278,54) width 104: " comment"
1636
            text run at (401,54) width 98: " between"
1637
            text run at (518,54) width 107: " elements"
1638
            text run at (644,54) width 48: " and"
1639
            text run at (711,54) width 56: " too)"
1640
          RenderBR {BR} at (766,54) size 1x18
1241
          RenderText {#text} at (0,72) size 428x18
1641
          RenderText {#text} at (0,72) size 428x18
1242
            text run at (0,72) width 244: "Word and letter "
1642
            text run at (0,72) width 56: "Word"
1243
            text run at (243,72) width 185: "spacing test "
1643
            text run at (75,72) width 48: " and"
1644
            text run at (142,72) width 73: " letter"
1645
            text run at (234,72) width 10: " "
1646
            text run at (243,72) width 84: "spacing"
1647
            text run at (347,72) width 52: " test"
1648
            text run at (418,72) width 10: " "
1244
          RenderInline {EM} at (0,0) size 34x18
1649
          RenderInline {EM} at (0,0) size 34x18
1245
            RenderText {#text} at (427,72) size 34x18
1650
            RenderText {#text} at (427,72) size 34x18
1246
              text run at (427,72) width 34: "for"
1651
              text run at (427,72) width 34: "for"
Lines 1254-1268 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec47
1254
          RenderInline {TT} at (0,0) size 78x15
1659
          RenderInline {TT} at (0,0) size 78x15
1255
            RenderText {#text} at (618,74) size 78x15
1660
            RenderText {#text} at (618,74) size 78x15
1256
              text run at (618,74) width 78: "within"
1661
              text run at (618,74) width 78: "within"
1257
          RenderText {#text} at (715,72) size 107x18
1662
          RenderText {#text} at (0,90) size 97x18
1258
            text run at (715,72) width 107: " elements"
1663
            text run at (0,90) width 97: "elements"
1259
          RenderText {#text} at (0,90) size 688x36
1664
          RenderText {#text} at (116,90) size 696x36
1260
            text run at (0,90) width 688: "too. (with comment (no preceeding space) between"
1665
            text run at (116,90) width 55: " too."
1261
            text run at (0,108) width 239: "elements and too)"
1666
            text run at (190,90) width 69: " (with"
1262
          RenderBR {BR} at (238,108) size 1x18
1667
            text run at (278,90) width 104: " comment"
1668
            text run at (401,90) width 46: " (no"
1669
            text run at (466,90) width 131: " preceeding"
1670
            text run at (616,90) width 80: " space)"
1671
            text run at (0,108) width 89: "between"
1672
            text run at (108,108) width 107: " elements"
1673
            text run at (234,108) width 48: " and"
1674
            text run at (301,108) width 56: " too)"
1675
          RenderBR {BR} at (356,108) size 1x18
1263
          RenderText {#text} at (0,126) size 428x18
1676
          RenderText {#text} at (0,126) size 428x18
1264
            text run at (0,126) width 244: "Word and letter "
1677
            text run at (0,126) width 56: "Word"
1265
            text run at (243,126) width 185: "spacing test "
1678
            text run at (75,126) width 48: " and"
1679
            text run at (142,126) width 73: " letter"
1680
            text run at (234,126) width 10: " "
1681
            text run at (243,126) width 84: "spacing"
1682
            text run at (347,126) width 52: " test"
1683
            text run at (418,126) width 10: " "
1266
          RenderInline {EM} at (0,0) size 34x18
1684
          RenderInline {EM} at (0,0) size 34x18
1267
            RenderText {#text} at (427,126) size 34x18
1685
            RenderText {#text} at (427,126) size 34x18
1268
              text run at (427,126) width 34: "for"
1686
              text run at (427,126) width 34: "for"
Lines 1276-1291 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec48
1276
          RenderInline {TT} at (0,0) size 78x15
1694
          RenderInline {TT} at (0,0) size 78x15
1277
            RenderText {#text} at (618,128) size 78x15
1695
            RenderText {#text} at (618,128) size 78x15
1278
              text run at (618,128) width 78: "within"
1696
              text run at (618,128) width 78: "within"
1279
          RenderText {#text} at (715,126) size 107x18
1697
          RenderText {#text} at (0,144) size 126x18
1280
            text run at (715,126) width 107: " elements"
1698
            text run at (0,144) width 97: "elements"
1281
          RenderText {#text} at (0,144) size 654x36
1699
            text run at (116,144) width 10: " "
1282
            text run at (0,144) width 654: "too. (with comment (no trailing space) between"
1700
          RenderText {#text} at (125,144) size 663x36
1283
            text run at (0,162) width 239: "elements and too)"
1701
            text run at (125,144) width 46: "too."
1284
          RenderBR {BR} at (238,162) size 1x18
1702
            text run at (190,144) width 69: " (with"
1703
            text run at (278,144) width 104: " comment"
1704
            text run at (401,144) width 46: " (no"
1705
            text run at (466,144) width 97: " trailing"
1706
            text run at (582,144) width 81: " space)"
1707
            text run at (0,162) width 89: "between"
1708
            text run at (108,162) width 107: " elements"
1709
            text run at (234,162) width 48: " and"
1710
            text run at (301,162) width 56: " too)"
1711
          RenderBR {BR} at (356,162) size 1x18
1285
          RenderInline {SPAN} at (0,0) size 645x15
1712
          RenderInline {SPAN} at (0,0) size 645x15
1286
            RenderText {#text} at (0,182) size 472x15
1713
            RenderText {#text} at (0,182) size 472x15
1287
              text run at (0,182) width 265: "Word and letter "
1714
              text run at (0,182) width 52: "Word"
1288
              text run at (264,182) width 208: "spacing test "
1715
              text run at (71,182) width 52: " and"
1716
              text run at (142,182) width 91: " letter"
1717
              text run at (252,182) width 13: " "
1718
              text run at (264,182) width 91: "spacing"
1719
              text run at (374,182) width 65: " test"
1720
              text run at (458,182) width 14: " "
1289
            RenderInline {EM} at (0,0) size 39x15
1721
            RenderInline {EM} at (0,0) size 39x15
1290
              RenderText {#text} at (471,182) size 39x15
1722
              RenderText {#text} at (471,182) size 39x15
1291
                text run at (471,182) width 39: "for"
1723
                text run at (471,182) width 39: "for"
Lines 1300-1311 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec49
1300
            RenderText {#text} at (673,182) size 78x15
1732
            RenderText {#text} at (673,182) size 78x15
1301
              text run at (673,182) width 78: "within"
1733
              text run at (673,182) width 78: "within"
1302
          RenderText {#text} at (0,198) size 695x36
1734
          RenderText {#text} at (0,198) size 695x36
1303
            text run at (0,198) width 695: "elements too. (with monospace font from Word to"
1735
            text run at (0,198) width 97: "elements"
1736
            text run at (116,198) width 55: " too."
1737
            text run at (190,198) width 69: " (with"
1738
            text run at (278,198) width 127: " monospace"
1739
            text run at (424,198) width 55: " font"
1740
            text run at (498,198) width 61: " from"
1741
            text run at (578,198) width 66: " Word"
1742
            text run at (663,198) width 32: " to"
1304
            text run at (0,216) width 108: "elements)"
1743
            text run at (0,216) width 108: "elements)"
1305
          RenderBR {BR} at (107,216) size 1x18
1744
          RenderBR {BR} at (107,216) size 1x18
1306
          RenderText {#text} at (0,234) size 428x18
1745
          RenderText {#text} at (0,234) size 428x18
1307
            text run at (0,234) width 244: "Word and letter "
1746
            text run at (0,234) width 56: "Word"
1308
            text run at (243,234) width 185: "spacing test "
1747
            text run at (75,234) width 48: " and"
1748
            text run at (142,234) width 73: " letter"
1749
            text run at (234,234) width 10: " "
1750
            text run at (243,234) width 84: "spacing"
1751
            text run at (347,234) width 52: " test"
1752
            text run at (418,234) width 10: " "
1309
          RenderInline {SPAN} at (0,0) size 284x15
1753
          RenderInline {SPAN} at (0,0) size 284x15
1310
            RenderInline {EM} at (0,0) size 39x15
1754
            RenderInline {EM} at (0,0) size 39x15
1311
              RenderText {#text} at (427,236) size 39x15
1755
              RenderText {#text} at (427,236) size 39x15
Lines 1321-1332 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec50
1321
              RenderText {#text} at (633,236) size 78x15
1765
              RenderText {#text} at (633,236) size 78x15
1322
                text run at (633,236) width 78: "within"
1766
                text run at (633,236) width 78: "within"
1323
          RenderText {#text} at (0,252) size 674x36
1767
          RenderText {#text} at (0,252) size 674x36
1324
            text run at (0,252) width 674: "elements too. (with monospace font from for to"
1768
            text run at (0,252) width 97: "elements"
1769
            text run at (116,252) width 55: " too."
1770
            text run at (190,252) width 69: " (with"
1771
            text run at (278,252) width 127: " monospace"
1772
            text run at (424,252) width 55: " font"
1773
            text run at (498,252) width 61: " from"
1774
            text run at (578,252) width 44: " for"
1775
            text run at (641,252) width 33: " to"
1325
            text run at (0,270) width 82: "within)"
1776
            text run at (0,270) width 82: "within)"
1326
          RenderBR {BR} at (81,270) size 1x18
1777
          RenderBR {BR} at (81,270) size 1x18
1327
          RenderText {#text} at (0,288) size 428x18
1778
          RenderText {#text} at (0,288) size 428x18
1328
            text run at (0,288) width 244: "Word and letter "
1779
            text run at (0,288) width 56: "Word"
1329
            text run at (243,288) width 185: "spacing test "
1780
            text run at (75,288) width 48: " and"
1781
            text run at (142,288) width 73: " letter"
1782
            text run at (234,288) width 10: " "
1783
            text run at (243,288) width 84: "spacing"
1784
            text run at (347,288) width 52: " test"
1785
            text run at (418,288) width 10: " "
1330
          RenderInline {EM} at (0,0) size 34x18
1786
          RenderInline {EM} at (0,0) size 34x18
1331
            RenderText {#text} at (427,288) size 34x18
1787
            RenderText {#text} at (427,288) size 34x18
1332
              text run at (427,288) width 34: "for"
1788
              text run at (427,288) width 34: "for"
Lines 1342-1349 layer at (0,0) size 785x2403 a/LayoutTests/platform/mac/fast/css/word-space-extra-expected.txt_sec51
1342
              RenderText {#text} at (618,290) size 78x15
1798
              RenderText {#text} at (618,290) size 78x15
1343
                text run at (618,290) width 78: "within"
1799
                text run at (618,290) width 78: "within"
1344
            RenderText {#text} at (0,308) size 174x15
1800
            RenderText {#text} at (0,308) size 174x15
1345
              text run at (0,308) width 174: "elements too"
1801
              text run at (0,308) width 103: "elements"
1802
              text run at (122,308) width 52: " too"
1346
          RenderText {#text} at (173,306) size 749x36
1803
          RenderText {#text} at (173,306) size 749x36
1347
            text run at (173,306) width 576: ". (with monospace font from elements to"
1804
            text run at (173,306) width 10: "."
1805
            text run at (202,306) width 69: " (with"
1806
            text run at (290,306) width 127: " monospace"
1807
            text run at (436,306) width 56: " font"
1808
            text run at (511,306) width 61: " from"
1809
            text run at (591,306) width 107: " elements"
1810
            text run at (717,306) width 32: " to"
1348
            text run at (0,324) width 46: "too)"
1811
            text run at (0,324) width 46: "too)"
1349
        RenderText {#text} at (0,0) size 0x0
1812
        RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/progress-element-expected.txt -1 / +1 lines
Lines 5-9 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/progress-element-expected.txt_sec1
5
    RenderBody {BODY} at (8,8) size 784x584
5
    RenderBody {BODY} at (8,8) size 784x584
6
      RenderProgress {PROGRESS} at (0,0) size 160x21
6
      RenderProgress {PROGRESS} at (0,0) size 160x21
7
      RenderInline {SMALL} at (0,0) size 134x15
7
      RenderInline {SMALL} at (0,0) size 134x15
8
        RenderProgress {PROGRESS} at (160,7) size 134x14
8
        RenderProgress {PROGRESS} at (160,8) size 134x13
9
      RenderText {#text} at (0,0) size 0x0
9
      RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt -16 / +16 lines
Lines 88-96 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt_sec1
88
                text run at (68,1) width 5: " "
88
                text run at (68,1) width 5: " "
89
                text run at (72,1) width 64: "Itinerary"
89
                text run at (72,1) width 64: "Itinerary"
90
            RenderText {#text} at (0,0) size 0x0
90
            RenderText {#text} at (0,0) size 0x0
91
            RenderInline {SPAN} at (0,0) size 0x0
91
            RenderInline {SPAN} at (0,0) size 0x15
92
              RenderText {#text} at (0,0) size 0x0
92
              RenderText {#text} at (0,0) size 0x0
93
              RenderInline {SPAN} at (0,0) size 0x0
93
              RenderInline {SPAN} at (0,0) size 0x15
94
                RenderText {#text} at (0,0) size 0x0
94
                RenderText {#text} at (0,0) size 0x0
95
      RenderBlock (anonymous) at (0,313) size 769x61
95
      RenderBlock (anonymous) at (0,313) size 769x61
96
        RenderTable {TABLE} at (0,0) size 584x60
96
        RenderTable {TABLE} at (0,0) size 584x60
Lines 137-143 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt_sec2
137
                RenderBlock (anonymous) at (1,1) size 606x126
137
                RenderBlock (anonymous) at (1,1) size 606x126
138
                  RenderText {#text} at (0,0) size 24x17
138
                  RenderText {#text} at (0,0) size 24x17
139
                    text run at (0,0) width 24: "Air "
139
                    text run at (0,0) width 24: "Air "
140
                  RenderBR {BR} at (0,0) size 0x0
140
                  RenderBR {BR} at (24,0) size 0x17
141
                  RenderText {#text} at (0,18) size 485x17
141
                  RenderText {#text} at (0,18) size 485x17
142
                    text run at (0,18) width 51: "United "
142
                    text run at (0,18) width 51: "United "
143
                    text run at (50,18) width 84: "Flight 1187 "
143
                    text run at (50,18) width 84: "Flight 1187 "
Lines 163-169 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt_sec3
163
                    RenderInline {SPACE} at (0,0) size 129x35
163
                    RenderInline {SPACE} at (0,0) size 129x35
164
                      RenderText {#text} at (124,90) size 5x17
164
                      RenderText {#text} at (124,90) size 5x17
165
                        text run at (124,90) width 5: " "
165
                        text run at (124,90) width 5: " "
166
                      RenderBR {BR} at (0,0) size 0x0
166
                      RenderBR {BR} at (128,90) size 1x17
167
                      RenderText {#text} at (0,108) size 46x17
167
                      RenderText {#text} at (0,108) size 46x17
168
                        text run at (0,108) width 46: "Seats:"
168
                        text run at (0,108) width 46: "Seats:"
169
                      RenderBR {BR} at (45,108) size 1x17
169
                      RenderBR {BR} at (45,108) size 1x17
Lines 233-239 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt_sec4
233
                RenderBlock (anonymous) at (1,1) size 493x126
233
                RenderBlock (anonymous) at (1,1) size 493x126
234
                  RenderText {#text} at (0,0) size 24x17
234
                  RenderText {#text} at (0,0) size 24x17
235
                    text run at (0,0) width 24: "Air "
235
                    text run at (0,0) width 24: "Air "
236
                  RenderBR {BR} at (0,0) size 0x0
236
                  RenderBR {BR} at (24,0) size 0x17
237
                  RenderText {#text} at (0,18) size 466x17
237
                  RenderText {#text} at (0,18) size 466x17
238
                    text run at (0,18) width 51: "United "
238
                    text run at (0,18) width 51: "United "
239
                    text run at (50,18) width 76: "Flight 480 "
239
                    text run at (50,18) width 76: "Flight 480 "
Lines 259-265 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt_sec5
259
                    RenderInline {SPACE} at (0,0) size 129x35
259
                    RenderInline {SPACE} at (0,0) size 129x35
260
                      RenderText {#text} at (124,90) size 5x17
260
                      RenderText {#text} at (124,90) size 5x17
261
                        text run at (124,90) width 5: " "
261
                        text run at (124,90) width 5: " "
262
                      RenderBR {BR} at (0,0) size 0x0
262
                      RenderBR {BR} at (128,90) size 1x17
263
                      RenderText {#text} at (0,108) size 46x17
263
                      RenderText {#text} at (0,108) size 46x17
264
                        text run at (0,108) width 46: "Seats:"
264
                        text run at (0,108) width 46: "Seats:"
265
                      RenderBR {BR} at (45,108) size 1x17
265
                      RenderBR {BR} at (45,108) size 1x17
Lines 328-334 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt_sec6
328
              RenderTableCell {TD} at (107,2) size 509x110 [r=0 c=3 rs=1 cs=1]
328
              RenderTableCell {TD} at (107,2) size 509x110 [r=0 c=3 rs=1 cs=1]
329
                RenderText {#text} at (1,1) size 24x17
329
                RenderText {#text} at (1,1) size 24x17
330
                  text run at (1,1) width 24: "Air "
330
                  text run at (1,1) width 24: "Air "
331
                RenderBR {BR} at (0,0) size 0x0
331
                RenderBR {BR} at (25,1) size 0x17
332
                RenderText {#text} at (1,19) size 507x17
332
                RenderText {#text} at (1,19) size 507x17
333
                  text run at (1,19) width 89: "UNKNOWN "
333
                  text run at (1,19) width 89: "UNKNOWN "
334
                  text run at (89,19) width 76: "Flight 123 "
334
                  text run at (89,19) width 76: "Flight 123 "
Lines 364-381 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt_sec7
364
      RenderBlock (anonymous) at (0,931) size 769x3
364
      RenderBlock (anonymous) at (0,931) size 769x3
365
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
365
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
366
      RenderBlock (anonymous) at (0,940) size 769x51
366
      RenderBlock (anonymous) at (0,940) size 769x51
367
        RenderInline {SPAN} at (0,0) size 196x47
367
        RenderInline {SPAN} at (0,0) size 196x48
368
          RenderInline {SPAN} at (0,0) size 0x0
368
          RenderInline {SPAN} at (0,0) size 0x15
369
            RenderInline {SPAN} at (0,0) size 0x0
369
            RenderInline {SPAN} at (0,0) size 0x15
370
            RenderText {#text} at (0,0) size 0x0
370
            RenderText {#text} at (0,0) size 0x0
371
          RenderText {#text} at (0,0) size 0x0
371
          RenderText {#text} at (0,0) size 0x0
372
          RenderInline {SPAN} at (0,0) size 98x17
372
          RenderInline {SPAN} at (0,0) size 98x17
373
            RenderText {#text} at (0,0) size 0x0
373
            RenderText {#text} at (0,0) size 0x0
374
            RenderImage {IMG} at (0,0) size 20x20
374
            RenderImage {IMG} at (0,0) size 20x20
375
            RenderText {#text} at (20,1) size 78x17
375
            RenderText {#text} at (20,0) size 78x17
376
              text run at (20,1) width 5: " "
376
              text run at (20,0) width 5: " "
377
              text run at (24,1) width 74: "Remarks:"
377
              text run at (24,0) width 74: "Remarks:"
378
            RenderBR {BR} at (97,1) size 1x17
378
            RenderBR {BR} at (97,0) size 1x17
379
          RenderText {#text} at (0,0) size 0x0
379
          RenderText {#text} at (0,0) size 0x0
380
          RenderBR {BR} at (0,20) size 0x15
380
          RenderBR {BR} at (0,20) size 0x15
381
          RenderInline {SPAN} at (0,0) size 196x15
381
          RenderInline {SPAN} at (0,0) size 196x15
Lines 398-406 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-big-endian-expected.txt_sec8
398
                text run at (72,1) width 112: "Web Bookings"
398
                text run at (72,1) width 112: "Web Bookings"
399
            RenderText {#text} at (183,1) size 5x17
399
            RenderText {#text} at (183,1) size 5x17
400
              text run at (183,1) width 5: " "
400
              text run at (183,1) width 5: " "
401
            RenderInline {SPAN} at (0,0) size 1x17
401
            RenderInline {SPAN} at (0,0) size 0x17
402
              RenderBR {BR} at (187,1) size 1x17
402
              RenderBR {BR} at (187,1) size 1x17
403
              RenderInline {SPAN} at (0,0) size 0x0
403
              RenderInline {SPAN} at (0,0) size 0x14
404
            RenderText {#text} at (0,0) size 0x0
404
            RenderText {#text} at (0,0) size 0x0
405
          RenderText {#text} at (0,0) size 0x0
405
          RenderText {#text} at (0,0) size 0x0
406
      RenderBlock (anonymous) at (0,1033) size 769x3
406
      RenderBlock (anonymous) at (0,1033) size 769x3
- a/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt -16 / +16 lines
Lines 88-96 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt_sec1
88
                text run at (68,1) width 5: " "
88
                text run at (68,1) width 5: " "
89
                text run at (72,1) width 64: "Itinerary"
89
                text run at (72,1) width 64: "Itinerary"
90
            RenderText {#text} at (0,0) size 0x0
90
            RenderText {#text} at (0,0) size 0x0
91
            RenderInline {SPAN} at (0,0) size 0x0
91
            RenderInline {SPAN} at (0,0) size 0x15
92
              RenderText {#text} at (0,0) size 0x0
92
              RenderText {#text} at (0,0) size 0x0
93
              RenderInline {SPAN} at (0,0) size 0x0
93
              RenderInline {SPAN} at (0,0) size 0x15
94
                RenderText {#text} at (0,0) size 0x0
94
                RenderText {#text} at (0,0) size 0x0
95
      RenderBlock (anonymous) at (0,313) size 769x61
95
      RenderBlock (anonymous) at (0,313) size 769x61
96
        RenderTable {TABLE} at (0,0) size 584x60
96
        RenderTable {TABLE} at (0,0) size 584x60
Lines 137-143 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt_sec2
137
                RenderBlock (anonymous) at (1,1) size 606x126
137
                RenderBlock (anonymous) at (1,1) size 606x126
138
                  RenderText {#text} at (0,0) size 24x17
138
                  RenderText {#text} at (0,0) size 24x17
139
                    text run at (0,0) width 24: "Air "
139
                    text run at (0,0) width 24: "Air "
140
                  RenderBR {BR} at (0,0) size 0x0
140
                  RenderBR {BR} at (24,0) size 0x17
141
                  RenderText {#text} at (0,18) size 485x17
141
                  RenderText {#text} at (0,18) size 485x17
142
                    text run at (0,18) width 51: "United "
142
                    text run at (0,18) width 51: "United "
143
                    text run at (50,18) width 84: "Flight 1187 "
143
                    text run at (50,18) width 84: "Flight 1187 "
Lines 163-169 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt_sec3
163
                    RenderInline {SPACE} at (0,0) size 129x35
163
                    RenderInline {SPACE} at (0,0) size 129x35
164
                      RenderText {#text} at (124,90) size 5x17
164
                      RenderText {#text} at (124,90) size 5x17
165
                        text run at (124,90) width 5: " "
165
                        text run at (124,90) width 5: " "
166
                      RenderBR {BR} at (0,0) size 0x0
166
                      RenderBR {BR} at (128,90) size 1x17
167
                      RenderText {#text} at (0,108) size 46x17
167
                      RenderText {#text} at (0,108) size 46x17
168
                        text run at (0,108) width 46: "Seats:"
168
                        text run at (0,108) width 46: "Seats:"
169
                      RenderBR {BR} at (45,108) size 1x17
169
                      RenderBR {BR} at (45,108) size 1x17
Lines 233-239 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt_sec4
233
                RenderBlock (anonymous) at (1,1) size 493x126
233
                RenderBlock (anonymous) at (1,1) size 493x126
234
                  RenderText {#text} at (0,0) size 24x17
234
                  RenderText {#text} at (0,0) size 24x17
235
                    text run at (0,0) width 24: "Air "
235
                    text run at (0,0) width 24: "Air "
236
                  RenderBR {BR} at (0,0) size 0x0
236
                  RenderBR {BR} at (24,0) size 0x17
237
                  RenderText {#text} at (0,18) size 466x17
237
                  RenderText {#text} at (0,18) size 466x17
238
                    text run at (0,18) width 51: "United "
238
                    text run at (0,18) width 51: "United "
239
                    text run at (50,18) width 76: "Flight 480 "
239
                    text run at (50,18) width 76: "Flight 480 "
Lines 259-265 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt_sec5
259
                    RenderInline {SPACE} at (0,0) size 129x35
259
                    RenderInline {SPACE} at (0,0) size 129x35
260
                      RenderText {#text} at (124,90) size 5x17
260
                      RenderText {#text} at (124,90) size 5x17
261
                        text run at (124,90) width 5: " "
261
                        text run at (124,90) width 5: " "
262
                      RenderBR {BR} at (0,0) size 0x0
262
                      RenderBR {BR} at (128,90) size 1x17
263
                      RenderText {#text} at (0,108) size 46x17
263
                      RenderText {#text} at (0,108) size 46x17
264
                        text run at (0,108) width 46: "Seats:"
264
                        text run at (0,108) width 46: "Seats:"
265
                      RenderBR {BR} at (45,108) size 1x17
265
                      RenderBR {BR} at (45,108) size 1x17
Lines 328-334 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt_sec6
328
              RenderTableCell {TD} at (107,2) size 509x110 [r=0 c=3 rs=1 cs=1]
328
              RenderTableCell {TD} at (107,2) size 509x110 [r=0 c=3 rs=1 cs=1]
329
                RenderText {#text} at (1,1) size 24x17
329
                RenderText {#text} at (1,1) size 24x17
330
                  text run at (1,1) width 24: "Air "
330
                  text run at (1,1) width 24: "Air "
331
                RenderBR {BR} at (0,0) size 0x0
331
                RenderBR {BR} at (25,1) size 0x17
332
                RenderText {#text} at (1,19) size 507x17
332
                RenderText {#text} at (1,19) size 507x17
333
                  text run at (1,19) width 89: "UNKNOWN "
333
                  text run at (1,19) width 89: "UNKNOWN "
334
                  text run at (89,19) width 76: "Flight 123 "
334
                  text run at (89,19) width 76: "Flight 123 "
Lines 364-381 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt_sec7
364
      RenderBlock (anonymous) at (0,931) size 769x3
364
      RenderBlock (anonymous) at (0,931) size 769x3
365
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
365
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
366
      RenderBlock (anonymous) at (0,940) size 769x51
366
      RenderBlock (anonymous) at (0,940) size 769x51
367
        RenderInline {SPAN} at (0,0) size 196x47
367
        RenderInline {SPAN} at (0,0) size 196x48
368
          RenderInline {SPAN} at (0,0) size 0x0
368
          RenderInline {SPAN} at (0,0) size 0x15
369
            RenderInline {SPAN} at (0,0) size 0x0
369
            RenderInline {SPAN} at (0,0) size 0x15
370
            RenderText {#text} at (0,0) size 0x0
370
            RenderText {#text} at (0,0) size 0x0
371
          RenderText {#text} at (0,0) size 0x0
371
          RenderText {#text} at (0,0) size 0x0
372
          RenderInline {SPAN} at (0,0) size 98x17
372
          RenderInline {SPAN} at (0,0) size 98x17
373
            RenderText {#text} at (0,0) size 0x0
373
            RenderText {#text} at (0,0) size 0x0
374
            RenderImage {IMG} at (0,0) size 20x20
374
            RenderImage {IMG} at (0,0) size 20x20
375
            RenderText {#text} at (20,1) size 78x17
375
            RenderText {#text} at (20,0) size 78x17
376
              text run at (20,1) width 5: " "
376
              text run at (20,0) width 5: " "
377
              text run at (24,1) width 74: "Remarks:"
377
              text run at (24,0) width 74: "Remarks:"
378
            RenderBR {BR} at (97,1) size 1x17
378
            RenderBR {BR} at (97,0) size 1x17
379
          RenderText {#text} at (0,0) size 0x0
379
          RenderText {#text} at (0,0) size 0x0
380
          RenderBR {BR} at (0,20) size 0x15
380
          RenderBR {BR} at (0,20) size 0x15
381
          RenderInline {SPAN} at (0,0) size 196x15
381
          RenderInline {SPAN} at (0,0) size 196x15
Lines 398-406 layer at (0,0) size 785x1120 a/LayoutTests/platform/mac/fast/encoding/utf-16-little-endian-expected.txt_sec8
398
                text run at (72,1) width 112: "Web Bookings"
398
                text run at (72,1) width 112: "Web Bookings"
399
            RenderText {#text} at (183,1) size 5x17
399
            RenderText {#text} at (183,1) size 5x17
400
              text run at (183,1) width 5: " "
400
              text run at (183,1) width 5: " "
401
            RenderInline {SPAN} at (0,0) size 1x17
401
            RenderInline {SPAN} at (0,0) size 0x17
402
              RenderBR {BR} at (187,1) size 1x17
402
              RenderBR {BR} at (187,1) size 1x17
403
              RenderInline {SPAN} at (0,0) size 0x0
403
              RenderInline {SPAN} at (0,0) size 0x14
404
            RenderText {#text} at (0,0) size 0x0
404
            RenderText {#text} at (0,0) size 0x0
405
          RenderText {#text} at (0,0) size 0x0
405
          RenderText {#text} at (0,0) size 0x0
406
      RenderBlock (anonymous) at (0,1033) size 769x3
406
      RenderBlock (anonymous) at (0,1033) size 769x3
- a/LayoutTests/platform/mac/fast/images/image-map-anchor-children-expected.txt -2 / +2 lines
Lines 6-13 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/images/image-map-anchor-children-expected.txt_sec1
6
      RenderImage {IMG} at (0,0) size 479x150
6
      RenderImage {IMG} at (0,0) size 479x150
7
      RenderText {#text} at (479,136) size 4x18
7
      RenderText {#text} at (479,136) size 4x18
8
        text run at (479,136) width 4: " "
8
        text run at (479,136) width 4: " "
9
      RenderInline {MAP} at (0,0) size 224x18
9
      RenderInline {MAP} at (0,0) size 483x36
10
        RenderBR {BR} at (0,0) size 0x0
10
        RenderBR {BR} at (483,136) size 0x18
11
        RenderInline {A} at (0,0) size 92x18 [color=#0000EE]
11
        RenderInline {A} at (0,0) size 92x18 [color=#0000EE]
12
          RenderText {#text} at (0,154) size 92x18
12
          RenderText {#text} at (0,154) size 92x18
13
            text run at (0,154) width 92: "John Hancock"
13
            text run at (0,154) width 92: "John Hancock"
- a/LayoutTests/platform/mac/fast/inline-block/003-expected.txt -1 / +1 lines
Lines 17-23 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/inline-block/003-expected.txt_sec1
17
      RenderBlock (anonymous) at (0,40) size 784x62
17
      RenderBlock (anonymous) at (0,40) size 784x62
18
        RenderText {#text} at (0,0) size 742x18
18
        RenderText {#text} at (0,0) size 742x18
19
          text run at (0,0) width 742: "The two marquees below should be on separate lines, since marquees fill the width of a containing block by default."
19
          text run at (0,0) width 742: "The two marquees below should be on separate lines, since marquees fill the width of a containing block by default."
20
        RenderInline {SPAN} at (0,0) size 784x40
20
        RenderInline {SPAN} at (0,0) size 784x66
21
          RenderText {#text} at (0,0) size 0x0
21
          RenderText {#text} at (0,0) size 0x0
22
          RenderText {#text} at (0,0) size 0x0
22
          RenderText {#text} at (0,0) size 0x0
23
          RenderText {#text} at (0,0) size 0x0
23
          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/fast/inline/002-expected.txt -2 / +2 lines
Lines 7-14 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/inline/002-expected.txt_sec1
7
        text run at (0,0) width 46: "Line 1 "
7
        text run at (0,0) width 46: "Line 1 "
8
      RenderInline {SPAN} at (0,0) size 46x18
8
      RenderInline {SPAN} at (0,0) size 46x18
9
        RenderText {#text} at (0,0) size 0x0
9
        RenderText {#text} at (0,0) size 0x0
10
        RenderInline {SPAN} at (0,0) size 42x19
10
        RenderInline {SPAN} at (0,0) size 42x18
11
          RenderText {#text} at (45,1) size 42x19
11
          RenderText {#text} at (45,1) size 42x18
12
            text run at (45,1) width 42: "Line 2"
12
            text run at (45,1) width 42: "Line 2"
13
        RenderText {#text} at (86,0) size 5x18
13
        RenderText {#text} at (86,0) size 5x18
14
          text run at (86,0) width 5: " "
14
          text run at (86,0) width 5: " "
- a/LayoutTests/platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt -2 / +2 lines
Lines 36-42 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt_sec1
36
      RenderBlock {P} at (0,196) size 784x36
36
      RenderBlock {P} at (0,196) size 784x36
37
        RenderText {#text} at (0,0) size 195x18
37
        RenderText {#text} at (0,0) size 195x18
38
          text run at (0,0) width 195: "This text is before the anchor. "
38
          text run at (0,0) width 195: "This text is before the anchor. "
39
        RenderInline {A} at (0,0) size 0x0
39
        RenderInline {A} at (0,0) size 0x18
40
        RenderText {#text} at (194,0) size 778x36
40
        RenderText {#text} at (194,0) size 778x36
41
          text run at (194,0) width 416: "This text is after the anchor, but should be flush with the anchor. "
41
          text run at (194,0) width 416: "This text is after the anchor, but should be flush with the anchor. "
42
          text run at (609,0) width 169: "There should be no spaces"
42
          text run at (609,0) width 169: "There should be no spaces"
Lines 45-49 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt_sec2
45
        RenderInline {A} at (0,0) size 733x18
45
        RenderInline {A} at (0,0) size 733x18
46
          RenderText {#text} at (0,0) size 733x18
46
          RenderText {#text} at (0,0) size 733x18
47
            text run at (0,0) width 733: "This text should be flush with the anchor. There should not be a space between the anchor and the text on this line."
47
            text run at (0,0) width 733: "This text should be flush with the anchor. There should not be a space between the anchor and the text on this line."
48
        RenderInline {A} at (0,0) size 1x18
48
        RenderInline {A} at (0,0) size 0x18
49
          RenderText {#text} at (0,0) size 0x0
49
          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/fast/invalid/003-expected.txt -1 / +1 lines
Lines 8-14 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/invalid/003-expected.txt_sec1
8
          RenderInline {I} at (0,0) size 91x18
8
          RenderInline {I} at (0,0) size 91x18
9
            RenderText {#text} at (0,0) size 91x18
9
            RenderText {#text} at (0,0) size 91x18
10
              text run at (0,0) width 91: "Italic and Red"
10
              text run at (0,0) width 91: "Italic and Red"
11
        RenderInline {I} at (0,0) size 1x18
11
        RenderInline {I} at (0,0) size 0x18
12
      RenderBlock (anonymous) at (0,34) size 784x18
12
      RenderBlock (anonymous) at (0,34) size 784x18
13
        RenderBlock {P} at (0,0) size 784x18
13
        RenderBlock {P} at (0,0) size 784x18
14
          RenderInline {FONT} at (0,0) size 95x18 [color=#FF0000]
14
          RenderInline {FONT} at (0,0) size 95x18 [color=#FF0000]
- a/LayoutTests/platform/mac/fast/invalid/missing-end-tag-expected.txt -1 / +1 lines
Lines 20-23 layer at (0,0) size 800x187 a/LayoutTests/platform/mac/fast/invalid/missing-end-tag-expected.txt_sec1
20
          RenderText {#text} at (0,0) size 181x18
20
          RenderText {#text} at (0,0) size 181x18
21
            text run at (0,0) width 181: "You should see errors above"
21
            text run at (0,0) width 181: "You should see errors above"
22
        RenderText {#text} at (0,0) size 0x0
22
        RenderText {#text} at (0,0) size 0x0
23
        RenderInline {p} at (0,0) size 0x0
23
        RenderInline {p} at (0,0) size 0x18
- a/LayoutTests/platform/mac/fast/lists/marker-before-empty-inline-expected.txt -1 / +1 lines
Lines 84-90 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/lists/marker-before-empty-inline-expected.txt_sec1
84
                RenderText {#text} at (0,0) size 29x18
84
                RenderText {#text} at (0,0) size 29x18
85
                  text run at (0,0) width 29: "item"
85
                  text run at (0,0) width 29: "item"
86
          RenderBlock (anonymous) at (0,18) size 744x18
86
          RenderBlock (anonymous) at (0,18) size 744x18
87
            RenderInline {SPAN} at (0,0) size 0x0
87
            RenderInline {SPAN} at (0,0) size 0x18
88
            RenderBR {BR} at (0,0) size 0x18
88
            RenderBR {BR} at (0,0) size 0x18
89
      RenderBlock {UL} at (0,274) size 784x36
89
      RenderBlock {UL} at (0,274) size 784x36
90
        RenderListItem {LI} at (40,0) size 744x36
90
        RenderListItem {LI} at (40,0) size 744x36
- a/LayoutTests/platform/mac/fast/parser/nofoo-tags-inside-paragraph-expected.txt -1 / +1 lines
Lines 24-30 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/parser/nofoo-tags-inside-paragraph-expected.txt_sec1
24
      RenderBlock {P} at (0,102) size 784x18
24
      RenderBlock {P} at (0,102) size 784x18
25
        RenderText {#text} at (0,0) size 324x18
25
        RenderText {#text} at (0,0) size 324x18
26
          text run at (0,0) width 324: "This sentence contains nolayer tags and should be "
26
          text run at (0,0) width 324: "This sentence contains nolayer tags and should be "
27
        RenderInline {NOLAYER} at (0,0) size 0x0
27
        RenderInline {NOLAYER} at (0,0) size 0x18
28
        RenderText {#text} at (323,0) size 76x18
28
        RenderText {#text} at (323,0) size 76x18
29
          text run at (323,0) width 76: "on one line."
29
          text run at (323,0) width 76: "on one line."
30
      RenderBlock {P} at (0,136) size 784x18
30
      RenderBlock {P} at (0,136) size 784x18
- a/LayoutTests/platform/mac/fast/parser/xhtml-alternate-entities-expected.txt -1 / +1 lines
Lines 14-20 layer at (0,0) size 800x187 a/LayoutTests/platform/mac/fast/parser/xhtml-alternate-entities-expected.txt_sec1
14
        RenderText {#text} at (0,0) size 424x22
14
        RenderText {#text} at (0,0) size 424x22
15
          text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
15
          text run at (0,0) width 424: "Below is a rendering of the page up to the first error."
16
    RenderBlock (anonymous) at (0,168) size 800x19
16
    RenderBlock (anonymous) at (0,168) size 800x19
17
      RenderInline {h1} at (0,0) size 0x0
17
      RenderInline {h1} at (0,0) size 0x18
18
        RenderText {#text} at (0,0) size 0x0
18
        RenderText {#text} at (0,0) size 0x0
19
      RenderText {#text} at (0,0) size 0x0
19
      RenderText {#text} at (0,0) size 0x0
20
      RenderText {#text} at (0,0) size 0x0
20
      RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/fast/selectors/visited-descendant-expected.txt -1 / +1 lines
Lines 25-31 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/selectors/visited-descendant-expected.txt_sec1
25
        RenderText {#text} at (0,0) size 668x18
25
        RenderText {#text} at (0,0) size 668x18
26
          text run at (0,0) width 668: "Test that visited style does not match to non-topmost links. The link should be red, with red underlining."
26
          text run at (0,0) width 668: "Test that visited style does not match to non-topmost links. The link should be red, with red underlining."
27
      RenderBlock {P} at (0,170) size 784x18
27
      RenderBlock {P} at (0,170) size 784x18
28
        RenderInline {A} at (0,0) size 0x0 [color=#FF0000]
28
        RenderInline {A} at (0,0) size 0x18 [color=#FF0000]
29
          RenderInline {SPAN} at (0,0) size 0x0
29
          RenderInline {SPAN} at (0,0) size 0x0
30
        RenderInline {A} at (0,0) size 31x18 [color=#FF0000]
30
        RenderInline {A} at (0,0) size 31x18 [color=#FF0000]
31
          RenderText {#text} at (0,0) size 31x18
31
          RenderText {#text} at (0,0) size 31x18
- a/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt -45 / +45 lines
Lines 2262-2300 layer at (393,24) size 392x150 a/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt_sec1
2262
            RenderText {#text} at (11,1) size 26x15
2262
            RenderText {#text} at (11,1) size 26x15
2263
              text run at (11,1) width 26: "none"
2263
              text run at (11,1) width 26: "none"
2264
          RenderTableCell {TD} at (75,0) size 26x17 [bgcolor=#CCCCCC] [r=0 c=2 rs=1 cs=1]
2264
          RenderTableCell {TD} at (75,0) size 26x17 [bgcolor=#CCCCCC] [r=0 c=2 rs=1 cs=1]
2265
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2265
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2266
              RenderText {#text} at (5,1) size 15x15
2266
              RenderText {#text} at (5,1) size 15x15
2267
                text run at (5,2) width 15: "Go"
2267
                text run at (5,2) width 15: "Go"
2268
          RenderTableCell {TD} at (102,0) size 34x17 [bgcolor=#CCCCCC] [r=0 c=3 rs=1 cs=1]
2268
          RenderTableCell {TD} at (102,0) size 34x17 [bgcolor=#CCCCCC] [r=0 c=3 rs=1 cs=1]
2269
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2269
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2270
              RenderText {#text} at (9,1) size 15x15
2270
              RenderText {#text} at (9,1) size 15x15
2271
                text run at (9,2) width 15: "Go"
2271
                text run at (9,2) width 15: "Go"
2272
          RenderTableCell {TD} at (137,0) size 34x17 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
2272
          RenderTableCell {TD} at (137,0) size 34x17 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
2273
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2273
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2274
              RenderText {#text} at (9,1) size 16x15
2274
              RenderText {#text} at (9,1) size 16x15
2275
                text run at (9,2) width 16: "Go"
2275
                text run at (9,2) width 16: "Go"
2276
          RenderTableCell {TD} at (172,0) size 36x17 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
2276
          RenderTableCell {TD} at (172,0) size 36x17 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
2277
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2277
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2278
              RenderText {#text} at (9,1) size 16x15
2278
              RenderText {#text} at (9,1) size 16x15
2279
                text run at (9,2) width 16: "Go"
2279
                text run at (9,2) width 16: "Go"
2280
          RenderTableCell {TD} at (209,0) size 35x17 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
2280
          RenderTableCell {TD} at (209,0) size 35x17 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
2281
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2281
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2282
              RenderText {#text} at (9,1) size 16x15
2282
              RenderText {#text} at (9,1) size 16x15
2283
                text run at (9,2) width 16: "Go"
2283
                text run at (9,2) width 16: "Go"
2284
          RenderTableCell {TD} at (245,0) size 19x17 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
2284
          RenderTableCell {TD} at (245,0) size 19x17 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
2285
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2285
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2286
              RenderText {#text} at (1,1) size 15x15
2286
              RenderText {#text} at (1,1) size 15x15
2287
                text run at (1,2) width 15: "Go"
2287
                text run at (1,2) width 15: "Go"
2288
          RenderTableCell {TD} at (265,0) size 19x17 [bgcolor=#CCCCCC] [r=0 c=8 rs=1 cs=1]
2288
          RenderTableCell {TD} at (265,0) size 19x17 [bgcolor=#CCCCCC] [r=0 c=8 rs=1 cs=1]
2289
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2289
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2290
              RenderText {#text} at (1,1) size 16x15
2290
              RenderText {#text} at (1,1) size 16x15
2291
                text run at (1,2) width 16: "Go"
2291
                text run at (1,2) width 16: "Go"
2292
          RenderTableCell {TD} at (285,0) size 22x17 [bgcolor=#CCCCCC] [r=0 c=9 rs=1 cs=1]
2292
          RenderTableCell {TD} at (285,0) size 22x17 [bgcolor=#CCCCCC] [r=0 c=9 rs=1 cs=1]
2293
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2293
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2294
              RenderText {#text} at (3,1) size 16x15
2294
              RenderText {#text} at (3,1) size 16x15
2295
                text run at (3,2) width 16: "Go"
2295
                text run at (3,2) width 16: "Go"
2296
          RenderTableCell {TD} at (308,0) size 37x17 [bgcolor=#CCCCCC] [r=0 c=10 rs=1 cs=1]
2296
          RenderTableCell {TD} at (308,0) size 37x17 [bgcolor=#CCCCCC] [r=0 c=10 rs=1 cs=1]
2297
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2297
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2298
              RenderText {#text} at (10,1) size 16x15
2298
              RenderText {#text} at (10,1) size 16x15
2299
                text run at (10,2) width 16: "Go"
2299
                text run at (10,2) width 16: "Go"
2300
        RenderTableRow {TR} at (0,19) size 347x17
2300
        RenderTableRow {TR} at (0,19) size 347x17
Lines 2302-2340 layer at (393,24) size 392x150 a/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt_sec2
2302
            RenderText {#text} at (1,1) size 36x15
2302
            RenderText {#text} at (1,1) size 36x15
2303
              text run at (1,1) width 36: "groups"
2303
              text run at (1,1) width 36: "groups"
2304
          RenderTableCell {TD} at (75,19) size 26x17 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
2304
          RenderTableCell {TD} at (75,19) size 26x17 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
2305
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2305
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2306
              RenderText {#text} at (5,1) size 15x15
2306
              RenderText {#text} at (5,1) size 15x15
2307
                text run at (5,2) width 15: "Go"
2307
                text run at (5,2) width 15: "Go"
2308
          RenderTableCell {TD} at (102,19) size 34x17 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
2308
          RenderTableCell {TD} at (102,19) size 34x17 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
2309
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2309
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2310
              RenderText {#text} at (9,1) size 15x15
2310
              RenderText {#text} at (9,1) size 15x15
2311
                text run at (9,2) width 15: "Go"
2311
                text run at (9,2) width 15: "Go"
2312
          RenderTableCell {TD} at (137,19) size 34x17 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
2312
          RenderTableCell {TD} at (137,19) size 34x17 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
2313
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2313
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2314
              RenderText {#text} at (9,1) size 16x15
2314
              RenderText {#text} at (9,1) size 16x15
2315
                text run at (9,2) width 16: "Go"
2315
                text run at (9,2) width 16: "Go"
2316
          RenderTableCell {TD} at (172,19) size 36x17 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
2316
          RenderTableCell {TD} at (172,19) size 36x17 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
2317
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2317
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2318
              RenderText {#text} at (9,1) size 16x15
2318
              RenderText {#text} at (9,1) size 16x15
2319
                text run at (9,2) width 16: "Go"
2319
                text run at (9,2) width 16: "Go"
2320
          RenderTableCell {TD} at (209,19) size 35x17 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
2320
          RenderTableCell {TD} at (209,19) size 35x17 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
2321
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2321
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2322
              RenderText {#text} at (9,1) size 16x15
2322
              RenderText {#text} at (9,1) size 16x15
2323
                text run at (9,2) width 16: "Go"
2323
                text run at (9,2) width 16: "Go"
2324
          RenderTableCell {TD} at (245,19) size 19x17 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
2324
          RenderTableCell {TD} at (245,19) size 19x17 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
2325
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2325
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2326
              RenderText {#text} at (1,1) size 15x15
2326
              RenderText {#text} at (1,1) size 15x15
2327
                text run at (1,2) width 15: "Go"
2327
                text run at (1,2) width 15: "Go"
2328
          RenderTableCell {TD} at (265,19) size 19x17 [bgcolor=#CCCCCC] [r=1 c=8 rs=1 cs=1]
2328
          RenderTableCell {TD} at (265,19) size 19x17 [bgcolor=#CCCCCC] [r=1 c=8 rs=1 cs=1]
2329
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2329
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2330
              RenderText {#text} at (1,1) size 16x15
2330
              RenderText {#text} at (1,1) size 16x15
2331
                text run at (1,2) width 16: "Go"
2331
                text run at (1,2) width 16: "Go"
2332
          RenderTableCell {TD} at (285,19) size 22x17 [bgcolor=#CCCCCC] [r=1 c=9 rs=1 cs=1]
2332
          RenderTableCell {TD} at (285,19) size 22x17 [bgcolor=#CCCCCC] [r=1 c=9 rs=1 cs=1]
2333
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2333
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2334
              RenderText {#text} at (3,1) size 16x15
2334
              RenderText {#text} at (3,1) size 16x15
2335
                text run at (3,2) width 16: "Go"
2335
                text run at (3,2) width 16: "Go"
2336
          RenderTableCell {TD} at (308,19) size 37x17 [bgcolor=#CCCCCC] [r=1 c=10 rs=1 cs=1]
2336
          RenderTableCell {TD} at (308,19) size 37x17 [bgcolor=#CCCCCC] [r=1 c=10 rs=1 cs=1]
2337
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2337
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2338
              RenderText {#text} at (10,1) size 16x15
2338
              RenderText {#text} at (10,1) size 16x15
2339
                text run at (10,2) width 16: "Go"
2339
                text run at (10,2) width 16: "Go"
2340
        RenderTableRow {TR} at (0,38) size 347x17
2340
        RenderTableRow {TR} at (0,38) size 347x17
Lines 2342-2380 layer at (393,24) size 392x150 a/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt_sec3
2342
            RenderText {#text} at (11,1) size 26x15
2342
            RenderText {#text} at (11,1) size 26x15
2343
              text run at (11,1) width 26: "rows"
2343
              text run at (11,1) width 26: "rows"
2344
          RenderTableCell {TD} at (75,38) size 26x17 [bgcolor=#CCCCCC] [r=2 c=2 rs=1 cs=1]
2344
          RenderTableCell {TD} at (75,38) size 26x17 [bgcolor=#CCCCCC] [r=2 c=2 rs=1 cs=1]
2345
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2345
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2346
              RenderText {#text} at (5,1) size 15x15
2346
              RenderText {#text} at (5,1) size 15x15
2347
                text run at (5,2) width 15: "Go"
2347
                text run at (5,2) width 15: "Go"
2348
          RenderTableCell {TD} at (102,38) size 34x17 [bgcolor=#CCCCCC] [r=2 c=3 rs=1 cs=1]
2348
          RenderTableCell {TD} at (102,38) size 34x17 [bgcolor=#CCCCCC] [r=2 c=3 rs=1 cs=1]
2349
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2349
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2350
              RenderText {#text} at (9,1) size 15x15
2350
              RenderText {#text} at (9,1) size 15x15
2351
                text run at (9,2) width 15: "Go"
2351
                text run at (9,2) width 15: "Go"
2352
          RenderTableCell {TD} at (137,38) size 34x17 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
2352
          RenderTableCell {TD} at (137,38) size 34x17 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
2353
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2353
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2354
              RenderText {#text} at (9,1) size 16x15
2354
              RenderText {#text} at (9,1) size 16x15
2355
                text run at (9,2) width 16: "Go"
2355
                text run at (9,2) width 16: "Go"
2356
          RenderTableCell {TD} at (172,38) size 36x17 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
2356
          RenderTableCell {TD} at (172,38) size 36x17 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
2357
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2357
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2358
              RenderText {#text} at (9,1) size 16x15
2358
              RenderText {#text} at (9,1) size 16x15
2359
                text run at (9,2) width 16: "Go"
2359
                text run at (9,2) width 16: "Go"
2360
          RenderTableCell {TD} at (209,38) size 35x17 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
2360
          RenderTableCell {TD} at (209,38) size 35x17 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
2361
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2361
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2362
              RenderText {#text} at (9,1) size 16x15
2362
              RenderText {#text} at (9,1) size 16x15
2363
                text run at (9,2) width 16: "Go"
2363
                text run at (9,2) width 16: "Go"
2364
          RenderTableCell {TD} at (245,38) size 19x17 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
2364
          RenderTableCell {TD} at (245,38) size 19x17 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
2365
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2365
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2366
              RenderText {#text} at (1,1) size 15x15
2366
              RenderText {#text} at (1,1) size 15x15
2367
                text run at (1,2) width 15: "Go"
2367
                text run at (1,2) width 15: "Go"
2368
          RenderTableCell {TD} at (265,38) size 19x17 [bgcolor=#CCCCCC] [r=2 c=8 rs=1 cs=1]
2368
          RenderTableCell {TD} at (265,38) size 19x17 [bgcolor=#CCCCCC] [r=2 c=8 rs=1 cs=1]
2369
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2369
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2370
              RenderText {#text} at (1,1) size 16x15
2370
              RenderText {#text} at (1,1) size 16x15
2371
                text run at (1,2) width 16: "Go"
2371
                text run at (1,2) width 16: "Go"
2372
          RenderTableCell {TD} at (285,38) size 22x17 [bgcolor=#CCCCCC] [r=2 c=9 rs=1 cs=1]
2372
          RenderTableCell {TD} at (285,38) size 22x17 [bgcolor=#CCCCCC] [r=2 c=9 rs=1 cs=1]
2373
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2373
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2374
              RenderText {#text} at (3,1) size 16x15
2374
              RenderText {#text} at (3,1) size 16x15
2375
                text run at (3,2) width 16: "Go"
2375
                text run at (3,2) width 16: "Go"
2376
          RenderTableCell {TD} at (308,38) size 37x17 [bgcolor=#CCCCCC] [r=2 c=10 rs=1 cs=1]
2376
          RenderTableCell {TD} at (308,38) size 37x17 [bgcolor=#CCCCCC] [r=2 c=10 rs=1 cs=1]
2377
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2377
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2378
              RenderText {#text} at (10,1) size 16x15
2378
              RenderText {#text} at (10,1) size 16x15
2379
                text run at (10,2) width 16: "Go"
2379
                text run at (10,2) width 16: "Go"
2380
        RenderTableRow {TR} at (0,57) size 347x17
2380
        RenderTableRow {TR} at (0,57) size 347x17
Lines 2382-2420 layer at (393,24) size 392x150 a/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt_sec4
2382
            RenderText {#text} at (15,1) size 22x15
2382
            RenderText {#text} at (15,1) size 22x15
2383
              text run at (15,1) width 22: "cols"
2383
              text run at (15,1) width 22: "cols"
2384
          RenderTableCell {TD} at (75,57) size 26x17 [bgcolor=#CCCCCC] [r=3 c=2 rs=1 cs=1]
2384
          RenderTableCell {TD} at (75,57) size 26x17 [bgcolor=#CCCCCC] [r=3 c=2 rs=1 cs=1]
2385
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2385
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2386
              RenderText {#text} at (5,1) size 15x15
2386
              RenderText {#text} at (5,1) size 15x15
2387
                text run at (5,2) width 15: "Go"
2387
                text run at (5,2) width 15: "Go"
2388
          RenderTableCell {TD} at (102,57) size 34x17 [bgcolor=#CCCCCC] [r=3 c=3 rs=1 cs=1]
2388
          RenderTableCell {TD} at (102,57) size 34x17 [bgcolor=#CCCCCC] [r=3 c=3 rs=1 cs=1]
2389
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2389
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2390
              RenderText {#text} at (9,1) size 15x15
2390
              RenderText {#text} at (9,1) size 15x15
2391
                text run at (9,2) width 15: "Go"
2391
                text run at (9,2) width 15: "Go"
2392
          RenderTableCell {TD} at (137,57) size 34x17 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
2392
          RenderTableCell {TD} at (137,57) size 34x17 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
2393
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2393
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2394
              RenderText {#text} at (9,1) size 16x15
2394
              RenderText {#text} at (9,1) size 16x15
2395
                text run at (9,2) width 16: "Go"
2395
                text run at (9,2) width 16: "Go"
2396
          RenderTableCell {TD} at (172,57) size 36x17 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
2396
          RenderTableCell {TD} at (172,57) size 36x17 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
2397
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2397
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2398
              RenderText {#text} at (9,1) size 16x15
2398
              RenderText {#text} at (9,1) size 16x15
2399
                text run at (9,2) width 16: "Go"
2399
                text run at (9,2) width 16: "Go"
2400
          RenderTableCell {TD} at (209,57) size 35x17 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
2400
          RenderTableCell {TD} at (209,57) size 35x17 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
2401
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2401
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2402
              RenderText {#text} at (9,1) size 16x15
2402
              RenderText {#text} at (9,1) size 16x15
2403
                text run at (9,2) width 16: "Go"
2403
                text run at (9,2) width 16: "Go"
2404
          RenderTableCell {TD} at (245,57) size 19x17 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
2404
          RenderTableCell {TD} at (245,57) size 19x17 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
2405
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2405
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2406
              RenderText {#text} at (1,1) size 15x15
2406
              RenderText {#text} at (1,1) size 15x15
2407
                text run at (1,2) width 15: "Go"
2407
                text run at (1,2) width 15: "Go"
2408
          RenderTableCell {TD} at (265,57) size 19x17 [bgcolor=#CCCCCC] [r=3 c=8 rs=1 cs=1]
2408
          RenderTableCell {TD} at (265,57) size 19x17 [bgcolor=#CCCCCC] [r=3 c=8 rs=1 cs=1]
2409
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2409
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2410
              RenderText {#text} at (1,1) size 16x15
2410
              RenderText {#text} at (1,1) size 16x15
2411
                text run at (1,2) width 16: "Go"
2411
                text run at (1,2) width 16: "Go"
2412
          RenderTableCell {TD} at (285,57) size 22x17 [bgcolor=#CCCCCC] [r=3 c=9 rs=1 cs=1]
2412
          RenderTableCell {TD} at (285,57) size 22x17 [bgcolor=#CCCCCC] [r=3 c=9 rs=1 cs=1]
2413
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2413
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2414
              RenderText {#text} at (3,1) size 16x15
2414
              RenderText {#text} at (3,1) size 16x15
2415
                text run at (3,2) width 16: "Go"
2415
                text run at (3,2) width 16: "Go"
2416
          RenderTableCell {TD} at (308,57) size 37x17 [bgcolor=#CCCCCC] [r=3 c=10 rs=1 cs=1]
2416
          RenderTableCell {TD} at (308,57) size 37x17 [bgcolor=#CCCCCC] [r=3 c=10 rs=1 cs=1]
2417
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2417
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2418
              RenderText {#text} at (10,1) size 16x15
2418
              RenderText {#text} at (10,1) size 16x15
2419
                text run at (10,2) width 16: "Go"
2419
                text run at (10,2) width 16: "Go"
2420
        RenderTableRow {TR} at (0,76) size 347x17
2420
        RenderTableRow {TR} at (0,76) size 347x17
Lines 2422-2459 layer at (393,24) size 392x150 a/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt_sec5
2422
            RenderText {#text} at (23,1) size 14x15
2422
            RenderText {#text} at (23,1) size 14x15
2423
              text run at (23,1) width 14: "all"
2423
              text run at (23,1) width 14: "all"
2424
          RenderTableCell {TD} at (75,76) size 26x17 [bgcolor=#CCCCCC] [r=4 c=2 rs=1 cs=1]
2424
          RenderTableCell {TD} at (75,76) size 26x17 [bgcolor=#CCCCCC] [r=4 c=2 rs=1 cs=1]
2425
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2425
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2426
              RenderText {#text} at (5,1) size 15x15
2426
              RenderText {#text} at (5,1) size 15x15
2427
                text run at (5,2) width 15: "Go"
2427
                text run at (5,2) width 15: "Go"
2428
          RenderTableCell {TD} at (102,76) size 34x17 [bgcolor=#CCCCCC] [r=4 c=3 rs=1 cs=1]
2428
          RenderTableCell {TD} at (102,76) size 34x17 [bgcolor=#CCCCCC] [r=4 c=3 rs=1 cs=1]
2429
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2429
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2430
              RenderText {#text} at (9,1) size 15x15
2430
              RenderText {#text} at (9,1) size 15x15
2431
                text run at (9,2) width 15: "Go"
2431
                text run at (9,2) width 15: "Go"
2432
          RenderTableCell {TD} at (137,76) size 34x17 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
2432
          RenderTableCell {TD} at (137,76) size 34x17 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
2433
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2433
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2434
              RenderText {#text} at (9,1) size 16x15
2434
              RenderText {#text} at (9,1) size 16x15
2435
                text run at (9,2) width 16: "Go"
2435
                text run at (9,2) width 16: "Go"
2436
          RenderTableCell {TD} at (172,76) size 36x17 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
2436
          RenderTableCell {TD} at (172,76) size 36x17 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
2437
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2437
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2438
              RenderText {#text} at (9,1) size 16x15
2438
              RenderText {#text} at (9,1) size 16x15
2439
                text run at (9,2) width 16: "Go"
2439
                text run at (9,2) width 16: "Go"
2440
          RenderTableCell {TD} at (209,76) size 35x17 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
2440
          RenderTableCell {TD} at (209,76) size 35x17 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
2441
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2441
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2442
              RenderText {#text} at (9,1) size 16x15
2442
              RenderText {#text} at (9,1) size 16x15
2443
                text run at (9,2) width 16: "Go"
2443
                text run at (9,2) width 16: "Go"
2444
          RenderTableCell {TD} at (245,76) size 19x17 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
2444
          RenderTableCell {TD} at (245,76) size 19x17 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
2445
            RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
2445
            RenderInline {A} at (0,0) size 15x15 [color=#0000EE]
2446
              RenderText {#text} at (1,1) size 15x15
2446
              RenderText {#text} at (1,1) size 15x15
2447
                text run at (1,2) width 15: "Go"
2447
                text run at (1,2) width 15: "Go"
2448
          RenderTableCell {TD} at (265,76) size 19x17 [bgcolor=#CCCCCC] [r=4 c=8 rs=1 cs=1]
2448
          RenderTableCell {TD} at (265,76) size 19x17 [bgcolor=#CCCCCC] [r=4 c=8 rs=1 cs=1]
2449
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2449
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2450
              RenderText {#text} at (1,1) size 16x15
2450
              RenderText {#text} at (1,1) size 16x15
2451
                text run at (1,2) width 16: "Go"
2451
                text run at (1,2) width 16: "Go"
2452
          RenderTableCell {TD} at (285,76) size 22x17 [bgcolor=#CCCCCC] [r=4 c=9 rs=1 cs=1]
2452
          RenderTableCell {TD} at (285,76) size 22x17 [bgcolor=#CCCCCC] [r=4 c=9 rs=1 cs=1]
2453
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2453
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2454
              RenderText {#text} at (3,1) size 16x15
2454
              RenderText {#text} at (3,1) size 16x15
2455
                text run at (3,2) width 16: "Go"
2455
                text run at (3,2) width 16: "Go"
2456
          RenderTableCell {TD} at (308,76) size 37x17 [bgcolor=#CCCCCC] [r=4 c=10 rs=1 cs=1]
2456
          RenderTableCell {TD} at (308,76) size 37x17 [bgcolor=#CCCCCC] [r=4 c=10 rs=1 cs=1]
2457
            RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
2457
            RenderInline {A} at (0,0) size 16x15 [color=#0000EE]
2458
              RenderText {#text} at (10,1) size 16x15
2458
              RenderText {#text} at (10,1) size 16x15
2459
                text run at (10,2) width 16: "Go"
2459
                text run at (10,2) width 16: "Go"
- a/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt -24 / +24 lines
Lines 1-8 a/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt_sec1
1
layer at (0,0) size 800x600
1
layer at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x494
3
layer at (0,0) size 800x493
4
  RenderBlock {HTML} at (0,0) size 800x494
4
  RenderBlock {HTML} at (0,0) size 800x493
5
    RenderBody {BODY} at (8,10) size 784x476
5
    RenderBody {BODY} at (8,10) size 784x475
6
      RenderBlock {TABLE} at (10,0) size 764x92 [border: (1px solid #000000)]
6
      RenderBlock {TABLE} at (10,0) size 764x92 [border: (1px solid #000000)]
7
        RenderTable at (1,1) size 118x90
7
        RenderTable at (1,1) size 118x90
8
          RenderTableSection {THEAD} at (0,0) size 118x24
8
          RenderTableSection {THEAD} at (0,0) size 118x24
Lines 36-43 layer at (0,0) size 800x494 a/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt_sec2
36
              RenderTableCell {TD} at (59,22) size 57x20 [r=1 c=1 rs=1 cs=1]
36
              RenderTableCell {TD} at (59,22) size 57x20 [r=1 c=1 rs=1 cs=1]
37
                RenderText {#text} at (1,1) size 39x18
37
                RenderText {#text} at (1,1) size 39x18
38
                  text run at (1,1) width 39: "Cell 4"
38
                  text run at (1,1) width 39: "Cell 4"
39
      RenderBlock {TABLE} at (10,102) size 764x52 [border: (1px solid #000000)]
39
      RenderBlock {TABLE} at (10,102) size 764x51 [border: (1px solid #000000)]
40
        RenderTable at (1,1) size 222x50
40
        RenderTable at (1,1) size 222x49
41
          RenderTableSection (anonymous) at (0,0) size 222x28
41
          RenderTableSection (anonymous) at (0,0) size 222x28
42
            RenderTableRow (anonymous) at (0,2) size 222x24
42
            RenderTableRow (anonymous) at (0,2) size 222x24
43
              RenderTableCell {THEAD} at (2,2) size 100x24 [r=0 c=0 rs=1 cs=1]
43
              RenderTableCell {THEAD} at (2,2) size 100x24 [r=0 c=0 rs=1 cs=1]
Lines 45-84 layer at (0,0) size 800x494 a/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt_sec3
45
                  RenderTableSection (anonymous) at (0,0) size 100x24
45
                  RenderTableSection (anonymous) at (0,0) size 100x24
46
                    RenderTableRow (anonymous) at (0,2) size 100x20
46
                    RenderTableRow (anonymous) at (0,2) size 100x20
47
                      RenderTableCell {TR} at (2,2) size 96x20 [r=0 c=0 rs=1 cs=1]
47
                      RenderTableCell {TR} at (2,2) size 96x20 [r=0 c=0 rs=1 cs=1]
48
                        RenderInline {TD} at (0,0) size 48x21
48
                        RenderInline {TD} at (0,0) size 48x20
49
                          RenderText {#text} at (1,1) size 46x19
49
                          RenderText {#text} at (1,1) size 46x18
50
                            text run at (1,1) width 46: "Head 1"
50
                            text run at (1,1) width 46: "Head 1"
51
                        RenderInline {TD} at (0,0) size 49x21
51
                        RenderInline {TD} at (0,0) size 49x20
52
                          RenderText {#text} at (48,1) size 47x19
52
                          RenderText {#text} at (48,1) size 47x18
53
                            text run at (48,1) width 47: "Head 2"
53
                            text run at (48,1) width 47: "Head 2"
54
              RenderTableCell {TFOOT} at (103,2) size 117x24 [r=0 c=1 rs=1 cs=1]
54
              RenderTableCell {TFOOT} at (103,2) size 117x24 [r=0 c=1 rs=1 cs=1]
55
                RenderTable at (0,0) size 116x24
55
                RenderTable at (0,0) size 116x24
56
                  RenderTableSection (anonymous) at (0,0) size 116x24
56
                  RenderTableSection (anonymous) at (0,0) size 116x24
57
                    RenderTableRow (anonymous) at (0,2) size 116x20
57
                    RenderTableRow (anonymous) at (0,2) size 116x20
58
                      RenderTableCell {TR} at (2,2) size 112x20 [r=0 c=0 rs=1 cs=1]
58
                      RenderTableCell {TR} at (2,2) size 112x20 [r=0 c=0 rs=1 cs=1]
59
                        RenderInline {TD} at (0,0) size 56x21
59
                        RenderInline {TD} at (0,0) size 56x20
60
                          RenderText {#text} at (1,1) size 54x19
60
                          RenderText {#text} at (1,1) size 54x18
61
                            text run at (1,1) width 54: "Footer 1"
61
                            text run at (1,1) width 54: "Footer 1"
62
                        RenderInline {TD} at (0,0) size 57x21
62
                        RenderInline {TD} at (0,0) size 57x20
63
                          RenderText {#text} at (56,1) size 55x19
63
                          RenderText {#text} at (56,1) size 55x18
64
                            text run at (56,1) width 55: "Footer 2"
64
                            text run at (56,1) width 55: "Footer 2"
65
          RenderTableSection {TBODY} at (0,28) size 222x22
65
          RenderTableSection {TBODY} at (0,27) size 222x22
66
            RenderTableRow (anonymous) at (0,0) size 222x20
66
            RenderTableRow (anonymous) at (0,0) size 222x20
67
              RenderTableCell {TR} at (2,0) size 100x20 [r=0 c=0 rs=1 cs=1]
67
              RenderTableCell {TR} at (2,0) size 100x20 [r=0 c=0 rs=1 cs=1]
68
                RenderInline {TD} at (0,0) size 41x21
68
                RenderInline {TD} at (0,0) size 41x20
69
                  RenderText {#text} at (1,1) size 39x19
69
                  RenderText {#text} at (1,1) size 39x18
70
                    text run at (1,1) width 39: "Cell 1"
70
                    text run at (1,1) width 39: "Cell 1"
71
                RenderInline {TD} at (0,0) size 42x21
71
                RenderInline {TD} at (0,0) size 42x20
72
                  RenderText {#text} at (41,1) size 40x19
72
                  RenderText {#text} at (41,1) size 40x18
73
                    text run at (41,1) width 40: "Cell 2"
73
                    text run at (41,1) width 40: "Cell 2"
74
              RenderTableCell {TR} at (103,0) size 117x20 [r=0 c=1 rs=1 cs=1]
74
              RenderTableCell {TR} at (103,0) size 117x20 [r=0 c=1 rs=1 cs=1]
75
                RenderInline {TD} at (0,0) size 41x21
75
                RenderInline {TD} at (0,0) size 41x20
76
                  RenderText {#text} at (1,1) size 39x19
76
                  RenderText {#text} at (1,1) size 39x18
77
                    text run at (1,1) width 39: "Cell 3"
77
                    text run at (1,1) width 39: "Cell 3"
78
                RenderInline {TD} at (0,0) size 42x21
78
                RenderInline {TD} at (0,0) size 42x20
79
                  RenderText {#text} at (41,1) size 40x19
79
                  RenderText {#text} at (41,1) size 40x18
80
                    text run at (41,1) width 40: "Cell 4"
80
                    text run at (41,1) width 40: "Cell 4"
81
      RenderBlock {TABLE} at (10,164) size 764x102 [border: (1px solid #000000)]
81
      RenderBlock {TABLE} at (10,162) size 764x103 [border: (1px solid #000000)]
82
        RenderBlock {THEAD} at (1,1) size 762x24
82
        RenderBlock {THEAD} at (1,1) size 762x24
83
          RenderBlock {TR} at (0,0) size 762x24
83
          RenderBlock {TR} at (0,0) size 762x24
84
            RenderTable at (0,0) size 102x24
84
            RenderTable at (0,0) size 102x24
Lines 125-131 layer at (0,0) size 800x494 a/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt_sec4
125
                        RenderTableCell {TD} at (44,2) size 42x20 [r=0 c=1 rs=1 cs=1]
125
                        RenderTableCell {TD} at (44,2) size 42x20 [r=0 c=1 rs=1 cs=1]
126
                          RenderText {#text} at (1,1) size 39x18
126
                          RenderText {#text} at (1,1) size 39x18
127
                            text run at (1,1) width 39: "Cell 4"
127
                            text run at (1,1) width 39: "Cell 4"
128
      RenderTable at (0,276) size 302x200
128
      RenderTable at (0,274) size 302x201
129
        RenderTableSection (anonymous) at (0,0) size 302x200
129
        RenderTableSection (anonymous) at (0,0) size 302x200
130
          RenderTableRow (anonymous) at (0,0) size 302x200
130
          RenderTableRow (anonymous) at (0,0) size 302x200
131
            RenderTableCell {P} at (0,0) size 302x200 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
131
            RenderTableCell {P} at (0,0) size 302x200 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
- a/LayoutTests/platform/mac/fast/text/basic/007-expected.txt -1 / +1 lines
Lines 11-17 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/text/basic/007-expected.txt_sec1
11
                text run at (1,1) width 69: "A Big Cell"
11
                text run at (1,1) width 69: "A Big Cell"
12
            RenderTableCell {TD} at (720,0) size 60x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
12
            RenderTableCell {TD} at (720,0) size 60x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
13
              RenderText {#text} at (1,1) size 35x36
13
              RenderText {#text} at (1,1) size 35x36
14
                text run at (1,1) width 12: "A"
14
                text run at (1,1) width 11: "A"
15
                text run at (1,19) width 35: "small"
15
                text run at (1,19) width 35: "small"
16
              RenderInline {SPAN} at (0,0) size 24x18
16
              RenderInline {SPAN} at (0,0) size 24x18
17
                RenderText {#text} at (35,19) size 24x18
17
                RenderText {#text} at (35,19) size 24x18
- a/LayoutTests/platform/mac/fast/text/basic/012-expected.txt -1 / +1 lines
Lines 32-35 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/text/basic/012-expected.txt_sec1
32
            text run at (130,54) width 73: "\x{BB} Scotland "
32
            text run at (130,54) width 73: "\x{BB} Scotland "
33
            text run at (202,54) width 77: "\x{BB} Germany "
33
            text run at (202,54) width 77: "\x{BB} Germany "
34
            text run at (278,54) width 60: "\x{BB} France "
34
            text run at (278,54) width 60: "\x{BB} France "
35
        RenderBR {BR} at (0,0) size 0x0
35
        RenderBR {BR} at (337,54) size 1x18
- a/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt -3 / +3 lines
Lines 79-87 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt_sec1
79
              RenderText {#text} at (0,0) size 0x0
79
              RenderText {#text} at (0,0) size 0x0
80
          RenderTableRow {TR} at (0,349) size 784x17
80
          RenderTableRow {TR} at (0,349) size 784x17
81
            RenderTableCell {TD} at (10,350) size 377x15 [r=5 c=0 rs=1 cs=1]
81
            RenderTableCell {TD} at (10,350) size 377x15 [r=5 c=0 rs=1 cs=1]
82
              RenderInline {TT} at (0,0) size 187x12
82
              RenderInline {TT} at (0,0) size 187x13
83
                RenderText {#text} at (1,0) size 187x14
83
                RenderText {#text} at (1,1) size 187x13
84
                  text run at (1,1) width 187: "default font; font-size: 0.8em;"
84
                  text run at (1,2) width 187: "default font; font-size: 0.8em;"
85
              RenderText {#text} at (0,0) size 0x0
85
              RenderText {#text} at (0,0) size 0x0
86
            RenderTableCell {TD} at (397,349) size 377x17 [r=5 c=1 rs=1 cs=1]
86
            RenderTableCell {TD} at (397,349) size 377x17 [r=5 c=1 rs=1 cs=1]
87
              RenderInline {SPAN} at (0,0) size 305x15
87
              RenderInline {SPAN} at (0,0) size 305x15
- a/LayoutTests/platform/mac/fast/text/text-letter-spacing-expected.txt -6 / +6 lines
Lines 49-70 layer at (0,0) size 785x1728 a/LayoutTests/platform/mac/fast/text/text-letter-spacing-expected.txt_sec1
49
          text run at (0,0) width 539: "The next line tests a small negative line spacing, and should be crammed backwards"
49
          text run at (0,0) width 539: "The next line tests a small negative line spacing, and should be crammed backwards"
50
      RenderBlock {P} at (0,484) size 769x18 [bgcolor=#EEEEEE]
50
      RenderBlock {P} at (0,484) size 769x18 [bgcolor=#EEEEEE]
51
        RenderInline {SPAN} at (0,0) size 0x18
51
        RenderInline {SPAN} at (0,0) size 0x18
52
          RenderText {#text} at (160,0) size 0x18
52
          RenderText {#text} at (160,0) size -15x18
53
            text run at (160,0) width 0: "Hello, world"
53
            text run at (160,0) width -15: "Hello, world"
54
      RenderBlock {P} at (0,518) size 769x18 [bgcolor=#FFFFFF]
54
      RenderBlock {P} at (0,518) size 769x18 [bgcolor=#FFFFFF]
55
        RenderText {#text} at (0,0) size 518x18
55
        RenderText {#text} at (0,0) size 518x18
56
          text run at (0,0) width 518: "The next line tests a large negative line spacing, and should be just display an 'H'"
56
          text run at (0,0) width 518: "The next line tests a large negative line spacing, and should be just display an 'H'"
57
      RenderBlock {P} at (0,552) size 769x18 [bgcolor=#EEEEEE]
57
      RenderBlock {P} at (0,552) size 769x18 [bgcolor=#EEEEEE]
58
        RenderInline {SPAN} at (0,0) size 0x18
58
        RenderInline {SPAN} at (0,0) size 0x18
59
          RenderText {#text} at (160,0) size 0x18
59
          RenderText {#text} at (160,0) size -38319x18
60
            text run at (160,0) width 0: "Hello, world"
60
            text run at (160,0) width -38319: "Hello, world"
61
      RenderBlock {P} at (0,586) size 769x18 [bgcolor=#FFFFFF]
61
      RenderBlock {P} at (0,586) size 769x18 [bgcolor=#FFFFFF]
62
        RenderText {#text} at (0,0) size 519x18
62
        RenderText {#text} at (0,0) size 519x18
63
          text run at (0,0) width 519: "The next line tests a very large negative line spacing, and should just have an 'H'."
63
          text run at (0,0) width 519: "The next line tests a very large negative line spacing, and should just have an 'H'."
64
      RenderBlock {P} at (0,620) size 769x18 [bgcolor=#EEEEEE]
64
      RenderBlock {P} at (0,620) size 769x18 [bgcolor=#EEEEEE]
65
        RenderInline {SPAN} at (0,0) size 0x18
65
        RenderInline {SPAN} at (0,0) size 0x18
66
          RenderText {#text} at (160,0) size 0x18
66
          RenderText {#text} at (160,0) size -1919919x18
67
            text run at (160,0) width 0: "Hello, world"
67
            text run at (160,0) width -1919919: "Hello, world"
68
      RenderBlock {P} at (0,654) size 769x36 [bgcolor=#FFFFFF]
68
      RenderBlock {P} at (0,654) size 769x36 [bgcolor=#FFFFFF]
69
        RenderText {#text} at (0,0) size 750x36
69
        RenderText {#text} at (0,0) size 750x36
70
          text run at (0,0) width 727: "The next few lines test the interaction with opacity. The first line should be normally spaced out, slightly opaque, "
70
          text run at (0,0) width 727: "The next few lines test the interaction with opacity. The first line should be normally spaced out, slightly opaque, "
- a/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt -1 / +1 lines
Lines 21-27 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt_sec1
21
                        text run at (0,0) width 80: "Search Froogle"
21
                        text run at (0,0) width 80: "Search Froogle"
22
                  RenderText {#text} at (0,0) size 0x0
22
                  RenderText {#text} at (0,0) size 0x0
23
                RenderTableCell {TD} at (539,2) size 161x19 [r=0 c=3 rs=2 cs=1]
23
                RenderTableCell {TD} at (539,2) size 161x19 [r=0 c=3 rs=2 cs=1]
24
                  RenderInline {LABEL} at (0,0) size 115x13
24
                  RenderInline {LABEL} at (0,0) size 115x14
25
                    RenderText {#text} at (0,0) size 0x0
25
                    RenderText {#text} at (0,0) size 0x0
26
                    RenderBlock {INPUT} at (12,3) size 12x12
26
                    RenderBlock {INPUT} at (12,3) size 12x12
27
                    RenderText {#text} at (26,2) size 99x15
27
                    RenderText {#text} at (26,2) size 99x15
- a/LayoutTests/platform/mac/fast/text/wbr-expected.txt -38 / +38 lines
Lines 1-8 a/LayoutTests/platform/mac/fast/text/wbr-expected.txt_sec1
1
layer at (0,0) size 785x788
1
layer at (0,0) size 785x680
2
  RenderView at (0,0) size 785x600
2
  RenderView at (0,0) size 785x600
3
layer at (0,0) size 785x788
3
layer at (0,0) size 785x680
4
  RenderBlock {HTML} at (0,0) size 785x788
4
  RenderBlock {HTML} at (0,0) size 785x680
5
    RenderBody {BODY} at (8,8) size 769x770
5
    RenderBody {BODY} at (8,8) size 769x662
6
      RenderBlock {P} at (0,0) size 769x18
6
      RenderBlock {P} at (0,0) size 769x18
7
        RenderText {#text} at (0,0) size 174x18
7
        RenderText {#text} at (0,0) size 174x18
8
          text run at (0,0) width 174: "Two words with no spaces."
8
          text run at (0,0) width 174: "Two words with no spaces."
Lines 38-65 layer at (0,0) size 785x788 a/LayoutTests/platform/mac/fast/text/wbr-expected.txt_sec2
38
      RenderBlock {P} at (0,236) size 769x18
38
      RenderBlock {P} at (0,236) size 769x18
39
        RenderText {#text} at (0,0) size 285x18
39
        RenderText {#text} at (0,0) size 285x18
40
          text run at (0,0) width 285: "Using <wbr> within <nobr> to break words."
40
          text run at (0,0) width 285: "Using <wbr> within <nobr> to break words."
41
      RenderBlock {DIV} at (0,270) size 302x38 [border: (1px solid #0000FF)]
41
      RenderBlock {DIV} at (0,270) size 302x20 [border: (1px solid #0000FF)]
42
        RenderInline {NOBR} at (0,0) size 256x36
42
        RenderInline {NOBR} at (0,0) size 484x18
43
          RenderText {#text} at (1,1) size 228x18
43
          RenderText {#text} at (1,1) size 228x18
44
            text run at (1,1) width 228: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
44
            text run at (1,1) width 228: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
45
          RenderWordBreak {WBR} at (0,0) size 0x0
45
          RenderWordBreak {WBR} at (0,0) size 0x0
46
          RenderText {#text} at (1,19) size 256x18
46
          RenderText {#text} at (228,1) size 257x18
47
            text run at (1,19) width 256: "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
47
            text run at (228,1) width 257: "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
48
      RenderTable {TABLE} at (0,318) size 769x38
48
      RenderTable {TABLE} at (0,300) size 769x20
49
        RenderTableSection {TBODY} at (0,0) size 769x38
49
        RenderTableSection {TBODY} at (0,0) size 769x20
50
          RenderTableRow {TR} at (0,0) size 769x38
50
          RenderTableRow {TR} at (0,0) size 769x20
51
            RenderTableCell {TD} at (0,0) size 258x38 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
51
            RenderTableCell {TD} at (0,0) size 258x20 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
52
              RenderInline {NOBR} at (0,0) size 256x36
52
              RenderInline {NOBR} at (0,0) size 484x18
53
                RenderText {#text} at (1,1) size 228x18
53
                RenderText {#text} at (1,1) size 228x18
54
                  text run at (1,1) width 228: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
54
                  text run at (1,1) width 228: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
55
                RenderWordBreak {WBR} at (0,0) size 0x0
55
                RenderWordBreak {WBR} at (0,0) size 0x0
56
                RenderText {#text} at (1,19) size 256x18
56
                RenderText {#text} at (228,1) size 257x18
57
                  text run at (1,19) width 256: "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
57
                  text run at (228,1) width 257: "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
58
            RenderTableCell {TD} at (258,19) size 511x0 [r=0 c=1 rs=1 cs=1]
58
            RenderTableCell {TD} at (258,10) size 511x0 [r=0 c=1 rs=1 cs=1]
59
      RenderBlock {P} at (0,372) size 769x18
59
      RenderBlock {P} at (0,336) size 769x18
60
        RenderText {#text} at (0,0) size 225x18
60
        RenderText {#text} at (0,0) size 225x18
61
          text run at (0,0) width 225: "Using <wbr> to break three words."
61
          text run at (0,0) width 225: "Using <wbr> to break three words."
62
      RenderBlock {DIV} at (0,406) size 302x56 [border: (1px solid #0000FF)]
62
      RenderBlock {DIV} at (0,370) size 302x56 [border: (1px solid #0000FF)]
63
        RenderText {#text} at (1,1) size 171x18
63
        RenderText {#text} at (1,1) size 171x18
64
          text run at (1,1) width 171: "aaaaaaaaaaaaaaaaaaaaaaaa"
64
          text run at (1,1) width 171: "aaaaaaaaaaaaaaaaaaaaaaaa"
65
        RenderWordBreak {WBR} at (0,0) size 0x0
65
        RenderWordBreak {WBR} at (0,0) size 0x0
Lines 68-74 layer at (0,0) size 785x788 a/LayoutTests/platform/mac/fast/text/wbr-expected.txt_sec3
68
        RenderWordBreak {WBR} at (0,0) size 0x0
68
        RenderWordBreak {WBR} at (0,0) size 0x0
69
        RenderText {#text} at (1,37) size 171x18
69
        RenderText {#text} at (1,37) size 171x18
70
          text run at (1,37) width 171: "cccccccccccccccccccccccc"
70
          text run at (1,37) width 171: "cccccccccccccccccccccccc"
71
      RenderTable {TABLE} at (0,472) size 769x56
71
      RenderTable {TABLE} at (0,436) size 769x56
72
        RenderTableSection {TBODY} at (0,0) size 769x56
72
        RenderTableSection {TBODY} at (0,0) size 769x56
73
          RenderTableRow {TR} at (0,0) size 769x56
73
          RenderTableRow {TR} at (0,0) size 769x56
74
            RenderTableCell {TD} at (0,0) size 194x56 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
74
            RenderTableCell {TD} at (0,0) size 194x56 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
Lines 81-117 layer at (0,0) size 785x788 a/LayoutTests/platform/mac/fast/text/wbr-expected.txt_sec4
81
              RenderText {#text} at (1,37) size 171x18
81
              RenderText {#text} at (1,37) size 171x18
82
                text run at (1,37) width 171: "cccccccccccccccccccccccc"
82
                text run at (1,37) width 171: "cccccccccccccccccccccccc"
83
            RenderTableCell {TD} at (194,28) size 575x0 [r=0 c=1 rs=1 cs=1]
83
            RenderTableCell {TD} at (194,28) size 575x0 [r=0 c=1 rs=1 cs=1]
84
      RenderBlock {P} at (0,544) size 769x18
84
      RenderBlock {P} at (0,508) size 769x18
85
        RenderText {#text} at (0,0) size 321x18
85
        RenderText {#text} at (0,0) size 321x18
86
          text run at (0,0) width 321: "Using <wbr> within <nobr> to break three words."
86
          text run at (0,0) width 321: "Using <wbr> within <nobr> to break three words."
87
      RenderBlock {DIV} at (0,578) size 302x56 [border: (1px solid #0000FF)]
87
      RenderBlock {DIV} at (0,542) size 302x20 [border: (1px solid #0000FF)]
88
        RenderInline {NOBR} at (0,0) size 192x54
88
        RenderInline {NOBR} at (0,0) size 533x18
89
          RenderText {#text} at (1,1) size 171x18
89
          RenderText {#text} at (1,1) size 171x18
90
            text run at (1,1) width 171: "aaaaaaaaaaaaaaaaaaaaaaaa"
90
            text run at (1,1) width 171: "aaaaaaaaaaaaaaaaaaaaaaaa"
91
          RenderWordBreak {WBR} at (0,0) size 0x0
91
          RenderWordBreak {WBR} at (0,0) size 0x0
92
          RenderText {#text} at (1,19) size 192x18
92
          RenderText {#text} at (171,1) size 193x18
93
            text run at (1,19) width 192: "bbbbbbbbbbbbbbbbbbbbbbbb"
93
            text run at (171,1) width 193: "bbbbbbbbbbbbbbbbbbbbbbbb"
94
          RenderWordBreak {WBR} at (0,0) size 0x0
94
          RenderWordBreak {WBR} at (0,0) size 0x0
95
          RenderText {#text} at (1,37) size 171x18
95
          RenderText {#text} at (363,1) size 171x18
96
            text run at (1,37) width 171: "cccccccccccccccccccccccc"
96
            text run at (363,1) width 171: "cccccccccccccccccccccccc"
97
      RenderTable {TABLE} at (0,644) size 769x56
97
      RenderTable {TABLE} at (0,572) size 769x20
98
        RenderTableSection {TBODY} at (0,0) size 769x56
98
        RenderTableSection {TBODY} at (0,0) size 769x20
99
          RenderTableRow {TR} at (0,0) size 769x56
99
          RenderTableRow {TR} at (0,0) size 769x20
100
            RenderTableCell {TD} at (0,0) size 194x56 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
100
            RenderTableCell {TD} at (0,0) size 194x20 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
101
              RenderInline {NOBR} at (0,0) size 192x54
101
              RenderInline {NOBR} at (0,0) size 533x18
102
                RenderText {#text} at (1,1) size 171x18
102
                RenderText {#text} at (1,1) size 171x18
103
                  text run at (1,1) width 171: "aaaaaaaaaaaaaaaaaaaaaaaa"
103
                  text run at (1,1) width 171: "aaaaaaaaaaaaaaaaaaaaaaaa"
104
                RenderWordBreak {WBR} at (0,0) size 0x0
104
                RenderWordBreak {WBR} at (0,0) size 0x0
105
                RenderText {#text} at (1,19) size 192x18
105
                RenderText {#text} at (171,1) size 193x18
106
                  text run at (1,19) width 192: "bbbbbbbbbbbbbbbbbbbbbbbb"
106
                  text run at (171,1) width 193: "bbbbbbbbbbbbbbbbbbbbbbbb"
107
                RenderWordBreak {WBR} at (0,0) size 0x0
107
                RenderWordBreak {WBR} at (0,0) size 0x0
108
                RenderText {#text} at (1,37) size 171x18
108
                RenderText {#text} at (363,1) size 171x18
109
                  text run at (1,37) width 171: "cccccccccccccccccccccccc"
109
                  text run at (363,1) width 171: "cccccccccccccccccccccccc"
110
            RenderTableCell {TD} at (194,28) size 575x0 [r=0 c=1 rs=1 cs=1]
110
            RenderTableCell {TD} at (194,10) size 575x0 [r=0 c=1 rs=1 cs=1]
111
      RenderBlock {P} at (0,716) size 769x18
111
      RenderBlock {P} at (0,608) size 769x18
112
        RenderText {#text} at (0,0) size 443x18
112
        RenderText {#text} at (0,0) size 443x18
113
          text run at (0,0) width 443: "Spaces both before and after <wbr> to check for collapsing behavior."
113
          text run at (0,0) width 443: "Spaces both before and after <wbr> to check for collapsing behavior."
114
      RenderBlock {DIV} at (0,750) size 302x20 [border: (1px solid #0000FF)]
114
      RenderBlock {DIV} at (0,642) size 302x20 [border: (1px solid #0000FF)]
115
        RenderText {#text} at (1,1) size 26x18
115
        RenderText {#text} at (1,1) size 26x18
116
          text run at (1,1) width 26: "aaa "
116
          text run at (1,1) width 26: "aaa "
117
        RenderWordBreak {WBR} at (0,0) size 0x0
117
        RenderWordBreak {WBR} at (0,0) size 0x0
- a/LayoutTests/platform/mac/fast/text/whitespace/018-expected.txt -26 / +25 lines
Lines 1-8 a/LayoutTests/platform/mac/fast/text/whitespace/018-expected.txt_sec1
1
layer at (0,0) size 800x600
1
layer at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x212
3
layer at (0,0) size 800x228
4
  RenderBlock {HTML} at (0,0) size 800x212
4
  RenderBlock {HTML} at (0,0) size 800x228
5
    RenderBody {BODY} at (8,8) size 784x196
5
    RenderBody {BODY} at (8,8) size 784x212
6
      RenderBlock (anonymous) at (0,0) size 784x18
6
      RenderBlock (anonymous) at (0,0) size 784x18
7
        RenderInline {DIV} at (0,0) size 528x16 [color=#FFFFFF] [bgcolor=#FF0000]
7
        RenderInline {DIV} at (0,0) size 528x16 [color=#FFFFFF] [bgcolor=#FF0000]
8
          RenderText {#text} at (0,1) size 528x16
8
          RenderText {#text} at (0,1) size 528x16
Lines 11-27 layer at (0,0) size 800x212 a/LayoutTests/platform/mac/fast/text/whitespace/018-expected.txt_sec2
11
      RenderBlock {P} at (0,34) size 784x18
11
      RenderBlock {P} at (0,34) size 784x18
12
        RenderText {#text} at (0,0) size 599x18
12
        RenderText {#text} at (0,0) size 599x18
13
          text run at (0,0) width 599: "There should be a pretty green and lime pattern and the word \"PASS\" in lime on white below."
13
          text run at (0,0) width 599: "There should be a pretty green and lime pattern and the word \"PASS\" in lime on white below."
14
      RenderBlock {DIV} at (0,68) size 304x128 [color=#00FF00] [bgcolor=#008000]
14
      RenderBlock {DIV} at (0,68) size 304x144 [color=#00FF00] [bgcolor=#008000]
15
        RenderText {#text} at (0,0) size 304x32
15
        RenderText {#text} at (0,0) size 304x32
16
          text run at (0,0) width 0: " "
16
          text run at (0,0) width 0: " "
17
          text run at (0,16) width 304: "1234567890123456789"
17
          text run at (0,16) width 304: "1234567890123456789"
18
        RenderInline {SPAN} at (0,0) size 304x32
18
        RenderInline {SPAN} at (0,0) size 304x48
19
          RenderText {#text} at (0,32) size 32x16
19
          RenderText {#text} at (0,32) size 32x16
20
            text run at (0,32) width 32: "x "
20
            text run at (0,32) width 32: "x "
21
          RenderInline {SPAN} at (0,0) size 112x16
21
          RenderInline {SPAN} at (0,0) size 112x16
22
            RenderText {#text} at (32,32) size 32x16
22
            RenderText {#text} at (32,32) size 32x16
23
              text run at (32,32) width 32: "x "
23
              text run at (32,32) width 32: "x "
24
            RenderInline {SPAN} at (0,0) size 0x0
24
            RenderInline {SPAN} at (0,0) size 0x16
25
            RenderText {#text} at (64,32) size 16x16
25
            RenderText {#text} at (64,32) size 16x16
26
              text run at (64,32) width 16: "x"
26
              text run at (64,32) width 16: "x"
27
            RenderInline {SPAN} at (0,0) size 16x16
27
            RenderInline {SPAN} at (0,0) size 16x16
Lines 70-76 layer at (0,0) size 800x212 a/LayoutTests/platform/mac/fast/text/whitespace/018-expected.txt_sec3
70
              text run at (96,64) width 16: " "
70
              text run at (96,64) width 16: " "
71
          RenderText {#text} at (112,64) size 16x16
71
          RenderText {#text} at (112,64) size 16x16
72
            text run at (112,64) width 16: " "
72
            text run at (112,64) width 16: " "
73
          RenderInline {SPAN} at (0,0) size 0x0
73
          RenderInline {SPAN} at (0,0) size 0x16
74
            RenderText {#text} at (0,0) size 0x0
74
            RenderText {#text} at (0,0) size 0x0
75
          RenderText {#text} at (0,0) size 0x0
75
          RenderText {#text} at (0,0) size 0x0
76
        RenderText {#text} at (128,64) size 32x16
76
        RenderText {#text} at (128,64) size 32x16
Lines 83-107 layer at (0,0) size 800x212 a/LayoutTests/platform/mac/fast/text/whitespace/018-expected.txt_sec4
83
            text run at (176,64) width 16: " "
83
            text run at (176,64) width 16: " "
84
        RenderText {#text} at (192,64) size 48x16
84
        RenderText {#text} at (192,64) size 48x16
85
          text run at (192,64) width 48: "   "
85
          text run at (192,64) width 48: "   "
86
        RenderInline {SPAN} at (0,0) size 16x16
86
        RenderInline {SPAN} at (0,0) size 0x16
87
          RenderText {#text} at (240,64) size 16x16
88
            text run at (240,64) width 16: " "
89
        RenderInline {SPAN} at (0,0) size 0x0
90
          RenderText {#text} at (0,0) size 0x0
87
          RenderText {#text} at (0,0) size 0x0
91
        RenderText {#text} at (256,64) size 384x16
88
        RenderInline {SPAN} at (0,0) size 0x16
92
          text run at (256,64) width 384: "  x x  x x  x x    x    "
89
          RenderText {#text} at (0,0) size 0x0
93
          text run at (640,64) width 0: " "
90
        RenderText {#text} at (0,80) size 384x16
94
        RenderInline {SPAN} at (0,0) size 640x16
91
          text run at (0,80) width 384: "  x x  x x  x x    x    "
95
          RenderText {#text} at (0,80) size 640x16
92
          text run at (384,80) width 0: " "
96
            text run at (0,80) width 640: "x x x x x x x x x x xxxx xxxx xxxx xxxx "
97
        RenderText {#text} at (640,80) size 640x32
98
          text run at (640,80) width 0: " "
99
          text run at (0,96) width 624: "x                 x x    x  x    x    x"
100
        RenderInline {SPAN} at (0,0) size 640x16
93
        RenderInline {SPAN} at (0,0) size 640x16
101
          RenderText {#text} at (0,112) size 304x16
94
          RenderText {#text} at (0,96) size 640x16
102
            text run at (0,112) width 304: "xxxxxxxxxxxxxxxxxxx"
95
            text run at (0,96) width 640: "x x x x x x x x x x xxxx xxxx xxxx xxxx "
96
        RenderText {#text} at (640,96) size 640x32
97
          text run at (640,96) width 0: " "
98
          text run at (0,112) width 624: "x                 x x    x  x    x    x"
99
        RenderInline {SPAN} at (0,0) size 640x32
100
          RenderText {#text} at (0,128) size 304x16
101
            text run at (0,128) width 304: "xxxxxxxxxxxxxxxxxxx"
103
          RenderInline {SPAN} at (0,0) size 336x16
102
          RenderInline {SPAN} at (0,0) size 336x16
104
            RenderText {#text} at (304,112) size 336x16
103
            RenderText {#text} at (304,128) size 336x16
105
              text run at (304,112) width 336: " x    x  x xxxx xxxx "
104
              text run at (304,128) width 336: " x    x  x xxxx xxxx "
106
        RenderText {#text} at (640,112) size 0x16
105
        RenderText {#text} at (640,128) size 0x16
107
          text run at (640,112) width 0: " "
106
          text run at (640,128) width 0: " "
- a/LayoutTests/platform/mac/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt -2 / +6 lines
Lines 5-13 layer at (0,0) size 800x52 a/LayoutTests/platform/mac/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt_sec1
5
    RenderBody {BODY} at (8,8) size 784x36
5
    RenderBody {BODY} at (8,8) size 784x36
6
      RenderBlock {DIV} at (0,0) size 200x36 [bgcolor=#FFFF00]
6
      RenderBlock {DIV} at (0,0) size 200x36 [bgcolor=#FFFF00]
7
        RenderText {#text} at (0,0) size 152x18
7
        RenderText {#text} at (0,0) size 152x18
8
          text run at (0,0) width 152: "Overflow should "
8
          text run at (0,0) width 61: "Overflow"
9
          text run at (80,0) width 48: " should"
10
          text run at (147,0) width 5: " "
9
        RenderInline {SPAN} at (0,0) size 21x18
11
        RenderInline {SPAN} at (0,0) size 21x18
10
          RenderText {#text} at (151,0) size 21x18
12
          RenderText {#text} at (151,0) size 21x18
11
            text run at (151,0) width 21: "not"
13
            text run at (151,0) width 21: "not"
12
        RenderText {#text} at (0,18) size 154x18
14
        RenderText {#text} at (0,18) size 154x18
13
          text run at (0,18) width 154: "even be tolerated."
15
          text run at (0,18) width 31: "even"
16
          text run at (50,18) width 20: " be"
17
          text run at (89,18) width 65: " tolerated."
- a/LayoutTests/platform/mac/fonts/sans-serif-expected.txt -1 / +1 lines
Lines 65-71 layer at (0,0) size 785x5610 a/LayoutTests/platform/mac/fonts/sans-serif-expected.txt_sec1
65
              text run at (0,90) width 765: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X"
65
              text run at (0,90) width 765: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X"
66
              text run at (0,108) width 448: "Y Z [ \\ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
66
              text run at (0,108) width 448: "Y Z [ \\ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
67
          RenderText {#text} at (0,0) size 0x0
67
          RenderText {#text} at (0,0) size 0x0
68
          RenderInline {FONT} at (0,0) size 0x0
68
          RenderInline {FONT} at (0,0) size 0x17
69
            RenderText {#text} at (0,0) size 0x0
69
            RenderText {#text} at (0,0) size 0x0
70
      RenderBlock {P} at (0,460) size 769x1710
70
      RenderBlock {P} at (0,460) size 769x1710
71
        RenderInline {FONT} at (0,0) size 70x1709
71
        RenderInline {FONT} at (0,0) size 70x1709
- a/LayoutTests/platform/mac/fonts/serif-expected.txt -4 / +4 lines
Lines 35-43 layer at (0,0) size 785x5468 a/LayoutTests/platform/mac/fonts/serif-expected.txt_sec1
35
            text run at (0,18) width 768: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\"
35
            text run at (0,18) width 768: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\"
36
            text run at (0,36) width 377: "] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
36
            text run at (0,36) width 377: "] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
37
          RenderBR {BR} at (376,36) size 1x18
37
          RenderBR {BR} at (376,36) size 1x18
38
          RenderInline {B} at (0,0) size 762x36
38
          RenderInline {B} at (0,0) size 761x36
39
            RenderText {#text} at (0,54) size 762x36
39
            RenderText {#text} at (0,54) size 761x36
40
              text run at (0,54) width 762: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y"
40
              text run at (0,54) width 761: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y"
41
              text run at (0,72) width 425: "Z [ \\ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } > "
41
              text run at (0,72) width 425: "Z [ \\ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } > "
42
          RenderBR {BR} at (424,72) size 1x18
42
          RenderBR {BR} at (424,72) size 1x18
43
          RenderInline {I} at (0,0) size 766x36
43
          RenderInline {I} at (0,0) size 766x36
Lines 45-51 layer at (0,0) size 785x5468 a/LayoutTests/platform/mac/fonts/serif-expected.txt_sec2
45
              text run at (0,90) width 766: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\"
45
              text run at (0,90) width 766: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\"
46
              text run at (0,108) width 373: "] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
46
              text run at (0,108) width 373: "] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
47
          RenderText {#text} at (0,0) size 0x0
47
          RenderText {#text} at (0,0) size 0x0
48
          RenderInline {FONT} at (0,0) size 0x0
48
          RenderInline {FONT} at (0,0) size 0x18
49
            RenderText {#text} at (0,0) size 0x0
49
            RenderText {#text} at (0,0) size 0x0
50
      RenderBlock {P} at (0,318) size 769x1710
50
      RenderBlock {P} at (0,318) size 769x1710
51
        RenderInline {FONT} at (0,0) size 61x1710
51
        RenderInline {FONT} at (0,0) size 61x1710
- a/LayoutTests/platform/mac/svg/custom/svg-fonts-in-html-expected.txt -1 / +2 lines
Lines 23-29 layer at (173,47) size 454x188 a/LayoutTests/platform/mac/svg/custom/svg-fonts-in-html-expected.txt_sec1
23
  RenderBlock (positioned) {H1} at (0,15) size 454x189 [color=#DD9955]
23
  RenderBlock (positioned) {H1} at (0,15) size 454x189 [color=#DD9955]
24
    RenderInline {SPAN} at (0,0) size 341x190
24
    RenderInline {SPAN} at (0,0) size 341x190
25
      RenderText {#text} at (64,-1) size 341x190
25
      RenderText {#text} at (64,-1) size 341x190
26
        text run at (64,-1) width 326: "CSS ZEN"
26
        text run at (64,-1) width 163: "CSS"
27
        text run at (198,-1) width 192: " ZEN"
27
        text run at (56,93) width 341: "GARDEN"
28
        text run at (56,93) width 341: "GARDEN"
28
layer at (173,119) size 454x21
29
layer at (173,119) size 454x21
29
  RenderBlock (positioned) {H2} at (0,87) size 454x22 [color=#EEFF00]
30
  RenderBlock (positioned) {H2} at (0,87) size 454x22 [color=#EEFF00]
- a/LayoutTests/platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt -12 / +22 lines
Lines 19-33 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt_sec1
19
          text run at (244,1) width 26: " abc"
19
          text run at (244,1) width 26: " abc"
20
      RenderBlock {P} at (0,148) size 784x20
20
      RenderBlock {P} at (0,148) size 784x20
21
        RenderText {#text} at (0,1) size 126x18
21
        RenderText {#text} at (0,1) size 126x18
22
          text run at (0,1) width 126: "abc "
22
          text run at (0,1) width 19: "abc"
23
          text run at (118,1) width 8: " "
23
        RenderInline {SPAN} at (0,0) size 14x18
24
        RenderInline {SPAN} at (0,0) size 14x18
24
          RenderText {#text} at (125,1) size 14x18
25
          RenderText {#text} at (125,1) size 14x18
25
            text run at (125,1) width 14: "ab"
26
            text run at (125,1) width 14: "ab"
26
        RenderText {#text} at (138,1) size 132x18
27
        RenderText {#text} at (138,1) size 132x18
27
          text run at (138,1) width 132: "c abc"
28
          text run at (138,1) width 7: "c"
29
          text run at (244,1) width 26: " abc"
28
      RenderBlock {P} at (0,186) size 784x20
30
      RenderBlock {P} at (0,186) size 784x20
29
        RenderText {#text} at (0,1) size 126x18
31
        RenderText {#text} at (0,1) size 126x18
30
          text run at (0,1) width 126: "abc "
32
          text run at (0,1) width 19: "abc"
33
          text run at (118,1) width 8: " "
31
        RenderInline {SPAN} at (0,0) size 8x18
34
        RenderInline {SPAN} at (0,0) size 8x18
32
          RenderText {#text} at (125,1) size 8x18
35
          RenderText {#text} at (125,1) size 8x18
33
            text run at (125,1) width 8: "a"
36
            text run at (125,1) width 8: "a"
Lines 35-44 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt_sec2
35
          RenderText {#text} at (132,1) size 7x18
38
          RenderText {#text} at (132,1) size 7x18
36
            text run at (132,1) width 7: "b"
39
            text run at (132,1) width 7: "b"
37
        RenderText {#text} at (138,1) size 132x18
40
        RenderText {#text} at (138,1) size 132x18
38
          text run at (138,1) width 132: "c abc"
41
          text run at (138,1) width 7: "c"
42
          text run at (244,1) width 26: " abc"
39
      RenderBlock {P} at (0,224) size 784x20
43
      RenderBlock {P} at (0,224) size 784x20
40
        RenderText {#text} at (0,1) size 126x18
44
        RenderText {#text} at (0,1) size 126x18
41
          text run at (0,1) width 126: "abc "
45
          text run at (0,1) width 19: "abc"
46
          text run at (118,1) width 8: " "
42
        RenderInline {SPAN} at (0,0) size 8x18
47
        RenderInline {SPAN} at (0,0) size 8x18
43
          RenderText {#text} at (125,1) size 8x18
48
          RenderText {#text} at (125,1) size 8x18
44
            text run at (125,1) width 8: "a"
49
            text run at (125,1) width 8: "a"
Lines 51-57 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt_sec3
51
          text run at (244,1) width 26: " abc"
56
          text run at (244,1) width 26: " abc"
52
      RenderBlock {P} at (0,262) size 784x20
57
      RenderBlock {P} at (0,262) size 784x20
53
        RenderText {#text} at (0,1) size 133x18
58
        RenderText {#text} at (0,1) size 133x18
54
          text run at (0,1) width 133: "abc a"
59
          text run at (0,1) width 19: "abc"
60
          text run at (118,1) width 15: " a"
55
        RenderInline {SPAN} at (0,0) size 7x18
61
        RenderInline {SPAN} at (0,0) size 7x18
56
          RenderText {#text} at (132,1) size 7x18
62
          RenderText {#text} at (132,1) size 7x18
57
            text run at (132,1) width 7: "b"
63
            text run at (132,1) width 7: "b"
Lines 62-79 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt_sec4
62
          text run at (244,1) width 26: " abc"
68
          text run at (244,1) width 26: " abc"
63
      RenderBlock {P} at (0,300) size 784x20
69
      RenderBlock {P} at (0,300) size 784x20
64
        RenderText {#text} at (0,1) size 133x18
70
        RenderText {#text} at (0,1) size 133x18
65
          text run at (0,1) width 133: "abc a"
71
          text run at (0,1) width 19: "abc"
72
          text run at (118,1) width 15: " a"
66
        RenderInline {SPAN} at (0,0) size 7x18
73
        RenderInline {SPAN} at (0,0) size 7x18
67
          RenderText {#text} at (132,1) size 7x18
74
          RenderText {#text} at (132,1) size 7x18
68
            text run at (132,1) width 7: "b"
75
            text run at (132,1) width 7: "b"
69
        RenderText {#text} at (138,1) size 132x18
76
        RenderText {#text} at (138,1) size 132x18
70
          text run at (138,1) width 132: "c abc"
77
          text run at (138,1) width 7: "c"
78
          text run at (244,1) width 26: " abc"
71
      RenderBlock {P} at (0,338) size 784x20
79
      RenderBlock {P} at (0,338) size 784x20
72
        RenderText {#text} at (0,1) size 126x18
80
        RenderText {#text} at (0,1) size 126x18
73
          text run at (0,1) width 126: "abc "
81
          text run at (0,1) width 19: "abc"
74
        RenderInline {SPAN} at (0,0) size 1x18
82
          text run at (118,1) width 8: " "
83
        RenderInline {SPAN} at (0,0) size 0x18
75
        RenderText {#text} at (125,1) size 126x18
84
        RenderText {#text} at (125,1) size 126x18
76
          text run at (125,1) width 126: "abc "
85
          text run at (125,1) width 20: "abc"
77
        RenderInline {SPAN} at (0,0) size 1x18
86
          text run at (244,1) width 7: " "
87
        RenderInline {SPAN} at (0,0) size 0x18
78
        RenderText {#text} at (250,1) size 20x18
88
        RenderText {#text} at (250,1) size 20x18
79
          text run at (250,1) width 20: "abc"
89
          text run at (250,1) width 20: "abc"
- a/LayoutTests/platform/mac/svg/hixie/processing-model/003-expected.txt -1 / +1 lines
Lines 2-7 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/svg/hixie/processing-model/003-expected.txt_sec1
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x18
3
layer at (0,0) size 800x18
4
  RenderBlock {svg} at (0,0) size 800x18 [color=#008000]
4
  RenderBlock {svg} at (0,0) size 800x18 [color=#008000]
5
    RenderInline {rect} at (0,0) size 0x0
5
    RenderInline {rect} at (0,0) size 0x18
6
    RenderText {#text} at (0,0) size 166x18
6
    RenderText {#text} at (0,0) size 166x18
7
      text run at (0,0) width 166: "This line should be green."
7
      text run at (0,0) width 166: "This line should be green."
- a/LayoutTests/platform/mac/svg/hixie/processing-model/004-expected.txt -1 / +1 lines
Lines 2-7 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/svg/hixie/processing-model/004-expected.txt_sec1
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x18
3
layer at (0,0) size 800x18
4
  RenderBlock {svg} at (0,0) size 800x18 [color=#008000]
4
  RenderBlock {svg} at (0,0) size 800x18 [color=#008000]
5
    RenderInline {rect} at (0,0) size 0x0
5
    RenderInline {rect} at (0,0) size 0x18
6
    RenderText {#text} at (0,0) size 166x18
6
    RenderText {#text} at (0,0) size 166x18
7
      text run at (0,0) width 166: "This line should be green."
7
      text run at (0,0) width 166: "This line should be green."
- a/LayoutTests/platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.txt -1 / +1 lines
Lines 3-9 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.txt_sec1
3
layer at (0,0) size 800x600
3
layer at (0,0) size 800x600
4
  RenderBlock {HTML} at (0,0) size 800x600
4
  RenderBlock {HTML} at (0,0) size 800x600
5
    RenderBody {BODY} at (8,8) size 784x584
5
    RenderBody {BODY} at (8,8) size 784x584
6
      RenderInline {BASE} at (0,0) size 0x0
6
      RenderInline {BASE} at (0,0) size 0x18
7
      RenderText {#text} at (0,0) size 0x0
7
      RenderText {#text} at (0,0) size 0x0
8
      RenderInline {A} at (0,0) size 468x18 [color=#0000EE]
8
      RenderInline {A} at (0,0) size 468x18 [color=#0000EE]
9
        RenderText {#text} at (0,0) size 0x0
9
        RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt -2 / +2 lines
Lines 31-37 layer at (0,0) size 785x11400 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt_sec1
31
                    text run at (0,0) width 327: "This text node only exists once in the original document! "
31
                    text run at (0,0) width 327: "This text node only exists once in the original document! "
32
                    text run at (326,0) width 305: "If it were a large collection of inlines, the page would "
32
                    text run at (326,0) width 305: "If it were a large collection of inlines, the page would "
33
                    text run at (630,0) width 77: "hang forever."
33
                    text run at (630,0) width 77: "hang forever."
34
                  RenderInline {A} at (0,0) size 0x0
34
                  RenderInline {A} at (0,0) size 0x15
35
              RenderBlock (anonymous) at (2,85) size 707x11292
35
              RenderBlock (anonymous) at (2,85) size 707x11292
36
                RenderBlock {H2} at (0,0) size 707x23
36
                RenderBlock {H2} at (0,0) size 707x23
37
                  RenderInline {A} at (0,0) size 168x22
37
                  RenderInline {A} at (0,0) size 168x22
Lines 4240-4246 layer at (0,0) size 785x11400 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt_sec2
4240
                    RenderText {#text} at (0,30) size 114x15
4240
                    RenderText {#text} at (0,30) size 114x15
4241
                      text run at (0,30) width 114: "Product Information"
4241
                      text run at (0,30) width 114: "Product Information"
4242
                  RenderText {#text} at (0,0) size 0x0
4242
                  RenderText {#text} at (0,0) size 0x0
4243
                  RenderInline {A} at (0,0) size 0x0
4243
                  RenderInline {A} at (0,0) size 0x15
4244
                  RenderText {#text} at (0,0) size 0x0
4244
                  RenderText {#text} at (0,0) size 0x0
4245
                RenderTable {TABLE} at (0,11265) size 26x27
4245
                RenderTable {TABLE} at (0,11265) size 26x27
4246
                  RenderTableSection {TBODY} at (0,0) size 26x26
4246
                  RenderTableSection {TBODY} at (0,0) size 26x26
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt -1 / +1 lines
Lines 9-15 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt_sec1
9
            text run at (0,0) width 327: "This text node only exists once in the original document! "
9
            text run at (0,0) width 327: "This text node only exists once in the original document! "
10
            text run at (326,0) width 305: "If it were a large collection of inlines, the page would "
10
            text run at (326,0) width 305: "If it were a large collection of inlines, the page would "
11
            text run at (630,0) width 77: "hang forever."
11
            text run at (630,0) width 77: "hang forever."
12
          RenderInline {A} at (0,0) size 0x0
12
          RenderInline {A} at (0,0) size 0x15
13
      RenderBlock (anonymous) at (0,31) size 784x44
13
      RenderBlock (anonymous) at (0,31) size 784x44
14
        RenderBlock {H2} at (0,0) size 784x23
14
        RenderBlock {H2} at (0,0) size 784x23
15
          RenderInline {A} at (0,0) size 168x22
15
          RenderInline {A} at (0,0) size 168x22
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt -10 / +10 lines
Lines 22-28 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec1
22
          RenderInline {A} at (0,0) size 10x18
22
          RenderInline {A} at (0,0) size 10x18
23
            RenderText {#text} at (0,0) size 10x18
23
            RenderText {#text} at (0,0) size 10x18
24
              text run at (0,0) width 10: "Z"
24
              text run at (0,0) width 10: "Z"
25
          RenderInline {FONT} at (0,0) size 1x18
25
          RenderInline {FONT} at (0,0) size 0x18
26
            RenderText {#text} at (0,0) size 0x0
26
            RenderText {#text} at (0,0) size 0x0
27
      RenderBlock (anonymous) at (0,72) size 769x2
27
      RenderBlock (anonymous) at (0,72) size 769x2
28
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
28
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
Lines 49-55 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec2
49
              RenderInline {A} at (0,0) size 10x18
49
              RenderInline {A} at (0,0) size 10x18
50
                RenderText {#text} at (0,0) size 10x18
50
                RenderText {#text} at (0,0) size 10x18
51
                  text run at (0,0) width 10: "Z"
51
                  text run at (0,0) width 10: "Z"
52
              RenderInline {FONT} at (0,0) size 1x18
52
              RenderInline {FONT} at (0,0) size 0x18
53
                RenderText {#text} at (0,0) size 0x0
53
                RenderText {#text} at (0,0) size 0x0
54
      RenderBlock (anonymous) at (0,154) size 769x2
54
      RenderBlock (anonymous) at (0,154) size 769x2
55
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
55
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
Lines 80-86 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec3
80
                  RenderInline {A} at (0,0) size 11x18
80
                  RenderInline {A} at (0,0) size 11x18
81
                    RenderText {#text} at (95,0) size 11x18
81
                    RenderText {#text} at (95,0) size 11x18
82
                      text run at (95,0) width 11: "Z"
82
                      text run at (95,0) width 11: "Z"
83
                  RenderInline {FONT} at (0,0) size 1x18
83
                  RenderInline {FONT} at (0,0) size 0x18
84
                    RenderText {#text} at (0,0) size 0x0
84
                    RenderText {#text} at (0,0) size 0x0
85
      RenderBlock (anonymous) at (0,236) size 769x2
85
      RenderBlock (anonymous) at (0,236) size 769x2
86
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
86
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
Lines 112-118 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec4
112
                      RenderInline {A} at (0,0) size 10x18
112
                      RenderInline {A} at (0,0) size 10x18
113
                        RenderText {#text} at (0,0) size 10x18
113
                        RenderText {#text} at (0,0) size 10x18
114
                          text run at (0,0) width 10: "Z"
114
                          text run at (0,0) width 10: "Z"
115
                      RenderInline {FONT} at (0,0) size 1x18
115
                      RenderInline {FONT} at (0,0) size 0x18
116
                        RenderText {#text} at (0,0) size 0x0
116
                        RenderText {#text} at (0,0) size 0x0
117
      RenderBlock (anonymous) at (0,318) size 769x2
117
      RenderBlock (anonymous) at (0,318) size 769x2
118
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
118
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
Lines 148-154 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec5
148
                          RenderInline {A} at (0,0) size 11x18
148
                          RenderInline {A} at (0,0) size 11x18
149
                            RenderText {#text} at (96,0) size 11x18
149
                            RenderText {#text} at (96,0) size 11x18
150
                              text run at (96,0) width 11: "Z"
150
                              text run at (96,0) width 11: "Z"
151
                          RenderInline {FONT} at (0,0) size 1x18
151
                          RenderInline {FONT} at (0,0) size 0x18
152
                            RenderText {#text} at (0,0) size 0x0
152
                            RenderText {#text} at (0,0) size 0x0
153
      RenderBlock (anonymous) at (0,382) size 769x2
153
      RenderBlock (anonymous) at (0,382) size 769x2
154
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
154
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
Lines 248-254 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec6
248
                                  RenderInline {A} at (0,0) size 10x18
248
                                  RenderInline {A} at (0,0) size 10x18
249
                                    RenderText {#text} at (0,0) size 10x18
249
                                    RenderText {#text} at (0,0) size 10x18
250
                                      text run at (0,0) width 10: "Z"
250
                                      text run at (0,0) width 10: "Z"
251
                                  RenderInline {FONT} at (0,0) size 1x18
251
                                  RenderInline {FONT} at (0,0) size 0x18
252
                                    RenderText {#text} at (0,0) size 0x0
252
                                    RenderText {#text} at (0,0) size 0x0
253
      RenderBlock (anonymous) at (0,546) size 769x2
253
      RenderBlock (anonymous) at (0,546) size 769x2
254
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
254
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
Lines 300-306 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec7
300
                                      RenderInline {A} at (0,0) size 10x18
300
                                      RenderInline {A} at (0,0) size 10x18
301
                                        RenderText {#text} at (0,0) size 10x18
301
                                        RenderText {#text} at (0,0) size 10x18
302
                                          text run at (0,0) width 10: "Z"
302
                                          text run at (0,0) width 10: "Z"
303
                                      RenderInline {FONT} at (0,0) size 1x18
303
                                      RenderInline {FONT} at (0,0) size 0x18
304
                                        RenderText {#text} at (0,0) size 0x0
304
                                        RenderText {#text} at (0,0) size 0x0
305
      RenderBlock (anonymous) at (0,646) size 769x2
305
      RenderBlock (anonymous) at (0,646) size 769x2
306
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
306
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
Lines 356-362 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec8
356
                                          RenderInline {A} at (0,0) size 10x18
356
                                          RenderInline {A} at (0,0) size 10x18
357
                                            RenderText {#text} at (0,0) size 10x18
357
                                            RenderText {#text} at (0,0) size 10x18
358
                                              text run at (0,0) width 10: "Z"
358
                                              text run at (0,0) width 10: "Z"
359
                                          RenderInline {FONT} at (0,0) size 1x18
359
                                          RenderInline {FONT} at (0,0) size 0x18
360
                                            RenderText {#text} at (0,0) size 0x0
360
                                            RenderText {#text} at (0,0) size 0x0
361
      RenderBlock (anonymous) at (0,746) size 769x2
361
      RenderBlock (anonymous) at (0,746) size 769x2
362
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
362
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
Lines 413-419 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec9
413
                                              RenderInline {A} at (0,0) size 10x18
413
                                              RenderInline {A} at (0,0) size 10x18
414
                                                RenderText {#text} at (0,0) size 10x18
414
                                                RenderText {#text} at (0,0) size 10x18
415
                                                  text run at (0,0) width 10: "Z"
415
                                                  text run at (0,0) width 10: "Z"
416
                                              RenderInline {FONT} at (0,0) size 1x18
416
                                              RenderInline {FONT} at (0,0) size 0x18
417
                                                RenderText {#text} at (0,0) size 0x0
417
                                                RenderText {#text} at (0,0) size 0x0
418
      RenderBlock (anonymous) at (0,828) size 769x2
418
      RenderBlock (anonymous) at (0,828) size 769x2
419
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
419
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
Lines 474-480 layer at (0,0) size 785x982 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt_sec10
474
                                                  RenderInline {A} at (0,0) size 10x18
474
                                                  RenderInline {A} at (0,0) size 10x18
475
                                                    RenderText {#text} at (0,0) size 10x18
475
                                                    RenderText {#text} at (0,0) size 10x18
476
                                                      text run at (0,0) width 10: "Z"
476
                                                      text run at (0,0) width 10: "Z"
477
                                                  RenderInline {FONT} at (0,0) size 1x18
477
                                                  RenderInline {FONT} at (0,0) size 0x18
478
                                                    RenderText {#text} at (0,0) size 0x0
478
                                                    RenderText {#text} at (0,0) size 0x0
479
      RenderBlock (anonymous) at (0,910) size 769x2
479
      RenderBlock (anonymous) at (0,910) size 769x2
480
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
480
        RenderBlock {HR} at (0,0) size 769x2 [border: (1px inset #000000)]
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113424-expected.txt -6 / +6 lines
Lines 47-54 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113424-expected.txt_sec1
47
                                RenderText {#text} at (3,3) size 28x11
47
                                RenderText {#text} at (3,3) size 28x11
48
                                  text run at (3,3) width 28: "03.12."
48
                                  text run at (3,3) width 28: "03.12."
49
                            RenderTableCell {TD} at (264,37) size 33x17 [r=2 c=5 rs=1 cs=1]
49
                            RenderTableCell {TD} at (264,37) size 33x17 [r=2 c=5 rs=1 cs=1]
50
                              RenderInline {FONT} at (0,0) size 17x11
50
                              RenderInline {FONT} at (0,0) size 17x12
51
                                RenderInline {A} at (0,0) size 17x11 [color=#0000EE]
51
                                RenderInline {A} at (0,0) size 17x12 [color=#0000EE]
52
                                  RenderImage {IMG} at (7,3) size 17x10
52
                                  RenderImage {IMG} at (7,3) size 17x10
53
                    RenderTableCell {TD} at (299,0) size 299x57 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
53
                    RenderTableCell {TD} at (299,0) size 299x57 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
54
                      RenderTable {TABLE} at (1,1) size 297x55
54
                      RenderTable {TABLE} at (1,1) size 297x55
Lines 62-74 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug113424-expected.txt_sec2
62
                            RenderTableCell {TD} at (1,19) size 203x17 [r=1 c=0 rs=1 cs=1]
62
                            RenderTableCell {TD} at (1,19) size 203x17 [r=1 c=0 rs=1 cs=1]
63
                              RenderImage {IMG} at (95,3) size 12x11
63
                              RenderImage {IMG} at (95,3) size 12x11
64
                            RenderTableCell {TD} at (204,19) size 93x17 [r=1 c=1 rs=1 cs=1]
64
                            RenderTableCell {TD} at (204,19) size 93x17 [r=1 c=1 rs=1 cs=1]
65
                              RenderInline {FONT} at (0,0) size 17x11
65
                              RenderInline {FONT} at (0,0) size 17x12
66
                                RenderInline {A} at (0,0) size 17x11 [color=#0000EE]
66
                                RenderInline {A} at (0,0) size 17x12 [color=#0000EE]
67
                                  RenderImage {IMG} at (37,3) size 17x10
67
                                  RenderImage {IMG} at (37,3) size 17x10
68
                          RenderTableRow {TR} at (0,37) size 297x17 [bgcolor=#E7DEA5]
68
                          RenderTableRow {TR} at (0,37) size 297x17 [bgcolor=#E7DEA5]
69
                            RenderTableCell {TD} at (1,37) size 203x17 [r=2 c=0 rs=1 cs=1]
69
                            RenderTableCell {TD} at (1,37) size 203x17 [r=2 c=0 rs=1 cs=1]
70
                              RenderImage {IMG} at (95,3) size 12x11
70
                              RenderImage {IMG} at (95,3) size 12x11
71
                            RenderTableCell {TD} at (204,37) size 93x17 [r=2 c=1 rs=1 cs=1]
71
                            RenderTableCell {TD} at (204,37) size 93x17 [r=2 c=1 rs=1 cs=1]
72
                              RenderInline {FONT} at (0,0) size 17x11
72
                              RenderInline {FONT} at (0,0) size 17x12
73
                                RenderInline {A} at (0,0) size 17x11 [color=#0000EE]
73
                                RenderInline {A} at (0,0) size 17x12 [color=#0000EE]
74
                                  RenderImage {IMG} at (37,3) size 17x10
74
                                  RenderImage {IMG} at (37,3) size 17x10
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt -5 / +5 lines
Lines 85-94 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt_sec1
85
                      text run at (111,36) width 48: "Click Here!"
85
                      text run at (111,36) width 48: "Click Here!"
86
                RenderBR {BR} at (158,32) size 1x18
86
                RenderBR {BR} at (158,32) size 1x18
87
              RenderTableCell {TD} at (436,121) size 161x18 [r=2 c=2 rs=1 cs=1]
87
              RenderTableCell {TD} at (436,121) size 161x18 [r=2 c=2 rs=1 cs=1]
88
                RenderInline {A} at (0,0) size 132x18 [color=#0000EE]
88
                RenderInline {A} at (0,0) size 132x19 [color=#0000EE]
89
                  RenderInline {FONT} at (0,0) size 132x15 [color=#0066FF]
89
                  RenderInline {FONT} at (0,0) size 132x16 [color=#0066FF]
90
                    RenderText {#text} at (14,0) size 132x17
90
                    RenderText {#text} at (14,1) size 132x16
91
                      text run at (14,1) width 132: "Hassle-Free Upgrades"
91
                      text run at (14,2) width 132: "Hassle-Free Upgrades"
92
                RenderText {#text} at (0,0) size 0x0
92
                RenderText {#text} at (0,0) size 0x0
93
            RenderTableRow {TR} at (0,157) size 600x20
93
            RenderTableRow {TR} at (0,157) size 600x20
94
              RenderTableCell {TD} at (2,157) size 595x20 [r=3 c=0 rs=1 cs=3]
94
              RenderTableCell {TD} at (2,157) size 595x20 [r=3 c=0 rs=1 cs=3]
Lines 128-134 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt_sec2
128
                  RenderInline {A} at (0,0) size 80x15 [color=#0000EE]
128
                  RenderInline {A} at (0,0) size 80x15 [color=#0000EE]
129
                    RenderText {#text} at (493,3) size 80x15
129
                    RenderText {#text} at (493,3) size 80x15
130
                      text run at (493,3) width 80: "WebMail< /A>"
130
                      text run at (493,3) width 80: "WebMail< /A>"
131
                RenderInline {A} at (0,0) size 1x18 [color=#0000EE]
131
                RenderInline {A} at (0,0) size 0x18 [color=#0000EE]
132
                  RenderText {#text} at (0,0) size 0x0
132
                  RenderText {#text} at (0,0) size 0x0
133
            RenderTableRow {TR} at (0,179) size 600x3
133
            RenderTableRow {TR} at (0,179) size 600x3
134
              RenderTableCell {TD} at (2,179) size 597x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
134
              RenderTableCell {TD} at (2,179) size 597x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug126742-expected.txt -23 / +23 lines
Lines 21-86 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug126742-expected.txt_sec1
21
                        text run at (374,0) width 36: "Home"
21
                        text run at (374,0) width 36: "Home"
22
            RenderTableRow {TR} at (0,91) size 784x33
22
            RenderTableRow {TR} at (0,91) size 784x33
23
              RenderTableCell {TD} at (0,98) size 784x19 [r=2 c=0 rs=1 cs=1]
23
              RenderTableCell {TD} at (0,98) size 784x19 [r=2 c=0 rs=1 cs=1]
24
                RenderInline {A} at (0,0) size 120x18 [color=#0000EE]
24
                RenderInline {A} at (0,0) size 120x19 [color=#0000EE]
25
                  RenderInline {FONT} at (0,0) size 120x18
25
                  RenderInline {FONT} at (0,0) size 120x19
26
                    RenderText {#text} at (332,-1) size 120x19
26
                    RenderText {#text} at (332,-1) size 120x19
27
                      text run at (332,0) width 120: "Course Information"
27
                      text run at (332,0) width 120: "Course Information"
28
            RenderTableRow {TR} at (0,123) size 784x33
28
            RenderTableRow {TR} at (0,123) size 784x33
29
              RenderTableCell {TD} at (0,130) size 784x19 [r=3 c=0 rs=1 cs=1]
29
              RenderTableCell {TD} at (0,130) size 784x19 [r=3 c=0 rs=1 cs=1]
30
                RenderInline {A} at (0,0) size 48x18 [color=#0000EE]
30
                RenderInline {A} at (0,0) size 48x19 [color=#0000EE]
31
                  RenderInline {FONT} at (0,0) size 48x18
31
                  RenderInline {FONT} at (0,0) size 48x19
32
                    RenderText {#text} at (368,-1) size 48x19
32
                    RenderText {#text} at (368,-1) size 48x19
33
                      text run at (368,0) width 48: "Lecture"
33
                      text run at (368,0) width 48: "Lecture"
34
            RenderTableRow {TR} at (0,155) size 784x33
34
            RenderTableRow {TR} at (0,155) size 784x33
35
              RenderTableCell {TD} at (0,162) size 784x19 [r=4 c=0 rs=1 cs=1]
35
              RenderTableCell {TD} at (0,162) size 784x19 [r=4 c=0 rs=1 cs=1]
36
                RenderInline {A} at (0,0) size 0x0 [color=#0000EE]
36
                RenderInline {A} at (0,0) size 0x19 [color=#0000EE]
37
                  RenderInline {FONT} at (0,0) size 0x0
37
                  RenderInline {FONT} at (0,0) size 0x0
38
                RenderInline {A} at (0,0) size 64x18 [color=#0000EE]
38
                RenderInline {A} at (0,0) size 64x19 [color=#0000EE]
39
                  RenderInline {FONT} at (0,0) size 64x18
39
                  RenderInline {FONT} at (0,0) size 64x19
40
                    RenderText {#text} at (360,-1) size 64x19
40
                    RenderText {#text} at (360,-1) size 64x19
41
                      text run at (360,0) width 64: "Homework"
41
                      text run at (360,0) width 64: "Homework"
42
            RenderTableRow {TR} at (0,187) size 784x33
42
            RenderTableRow {TR} at (0,187) size 784x33
43
              RenderTableCell {TD} at (0,194) size 784x19 [r=5 c=0 rs=1 cs=1]
43
              RenderTableCell {TD} at (0,194) size 784x19 [r=5 c=0 rs=1 cs=1]
44
                RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
44
                RenderInline {A} at (0,0) size 50x19 [color=#0000EE]
45
                  RenderInline {FONT} at (0,0) size 50x18
45
                  RenderInline {FONT} at (0,0) size 50x19
46
                    RenderText {#text} at (367,-1) size 50x19
46
                    RenderText {#text} at (367,-1) size 50x19
47
                      text run at (367,0) width 50: "Quizzes"
47
                      text run at (367,0) width 50: "Quizzes"
48
            RenderTableRow {TR} at (0,219) size 784x33
48
            RenderTableRow {TR} at (0,219) size 784x33
49
              RenderTableCell {TD} at (0,226) size 784x19 [r=6 c=0 rs=1 cs=1]
49
              RenderTableCell {TD} at (0,226) size 784x19 [r=6 c=0 rs=1 cs=1]
50
                RenderInline {FONT} at (0,0) size 40x18 [color=#0000FF]
50
                RenderInline {FONT} at (0,0) size 40x19 [color=#0000FF]
51
                  RenderInline {A} at (0,0) size 40x18 [color=#0000EE]
51
                  RenderInline {A} at (0,0) size 40x19 [color=#0000EE]
52
                    RenderText {#text} at (372,-1) size 40x19
52
                    RenderText {#text} at (372,-1) size 40x19
53
                      text run at (372,0) width 40: "Exams"
53
                      text run at (372,0) width 40: "Exams"
54
            RenderTableRow {TR} at (0,251) size 784x33
54
            RenderTableRow {TR} at (0,251) size 784x33
55
              RenderTableCell {TD} at (0,258) size 784x19 [r=7 c=0 rs=1 cs=1]
55
              RenderTableCell {TD} at (0,258) size 784x19 [r=7 c=0 rs=1 cs=1]
56
                RenderInline {A} at (0,0) size 0x0 [color=#0000EE]
56
                RenderInline {A} at (0,0) size 0x19 [color=#0000EE]
57
                  RenderInline {FONT} at (0,0) size 0x0
57
                  RenderInline {FONT} at (0,0) size 0x0
58
                RenderInline {A} at (0,0) size 68x18 [color=#0000EE]
58
                RenderInline {A} at (0,0) size 68x19 [color=#0000EE]
59
                  RenderInline {FONT} at (0,0) size 68x18
59
                  RenderInline {FONT} at (0,0) size 68x19
60
                    RenderText {#text} at (358,-1) size 22x19
60
                    RenderText {#text} at (358,-1) size 22x19
61
                      text run at (358,0) width 22: "Lab"
61
                      text run at (358,0) width 22: "Lab"
62
                    RenderInline {U} at (0,0) size 47x18
62
                    RenderInline {U} at (0,0) size 47x19
63
                      RenderText {#text} at (379,-1) size 47x19
63
                      RenderText {#text} at (379,-1) size 47x19
64
                        text run at (379,0) width 47: "oratory"
64
                        text run at (379,0) width 47: "oratory"
65
            RenderTableRow {TR} at (0,283) size 784x33
65
            RenderTableRow {TR} at (0,283) size 784x33
66
              RenderTableCell {TD} at (0,290) size 784x19 [r=8 c=0 rs=1 cs=1]
66
              RenderTableCell {TD} at (0,290) size 784x19 [r=8 c=0 rs=1 cs=1]
67
                RenderInline {A} at (0,0) size 44x18 [color=#0000EE]
67
                RenderInline {A} at (0,0) size 44x19 [color=#0000EE]
68
                  RenderInline {U} at (0,0) size 44x18
68
                  RenderInline {U} at (0,0) size 44x19
69
                    RenderInline {FONT} at (0,0) size 44x18
69
                    RenderInline {FONT} at (0,0) size 44x19
70
                      RenderText {#text} at (370,-1) size 44x19
70
                      RenderText {#text} at (370,-1) size 44x19
71
                        text run at (370,0) width 44: "Grades"
71
                        text run at (370,0) width 44: "Grades"
72
            RenderTableRow {TR} at (0,315) size 784x33
72
            RenderTableRow {TR} at (0,315) size 784x33
73
              RenderTableCell {TD} at (0,322) size 784x19 [r=9 c=0 rs=1 cs=1]
73
              RenderTableCell {TD} at (0,322) size 784x19 [r=9 c=0 rs=1 cs=1]
74
                RenderInline {FONT} at (0,0) size 80x18
74
                RenderInline {FONT} at (0,0) size 80x19
75
                  RenderInline {A} at (0,0) size 80x18 [color=#0000EE]
75
                  RenderInline {A} at (0,0) size 80x19 [color=#0000EE]
76
                    RenderText {#text} at (352,-1) size 80x19
76
                    RenderText {#text} at (352,-1) size 80x19
77
                      text run at (352,0) width 40: "Filter "
77
                      text run at (352,0) width 40: "Filter "
78
                      text run at (391,0) width 41: "Design"
78
                      text run at (391,0) width 41: "Design"
79
            RenderTableRow {TR} at (0,347) size 784x33
79
            RenderTableRow {TR} at (0,347) size 784x33
80
              RenderTableCell {TD} at (0,354) size 784x19 [r=10 c=0 rs=1 cs=1]
80
              RenderTableCell {TD} at (0,354) size 784x19 [r=10 c=0 rs=1 cs=1]
81
                RenderInline {FONT} at (0,0) size 82x18
81
                RenderInline {FONT} at (0,0) size 82x19
82
                  RenderInline {U} at (0,0) size 82x18
82
                  RenderInline {U} at (0,0) size 82x19
83
                    RenderInline {A} at (0,0) size 82x18 [color=#0000EE]
83
                    RenderInline {A} at (0,0) size 82x19 [color=#0000EE]
84
                      RenderText {#text} at (351,-1) size 82x19
84
                      RenderText {#text} at (351,-1) size 82x19
85
                        text run at (351,0) width 46: "Office "
85
                        text run at (351,0) width 46: "Office "
86
                        text run at (396,0) width 37: "Hours"
86
                        text run at (396,0) width 37: "Hours"
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug1318-expected.txt -11 / +11 lines
Lines 19-45 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug1318-expected.txt_sec1
19
              RenderText {#text} at (0,0) size 0x0
19
              RenderText {#text} at (0,0) size 0x0
20
          RenderTableRow {TR} at (0,74) size 784x20
20
          RenderTableRow {TR} at (0,74) size 784x20
21
            RenderTableCell {TD} at (0,75) size 558x18 [r=1 c=0 rs=1 cs=1]
21
            RenderTableCell {TD} at (0,75) size 558x18 [r=1 c=0 rs=1 cs=1]
22
              RenderInline {FONT} at (0,0) size 142x15
22
              RenderInline {FONT} at (0,0) size 142x16
23
                RenderText {#text} at (415,0) size 142x17
23
                RenderText {#text} at (415,1) size 142x16
24
                  text run at (415,1) width 142: "I agree with the program"
24
                  text run at (415,2) width 142: "I agree with the program"
25
              RenderText {#text} at (0,0) size 0x0
25
              RenderText {#text} at (0,0) size 0x0
26
            RenderTableCell {TD} at (557,74) size 66x20 [r=1 c=1 rs=1 cs=1]
26
            RenderTableCell {TD} at (557,74) size 66x20 [r=1 c=1 rs=1 cs=1]
27
              RenderBlock {INPUT} at (3,4) size 12x12
27
              RenderBlock {INPUT} at (3,4) size 12x12
28
          RenderTableRow {TR} at (0,94) size 784x20
28
          RenderTableRow {TR} at (0,94) size 784x20
29
            RenderTableCell {TD} at (0,95) size 558x18 [r=2 c=0 rs=1 cs=1]
29
            RenderTableCell {TD} at (0,95) size 558x18 [r=2 c=0 rs=1 cs=1]
30
              RenderInline {FONT} at (0,0) size 153x15
30
              RenderInline {FONT} at (0,0) size 153x16
31
                RenderText {#text} at (404,0) size 153x17
31
                RenderText {#text} at (404,1) size 153x16
32
                  text run at (404,1) width 153: "I think vouchers are wrong"
32
                  text run at (404,2) width 153: "I think vouchers are wrong"
33
              RenderText {#text} at (0,0) size 0x0
33
              RenderText {#text} at (0,0) size 0x0
34
            RenderTableCell {TD} at (557,94) size 66x20 [r=2 c=1 rs=1 cs=1]
34
            RenderTableCell {TD} at (557,94) size 66x20 [r=2 c=1 rs=1 cs=1]
35
              RenderBlock {INPUT} at (3,4) size 12x12
35
              RenderBlock {INPUT} at (3,4) size 12x12
36
          RenderTableRow {TR} at (0,114) size 784x24
36
          RenderTableRow {TR} at (0,114) size 784x24
37
            RenderTableCell {TD} at (0,117) size 623x18 [r=3 c=0 rs=1 cs=2]
37
            RenderTableCell {TD} at (0,117) size 623x18 [r=3 c=0 rs=1 cs=2]
38
              RenderInline {A} at (0,0) size 76x18 [color=#0000EE]
38
              RenderInline {A} at (0,0) size 76x19 [color=#0000EE]
39
                RenderInline {FONT} at (0,0) size 76x15
39
                RenderInline {FONT} at (0,0) size 76x16
40
                  RenderText {#text} at (273,0) size 76x17
40
                  RenderText {#text} at (273,1) size 76x16
41
                    text run at (273,1) width 76: "View Results"
41
                    text run at (273,2) width 76: "View Results"
42
              RenderInline {FONT} at (0,0) size 1x16
42
              RenderInline {FONT} at (0,0) size 0x16
43
                RenderText {#text} at (0,0) size 0x0
43
                RenderText {#text} at (0,0) size 0x0
44
            RenderTableCell {TD} at (622,114) size 163x24 [r=3 c=2 rs=1 cs=2]
44
            RenderTableCell {TD} at (622,114) size 163x24 [r=3 c=2 rs=1 cs=2]
45
              RenderButton {INPUT} at (61,3) size 40x18 [color=#000000D8] [bgcolor=#C0C0C0]
45
              RenderButton {INPUT} at (61,3) size 40x18 [color=#000000D8] [bgcolor=#C0C0C0]
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug14323-expected.txt -2 / +2 lines
Lines 26-33 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug14323-expected.txt_sec1
26
                    text run at (0,0) width 261: " 25 offres d'emploi des entreprises"
26
                    text run at (0,0) width 261: " 25 offres d'emploi des entreprises"
27
            RenderTableCell {TD} at (326,0) size 100x44 [bgcolor=#EE9E02] [r=0 c=1 rs=1 cs=1]
27
            RenderTableCell {TD} at (326,0) size 100x44 [bgcolor=#EE9E02] [r=0 c=1 rs=1 cs=1]
28
              RenderImage {IMG} at (18,16) size 21x1
28
              RenderImage {IMG} at (18,16) size 21x1
29
              RenderText {#text} at (38,0) size 35x18
29
              RenderText {#text} at (38,3) size 35x18
30
                text run at (38,0) width 35: "page "
30
                text run at (38,3) width 35: "page "
31
              RenderInline {FONT} at (0,0) size 28x44
31
              RenderInline {FONT} at (0,0) size 28x44
32
                RenderInline {B} at (0,0) size 28x44
32
                RenderInline {B} at (0,0) size 28x44
33
                  RenderText {#text} at (72,0) size 28x44
33
                  RenderText {#text} at (72,0) size 28x44
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug16252-expected.txt -4 / +4 lines
Lines 19-28 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug16252-expected.txt_sec1
19
                          RenderTableCell {TD} at (0,0) size 6x22 [bgcolor=#FFFFFF] [r=0 c=0 rs=1 cs=1]
19
                          RenderTableCell {TD} at (0,0) size 6x22 [bgcolor=#FFFFFF] [r=0 c=0 rs=1 cs=1]
20
                            RenderBR {BR} at (2,2) size 0x18
20
                            RenderBR {BR} at (2,2) size 0x18
21
                          RenderTableCell {TD} at (6,1) size 254x20 [bgcolor=#CCCCDD] [r=0 c=1 rs=1 cs=1]
21
                          RenderTableCell {TD} at (6,1) size 254x20 [bgcolor=#CCCCDD] [r=0 c=1 rs=1 cs=1]
22
                            RenderInline {FONT} at (0,0) size 245x15
22
                            RenderInline {FONT} at (0,0) size 245x16
23
                              RenderInline {B} at (0,0) size 245x15
23
                              RenderInline {B} at (0,0) size 245x16
24
                                RenderText {#text} at (2,1) size 245x17
24
                                RenderText {#text} at (2,2) size 245x16
25
                                  text run at (2,2) width 245: "CHAMBERLAIN'S CAREER STATISTICS"
25
                                  text run at (2,3) width 245: "CHAMBERLAIN'S CAREER STATISTICS"
26
                        RenderTableRow {TR} at (0,22) size 260x277
26
                        RenderTableRow {TR} at (0,22) size 260x277
27
                          RenderTableCell {TD} at (0,149) size 6x23 [bgcolor=#FFFFFF] [r=1 c=0 rs=1 cs=1]
27
                          RenderTableCell {TD} at (0,149) size 6x23 [bgcolor=#FFFFFF] [r=1 c=0 rs=1 cs=1]
28
                            RenderBR {BR} at (2,2) size 0x19
28
                            RenderBR {BR} at (2,2) size 0x19
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt -1 / +1 lines
Lines 12-18 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt_sec1
12
          RenderTableSection {TBODY} at (0,0) size 669x55
12
          RenderTableSection {TBODY} at (0,0) size 669x55
13
            RenderTableRow {TR} at (0,2) size 669x25
13
            RenderTableRow {TR} at (0,2) size 669x25
14
              RenderTableCell {TD} at (2,4) size 106x21 [r=0 c=0 rs=1 cs=1]
14
              RenderTableCell {TD} at (2,4) size 106x21 [r=0 c=0 rs=1 cs=1]
15
                RenderInline {B} at (0,0) size 95x18
15
                RenderInline {B} at (0,0) size 95x19
16
                  RenderText {#text} at (1,1) size 95x19
16
                  RenderText {#text} at (1,1) size 95x19
17
                    text run at (1,2) width 95: "Trigger URL:"
17
                    text run at (1,2) width 95: "Trigger URL:"
18
              RenderTableCell {TD} at (109,2) size 468x25 [r=0 c=1 rs=1 cs=1]
18
              RenderTableCell {TD} at (109,2) size 468x25 [r=0 c=1 rs=1 cs=1]
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug22513-expected.txt -4 / +4 lines
Lines 9-17 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug22513-expected.txt_sec1
9
            RenderTableCell {TD} at (0,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=0 rs=1 cs=1]
9
            RenderTableCell {TD} at (0,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=0 rs=1 cs=1]
10
              RenderImage {IMG} at (0,0) size 15x15
10
              RenderImage {IMG} at (0,0) size 15x15
11
            RenderTableCell {TD} at (15,1) size 100x13 [bgcolor=#FFCC00] [r=0 c=1 rs=1 cs=1]
11
            RenderTableCell {TD} at (15,1) size 100x13 [bgcolor=#FFCC00] [r=0 c=1 rs=1 cs=1]
12
              RenderInline {B} at (0,0) size 62x18
12
              RenderInline {B} at (0,0) size 62x19
13
                RenderInline {FONT} at (0,0) size 62x12
13
                RenderInline {FONT} at (0,0) size 62x13
14
                  RenderText {#text} at (19,-1) size 62x14
14
                  RenderText {#text} at (19,0) size 62x13
15
                    text run at (19,0) width 62: "Downloads"
15
                    text run at (19,1) width 62: "Downloads"
16
            RenderTableCell {TD} at (115,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=2 rs=1 cs=1]
16
            RenderTableCell {TD} at (115,0) size 15x15 [bgcolor=#FFCC00] [r=0 c=2 rs=1 cs=1]
17
              RenderImage {IMG} at (0,0) size 15x15
17
              RenderImage {IMG} at (0,0) size 15x15
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.txt -3 / +3 lines
Lines 31-37 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.txt_sec1
31
        RenderInline {B} at (0,0) size 0x18
31
        RenderInline {B} at (0,0) size 0x18
32
          RenderText {#text} at (0,0) size 0x0
32
          RenderText {#text} at (0,0) size 0x0
33
          RenderBR {BR} at (0,0) size 0x18
33
          RenderBR {BR} at (0,0) size 0x18
34
          RenderInline {B} at (0,0) size 0x0
34
          RenderInline {B} at (0,0) size 0x18
35
            RenderText {#text} at (0,0) size 0x0
35
            RenderText {#text} at (0,0) size 0x0
36
            RenderText {#text} at (0,0) size 0x0
36
            RenderText {#text} at (0,0) size 0x0
37
      RenderBlock (anonymous) at (0,106) size 784x115
37
      RenderBlock (anonymous) at (0,106) size 784x115
Lines 67-73 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.txt_sec2
67
          RenderInline {B} at (0,0) size 0x18
67
          RenderInline {B} at (0,0) size 0x18
68
            RenderText {#text} at (0,0) size 0x0
68
            RenderText {#text} at (0,0) size 0x0
69
            RenderBR {BR} at (0,0) size 0x18
69
            RenderBR {BR} at (0,0) size 0x18
70
            RenderInline {B} at (0,0) size 0x0
70
            RenderInline {B} at (0,0) size 0x18
71
              RenderText {#text} at (0,0) size 0x0
71
              RenderText {#text} at (0,0) size 0x0
72
              RenderText {#text} at (0,0) size 0x0
72
              RenderText {#text} at (0,0) size 0x0
73
      RenderBlock (anonymous) at (0,239) size 784x88
73
      RenderBlock (anonymous) at (0,239) size 784x88
Lines 97-103 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.txt_sec3
97
            RenderInline {B} at (0,0) size 0x18
97
            RenderInline {B} at (0,0) size 0x18
98
              RenderText {#text} at (0,0) size 0x0
98
              RenderText {#text} at (0,0) size 0x0
99
              RenderBR {BR} at (0,0) size 0x18
99
              RenderBR {BR} at (0,0) size 0x18
100
              RenderInline {B} at (0,0) size 0x0
100
              RenderInline {B} at (0,0) size 0x18
101
                RenderText {#text} at (0,0) size 0x0
101
                RenderText {#text} at (0,0) size 0x0
102
                RenderText {#text} at (0,0) size 0x0
102
                RenderText {#text} at (0,0) size 0x0
103
      RenderBlock (anonymous) at (0,345) size 784x115
103
      RenderBlock (anonymous) at (0,345) size 784x115
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt -2 / +2 lines
Lines 51-57 layer at (0,0) size 785x1368 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt_sec1
51
              RenderInline {SPAN} at (0,0) size 610x92
51
              RenderInline {SPAN} at (0,0) size 610x92
52
                RenderText {#text} at (2,2) size 610x92
52
                RenderText {#text} at (2,2) size 610x92
53
                  text run at (2,2) width 610: "TBODY blah blah blah blah blah blah"
53
                  text run at (2,2) width 610: "TBODY blah blah blah blah blah blah"
54
                  text run at (2,48) width 138: "TBODY"
54
                  text run at (2,48) width 137: "TBODY"
55
              RenderText {#text} at (0,0) size 0x0
55
              RenderText {#text} at (0,0) size 0x0
56
            RenderTableCell {TD} at (724,28) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
56
            RenderTableCell {TD} at (724,28) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
57
              RenderText {#text} at (2,2) size 27x36
57
              RenderText {#text} at (2,2) size 27x36
Lines 159-165 layer at (0,0) size 785x1368 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt_sec2
159
              RenderInline {SPAN} at (0,0) size 610x92
159
              RenderInline {SPAN} at (0,0) size 610x92
160
                RenderText {#text} at (2,2) size 610x92
160
                RenderText {#text} at (2,2) size 610x92
161
                  text run at (2,2) width 610: "TBODY blah blah blah blah blah blah"
161
                  text run at (2,2) width 610: "TBODY blah blah blah blah blah blah"
162
                  text run at (2,48) width 138: "TBODY"
162
                  text run at (2,48) width 137: "TBODY"
163
              RenderText {#text} at (0,0) size 0x0
163
              RenderText {#text} at (0,0) size 0x0
164
            RenderTableCell {TD} at (724,28) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
164
            RenderTableCell {TD} at (724,28) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
165
              RenderText {#text} at (2,2) size 27x36
165
              RenderText {#text} at (2,2) size 27x36
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt -1 / +1 lines
Lines 21-27 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt_sec1
21
                  layer at (0,0) size 468x60
21
                  layer at (0,0) size 468x60
22
                    RenderBlock {HTML} at (0,0) size 468x60
22
                    RenderBlock {HTML} at (0,0) size 468x60
23
                      RenderBody {BODY} at (0,0) size 468x60
23
                      RenderBody {BODY} at (0,0) size 468x60
24
                        RenderInline {BASE} at (0,0) size 0x0
24
                        RenderInline {BASE} at (0,0) size 0x18
25
                        RenderText {#text} at (0,0) size 0x0
25
                        RenderText {#text} at (0,0) size 0x0
26
                        RenderInline {A} at (0,0) size 468x18 [color=#0000EE]
26
                        RenderInline {A} at (0,0) size 468x18 [color=#0000EE]
27
                          RenderText {#text} at (0,0) size 0x0
27
                          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt -1 / +1 lines
Lines 9-15 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt_sec1
9
            RenderTableRow {TR} at (0,0) size 600x90
9
            RenderTableRow {TR} at (0,0) size 600x90
10
              RenderTableCell {TD} at (0,0) size 151x36 [r=0 c=0 rs=1 cs=1]
10
              RenderTableCell {TD} at (0,0) size 151x36 [r=0 c=0 rs=1 cs=1]
11
                RenderBlock {CENTER} at (0,0) size 151x36
11
                RenderBlock {CENTER} at (0,0) size 151x36
12
                  RenderInline {IFRAMEX} at (0,0) size 1x36
12
                  RenderInline {IFRAMEX} at (0,0) size 0x36
13
                    RenderText {#text} at (0,0) size 0x0
13
                    RenderText {#text} at (0,0) size 0x0
14
                    RenderBR {BR} at (75,0) size 1x18
14
                    RenderBR {BR} at (75,0) size 1x18
15
                    RenderBR {BR} at (75,18) size 1x18
15
                    RenderBR {BR} at (75,18) size 1x18
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.txt -3 / +3 lines
Lines 13-19 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.txt_sec1
13
            RenderTableCell {TD} at (2,88) size 292x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
13
            RenderTableCell {TD} at (2,88) size 292x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
14
              RenderText {#text} at (2,2) size 183x19
14
              RenderText {#text} at (2,2) size 183x19
15
                text run at (2,3) width 183: "This is the second cell, with "
15
                text run at (2,3) width 183: "This is the second cell, with "
16
              RenderInline {B} at (0,0) size 24x18
16
              RenderInline {B} at (0,0) size 24x19
17
                RenderText {#text} at (184,2) size 24x19
17
                RenderText {#text} at (184,2) size 24x19
18
                  text run at (184,3) width 24: "cell"
18
                  text run at (184,3) width 24: "cell"
19
              RenderText {#text} at (207,2) size 83x19
19
              RenderText {#text} at (207,2) size 83x19
Lines 51-57 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.txt_sec2
51
            RenderTableCell {TD} at (2,88) size 295x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
51
            RenderTableCell {TD} at (2,88) size 295x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
52
              RenderText {#text} at (2,2) size 183x19
52
              RenderText {#text} at (2,2) size 183x19
53
                text run at (2,3) width 183: "This is the second cell, with "
53
                text run at (2,3) width 183: "This is the second cell, with "
54
              RenderInline {B} at (0,0) size 28x18
54
              RenderInline {B} at (0,0) size 27x19
55
                RenderText {#text} at (184,2) size 28x19
55
                RenderText {#text} at (184,2) size 28x19
56
                  text run at (184,3) width 28: "row"
56
                  text run at (184,3) width 28: "row"
57
              RenderText {#text} at (211,2) size 82x19
57
              RenderText {#text} at (211,2) size 82x19
Lines 70-76 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.txt_sec3
70
            RenderTableCell {TD} at (2,26) size 295x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
70
            RenderTableCell {TD} at (2,26) size 295x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
71
              RenderText {#text} at (2,2) size 183x18
71
              RenderText {#text} at (2,2) size 183x18
72
                text run at (2,2) width 183: "This is the second cell, with "
72
                text run at (2,2) width 183: "This is the second cell, with "
73
              RenderInline {B} at (0,0) size 28x18
73
              RenderInline {B} at (0,0) size 27x18
74
                RenderText {#text} at (184,2) size 28x18
74
                RenderText {#text} at (184,2) size 28x18
75
                  text run at (184,2) width 28: "row"
75
                  text run at (184,2) width 28: "row"
76
              RenderText {#text} at (211,2) size 82x18
76
              RenderText {#text} at (211,2) size 82x18
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt -8 / +8 lines
Lines 39-52 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt_sec1
39
        RenderTableSection {TBODY} at (0,0) size 675x26
39
        RenderTableSection {TBODY} at (0,0) size 675x26
40
          RenderTableRow {TR} at (0,0) size 675x26 [bgcolor=#9999CC]
40
          RenderTableRow {TR} at (0,0) size 675x26 [bgcolor=#9999CC]
41
            RenderTableCell {TD} at (0,0) size 511x26 [r=0 c=0 rs=1 cs=1]
41
            RenderTableCell {TD} at (0,0) size 511x26 [r=0 c=0 rs=1 cs=1]
42
              RenderInline {FONT} at (0,0) size 152x20
42
              RenderInline {FONT} at (0,0) size 152x21
43
                RenderInline {B} at (0,0) size 152x20
43
                RenderInline {B} at (0,0) size 152x21
44
                  RenderText {#text} at (2,1) size 152x22
44
                  RenderText {#text} at (2,2) size 152x21
45
                    text run at (2,2) width 152: "Technology News"
45
                    text run at (2,3) width 152: "Technology News"
46
              RenderInline {FONT} at (0,0) size 181x15
46
              RenderInline {FONT} at (0,0) size 181x16
47
                RenderText {#text} at (153,5) size 181x17
47
                RenderText {#text} at (153,6) size 181x16
48
                  text run at (153,6) width 63: " - updated "
48
                  text run at (153,7) width 63: " - updated "
49
                  text run at (215,6) width 119: "12:15 PM ET Oct 24"
49
                  text run at (215,7) width 119: "12:15 PM ET Oct 24"
50
              RenderText {#text} at (0,0) size 0x0
50
              RenderText {#text} at (0,0) size 0x0
51
            RenderTableCell {TD} at (510,0) size 166x26 [r=0 c=1 rs=1 cs=1]
51
            RenderTableCell {TD} at (510,0) size 166x26 [r=0 c=1 rs=1 cs=1]
52
              RenderTable {TABLE} at (2,2) size 104x22
52
              RenderTable {TABLE} at (2,2) size 104x22
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt -1 / +1 lines
Lines 48-54 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt_sec1
48
                                          RenderTableSection {TBODY} at (1,1) size 284x35
48
                                          RenderTableSection {TBODY} at (1,1) size 284x35
49
                                            RenderTableRow {TR} at (0,1) size 284x33
49
                                            RenderTableRow {TR} at (0,1) size 284x33
50
                                              RenderTableCell {TH} at (1,3) size 120x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
50
                                              RenderTableCell {TH} at (1,3) size 120x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
51
                                                RenderInline {NOBR} at (0,0) size 110x18
51
                                                RenderInline {NOBR} at (0,0) size 110x19
52
                                                  RenderText {#text} at (5,5) size 110x19
52
                                                  RenderText {#text} at (5,5) size 110x19
53
                                                    text run at (5,6) width 110: "Email Address :"
53
                                                    text run at (5,6) width 110: "Email Address :"
54
                                              RenderTableCell {TD} at (121,1) size 162x33 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
54
                                              RenderTableCell {TD} at (121,1) size 162x33 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug60804-expected.txt -9 / +9 lines
Lines 32-52 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug60804-expected.txt_sec1
32
        RenderTableSection {TBODY} at (1,1) size 598x23
32
        RenderTableSection {TBODY} at (1,1) size 598x23
33
          RenderTableRow {TR} at (0,0) size 598x20
33
          RenderTableRow {TR} at (0,0) size 598x20
34
            RenderTableCell {TD} at (0,1) size 133x18 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
34
            RenderTableCell {TD} at (0,1) size 133x18 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
35
              RenderInline {FONT} at (0,0) size 92x15
35
              RenderInline {FONT} at (0,0) size 92x16
36
                RenderText {#text} at (1,0) size 92x17
36
                RenderText {#text} at (1,1) size 92x16
37
                  text run at (1,1) width 92: "American Starlex"
37
                  text run at (1,2) width 92: "American Starlex"
38
            RenderTableCell {TD} at (132,8) size 6x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
38
            RenderTableCell {TD} at (132,8) size 6x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
39
              RenderImage {IMG} at (1,1) size 1x1
39
              RenderImage {IMG} at (1,1) size 1x1
40
            RenderTableCell {TD} at (137,1) size 305x18 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
40
            RenderTableCell {TD} at (137,1) size 305x18 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
41
              RenderInline {FONT} at (0,0) size 243x15
41
              RenderInline {FONT} at (0,0) size 243x16
42
                RenderText {#text} at (1,0) size 243x17
42
                RenderText {#text} at (1,1) size 243x16
43
                  text run at (1,1) width 243: "Digital_Cameras DC200 New|In stock; Kodak"
43
                  text run at (1,2) width 243: "Digital_Cameras DC200 New|In stock; Kodak"
44
            RenderTableCell {TD} at (441,8) size 7x4 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
44
            RenderTableCell {TD} at (441,8) size 7x4 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
45
              RenderImage {IMG} at (1,1) size 1x1
45
              RenderImage {IMG} at (1,1) size 1x1
46
            RenderTableCell {TD} at (447,1) size 79x18 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
46
            RenderTableCell {TD} at (447,1) size 79x18 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
47
              RenderInline {FONT} at (0,0) size 44x15
47
              RenderInline {FONT} at (0,0) size 44x16
48
                RenderText {#text} at (34,0) size 44x17
48
                RenderText {#text} at (34,1) size 44x16
49
                  text run at (34,1) width 44: "$270.00"
49
                  text run at (34,2) width 44: "$270.00"
50
            RenderTableCell {TD} at (525,8) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
50
            RenderTableCell {TD} at (525,8) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
51
              RenderImage {IMG} at (1,1) size 1x1
51
              RenderImage {IMG} at (1,1) size 1x1
52
            RenderTableCell {TD} at (530,0) size 69x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
52
            RenderTableCell {TD} at (530,0) size 69x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug60807-expected.txt -9 / +9 lines
Lines 32-52 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug60807-expected.txt_sec1
32
        RenderTableSection {TBODY} at (1,1) size 598x23
32
        RenderTableSection {TBODY} at (1,1) size 598x23
33
          RenderTableRow {TR} at (0,0) size 598x20
33
          RenderTableRow {TR} at (0,0) size 598x20
34
            RenderTableCell {TD} at (0,1) size 133x18 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
34
            RenderTableCell {TD} at (0,1) size 133x18 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
35
              RenderInline {FONT} at (0,0) size 92x15
35
              RenderInline {FONT} at (0,0) size 92x16
36
                RenderText {#text} at (1,0) size 92x17
36
                RenderText {#text} at (1,1) size 92x16
37
                  text run at (1,1) width 92: "American Starlex"
37
                  text run at (1,2) width 92: "American Starlex"
38
            RenderTableCell {TD} at (132,8) size 6x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
38
            RenderTableCell {TD} at (132,8) size 6x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
39
              RenderImage {IMG} at (1,1) size 1x1
39
              RenderImage {IMG} at (1,1) size 1x1
40
            RenderTableCell {TD} at (137,1) size 305x18 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
40
            RenderTableCell {TD} at (137,1) size 305x18 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
41
              RenderInline {FONT} at (0,0) size 243x15
41
              RenderInline {FONT} at (0,0) size 243x16
42
                RenderText {#text} at (1,0) size 243x17
42
                RenderText {#text} at (1,1) size 243x16
43
                  text run at (1,1) width 243: "Digital_Cameras DC200 New|In stock; Kodak"
43
                  text run at (1,2) width 243: "Digital_Cameras DC200 New|In stock; Kodak"
44
            RenderTableCell {TD} at (441,8) size 7x4 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
44
            RenderTableCell {TD} at (441,8) size 7x4 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
45
              RenderImage {IMG} at (1,1) size 1x1
45
              RenderImage {IMG} at (1,1) size 1x1
46
            RenderTableCell {TD} at (447,1) size 79x18 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
46
            RenderTableCell {TD} at (447,1) size 79x18 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
47
              RenderInline {FONT} at (0,0) size 44x15
47
              RenderInline {FONT} at (0,0) size 44x16
48
                RenderText {#text} at (34,0) size 44x17
48
                RenderText {#text} at (34,1) size 44x16
49
                  text run at (34,1) width 44: "$270.00"
49
                  text run at (34,2) width 44: "$270.00"
50
            RenderTableCell {TD} at (525,8) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
50
            RenderTableCell {TD} at (525,8) size 6x4 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
51
              RenderImage {IMG} at (1,1) size 1x1
51
              RenderImage {IMG} at (1,1) size 1x1
52
            RenderTableCell {TD} at (530,0) size 69x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
52
            RenderTableCell {TD} at (530,0) size 69x20 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt -8 / +8 lines
Lines 21-49 layer at (0,0) size 800x600 a/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt_sec1
21
                    RenderTableSection {TBODY} at (1,1) size 114x118
21
                    RenderTableSection {TBODY} at (1,1) size 114x118
22
                      RenderTableRow {TR} at (0,2) size 114x28
22
                      RenderTableRow {TR} at (0,2) size 114x28
23
                        RenderTableCell {TD} at (2,3) size 110x25 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
23
                        RenderTableCell {TD} at (2,3) size 110x25 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
24
                          RenderInline {A} at (0,0) size 62x18 [color=#660099]
24
                          RenderInline {A} at (0,0) size 62x19 [color=#660099]
25
                            RenderInline {B} at (0,0) size 62x18
25
                            RenderInline {B} at (0,0) size 62x19
26
                              RenderText {#text} at (3,3) size 62x19
26
                              RenderText {#text} at (3,3) size 62x19
27
                                text run at (3,4) width 62: "Netscape"
27
                                text run at (3,4) width 62: "Netscape"
28
                          RenderText {#text} at (0,0) size 0x0
28
                          RenderText {#text} at (0,0) size 0x0
29
                      RenderTableRow {TR} at (0,31) size 114x28
29
                      RenderTableRow {TR} at (0,31) size 114x28
30
                        RenderTableCell {TD} at (2,33) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
30
                        RenderTableCell {TD} at (2,33) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
31
                          RenderInline {A} at (0,0) size 58x18 [color=#660099]
31
                          RenderInline {A} at (0,0) size 58x19 [color=#660099]
32
                            RenderInline {B} at (0,0) size 58x18
32
                            RenderInline {B} at (0,0) size 58x19
33
                              RenderText {#text} at (3,3) size 58x19
33
                              RenderText {#text} at (3,3) size 58x19
34
                                text run at (3,4) width 58: "Infoseek"
34
                                text run at (3,4) width 58: "Infoseek"
35
                          RenderText {#text} at (0,0) size 0x0
35
                          RenderText {#text} at (0,0) size 0x0
36
                      RenderTableRow {TR} at (0,61) size 114x28
36
                      RenderTableRow {TR} at (0,61) size 114x28
37
                        RenderTableCell {TD} at (2,62) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
37
                        RenderTableCell {TD} at (2,62) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
38
                          RenderInline {A} at (0,0) size 79x18 [color=#660099]
38
                          RenderInline {A} at (0,0) size 79x19 [color=#660099]
39
                            RenderInline {B} at (0,0) size 79x18
39
                            RenderInline {B} at (0,0) size 79x19
40
                              RenderText {#text} at (3,3) size 79x19
40
                              RenderText {#text} at (3,3) size 79x19
41
                                text run at (3,4) width 79: "LookSmart"
41
                                text run at (3,4) width 79: "LookSmart"
42
                          RenderText {#text} at (0,0) size 0x0
42
                          RenderText {#text} at (0,0) size 0x0
43
                      RenderTableRow {TR} at (0,90) size 114x26
43
                      RenderTableRow {TR} at (0,90) size 114x26
44
                        RenderTableCell {TD} at (2,91) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
44
                        RenderTableCell {TD} at (2,91) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
45
                          RenderInline {A} at (0,0) size 66x18 [color=#660099]
45
                          RenderInline {A} at (0,0) size 66x19 [color=#660099]
46
                            RenderInline {B} at (0,0) size 66x18
46
                            RenderInline {B} at (0,0) size 66x19
47
                              RenderText {#text} at (3,3) size 66x19
47
                              RenderText {#text} at (3,3) size 66x19
48
                                text run at (3,4) width 66: "Directory"
48
                                text run at (3,4) width 66: "Directory"
49
                          RenderText {#text} at (0,0) size 0x0
49
                          RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/tables/mozilla/core/bloomberg-expected.txt -1 / +1 lines
Lines 245-251 layer at (0,0) size 785x669 a/LayoutTests/platform/mac/tables/mozilla/core/bloomberg-expected.txt_sec1
245
                  RenderImage {IMG} at (0,0) size 175x270
245
                  RenderImage {IMG} at (0,0) size 175x270
246
                RenderText {#text} at (0,0) size 0x0
246
                RenderText {#text} at (0,0) size 0x0
247
                RenderText {#text} at (0,0) size 0x0
247
                RenderText {#text} at (0,0) size 0x0
248
                RenderInline {A} at (0,0) size 161x18
248
                RenderInline {A} at (0,0) size 168x48
249
                  RenderText {#text} at (0,0) size 0x0
249
                  RenderText {#text} at (0,0) size 0x0
250
                  RenderImage {IMG} at (7,270) size 161x30
250
                  RenderImage {IMG} at (7,270) size 161x30
251
                RenderText {#text} at (0,0) size 0x0
251
                RenderText {#text} at (0,0) size 0x0
- a/LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt -3 / +3 lines
Lines 128-134 layer at (0,0) size 785x2358 a/LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec1
128
          RenderTableSection {TBODY} at (1,1) size 652x59
128
          RenderTableSection {TBODY} at (1,1) size 652x59
129
            RenderTableRow {TR} at (0,2) size 652x55
129
            RenderTableRow {TR} at (0,2) size 652x55
130
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
130
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
131
                RenderInline {A} at (0,0) size 0x0
131
                RenderInline {A} at (0,0) size 0x18
132
                RenderText {#text} at (11,11) size 95x18
132
                RenderText {#text} at (11,11) size 95x18
133
                  text run at (11,11) width 95: "Test Case #1: "
133
                  text run at (11,11) width 95: "Test Case #1: "
134
                RenderInline {FONT} at (0,0) size 316x18 [color=#0000FF]
134
                RenderInline {FONT} at (0,0) size 316x18 [color=#0000FF]
Lines 488-494 layer at (0,0) size 785x2358 a/LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec2
488
          RenderTableSection {TBODY} at (1,1) size 652x59
488
          RenderTableSection {TBODY} at (1,1) size 652x59
489
            RenderTableRow {TR} at (0,2) size 652x55
489
            RenderTableRow {TR} at (0,2) size 652x55
490
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
490
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
491
                RenderInline {A} at (0,0) size 0x0
491
                RenderInline {A} at (0,0) size 0x18
492
                RenderText {#text} at (11,11) size 95x18
492
                RenderText {#text} at (11,11) size 95x18
493
                  text run at (11,11) width 95: "Test Case #2: "
493
                  text run at (11,11) width 95: "Test Case #2: "
494
                RenderInline {FONT} at (0,0) size 300x18 [color=#0000FF]
494
                RenderInline {FONT} at (0,0) size 300x18 [color=#0000FF]
Lines 878-884 layer at (0,0) size 785x2358 a/LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt_sec3
878
          RenderTableSection {TBODY} at (1,1) size 652x59
878
          RenderTableSection {TBODY} at (1,1) size 652x59
879
            RenderTableRow {TR} at (0,2) size 652x55
879
            RenderTableRow {TR} at (0,2) size 652x55
880
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
880
              RenderTableCell {TH} at (2,2) size 648x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
881
                RenderInline {A} at (0,0) size 0x0
881
                RenderInline {A} at (0,0) size 0x18
882
                RenderText {#text} at (11,11) size 95x18
882
                RenderText {#text} at (11,11) size 95x18
883
                  text run at (11,11) width 95: "Test Case #3: "
883
                  text run at (11,11) width 95: "Test Case #3: "
884
                RenderInline {FONT} at (0,0) size 416x18 [color=#0000FF]
884
                RenderInline {FONT} at (0,0) size 416x18 [color=#0000FF]
- a/LayoutTests/platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt -2 / +2 lines
Lines 134-140 layer at (0,0) size 785x1309 a/LayoutTests/platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt_sec1
134
          RenderTableSection {TBODY} at (1,1) size 767x59
134
          RenderTableSection {TBODY} at (1,1) size 767x59
135
            RenderTableRow {TR} at (0,2) size 767x55
135
            RenderTableRow {TR} at (0,2) size 767x55
136
              RenderTableCell {TH} at (2,2) size 763x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
136
              RenderTableCell {TH} at (2,2) size 763x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
137
                RenderInline {A} at (0,0) size 0x0
137
                RenderInline {A} at (0,0) size 0x18
138
                RenderText {#text} at (14,11) size 95x18
138
                RenderText {#text} at (14,11) size 95x18
139
                  text run at (14,11) width 95: "Test Case #1: "
139
                  text run at (14,11) width 95: "Test Case #1: "
140
                RenderInline {FONT} at (0,0) size 603x18 [color=#0000FF]
140
                RenderInline {FONT} at (0,0) size 603x18 [color=#0000FF]
Lines 180-186 layer at (0,0) size 785x1309 a/LayoutTests/platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt_sec2
180
          RenderTableSection {TBODY} at (1,1) size 767x59
180
          RenderTableSection {TBODY} at (1,1) size 767x59
181
            RenderTableRow {TR} at (0,2) size 767x55
181
            RenderTableRow {TR} at (0,2) size 767x55
182
              RenderTableCell {TH} at (2,2) size 763x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
182
              RenderTableCell {TH} at (2,2) size 763x55 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
183
                RenderInline {A} at (0,0) size 0x0
183
                RenderInline {A} at (0,0) size 0x18
184
                RenderText {#text} at (18,11) size 95x18
184
                RenderText {#text} at (18,11) size 95x18
185
                  text run at (18,11) width 95: "Test Case #2: "
185
                  text run at (18,11) width 95: "Test Case #2: "
186
                RenderInline {FONT} at (0,0) size 595x18 [color=#0000FF]
186
                RenderInline {FONT} at (0,0) size 595x18 [color=#0000FF]
- a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt -710 / +710 lines
Lines 46-53 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec1
46
                    RenderInline {SPAN} at (0,0) size 46x16
46
                    RenderInline {SPAN} at (0,0) size 46x16
47
                      RenderText {#text} at (19,0) size 46x16
47
                      RenderText {#text} at (19,0) size 46x16
48
                        text run at (19,0) width 46: "Proper"
48
                        text run at (19,0) width 46: "Proper"
49
                      RenderInline {SPAN} at (0,0) size 1x16
49
                      RenderInline {SPAN} at (0,0) size 0x16
50
                        RenderInline {O:P} at (0,0) size 1x16
50
                        RenderInline {O:P} at (0,0) size 0x0
51
                RenderBlock {P} at (8,18) size 84x17
51
                RenderBlock {P} at (8,18) size 84x17
52
                  RenderInline {B} at (0,0) size 37x15
52
                  RenderInline {B} at (0,0) size 37x15
53
                    RenderInline {SPAN} at (0,0) size 37x16
53
                    RenderInline {SPAN} at (0,0) size 37x16
Lines 59-66 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec2
59
                    RenderInline {SPAN} at (0,0) size 68x16
59
                    RenderInline {SPAN} at (0,0) size 68x16
60
                      RenderText {#text} at (11,0) size 68x16
60
                      RenderText {#text} at (11,0) size 68x16
61
                        text run at (11,0) width 68: "Helicopter"
61
                        text run at (11,0) width 68: "Helicopter"
62
                      RenderInline {SPAN} at (0,0) size 1x16
62
                      RenderInline {SPAN} at (0,0) size 0x16
63
                        RenderInline {O:P} at (0,0) size 1x16
63
                        RenderInline {O:P} at (0,0) size 0x0
64
                RenderBlock {P} at (8,18) size 90x17
64
                RenderBlock {P} at (8,18) size 90x17
65
                  RenderInline {B} at (0,0) size 50x15
65
                  RenderInline {B} at (0,0) size 50x15
66
                    RenderInline {SPAN} at (0,0) size 50x16
66
                    RenderInline {SPAN} at (0,0) size 50x16
Lines 71-78 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec3
71
                RenderBlock {P} at (8,1) size 84x16
71
                RenderBlock {P} at (8,1) size 84x16
72
                  RenderText {#text} at (34,0) size 14x15
72
                  RenderText {#text} at (34,0) size 14x15
73
                    text run at (34,0) width 14: "00"
73
                    text run at (34,0) width 14: "00"
74
                  RenderInline {SPAN} at (0,0) size 1x15
74
                  RenderInline {SPAN} at (0,0) size 0x15
75
                    RenderInline {O:P} at (0,0) size 1x15
75
                    RenderInline {O:P} at (0,0) size 0x0
76
              RenderTableCell {TD} at (98,57) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=2 c=1 rs=1 cs=1]
76
              RenderTableCell {TD} at (98,57) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=2 c=1 rs=1 cs=1]
77
                RenderBlock {P} at (8,1) size 155x16
77
                RenderBlock {P} at (8,1) size 155x16
78
                  RenderText {#text} at (0,0) size 54x15
78
                  RenderText {#text} at (0,0) size 54x15
Lines 80-124 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec4
80
                RenderBlock {P} at (8,17) size 155x16
80
                RenderBlock {P} at (8,17) size 155x16
81
                  RenderText {#text} at (0,0) size 90x15
81
                  RenderText {#text} at (0,0) size 90x15
82
                    text run at (0,0) width 90: "Donald Carvalho"
82
                    text run at (0,0) width 90: "Donald Carvalho"
83
                  RenderInline {SPAN} at (0,0) size 1x15
83
                  RenderInline {SPAN} at (0,0) size 0x15
84
                    RenderInline {O:P} at (0,0) size 1x15
84
                    RenderInline {O:P} at (0,0) size 0x0
85
              RenderTableCell {TD} at (268,57) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=2 rs=1 cs=1]
85
              RenderTableCell {TD} at (268,57) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=2 rs=1 cs=1]
86
                RenderBlock {P} at (8,1) size 84x16
86
                RenderBlock {P} at (8,1) size 84x16
87
                  RenderText {#text} at (33,0) size 17x15
87
                  RenderText {#text} at (33,0) size 17x15
88
                    text run at (33,0) width 17: "No"
88
                    text run at (33,0) width 17: "No"
89
                  RenderInline {SPAN} at (0,0) size 1x15
89
                  RenderInline {SPAN} at (0,0) size 0x15
90
                    RenderInline {O:P} at (0,0) size 1x15
90
                    RenderInline {O:P} at (0,0) size 0x0
91
              RenderTableCell {TD} at (366,57) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=3 rs=1 cs=1]
91
              RenderTableCell {TD} at (366,57) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=3 rs=1 cs=1]
92
                RenderBlock {P} at (8,1) size 90x16
92
                RenderBlock {P} at (8,1) size 90x16
93
                  RenderText {#text} at (35,0) size 20x15
93
                  RenderText {#text} at (35,0) size 20x15
94
                    text run at (35,0) width 20: "Yes"
94
                    text run at (35,0) width 20: "Yes"
95
                  RenderInline {SPAN} at (0,0) size 1x15
95
                  RenderInline {SPAN} at (0,0) size 0x15
96
                    RenderInline {O:P} at (0,0) size 1x15
96
                    RenderInline {O:P} at (0,0) size 0x0
97
            RenderTableRow {TR} at (0,90) size 472x17
97
            RenderTableRow {TR} at (0,90) size 472x17
98
              RenderTableCell {TD} at (0,90) size 99x17 [border: (1px none #808080) none] [r=3 c=0 rs=1 cs=1]
98
              RenderTableCell {TD} at (0,90) size 99x17 [border: (1px none #808080) none] [r=3 c=0 rs=1 cs=1]
99
                RenderBlock {P} at (8,1) size 84x16
99
                RenderBlock {P} at (8,1) size 84x16
100
                  RenderText {#text} at (34,0) size 14x15
100
                  RenderText {#text} at (34,0) size 14x15
101
                    text run at (34,0) width 14: "01"
101
                    text run at (34,0) width 14: "01"
102
                  RenderInline {SPAN} at (0,0) size 1x15
102
                  RenderInline {SPAN} at (0,0) size 0x15
103
                    RenderInline {O:P} at (0,0) size 1x15
103
                    RenderInline {O:P} at (0,0) size 0x0
104
              RenderTableCell {TD} at (98,90) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=1 rs=1 cs=1]
104
              RenderTableCell {TD} at (98,90) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=1 rs=1 cs=1]
105
                RenderBlock {P} at (8,1) size 155x16
105
                RenderBlock {P} at (8,1) size 155x16
106
                  RenderText {#text} at (0,0) size 54x15
106
                  RenderText {#text} at (0,0) size 54x15
107
                    text run at (0,0) width 54: "Paul Scott"
107
                    text run at (0,0) width 54: "Paul Scott"
108
                  RenderInline {SPAN} at (0,0) size 1x15
108
                  RenderInline {SPAN} at (0,0) size 0x15
109
                    RenderInline {O:P} at (0,0) size 1x15
109
                    RenderInline {O:P} at (0,0) size 0x0
110
              RenderTableCell {TD} at (268,90) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=2 rs=1 cs=1]
110
              RenderTableCell {TD} at (268,90) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=2 rs=1 cs=1]
111
                RenderBlock {P} at (8,1) size 84x16
111
                RenderBlock {P} at (8,1) size 84x16
112
                  RenderText {#text} at (33,0) size 17x15
112
                  RenderText {#text} at (33,0) size 17x15
113
                    text run at (33,0) width 17: "No"
113
                    text run at (33,0) width 17: "No"
114
                  RenderInline {SPAN} at (0,0) size 1x15
114
                  RenderInline {SPAN} at (0,0) size 0x15
115
                    RenderInline {O:P} at (0,0) size 1x15
115
                    RenderInline {O:P} at (0,0) size 0x0
116
              RenderTableCell {TD} at (366,90) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=3 rs=1 cs=1]
116
              RenderTableCell {TD} at (366,90) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=3 rs=1 cs=1]
117
                RenderBlock {P} at (8,1) size 90x16
117
                RenderBlock {P} at (8,1) size 90x16
118
                  RenderText {#text} at (35,0) size 20x15
118
                  RenderText {#text} at (35,0) size 20x15
119
                    text run at (35,0) width 20: "Yes"
119
                    text run at (35,0) width 20: "Yes"
120
                  RenderInline {SPAN} at (0,0) size 1x15
120
                  RenderInline {SPAN} at (0,0) size 0x15
121
                    RenderInline {O:P} at (0,0) size 1x15
121
                    RenderInline {O:P} at (0,0) size 0x0
122
            RenderTableRow {TR} at (0,107) size 472x19
122
            RenderTableRow {TR} at (0,107) size 472x19
123
              RenderTableCell {TD} at (0,107) size 99x17 [border: (1px none #808080) none] [r=4 c=0 rs=1 cs=1]
123
              RenderTableCell {TD} at (0,107) size 99x17 [border: (1px none #808080) none] [r=4 c=0 rs=1 cs=1]
124
                RenderBlock {P} at (8,1) size 84x16
124
                RenderBlock {P} at (8,1) size 84x16
Lines 152-173 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec5
152
                  RenderInline {FONT} at (0,0) size 49x15
152
                  RenderInline {FONT} at (0,0) size 49x15
153
                    RenderText {#text} at (0,0) size 49x15
153
                    RenderText {#text} at (0,0) size 49x15
154
                      text run at (0,0) width 49: "Bill Hunt"
154
                      text run at (0,0) width 49: "Bill Hunt"
155
                    RenderInline {SPAN} at (0,0) size 1x15
155
                    RenderInline {SPAN} at (0,0) size 0x15
156
                      RenderInline {O:P} at (0,0) size 1x15
156
                      RenderInline {O:P} at (0,0) size 0x0
157
              RenderTableCell {TD} at (268,126) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=2 rs=1 cs=1]
157
              RenderTableCell {TD} at (268,126) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=2 rs=1 cs=1]
158
                RenderBlock {P} at (8,1) size 84x16
158
                RenderBlock {P} at (8,1) size 84x16
159
                  RenderInline {FONT} at (0,0) size 17x15
159
                  RenderInline {FONT} at (0,0) size 17x15
160
                    RenderText {#text} at (33,0) size 17x15
160
                    RenderText {#text} at (33,0) size 17x15
161
                      text run at (33,0) width 17: "No"
161
                      text run at (33,0) width 17: "No"
162
                    RenderInline {SPAN} at (0,0) size 1x15
162
                    RenderInline {SPAN} at (0,0) size 0x15
163
                      RenderInline {O:P} at (0,0) size 1x15
163
                      RenderInline {O:P} at (0,0) size 0x0
164
              RenderTableCell {TD} at (366,126) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=3 rs=1 cs=1]
164
              RenderTableCell {TD} at (366,126) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=3 rs=1 cs=1]
165
                RenderBlock {P} at (8,1) size 90x16
165
                RenderBlock {P} at (8,1) size 90x16
166
                  RenderInline {FONT} at (0,0) size 20x15
166
                  RenderInline {FONT} at (0,0) size 20x15
167
                    RenderText {#text} at (35,0) size 20x15
167
                    RenderText {#text} at (35,0) size 20x15
168
                      text run at (35,0) width 20: "Yes"
168
                      text run at (35,0) width 20: "Yes"
169
                    RenderInline {SPAN} at (0,0) size 1x15
169
                    RenderInline {SPAN} at (0,0) size 0x15
170
                      RenderInline {O:P} at (0,0) size 1x15
170
                      RenderInline {O:P} at (0,0) size 0x0
171
            RenderTableRow {TR} at (0,159) size 472x33
171
            RenderTableRow {TR} at (0,159) size 472x33
172
              RenderTableCell {TD} at (0,159) size 99x17 [border: (1px none #808080) none] [r=6 c=0 rs=1 cs=1]
172
              RenderTableCell {TD} at (0,159) size 99x17 [border: (1px none #808080) none] [r=6 c=0 rs=1 cs=1]
173
                RenderInline {FONT} at (0,0) size 14x15
173
                RenderInline {FONT} at (0,0) size 14x15
Lines 226-233 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec6
226
                RenderBlock {P} at (8,1) size 84x16
226
                RenderBlock {P} at (8,1) size 84x16
227
                  RenderText {#text} at (34,0) size 14x15
227
                  RenderText {#text} at (34,0) size 14x15
228
                    text run at (34,0) width 14: "08"
228
                    text run at (34,0) width 14: "08"
229
                  RenderInline {SPAN} at (0,0) size 1x15
229
                  RenderInline {SPAN} at (0,0) size 0x15
230
                    RenderInline {O:P} at (0,0) size 1x15
230
                    RenderInline {O:P} at (0,0) size 0x0
231
              RenderTableCell {TD} at (98,209) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=1 rs=1 cs=1]
231
              RenderTableCell {TD} at (98,209) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=1 rs=1 cs=1]
232
                RenderBlock {P} at (8,1) size 155x16
232
                RenderBlock {P} at (8,1) size 155x16
233
                  RenderText {#text} at (0,0) size 54x15
233
                  RenderText {#text} at (0,0) size 54x15
Lines 235-242 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec7
235
                RenderBlock {P} at (8,17) size 155x16
235
                RenderBlock {P} at (8,17) size 155x16
236
                  RenderText {#text} at (0,0) size 73x15
236
                  RenderText {#text} at (0,0) size 73x15
237
                    text run at (0,0) width 73: "Gene Pheiffer"
237
                    text run at (0,0) width 73: "Gene Pheiffer"
238
                  RenderInline {SPAN} at (0,0) size 1x15
238
                  RenderInline {SPAN} at (0,0) size 0x15
239
                    RenderInline {O:P} at (0,0) size 1x15
239
                    RenderInline {O:P} at (0,0) size 0x0
240
              RenderTableCell {TD} at (268,209) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=2 rs=1 cs=1]
240
              RenderTableCell {TD} at (268,209) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=2 rs=1 cs=1]
241
                RenderBlock {P} at (8,1) size 84x16
241
                RenderBlock {P} at (8,1) size 84x16
242
                  RenderText {#text} at (33,0) size 17x15
242
                  RenderText {#text} at (33,0) size 17x15
Lines 244-251 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec8
244
                RenderBlock {P} at (8,17) size 84x16
244
                RenderBlock {P} at (8,17) size 84x16
245
                  RenderText {#text} at (32,0) size 20x15
245
                  RenderText {#text} at (32,0) size 20x15
246
                    text run at (32,0) width 20: "Yes"
246
                    text run at (32,0) width 20: "Yes"
247
                  RenderInline {SPAN} at (0,0) size 1x15
247
                  RenderInline {SPAN} at (0,0) size 0x15
248
                    RenderInline {O:P} at (0,0) size 1x15
248
                    RenderInline {O:P} at (0,0) size 0x0
249
              RenderTableCell {TD} at (366,209) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=3 rs=1 cs=1]
249
              RenderTableCell {TD} at (366,209) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=3 rs=1 cs=1]
250
                RenderBlock {P} at (8,1) size 90x16
250
                RenderBlock {P} at (8,1) size 90x16
251
                  RenderText {#text} at (35,0) size 20x15
251
                  RenderText {#text} at (35,0) size 20x15
Lines 253-321 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec9
253
                RenderBlock {P} at (8,17) size 90x16
253
                RenderBlock {P} at (8,17) size 90x16
254
                  RenderText {#text} at (36,0) size 17x15
254
                  RenderText {#text} at (36,0) size 17x15
255
                    text run at (36,0) width 17: "No"
255
                    text run at (36,0) width 17: "No"
256
                  RenderInline {SPAN} at (0,0) size 1x15
256
                  RenderInline {SPAN} at (0,0) size 0x15
257
                    RenderInline {O:P} at (0,0) size 1x15
257
                    RenderInline {O:P} at (0,0) size 0x0
258
            RenderTableRow {TR} at (0,242) size 472x49
258
            RenderTableRow {TR} at (0,242) size 472x49
259
              RenderTableCell {TD} at (0,242) size 99x17 [border: (1px none #808080) none] [r=9 c=0 rs=1 cs=1]
259
              RenderTableCell {TD} at (0,242) size 99x17 [border: (1px none #808080) none] [r=9 c=0 rs=1 cs=1]
260
                RenderBlock {P} at (8,1) size 84x16
260
                RenderBlock {P} at (8,1) size 84x16
261
                  RenderText {#text} at (3,0) size 77x15
261
                  RenderText {#text} at (3,0) size 77x15
262
                    text run at (3,0) width 77: "Programmable"
262
                    text run at (3,0) width 77: "Programmable"
263
                  RenderInline {SPAN} at (0,0) size 1x15
263
                  RenderInline {SPAN} at (0,0) size 0x15
264
                    RenderInline {O:P} at (0,0) size 1x15
264
                    RenderInline {O:P} at (0,0) size 0x0
265
              RenderTableCell {TD} at (98,242) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=9 c=1 rs=1 cs=1]
265
              RenderTableCell {TD} at (98,242) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=9 c=1 rs=1 cs=1]
266
                RenderBlock {P} at (8,1) size 155x16
266
                RenderBlock {P} at (8,1) size 155x16
267
                  RenderText {#text} at (0,0) size 101x15
267
                  RenderText {#text} at (0,0) size 101x15
268
                    text run at (0,0) width 101: "Richard Pevehouse"
268
                    text run at (0,0) width 101: "Richard Pevehouse"
269
                  RenderInline {SPAN} at (0,0) size 1x15
269
                  RenderInline {SPAN} at (0,0) size 0x15
270
                    RenderInline {O:P} at (0,0) size 1x15
270
                    RenderInline {O:P} at (0,0) size 0x0
271
                RenderBlock {P} at (8,17) size 155x16
271
                RenderBlock {P} at (8,17) size 155x16
272
                  RenderText {#text} at (0,0) size 61x15
272
                  RenderText {#text} at (0,0) size 61x15
273
                    text run at (0,0) width 61: "Gary Heath"
273
                    text run at (0,0) width 61: "Gary Heath"
274
                RenderBlock {P} at (8,33) size 155x16
274
                RenderBlock {P} at (8,33) size 155x16
275
                  RenderText {#text} at (0,0) size 62x15
275
                  RenderText {#text} at (0,0) size 62x15
276
                    text run at (0,0) width 62: "Scott Hersh"
276
                    text run at (0,0) width 62: "Scott Hersh"
277
                  RenderInline {SPAN} at (0,0) size 1x15
277
                  RenderInline {SPAN} at (0,0) size 0x15
278
                    RenderInline {O:P} at (0,0) size 1x15
278
                    RenderInline {O:P} at (0,0) size 0x0
279
              RenderTableCell {TD} at (268,242) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=2 rs=1 cs=1]
279
              RenderTableCell {TD} at (268,242) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=2 rs=1 cs=1]
280
                RenderBlock {P} at (8,1) size 84x16
280
                RenderBlock {P} at (8,1) size 84x16
281
                  RenderText {#text} at (32,0) size 20x15
281
                  RenderText {#text} at (32,0) size 20x15
282
                    text run at (32,0) width 20: "Yes"
282
                    text run at (32,0) width 20: "Yes"
283
                  RenderInline {SPAN} at (0,0) size 1x15
283
                  RenderInline {SPAN} at (0,0) size 0x15
284
                    RenderInline {O:P} at (0,0) size 1x15
284
                    RenderInline {O:P} at (0,0) size 0x0
285
                RenderBlock {P} at (8,17) size 84x16
285
                RenderBlock {P} at (8,17) size 84x16
286
                  RenderText {#text} at (33,0) size 17x15
286
                  RenderText {#text} at (33,0) size 17x15
287
                    text run at (33,0) width 17: "No"
287
                    text run at (33,0) width 17: "No"
288
                  RenderInline {SPAN} at (0,0) size 1x15
288
                  RenderInline {SPAN} at (0,0) size 0x15
289
                    RenderInline {O:P} at (0,0) size 1x15
289
                    RenderInline {O:P} at (0,0) size 0x0
290
              RenderTableCell {TD} at (366,242) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=3 rs=1 cs=1]
290
              RenderTableCell {TD} at (366,242) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=3 rs=1 cs=1]
291
                RenderBlock {P} at (8,1) size 90x16
291
                RenderBlock {P} at (8,1) size 90x16
292
                  RenderText {#text} at (36,0) size 17x15
292
                  RenderText {#text} at (36,0) size 17x15
293
                    text run at (36,0) width 17: "No"
293
                    text run at (36,0) width 17: "No"
294
                  RenderInline {SPAN} at (0,0) size 1x15
294
                  RenderInline {SPAN} at (0,0) size 0x15
295
                    RenderInline {O:P} at (0,0) size 1x15
295
                    RenderInline {O:P} at (0,0) size 0x0
296
                RenderBlock {P} at (8,17) size 90x16
296
                RenderBlock {P} at (8,17) size 90x16
297
                  RenderText {#text} at (35,0) size 20x15
297
                  RenderText {#text} at (35,0) size 20x15
298
                    text run at (35,0) width 20: "Yes"
298
                    text run at (35,0) width 20: "Yes"
299
                  RenderInline {SPAN} at (0,0) size 1x15
299
                  RenderInline {SPAN} at (0,0) size 0x15
300
                    RenderInline {O:P} at (0,0) size 1x15
300
                    RenderInline {O:P} at (0,0) size 0x0
301
            RenderTableRow {TR} at (0,291) size 472x113
301
            RenderTableRow {TR} at (0,291) size 472x113
302
              RenderTableCell {TD} at (0,291) size 99x17 [border: (1px none #808080) none] [r=10 c=0 rs=1 cs=1]
302
              RenderTableCell {TD} at (0,291) size 99x17 [border: (1px none #808080) none] [r=10 c=0 rs=1 cs=1]
303
                RenderBlock {P} at (8,1) size 84x16
303
                RenderBlock {P} at (8,1) size 84x16
304
                  RenderText {#text} at (35,0) size 13x15
304
                  RenderText {#text} at (35,0) size 13x15
305
                    text run at (35,0) width 13: "11"
305
                    text run at (35,0) width 13: "11"
306
                  RenderInline {SPAN} at (0,0) size 1x15
306
                  RenderInline {SPAN} at (0,0) size 0x15
307
                    RenderInline {O:P} at (0,0) size 1x15
307
                    RenderInline {O:P} at (0,0) size 0x0
308
              RenderTableCell {TD} at (98,291) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=1 rs=1 cs=1]
308
              RenderTableCell {TD} at (98,291) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=1 rs=1 cs=1]
309
                RenderBlock {P} at (8,1) size 155x16
309
                RenderBlock {P} at (8,1) size 155x16
310
                  RenderText {#text} at (0,0) size 79x15
310
                  RenderText {#text} at (0,0) size 79x15
311
                    text run at (0,0) width 79: "George Cowan"
311
                    text run at (0,0) width 79: "George Cowan"
312
                  RenderInline {SPAN} at (0,0) size 1x15
312
                  RenderInline {SPAN} at (0,0) size 0x15
313
                    RenderInline {O:P} at (0,0) size 1x15
313
                    RenderInline {O:P} at (0,0) size 0x0
314
                RenderBlock {P} at (8,17) size 155x16
314
                RenderBlock {P} at (8,17) size 155x16
315
                  RenderText {#text} at (0,0) size 73x15
315
                  RenderText {#text} at (0,0) size 73x15
316
                    text run at (0,0) width 73: "Rick Klement"
316
                    text run at (0,0) width 73: "Rick Klement"
317
                  RenderInline {SPAN} at (0,0) size 1x15
317
                  RenderInline {SPAN} at (0,0) size 0x15
318
                    RenderInline {O:P} at (0,0) size 1x15
318
                    RenderInline {O:P} at (0,0) size 0x0
319
                RenderBlock {P} at (8,33) size 155x16
319
                RenderBlock {P} at (8,33) size 155x16
320
                  RenderText {#text} at (0,0) size 76x15
320
                  RenderText {#text} at (0,0) size 76x15
321
                    text run at (0,0) width 76: "John Mathews"
321
                    text run at (0,0) width 76: "John Mathews"
Lines 331-349 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec10
331
                RenderBlock {P} at (8,97) size 155x16
331
                RenderBlock {P} at (8,97) size 155x16
332
                  RenderText {#text} at (0,0) size 83x15
332
                  RenderText {#text} at (0,0) size 83x15
333
                    text run at (0,0) width 83: "Jason Anderson"
333
                    text run at (0,0) width 83: "Jason Anderson"
334
                  RenderInline {SPAN} at (0,0) size 1x15
334
                  RenderInline {SPAN} at (0,0) size 0x15
335
                    RenderInline {O:P} at (0,0) size 1x15
335
                    RenderInline {O:P} at (0,0) size 0x0
336
              RenderTableCell {TD} at (268,291) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=2 rs=1 cs=1]
336
              RenderTableCell {TD} at (268,291) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=2 rs=1 cs=1]
337
                RenderBlock {P} at (8,1) size 84x16
337
                RenderBlock {P} at (8,1) size 84x16
338
                  RenderText {#text} at (32,0) size 20x15
338
                  RenderText {#text} at (32,0) size 20x15
339
                    text run at (32,0) width 20: "Yes"
339
                    text run at (32,0) width 20: "Yes"
340
                  RenderInline {SPAN} at (0,0) size 1x15
340
                  RenderInline {SPAN} at (0,0) size 0x15
341
                    RenderInline {O:P} at (0,0) size 1x15
341
                    RenderInline {O:P} at (0,0) size 0x0
342
                RenderBlock {P} at (8,17) size 84x16
342
                RenderBlock {P} at (8,17) size 84x16
343
                  RenderText {#text} at (32,0) size 20x15
343
                  RenderText {#text} at (32,0) size 20x15
344
                    text run at (32,0) width 20: "Yes"
344
                    text run at (32,0) width 20: "Yes"
345
                  RenderInline {SPAN} at (0,0) size 1x15
345
                  RenderInline {SPAN} at (0,0) size 0x15
346
                    RenderInline {O:P} at (0,0) size 1x15
346
                    RenderInline {O:P} at (0,0) size 0x0
347
                RenderBlock {P} at (8,33) size 84x16
347
                RenderBlock {P} at (8,33) size 84x16
348
                  RenderText {#text} at (32,0) size 20x15
348
                  RenderText {#text} at (32,0) size 20x15
349
                    text run at (32,0) width 20: "Yes"
349
                    text run at (32,0) width 20: "Yes"
Lines 359-377 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec11
359
                RenderBlock {P} at (8,97) size 84x16
359
                RenderBlock {P} at (8,97) size 84x16
360
                  RenderText {#text} at (32,0) size 20x15
360
                  RenderText {#text} at (32,0) size 20x15
361
                    text run at (32,0) width 20: "Yes"
361
                    text run at (32,0) width 20: "Yes"
362
                  RenderInline {SPAN} at (0,0) size 1x15
362
                  RenderInline {SPAN} at (0,0) size 0x15
363
                    RenderInline {O:P} at (0,0) size 1x15
363
                    RenderInline {O:P} at (0,0) size 0x0
364
              RenderTableCell {TD} at (366,291) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=3 rs=1 cs=1]
364
              RenderTableCell {TD} at (366,291) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=3 rs=1 cs=1]
365
                RenderBlock {P} at (8,1) size 90x16
365
                RenderBlock {P} at (8,1) size 90x16
366
                  RenderText {#text} at (36,0) size 17x15
366
                  RenderText {#text} at (36,0) size 17x15
367
                    text run at (36,0) width 17: "No"
367
                    text run at (36,0) width 17: "No"
368
                  RenderInline {SPAN} at (0,0) size 1x15
368
                  RenderInline {SPAN} at (0,0) size 0x15
369
                    RenderInline {O:P} at (0,0) size 1x15
369
                    RenderInline {O:P} at (0,0) size 0x0
370
                RenderBlock {P} at (8,17) size 90x16
370
                RenderBlock {P} at (8,17) size 90x16
371
                  RenderText {#text} at (35,0) size 20x15
371
                  RenderText {#text} at (35,0) size 20x15
372
                    text run at (35,0) width 20: "Yes"
372
                    text run at (35,0) width 20: "Yes"
373
                  RenderInline {SPAN} at (0,0) size 1x15
373
                  RenderInline {SPAN} at (0,0) size 0x15
374
                    RenderInline {O:P} at (0,0) size 1x15
374
                    RenderInline {O:P} at (0,0) size 0x0
375
                RenderBlock {P} at (8,33) size 90x16
375
                RenderBlock {P} at (8,33) size 90x16
376
                  RenderText {#text} at (36,0) size 17x15
376
                  RenderText {#text} at (36,0) size 17x15
377
                    text run at (36,0) width 17: "No"
377
                    text run at (36,0) width 17: "No"
Lines 387-401 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec12
387
                RenderBlock {P} at (8,97) size 90x16
387
                RenderBlock {P} at (8,97) size 90x16
388
                  RenderText {#text} at (36,0) size 17x15
388
                  RenderText {#text} at (36,0) size 17x15
389
                    text run at (36,0) width 17: "No"
389
                    text run at (36,0) width 17: "No"
390
                  RenderInline {SPAN} at (0,0) size 1x15
390
                  RenderInline {SPAN} at (0,0) size 0x15
391
                    RenderInline {O:P} at (0,0) size 1x15
391
                    RenderInline {O:P} at (0,0) size 0x0
392
            RenderTableRow {TR} at (0,404) size 472x81
392
            RenderTableRow {TR} at (0,404) size 472x81
393
              RenderTableCell {TD} at (0,404) size 99x17 [border: (1px none #808080) none] [r=11 c=0 rs=1 cs=1]
393
              RenderTableCell {TD} at (0,404) size 99x17 [border: (1px none #808080) none] [r=11 c=0 rs=1 cs=1]
394
                RenderBlock {P} at (8,1) size 84x16
394
                RenderBlock {P} at (8,1) size 84x16
395
                  RenderText {#text} at (34,0) size 14x15
395
                  RenderText {#text} at (34,0) size 14x15
396
                    text run at (34,0) width 14: "12"
396
                    text run at (34,0) width 14: "12"
397
                  RenderInline {SPAN} at (0,0) size 1x15
397
                  RenderInline {SPAN} at (0,0) size 0x15
398
                    RenderInline {O:P} at (0,0) size 1x15
398
                    RenderInline {O:P} at (0,0) size 0x0
399
              RenderTableCell {TD} at (98,404) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=1 rs=1 cs=1]
399
              RenderTableCell {TD} at (98,404) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=1 rs=1 cs=1]
400
                RenderBlock {P} at (8,1) size 155x16
400
                RenderBlock {P} at (8,1) size 155x16
401
                  RenderText {#text} at (0,0) size 73x15
401
                  RenderText {#text} at (0,0) size 73x15
Lines 428-435 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec13
428
                RenderBlock {P} at (8,65) size 84x16
428
                RenderBlock {P} at (8,65) size 84x16
429
                  RenderText {#text} at (32,0) size 20x15
429
                  RenderText {#text} at (32,0) size 20x15
430
                    text run at (32,0) width 20: "Yes"
430
                    text run at (32,0) width 20: "Yes"
431
                  RenderInline {SPAN} at (0,0) size 1x15
431
                  RenderInline {SPAN} at (0,0) size 0x15
432
                    RenderInline {O:P} at (0,0) size 1x15
432
                    RenderInline {O:P} at (0,0) size 0x0
433
              RenderTableCell {TD} at (366,404) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=3 rs=1 cs=1]
433
              RenderTableCell {TD} at (366,404) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=3 rs=1 cs=1]
434
                RenderBlock {P} at (8,1) size 90x16
434
                RenderBlock {P} at (8,1) size 90x16
435
                  RenderText {#text} at (35,0) size 20x15
435
                  RenderText {#text} at (35,0) size 20x15
Lines 446-460 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec14
446
                RenderBlock {P} at (8,65) size 90x16
446
                RenderBlock {P} at (8,65) size 90x16
447
                  RenderText {#text} at (36,0) size 17x15
447
                  RenderText {#text} at (36,0) size 17x15
448
                    text run at (36,0) width 17: "No"
448
                    text run at (36,0) width 17: "No"
449
                  RenderInline {SPAN} at (0,0) size 1x15
449
                  RenderInline {SPAN} at (0,0) size 0x15
450
                    RenderInline {O:P} at (0,0) size 1x15
450
                    RenderInline {O:P} at (0,0) size 0x0
451
            RenderTableRow {TR} at (0,485) size 472x65
451
            RenderTableRow {TR} at (0,485) size 472x65
452
              RenderTableCell {TD} at (0,485) size 99x17 [border: (1px none #808080) none] [r=12 c=0 rs=1 cs=1]
452
              RenderTableCell {TD} at (0,485) size 99x17 [border: (1px none #808080) none] [r=12 c=0 rs=1 cs=1]
453
                RenderBlock {P} at (8,1) size 84x16
453
                RenderBlock {P} at (8,1) size 84x16
454
                  RenderText {#text} at (34,0) size 14x15
454
                  RenderText {#text} at (34,0) size 14x15
455
                    text run at (34,0) width 14: "13"
455
                    text run at (34,0) width 14: "13"
456
                  RenderInline {SPAN} at (0,0) size 1x15
456
                  RenderInline {SPAN} at (0,0) size 0x15
457
                    RenderInline {O:P} at (0,0) size 1x15
457
                    RenderInline {O:P} at (0,0) size 0x0
458
              RenderTableCell {TD} at (98,485) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=1 rs=1 cs=1]
458
              RenderTableCell {TD} at (98,485) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=1 rs=1 cs=1]
459
                RenderBlock {P} at (8,1) size 155x16
459
                RenderBlock {P} at (8,1) size 155x16
460
                  RenderText {#text} at (0,0) size 65x15
460
                  RenderText {#text} at (0,0) size 65x15
Lines 468-475 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec15
468
                RenderBlock {P} at (8,49) size 155x16
468
                RenderBlock {P} at (8,49) size 155x16
469
                  RenderText {#text} at (0,0) size 62x15
469
                  RenderText {#text} at (0,0) size 62x15
470
                    text run at (0,0) width 62: "Scott Hersh"
470
                    text run at (0,0) width 62: "Scott Hersh"
471
                  RenderInline {SPAN} at (0,0) size 1x15
471
                  RenderInline {SPAN} at (0,0) size 0x15
472
                    RenderInline {O:P} at (0,0) size 1x15
472
                    RenderInline {O:P} at (0,0) size 0x0
473
              RenderTableCell {TD} at (268,485) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=2 rs=1 cs=1]
473
              RenderTableCell {TD} at (268,485) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=2 rs=1 cs=1]
474
                RenderBlock {P} at (8,1) size 84x16
474
                RenderBlock {P} at (8,1) size 84x16
475
                  RenderText {#text} at (30,0) size 23x15
475
                  RenderText {#text} at (30,0) size 23x15
Lines 483-490 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec16
483
                RenderBlock {P} at (8,49) size 84x16
483
                RenderBlock {P} at (8,49) size 84x16
484
                  RenderText {#text} at (32,0) size 20x15
484
                  RenderText {#text} at (32,0) size 20x15
485
                    text run at (32,0) width 20: "Yes"
485
                    text run at (32,0) width 20: "Yes"
486
                  RenderInline {SPAN} at (0,0) size 1x15
486
                  RenderInline {SPAN} at (0,0) size 0x15
487
                    RenderInline {O:P} at (0,0) size 1x15
487
                    RenderInline {O:P} at (0,0) size 0x0
488
              RenderTableCell {TD} at (366,485) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=3 rs=1 cs=1]
488
              RenderTableCell {TD} at (366,485) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=3 rs=1 cs=1]
489
                RenderBlock {P} at (8,1) size 90x16
489
                RenderBlock {P} at (8,1) size 90x16
490
                  RenderText {#text} at (35,0) size 20x15
490
                  RenderText {#text} at (35,0) size 20x15
Lines 498-512 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec17
498
                RenderBlock {P} at (8,49) size 90x16
498
                RenderBlock {P} at (8,49) size 90x16
499
                  RenderText {#text} at (36,0) size 17x15
499
                  RenderText {#text} at (36,0) size 17x15
500
                    text run at (36,0) width 17: "No"
500
                    text run at (36,0) width 17: "No"
501
                  RenderInline {SPAN} at (0,0) size 1x15
501
                  RenderInline {SPAN} at (0,0) size 0x15
502
                    RenderInline {O:P} at (0,0) size 1x15
502
                    RenderInline {O:P} at (0,0) size 0x0
503
            RenderTableRow {TR} at (0,550) size 472x49
503
            RenderTableRow {TR} at (0,550) size 472x49
504
              RenderTableCell {TD} at (0,550) size 99x17 [border: (1px none #808080) none] [r=13 c=0 rs=1 cs=1]
504
              RenderTableCell {TD} at (0,550) size 99x17 [border: (1px none #808080) none] [r=13 c=0 rs=1 cs=1]
505
                RenderBlock {P} at (8,1) size 84x16
505
                RenderBlock {P} at (8,1) size 84x16
506
                  RenderText {#text} at (34,0) size 14x15
506
                  RenderText {#text} at (34,0) size 14x15
507
                    text run at (34,0) width 14: "14"
507
                    text run at (34,0) width 14: "14"
508
                  RenderInline {SPAN} at (0,0) size 1x15
508
                  RenderInline {SPAN} at (0,0) size 0x15
509
                    RenderInline {O:P} at (0,0) size 1x15
509
                    RenderInline {O:P} at (0,0) size 0x0
510
              RenderTableCell {TD} at (98,550) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=13 c=1 rs=1 cs=1]
510
              RenderTableCell {TD} at (98,550) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=13 c=1 rs=1 cs=1]
511
                RenderBlock {P} at (8,1) size 155x16
511
                RenderBlock {P} at (8,1) size 155x16
512
                  RenderText {#text} at (0,0) size 60x15
512
                  RenderText {#text} at (0,0) size 60x15
Lines 517-524 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec18
517
                RenderBlock {P} at (8,33) size 155x16
517
                RenderBlock {P} at (8,33) size 155x16
518
                  RenderText {#text} at (0,0) size 77x15
518
                  RenderText {#text} at (0,0) size 77x15
519
                    text run at (0,0) width 77: "Gary Williams"
519
                    text run at (0,0) width 77: "Gary Williams"
520
                  RenderInline {SPAN} at (0,0) size 1x15
520
                  RenderInline {SPAN} at (0,0) size 0x15
521
                    RenderInline {O:P} at (0,0) size 1x15
521
                    RenderInline {O:P} at (0,0) size 0x0
522
              RenderTableCell {TD} at (268,550) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=2 rs=1 cs=1]
522
              RenderTableCell {TD} at (268,550) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=2 rs=1 cs=1]
523
                RenderBlock {P} at (8,1) size 84x16
523
                RenderBlock {P} at (8,1) size 84x16
524
                  RenderText {#text} at (40,0) size 4x15
524
                  RenderText {#text} at (40,0) size 4x15
Lines 526-533 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec19
526
                RenderBlock {P} at (8,17) size 84x16
526
                RenderBlock {P} at (8,17) size 84x16
527
                  RenderText {#text} at (32,0) size 20x15
527
                  RenderText {#text} at (32,0) size 20x15
528
                    text run at (32,0) width 20: "Yes"
528
                    text run at (32,0) width 20: "Yes"
529
                  RenderInline {SPAN} at (0,0) size 1x15
529
                  RenderInline {SPAN} at (0,0) size 0x15
530
                    RenderInline {O:P} at (0,0) size 1x15
530
                    RenderInline {O:P} at (0,0) size 0x0
531
              RenderTableCell {TD} at (366,550) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=3 rs=1 cs=1]
531
              RenderTableCell {TD} at (366,550) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=3 rs=1 cs=1]
532
                RenderBlock {P} at (8,1) size 90x16
532
                RenderBlock {P} at (8,1) size 90x16
533
                  RenderText {#text} at (43,0) size 4x15
533
                  RenderText {#text} at (43,0) size 4x15
Lines 535-549 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec20
535
                RenderBlock {P} at (8,17) size 90x16
535
                RenderBlock {P} at (8,17) size 90x16
536
                  RenderText {#text} at (36,0) size 17x15
536
                  RenderText {#text} at (36,0) size 17x15
537
                    text run at (36,0) width 17: "No"
537
                    text run at (36,0) width 17: "No"
538
                  RenderInline {SPAN} at (0,0) size 1x15
538
                  RenderInline {SPAN} at (0,0) size 0x15
539
                    RenderInline {O:P} at (0,0) size 1x15
539
                    RenderInline {O:P} at (0,0) size 0x0
540
            RenderTableRow {TR} at (0,599) size 472x81
540
            RenderTableRow {TR} at (0,599) size 472x81
541
              RenderTableCell {TD} at (0,599) size 99x17 [border: (1px none #808080) none] [r=14 c=0 rs=1 cs=1]
541
              RenderTableCell {TD} at (0,599) size 99x17 [border: (1px none #808080) none] [r=14 c=0 rs=1 cs=1]
542
                RenderBlock {P} at (8,1) size 84x16
542
                RenderBlock {P} at (8,1) size 84x16
543
                  RenderText {#text} at (34,0) size 14x15
543
                  RenderText {#text} at (34,0) size 14x15
544
                    text run at (34,0) width 14: "15"
544
                    text run at (34,0) width 14: "15"
545
                  RenderInline {SPAN} at (0,0) size 1x15
545
                  RenderInline {SPAN} at (0,0) size 0x15
546
                    RenderInline {O:P} at (0,0) size 1x15
546
                    RenderInline {O:P} at (0,0) size 0x0
547
              RenderTableCell {TD} at (98,599) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=1 rs=1 cs=1]
547
              RenderTableCell {TD} at (98,599) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=1 rs=1 cs=1]
548
                RenderBlock {P} at (8,1) size 155x16
548
                RenderBlock {P} at (8,1) size 155x16
549
                  RenderText {#text} at (0,0) size 65x15
549
                  RenderText {#text} at (0,0) size 65x15
Lines 560-567 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec21
560
                RenderBlock {P} at (8,65) size 155x16
560
                RenderBlock {P} at (8,65) size 155x16
561
                  RenderText {#text} at (0,0) size 69x15
561
                  RenderText {#text} at (0,0) size 69x15
562
                    text run at (0,0) width 69: "Harald Close"
562
                    text run at (0,0) width 69: "Harald Close"
563
                  RenderInline {SPAN} at (0,0) size 1x15
563
                  RenderInline {SPAN} at (0,0) size 0x15
564
                    RenderInline {O:P} at (0,0) size 1x15
564
                    RenderInline {O:P} at (0,0) size 0x0
565
              RenderTableCell {TD} at (268,599) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=2 rs=1 cs=1]
565
              RenderTableCell {TD} at (268,599) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=2 rs=1 cs=1]
566
                RenderBlock {P} at (8,1) size 84x16
566
                RenderBlock {P} at (8,1) size 84x16
567
                  RenderText {#text} at (30,0) size 23x15
567
                  RenderText {#text} at (30,0) size 23x15
Lines 578-585 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec22
578
                RenderBlock {P} at (8,65) size 84x16
578
                RenderBlock {P} at (8,65) size 84x16
579
                  RenderText {#text} at (32,0) size 20x15
579
                  RenderText {#text} at (32,0) size 20x15
580
                    text run at (32,0) width 20: "Yes"
580
                    text run at (32,0) width 20: "Yes"
581
                  RenderInline {SPAN} at (0,0) size 1x15
581
                  RenderInline {SPAN} at (0,0) size 0x15
582
                    RenderInline {O:P} at (0,0) size 1x15
582
                    RenderInline {O:P} at (0,0) size 0x0
583
              RenderTableCell {TD} at (366,599) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=3 rs=1 cs=1]
583
              RenderTableCell {TD} at (366,599) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=3 rs=1 cs=1]
584
                RenderBlock {P} at (8,1) size 90x16
584
                RenderBlock {P} at (8,1) size 90x16
585
                  RenderText {#text} at (35,0) size 20x15
585
                  RenderText {#text} at (35,0) size 20x15
Lines 596-610 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec23
596
                RenderBlock {P} at (8,65) size 90x16
596
                RenderBlock {P} at (8,65) size 90x16
597
                  RenderText {#text} at (36,0) size 17x15
597
                  RenderText {#text} at (36,0) size 17x15
598
                    text run at (36,0) width 17: "No"
598
                    text run at (36,0) width 17: "No"
599
                  RenderInline {SPAN} at (0,0) size 1x15
599
                  RenderInline {SPAN} at (0,0) size 0x15
600
                    RenderInline {O:P} at (0,0) size 1x15
600
                    RenderInline {O:P} at (0,0) size 0x0
601
            RenderTableRow {TR} at (0,680) size 472x33
601
            RenderTableRow {TR} at (0,680) size 472x33
602
              RenderTableCell {TD} at (0,680) size 99x17 [border: (1px none #808080) none] [r=15 c=0 rs=1 cs=1]
602
              RenderTableCell {TD} at (0,680) size 99x17 [border: (1px none #808080) none] [r=15 c=0 rs=1 cs=1]
603
                RenderBlock {P} at (8,1) size 84x16
603
                RenderBlock {P} at (8,1) size 84x16
604
                  RenderText {#text} at (34,0) size 14x15
604
                  RenderText {#text} at (34,0) size 14x15
605
                    text run at (34,0) width 14: "16"
605
                    text run at (34,0) width 14: "16"
606
                  RenderInline {SPAN} at (0,0) size 1x15
606
                  RenderInline {SPAN} at (0,0) size 0x15
607
                    RenderInline {O:P} at (0,0) size 1x15
607
                    RenderInline {O:P} at (0,0) size 0x0
608
              RenderTableCell {TD} at (98,680) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=15 c=1 rs=1 cs=1]
608
              RenderTableCell {TD} at (98,680) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=15 c=1 rs=1 cs=1]
609
                RenderBlock {P} at (8,1) size 155x16
609
                RenderBlock {P} at (8,1) size 155x16
610
                  RenderText {#text} at (0,0) size 81x15
610
                  RenderText {#text} at (0,0) size 81x15
Lines 612-644 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec24
612
                RenderBlock {P} at (8,17) size 155x16
612
                RenderBlock {P} at (8,17) size 155x16
613
                  RenderText {#text} at (0,0) size 52x15
613
                  RenderText {#text} at (0,0) size 52x15
614
                    text run at (0,0) width 52: "Joe Smith"
614
                    text run at (0,0) width 52: "Joe Smith"
615
                  RenderInline {SPAN} at (0,0) size 1x15
615
                  RenderInline {SPAN} at (0,0) size 0x15
616
                    RenderInline {O:P} at (0,0) size 1x15
616
                    RenderInline {O:P} at (0,0) size 0x0
617
              RenderTableCell {TD} at (268,680) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=2 rs=1 cs=1]
617
              RenderTableCell {TD} at (268,680) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=2 rs=1 cs=1]
618
                RenderBlock {P} at (8,1) size 84x16
618
                RenderBlock {P} at (8,1) size 84x16
619
                  RenderText {#text} at (30,0) size 23x15
619
                  RenderText {#text} at (30,0) size 23x15
620
                    text run at (30,0) width 23: " Yes"
620
                    text run at (30,0) width 23: " Yes"
621
                  RenderInline {SPAN} at (0,0) size 1x15
621
                  RenderInline {SPAN} at (0,0) size 0x15
622
                    RenderInline {O:P} at (0,0) size 1x15
622
                    RenderInline {O:P} at (0,0) size 0x0
623
              RenderTableCell {TD} at (366,680) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=3 rs=1 cs=1]
623
              RenderTableCell {TD} at (366,680) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=3 rs=1 cs=1]
624
                RenderBlock {P} at (8,1) size 90x16
624
                RenderBlock {P} at (8,1) size 90x16
625
                  RenderText {#text} at (35,0) size 20x15
625
                  RenderText {#text} at (35,0) size 20x15
626
                    text run at (35,0) width 20: " No"
626
                    text run at (35,0) width 20: " No"
627
                  RenderInline {SPAN} at (0,0) size 1x15
627
                  RenderInline {SPAN} at (0,0) size 0x15
628
                    RenderInline {O:P} at (0,0) size 1x15
628
                    RenderInline {O:P} at (0,0) size 0x0
629
            RenderTableRow {TR} at (0,713) size 472x81
629
            RenderTableRow {TR} at (0,713) size 472x81
630
              RenderTableCell {TD} at (0,713) size 99x17 [border: (1px none #808080) none] [r=16 c=0 rs=1 cs=1]
630
              RenderTableCell {TD} at (0,713) size 99x17 [border: (1px none #808080) none] [r=16 c=0 rs=1 cs=1]
631
                RenderBlock {P} at (8,1) size 84x16
631
                RenderBlock {P} at (8,1) size 84x16
632
                  RenderText {#text} at (34,0) size 14x15
632
                  RenderText {#text} at (34,0) size 14x15
633
                    text run at (34,0) width 14: "17"
633
                    text run at (34,0) width 14: "17"
634
                  RenderInline {SPAN} at (0,0) size 1x15
634
                  RenderInline {SPAN} at (0,0) size 0x15
635
                    RenderInline {O:P} at (0,0) size 1x15
635
                    RenderInline {O:P} at (0,0) size 0x0
636
              RenderTableCell {TD} at (98,713) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=1 rs=1 cs=1]
636
              RenderTableCell {TD} at (98,713) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=1 rs=1 cs=1]
637
                RenderBlock {P} at (8,1) size 155x16
637
                RenderBlock {P} at (8,1) size 155x16
638
                  RenderText {#text} at (0,0) size 59x15
638
                  RenderText {#text} at (0,0) size 59x15
639
                    text run at (0,0) width 59: "Doug Field"
639
                    text run at (0,0) width 59: "Doug Field"
640
                  RenderInline {SPAN} at (0,0) size 1x15
640
                  RenderInline {SPAN} at (0,0) size 0x15
641
                    RenderInline {O:P} at (0,0) size 1x15
641
                    RenderInline {O:P} at (0,0) size 0x0
642
                RenderBlock {P} at (8,17) size 155x16
642
                RenderBlock {P} at (8,17) size 155x16
643
                  RenderText {#text} at (0,0) size 64x15
643
                  RenderText {#text} at (0,0) size 64x15
644
                    text run at (0,0) width 64: "Dave Neves"
644
                    text run at (0,0) width 64: "Dave Neves"
Lines 651-664 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec25
651
                RenderBlock {P} at (8,65) size 155x16
651
                RenderBlock {P} at (8,65) size 155x16
652
                  RenderText {#text} at (0,0) size 96x15
652
                  RenderText {#text} at (0,0) size 96x15
653
                    text run at (0,0) width 96: "Dave Christiansen"
653
                    text run at (0,0) width 96: "Dave Christiansen"
654
                  RenderInline {SPAN} at (0,0) size 1x15
654
                  RenderInline {SPAN} at (0,0) size 0x15
655
                    RenderInline {O:P} at (0,0) size 1x15
655
                    RenderInline {O:P} at (0,0) size 0x0
656
              RenderTableCell {TD} at (268,713) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=2 rs=1 cs=1]
656
              RenderTableCell {TD} at (268,713) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=2 rs=1 cs=1]
657
                RenderBlock {P} at (8,1) size 84x16
657
                RenderBlock {P} at (8,1) size 84x16
658
                  RenderText {#text} at (32,0) size 20x15
658
                  RenderText {#text} at (32,0) size 20x15
659
                    text run at (32,0) width 20: "Yes"
659
                    text run at (32,0) width 20: "Yes"
660
                  RenderInline {SPAN} at (0,0) size 1x15
660
                  RenderInline {SPAN} at (0,0) size 0x15
661
                    RenderInline {O:P} at (0,0) size 1x15
661
                    RenderInline {O:P} at (0,0) size 0x0
662
                RenderBlock {P} at (8,17) size 84x16
662
                RenderBlock {P} at (8,17) size 84x16
663
                  RenderText {#text} at (32,0) size 20x15
663
                  RenderText {#text} at (32,0) size 20x15
664
                    text run at (32,0) width 20: "Yes"
664
                    text run at (32,0) width 20: "Yes"
Lines 671-684 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec26
671
                RenderBlock {P} at (8,65) size 84x16
671
                RenderBlock {P} at (8,65) size 84x16
672
                  RenderText {#text} at (32,0) size 20x15
672
                  RenderText {#text} at (32,0) size 20x15
673
                    text run at (32,0) width 20: "Yes"
673
                    text run at (32,0) width 20: "Yes"
674
                  RenderInline {SPAN} at (0,0) size 1x15
674
                  RenderInline {SPAN} at (0,0) size 0x15
675
                    RenderInline {O:P} at (0,0) size 1x15
675
                    RenderInline {O:P} at (0,0) size 0x0
676
              RenderTableCell {TD} at (366,713) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=3 rs=1 cs=1]
676
              RenderTableCell {TD} at (366,713) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=3 rs=1 cs=1]
677
                RenderBlock {P} at (8,1) size 90x16
677
                RenderBlock {P} at (8,1) size 90x16
678
                  RenderText {#text} at (36,0) size 17x15
678
                  RenderText {#text} at (36,0) size 17x15
679
                    text run at (36,0) width 17: "No"
679
                    text run at (36,0) width 17: "No"
680
                  RenderInline {SPAN} at (0,0) size 1x15
680
                  RenderInline {SPAN} at (0,0) size 0x15
681
                    RenderInline {O:P} at (0,0) size 1x15
681
                    RenderInline {O:P} at (0,0) size 0x0
682
                RenderBlock {P} at (8,17) size 90x16
682
                RenderBlock {P} at (8,17) size 90x16
683
                  RenderText {#text} at (35,0) size 20x15
683
                  RenderText {#text} at (35,0) size 20x15
684
                    text run at (35,0) width 20: "Yes"
684
                    text run at (35,0) width 20: "Yes"
Lines 691-705 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec27
691
                RenderBlock {P} at (8,65) size 90x16
691
                RenderBlock {P} at (8,65) size 90x16
692
                  RenderText {#text} at (36,0) size 17x15
692
                  RenderText {#text} at (36,0) size 17x15
693
                    text run at (36,0) width 17: "No"
693
                    text run at (36,0) width 17: "No"
694
                  RenderInline {SPAN} at (0,0) size 1x15
694
                  RenderInline {SPAN} at (0,0) size 0x15
695
                    RenderInline {O:P} at (0,0) size 1x15
695
                    RenderInline {O:P} at (0,0) size 0x0
696
            RenderTableRow {TR} at (0,794) size 472x113
696
            RenderTableRow {TR} at (0,794) size 472x113
697
              RenderTableCell {TD} at (0,794) size 99x17 [border: (1px none #808080) none] [r=17 c=0 rs=1 cs=1]
697
              RenderTableCell {TD} at (0,794) size 99x17 [border: (1px none #808080) none] [r=17 c=0 rs=1 cs=1]
698
                RenderBlock {P} at (8,1) size 84x16
698
                RenderBlock {P} at (8,1) size 84x16
699
                  RenderText {#text} at (34,0) size 14x15
699
                  RenderText {#text} at (34,0) size 14x15
700
                    text run at (34,0) width 14: "18"
700
                    text run at (34,0) width 14: "18"
701
                  RenderInline {SPAN} at (0,0) size 1x15
701
                  RenderInline {SPAN} at (0,0) size 0x15
702
                    RenderInline {O:P} at (0,0) size 1x15
702
                    RenderInline {O:P} at (0,0) size 0x0
703
              RenderTableCell {TD} at (98,794) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=17 c=1 rs=1 cs=1]
703
              RenderTableCell {TD} at (98,794) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=17 c=1 rs=1 cs=1]
704
                RenderBlock {P} at (8,1) size 155x16
704
                RenderBlock {P} at (8,1) size 155x16
705
                  RenderText {#text} at (0,0) size 77x15
705
                  RenderText {#text} at (0,0) size 77x15
Lines 722-729 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec28
722
                RenderBlock {P} at (8,97) size 155x16
722
                RenderBlock {P} at (8,97) size 155x16
723
                  RenderText {#text} at (0,0) size 58x15
723
                  RenderText {#text} at (0,0) size 58x15
724
                    text run at (0,0) width 58: "Jim Colvin"
724
                    text run at (0,0) width 58: "Jim Colvin"
725
                  RenderInline {SPAN} at (0,0) size 1x15
725
                  RenderInline {SPAN} at (0,0) size 0x15
726
                    RenderInline {O:P} at (0,0) size 1x15
726
                    RenderInline {O:P} at (0,0) size 0x0
727
              RenderTableCell {TD} at (268,794) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=2 rs=1 cs=1]
727
              RenderTableCell {TD} at (268,794) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=2 rs=1 cs=1]
728
                RenderBlock {P} at (8,1) size 84x16
728
                RenderBlock {P} at (8,1) size 84x16
729
                  RenderText {#text} at (32,0) size 20x15
729
                  RenderText {#text} at (32,0) size 20x15
Lines 743-750 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec29
743
                RenderBlock {P} at (8,81) size 84x16
743
                RenderBlock {P} at (8,81) size 84x16
744
                  RenderText {#text} at (32,0) size 20x15
744
                  RenderText {#text} at (32,0) size 20x15
745
                    text run at (32,0) width 20: "Yes"
745
                    text run at (32,0) width 20: "Yes"
746
                  RenderInline {SPAN} at (0,0) size 1x15
746
                  RenderInline {SPAN} at (0,0) size 0x15
747
                    RenderInline {O:P} at (0,0) size 1x15
747
                    RenderInline {O:P} at (0,0) size 0x0
748
              RenderTableCell {TD} at (366,794) size 107x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=3 rs=1 cs=1]
748
              RenderTableCell {TD} at (366,794) size 107x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=3 rs=1 cs=1]
749
                RenderBlock {P} at (8,1) size 90x16
749
                RenderBlock {P} at (8,1) size 90x16
750
                  RenderText {#text} at (36,0) size 17x15
750
                  RenderText {#text} at (36,0) size 17x15
Lines 764-778 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec30
764
                RenderBlock {P} at (8,81) size 90x16
764
                RenderBlock {P} at (8,81) size 90x16
765
                  RenderText {#text} at (36,0) size 17x15
765
                  RenderText {#text} at (36,0) size 17x15
766
                    text run at (36,0) width 17: "No"
766
                    text run at (36,0) width 17: "No"
767
                  RenderInline {SPAN} at (0,0) size 1x15
767
                  RenderInline {SPAN} at (0,0) size 0x15
768
                    RenderInline {O:P} at (0,0) size 1x15
768
                    RenderInline {O:P} at (0,0) size 0x0
769
            RenderTableRow {TR} at (0,907) size 472x65
769
            RenderTableRow {TR} at (0,907) size 472x65
770
              RenderTableCell {TD} at (0,907) size 99x17 [border: (1px none #808080) none] [r=18 c=0 rs=1 cs=1]
770
              RenderTableCell {TD} at (0,907) size 99x17 [border: (1px none #808080) none] [r=18 c=0 rs=1 cs=1]
771
                RenderBlock {P} at (8,1) size 84x16
771
                RenderBlock {P} at (8,1) size 84x16
772
                  RenderText {#text} at (34,0) size 14x15
772
                  RenderText {#text} at (34,0) size 14x15
773
                    text run at (34,0) width 14: "19"
773
                    text run at (34,0) width 14: "19"
774
                  RenderInline {SPAN} at (0,0) size 1x15
774
                  RenderInline {SPAN} at (0,0) size 0x15
775
                    RenderInline {O:P} at (0,0) size 1x15
775
                    RenderInline {O:P} at (0,0) size 0x0
776
              RenderTableCell {TD} at (98,907) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=1 rs=1 cs=1]
776
              RenderTableCell {TD} at (98,907) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=1 rs=1 cs=1]
777
                RenderBlock {P} at (8,1) size 155x16
777
                RenderBlock {P} at (8,1) size 155x16
778
                  RenderInline {SPAN} at (0,0) size 65x15
778
                  RenderInline {SPAN} at (0,0) size 65x15
Lines 788-795 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec31
788
                RenderBlock {P} at (8,49) size 155x16
788
                RenderBlock {P} at (8,49) size 155x16
789
                  RenderText {#text} at (0,0) size 82x15
789
                  RenderText {#text} at (0,0) size 82x15
790
                    text run at (0,0) width 82: "Mike Anderson"
790
                    text run at (0,0) width 82: "Mike Anderson"
791
                  RenderInline {SPAN} at (0,0) size 1x15
791
                  RenderInline {SPAN} at (0,0) size 0x15
792
                    RenderInline {O:P} at (0,0) size 1x15
792
                    RenderInline {O:P} at (0,0) size 0x0
793
              RenderTableCell {TD} at (268,907) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=2 rs=1 cs=1]
793
              RenderTableCell {TD} at (268,907) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=2 rs=1 cs=1]
794
                RenderBlock {P} at (8,1) size 84x16
794
                RenderBlock {P} at (8,1) size 84x16
795
                  RenderInline {SPAN} at (0,0) size 20x15
795
                  RenderInline {SPAN} at (0,0) size 20x15
Lines 806-813 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec32
806
                  RenderInline {SPAN} at (0,0) size 20x15
806
                  RenderInline {SPAN} at (0,0) size 20x15
807
                    RenderText {#text} at (32,0) size 20x15
807
                    RenderText {#text} at (32,0) size 20x15
808
                      text run at (32,0) width 20: "Yes"
808
                      text run at (32,0) width 20: "Yes"
809
                  RenderInline {SPAN} at (0,0) size 1x15
809
                  RenderInline {SPAN} at (0,0) size 0x15
810
                    RenderInline {O:P} at (0,0) size 1x15
810
                    RenderInline {O:P} at (0,0) size 0x0
811
              RenderTableCell {TD} at (366,907) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=3 rs=1 cs=1]
811
              RenderTableCell {TD} at (366,907) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=3 rs=1 cs=1]
812
                RenderBlock {P} at (8,1) size 90x16
812
                RenderBlock {P} at (8,1) size 90x16
813
                  RenderInline {SPAN} at (0,0) size 17x15
813
                  RenderInline {SPAN} at (0,0) size 17x15
Lines 824-838 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec33
824
                  RenderInline {SPAN} at (0,0) size 17x15
824
                  RenderInline {SPAN} at (0,0) size 17x15
825
                    RenderText {#text} at (36,0) size 17x15
825
                    RenderText {#text} at (36,0) size 17x15
826
                      text run at (36,0) width 17: "No"
826
                      text run at (36,0) width 17: "No"
827
                  RenderInline {SPAN} at (0,0) size 1x15
827
                  RenderInline {SPAN} at (0,0) size 0x15
828
                    RenderInline {O:P} at (0,0) size 1x15
828
                    RenderInline {O:P} at (0,0) size 0x0
829
            RenderTableRow {TR} at (0,972) size 472x49
829
            RenderTableRow {TR} at (0,972) size 472x49
830
              RenderTableCell {TD} at (0,972) size 99x17 [border: (1px none #808080) none] [r=19 c=0 rs=1 cs=1]
830
              RenderTableCell {TD} at (0,972) size 99x17 [border: (1px none #808080) none] [r=19 c=0 rs=1 cs=1]
831
                RenderBlock {P} at (8,1) size 84x16
831
                RenderBlock {P} at (8,1) size 84x16
832
                  RenderText {#text} at (34,0) size 14x15
832
                  RenderText {#text} at (34,0) size 14x15
833
                    text run at (34,0) width 14: "20"
833
                    text run at (34,0) width 14: "20"
834
                  RenderInline {SPAN} at (0,0) size 1x15
834
                  RenderInline {SPAN} at (0,0) size 0x15
835
                    RenderInline {O:P} at (0,0) size 1x15
835
                    RenderInline {O:P} at (0,0) size 0x0
836
              RenderTableCell {TD} at (98,972) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=1 rs=1 cs=1]
836
              RenderTableCell {TD} at (98,972) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=1 rs=1 cs=1]
837
                RenderBlock {P} at (8,1) size 155x16
837
                RenderBlock {P} at (8,1) size 155x16
838
                  RenderText {#text} at (0,0) size 66x15
838
                  RenderText {#text} at (0,0) size 66x15
Lines 843-850 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec34
843
                RenderBlock {P} at (8,33) size 155x16
843
                RenderBlock {P} at (8,33) size 155x16
844
                  RenderText {#text} at (0,0) size 68x15
844
                  RenderText {#text} at (0,0) size 68x15
845
                    text run at (0,0) width 68: "Rick Latham"
845
                    text run at (0,0) width 68: "Rick Latham"
846
                  RenderInline {SPAN} at (0,0) size 1x15
846
                  RenderInline {SPAN} at (0,0) size 0x15
847
                    RenderInline {O:P} at (0,0) size 1x15
847
                    RenderInline {O:P} at (0,0) size 0x0
848
              RenderTableCell {TD} at (268,972) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=2 rs=1 cs=1]
848
              RenderTableCell {TD} at (268,972) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=2 rs=1 cs=1]
849
                RenderBlock {P} at (8,1) size 84x16
849
                RenderBlock {P} at (8,1) size 84x16
850
                  RenderText {#text} at (32,0) size 20x15
850
                  RenderText {#text} at (32,0) size 20x15
Lines 855-862 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec35
855
                RenderBlock {P} at (8,33) size 84x16
855
                RenderBlock {P} at (8,33) size 84x16
856
                  RenderText {#text} at (32,0) size 20x15
856
                  RenderText {#text} at (32,0) size 20x15
857
                    text run at (32,0) width 20: "Yes"
857
                    text run at (32,0) width 20: "Yes"
858
                  RenderInline {SPAN} at (0,0) size 1x15
858
                  RenderInline {SPAN} at (0,0) size 0x15
859
                    RenderInline {O:P} at (0,0) size 1x15
859
                    RenderInline {O:P} at (0,0) size 0x0
860
              RenderTableCell {TD} at (366,972) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=3 rs=1 cs=1]
860
              RenderTableCell {TD} at (366,972) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=3 rs=1 cs=1]
861
                RenderBlock {P} at (8,1) size 90x16
861
                RenderBlock {P} at (8,1) size 90x16
862
                  RenderText {#text} at (36,0) size 17x15
862
                  RenderText {#text} at (36,0) size 17x15
Lines 867-917 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec36
867
                RenderBlock {P} at (8,33) size 90x16
867
                RenderBlock {P} at (8,33) size 90x16
868
                  RenderText {#text} at (36,0) size 17x15
868
                  RenderText {#text} at (36,0) size 17x15
869
                    text run at (36,0) width 17: "No"
869
                    text run at (36,0) width 17: "No"
870
                  RenderInline {SPAN} at (0,0) size 1x15
870
                  RenderInline {SPAN} at (0,0) size 0x15
871
                    RenderInline {O:P} at (0,0) size 1x15
871
                    RenderInline {O:P} at (0,0) size 0x0
872
            RenderTableRow {TR} at (0,1021) size 472x17
872
            RenderTableRow {TR} at (0,1021) size 472x17
873
              RenderTableCell {TD} at (0,1021) size 99x17 [border: (1px none #808080) none] [r=20 c=0 rs=1 cs=1]
873
              RenderTableCell {TD} at (0,1021) size 99x17 [border: (1px none #808080) none] [r=20 c=0 rs=1 cs=1]
874
                RenderBlock {P} at (8,1) size 84x16
874
                RenderBlock {P} at (8,1) size 84x16
875
                  RenderText {#text} at (34,0) size 14x15
875
                  RenderText {#text} at (34,0) size 14x15
876
                    text run at (34,0) width 14: "21"
876
                    text run at (34,0) width 14: "21"
877
                  RenderInline {SPAN} at (0,0) size 1x15
877
                  RenderInline {SPAN} at (0,0) size 0x15
878
                    RenderInline {O:P} at (0,0) size 1x15
878
                    RenderInline {O:P} at (0,0) size 0x0
879
              RenderTableCell {TD} at (98,1021) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=1 rs=1 cs=1]
879
              RenderTableCell {TD} at (98,1021) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=1 rs=1 cs=1]
880
                RenderBlock {P} at (8,1) size 155x16
880
                RenderBlock {P} at (8,1) size 155x16
881
                  RenderText {#text} at (0,0) size 64x15
881
                  RenderText {#text} at (0,0) size 64x15
882
                    text run at (0,0) width 64: " Simon Tam"
882
                    text run at (0,0) width 64: " Simon Tam"
883
                  RenderInline {SPAN} at (0,0) size 1x15
883
                  RenderInline {SPAN} at (0,0) size 0x15
884
                    RenderInline {O:P} at (0,0) size 1x15
884
                    RenderInline {O:P} at (0,0) size 0x0
885
              RenderTableCell {TD} at (268,1021) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=2 rs=1 cs=1]
885
              RenderTableCell {TD} at (268,1021) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=2 rs=1 cs=1]
886
                RenderBlock {P} at (8,1) size 84x16
886
                RenderBlock {P} at (8,1) size 84x16
887
                  RenderText {#text} at (40,0) size 4x15
887
                  RenderText {#text} at (40,0) size 4x15
888
                    text run at (40,0) width 4: " "
888
                    text run at (40,0) width 4: " "
889
                  RenderInline {SPAN} at (0,0) size 1x15
889
                  RenderInline {SPAN} at (0,0) size 0x15
890
                    RenderInline {O:P} at (0,0) size 1x15
890
                    RenderInline {O:P} at (0,0) size 0x0
891
              RenderTableCell {TD} at (366,1021) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=3 rs=1 cs=1]
891
              RenderTableCell {TD} at (366,1021) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=3 rs=1 cs=1]
892
                RenderBlock {P} at (8,1) size 90x16
892
                RenderBlock {P} at (8,1) size 90x16
893
                  RenderText {#text} at (43,0) size 4x15
893
                  RenderText {#text} at (43,0) size 4x15
894
                    text run at (43,0) width 4: " "
894
                    text run at (43,0) width 4: " "
895
                  RenderInline {SPAN} at (0,0) size 1x15
895
                  RenderInline {SPAN} at (0,0) size 0x15
896
                    RenderInline {O:P} at (0,0) size 1x15
896
                    RenderInline {O:P} at (0,0) size 0x0
897
            RenderTableRow {TR} at (0,1038) size 472x81
897
            RenderTableRow {TR} at (0,1038) size 472x81
898
              RenderTableCell {TD} at (0,1038) size 99x17 [border: (1px none #808080) none] [r=21 c=0 rs=1 cs=1]
898
              RenderTableCell {TD} at (0,1038) size 99x17 [border: (1px none #808080) none] [r=21 c=0 rs=1 cs=1]
899
                RenderBlock {P} at (8,1) size 84x16
899
                RenderBlock {P} at (8,1) size 84x16
900
                  RenderText {#text} at (34,0) size 14x15
900
                  RenderText {#text} at (34,0) size 14x15
901
                    text run at (34,0) width 14: "22"
901
                    text run at (34,0) width 14: "22"
902
                  RenderInline {SPAN} at (0,0) size 1x15
902
                  RenderInline {SPAN} at (0,0) size 0x15
903
                    RenderInline {O:P} at (0,0) size 1x15
903
                    RenderInline {O:P} at (0,0) size 0x0
904
              RenderTableCell {TD} at (98,1038) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=1 rs=1 cs=1]
904
              RenderTableCell {TD} at (98,1038) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=1 rs=1 cs=1]
905
                RenderBlock {P} at (8,1) size 155x16
905
                RenderBlock {P} at (8,1) size 155x16
906
                  RenderText {#text} at (0,0) size 64x15
906
                  RenderText {#text} at (0,0) size 64x15
907
                    text run at (0,0) width 64: "Dave Neves"
907
                    text run at (0,0) width 64: "Dave Neves"
908
                  RenderInline {SPAN} at (0,0) size 1x15
908
                  RenderInline {SPAN} at (0,0) size 0x15
909
                    RenderInline {O:P} at (0,0) size 1x15
909
                    RenderInline {O:P} at (0,0) size 0x0
910
                RenderBlock {P} at (8,17) size 155x16
910
                RenderBlock {P} at (8,17) size 155x16
911
                  RenderText {#text} at (0,0) size 88x15
911
                  RenderText {#text} at (0,0) size 88x15
912
                    text run at (0,0) width 88: "Grant Sanderson"
912
                    text run at (0,0) width 88: "Grant Sanderson"
913
                  RenderInline {SPAN} at (0,0) size 1x15
913
                  RenderInline {SPAN} at (0,0) size 0x15
914
                    RenderInline {O:P} at (0,0) size 1x15
914
                    RenderInline {O:P} at (0,0) size 0x0
915
                RenderBlock {P} at (8,33) size 155x16
915
                RenderBlock {P} at (8,33) size 155x16
916
                  RenderText {#text} at (0,0) size 83x15
916
                  RenderText {#text} at (0,0) size 83x15
917
                    text run at (0,0) width 83: "Maurice Burton"
917
                    text run at (0,0) width 83: "Maurice Burton"
Lines 921-939 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec37
921
                RenderBlock {P} at (8,65) size 155x16
921
                RenderBlock {P} at (8,65) size 155x16
922
                  RenderText {#text} at (0,0) size 64x15
922
                  RenderText {#text} at (0,0) size 64x15
923
                    text run at (0,0) width 64: "Chris Walsh"
923
                    text run at (0,0) width 64: "Chris Walsh"
924
                  RenderInline {SPAN} at (0,0) size 1x15
924
                  RenderInline {SPAN} at (0,0) size 0x15
925
                    RenderInline {O:P} at (0,0) size 1x15
925
                    RenderInline {O:P} at (0,0) size 0x0
926
              RenderTableCell {TD} at (268,1038) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=2 rs=1 cs=1]
926
              RenderTableCell {TD} at (268,1038) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=2 rs=1 cs=1]
927
                RenderBlock {P} at (8,1) size 84x16
927
                RenderBlock {P} at (8,1) size 84x16
928
                  RenderText {#text} at (32,0) size 20x15
928
                  RenderText {#text} at (32,0) size 20x15
929
                    text run at (32,0) width 20: "Yes"
929
                    text run at (32,0) width 20: "Yes"
930
                  RenderInline {SPAN} at (0,0) size 1x15
930
                  RenderInline {SPAN} at (0,0) size 0x15
931
                    RenderInline {O:P} at (0,0) size 1x15
931
                    RenderInline {O:P} at (0,0) size 0x0
932
                RenderBlock {P} at (8,17) size 84x16
932
                RenderBlock {P} at (8,17) size 84x16
933
                  RenderText {#text} at (32,0) size 20x15
933
                  RenderText {#text} at (32,0) size 20x15
934
                    text run at (32,0) width 20: "Yes"
934
                    text run at (32,0) width 20: "Yes"
935
                  RenderInline {SPAN} at (0,0) size 1x15
935
                  RenderInline {SPAN} at (0,0) size 0x15
936
                    RenderInline {O:P} at (0,0) size 1x15
936
                    RenderInline {O:P} at (0,0) size 0x0
937
                RenderBlock {P} at (8,33) size 84x16
937
                RenderBlock {P} at (8,33) size 84x16
938
                  RenderText {#text} at (32,0) size 20x15
938
                  RenderText {#text} at (32,0) size 20x15
939
                    text run at (32,0) width 20: "Yes"
939
                    text run at (32,0) width 20: "Yes"
Lines 943-961 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec38
943
                RenderBlock {P} at (8,65) size 84x16
943
                RenderBlock {P} at (8,65) size 84x16
944
                  RenderText {#text} at (32,0) size 20x15
944
                  RenderText {#text} at (32,0) size 20x15
945
                    text run at (32,0) width 20: "Yes"
945
                    text run at (32,0) width 20: "Yes"
946
                  RenderInline {SPAN} at (0,0) size 1x15
946
                  RenderInline {SPAN} at (0,0) size 0x15
947
                    RenderInline {O:P} at (0,0) size 1x15
947
                    RenderInline {O:P} at (0,0) size 0x0
948
              RenderTableCell {TD} at (366,1038) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=3 rs=1 cs=1]
948
              RenderTableCell {TD} at (366,1038) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=3 rs=1 cs=1]
949
                RenderBlock {P} at (8,1) size 90x16
949
                RenderBlock {P} at (8,1) size 90x16
950
                  RenderText {#text} at (35,0) size 20x15
950
                  RenderText {#text} at (35,0) size 20x15
951
                    text run at (35,0) width 20: "Yes"
951
                    text run at (35,0) width 20: "Yes"
952
                  RenderInline {SPAN} at (0,0) size 1x15
952
                  RenderInline {SPAN} at (0,0) size 0x15
953
                    RenderInline {O:P} at (0,0) size 1x15
953
                    RenderInline {O:P} at (0,0) size 0x0
954
                RenderBlock {P} at (8,17) size 90x16
954
                RenderBlock {P} at (8,17) size 90x16
955
                  RenderText {#text} at (36,0) size 17x15
955
                  RenderText {#text} at (36,0) size 17x15
956
                    text run at (36,0) width 17: "No"
956
                    text run at (36,0) width 17: "No"
957
                  RenderInline {SPAN} at (0,0) size 1x15
957
                  RenderInline {SPAN} at (0,0) size 0x15
958
                    RenderInline {O:P} at (0,0) size 1x15
958
                    RenderInline {O:P} at (0,0) size 0x0
959
                RenderBlock {P} at (8,33) size 90x16
959
                RenderBlock {P} at (8,33) size 90x16
960
                  RenderText {#text} at (36,0) size 17x15
960
                  RenderText {#text} at (36,0) size 17x15
961
                    text run at (36,0) width 17: "No"
961
                    text run at (36,0) width 17: "No"
Lines 965-985 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec39
965
                RenderBlock {P} at (8,65) size 90x16
965
                RenderBlock {P} at (8,65) size 90x16
966
                  RenderText {#text} at (36,0) size 17x15
966
                  RenderText {#text} at (36,0) size 17x15
967
                    text run at (36,0) width 17: "No"
967
                    text run at (36,0) width 17: "No"
968
                  RenderInline {SPAN} at (0,0) size 1x15
968
                  RenderInline {SPAN} at (0,0) size 0x15
969
                    RenderInline {O:P} at (0,0) size 1x15
969
                    RenderInline {O:P} at (0,0) size 0x0
970
            RenderTableRow {TR} at (0,1119) size 472x81
970
            RenderTableRow {TR} at (0,1119) size 472x81
971
              RenderTableCell {TD} at (0,1119) size 99x17 [border: (1px none #808080) none] [r=22 c=0 rs=1 cs=1]
971
              RenderTableCell {TD} at (0,1119) size 99x17 [border: (1px none #808080) none] [r=22 c=0 rs=1 cs=1]
972
                RenderBlock {P} at (8,1) size 84x16
972
                RenderBlock {P} at (8,1) size 84x16
973
                  RenderText {#text} at (34,0) size 14x15
973
                  RenderText {#text} at (34,0) size 14x15
974
                    text run at (34,0) width 14: "23"
974
                    text run at (34,0) width 14: "23"
975
                  RenderInline {SPAN} at (0,0) size 1x15
975
                  RenderInline {SPAN} at (0,0) size 0x15
976
                    RenderInline {O:P} at (0,0) size 1x15
976
                    RenderInline {O:P} at (0,0) size 0x0
977
              RenderTableCell {TD} at (98,1119) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=1 rs=1 cs=1]
977
              RenderTableCell {TD} at (98,1119) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=1 rs=1 cs=1]
978
                RenderBlock {P} at (8,1) size 155x16
978
                RenderBlock {P} at (8,1) size 155x16
979
                  RenderText {#text} at (0,0) size 64x15
979
                  RenderText {#text} at (0,0) size 64x15
980
                    text run at (0,0) width 64: "Dave Neves"
980
                    text run at (0,0) width 64: "Dave Neves"
981
                  RenderInline {SPAN} at (0,0) size 1x15
981
                  RenderInline {SPAN} at (0,0) size 0x15
982
                    RenderInline {O:P} at (0,0) size 1x15
982
                    RenderInline {O:P} at (0,0) size 0x0
983
                RenderBlock {P} at (8,17) size 155x16
983
                RenderBlock {P} at (8,17) size 155x16
984
                  RenderText {#text} at (0,0) size 83x15
984
                  RenderText {#text} at (0,0) size 83x15
985
                    text run at (0,0) width 83: "Maurice Burton"
985
                    text run at (0,0) width 83: "Maurice Burton"
Lines 992-1005 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec40
992
                RenderBlock {P} at (8,65) size 155x16
992
                RenderBlock {P} at (8,65) size 155x16
993
                  RenderText {#text} at (0,0) size 64x15
993
                  RenderText {#text} at (0,0) size 64x15
994
                    text run at (0,0) width 64: "Rich Saunef"
994
                    text run at (0,0) width 64: "Rich Saunef"
995
                  RenderInline {SPAN} at (0,0) size 1x15
995
                  RenderInline {SPAN} at (0,0) size 0x15
996
                    RenderInline {O:P} at (0,0) size 1x15
996
                    RenderInline {O:P} at (0,0) size 0x0
997
              RenderTableCell {TD} at (268,1119) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=2 rs=1 cs=1]
997
              RenderTableCell {TD} at (268,1119) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=2 rs=1 cs=1]
998
                RenderBlock {P} at (8,1) size 84x16
998
                RenderBlock {P} at (8,1) size 84x16
999
                  RenderText {#text} at (32,0) size 20x15
999
                  RenderText {#text} at (32,0) size 20x15
1000
                    text run at (32,0) width 20: "Yes"
1000
                    text run at (32,0) width 20: "Yes"
1001
                  RenderInline {SPAN} at (0,0) size 1x15
1001
                  RenderInline {SPAN} at (0,0) size 0x15
1002
                    RenderInline {O:P} at (0,0) size 1x15
1002
                    RenderInline {O:P} at (0,0) size 0x0
1003
                RenderBlock {P} at (8,17) size 84x16
1003
                RenderBlock {P} at (8,17) size 84x16
1004
                  RenderText {#text} at (32,0) size 20x15
1004
                  RenderText {#text} at (32,0) size 20x15
1005
                    text run at (32,0) width 20: "Yes"
1005
                    text run at (32,0) width 20: "Yes"
Lines 1012-1025 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec41
1012
                RenderBlock {P} at (8,65) size 84x16
1012
                RenderBlock {P} at (8,65) size 84x16
1013
                  RenderText {#text} at (32,0) size 20x15
1013
                  RenderText {#text} at (32,0) size 20x15
1014
                    text run at (32,0) width 20: "Yes"
1014
                    text run at (32,0) width 20: "Yes"
1015
                  RenderInline {SPAN} at (0,0) size 1x15
1015
                  RenderInline {SPAN} at (0,0) size 0x15
1016
                    RenderInline {O:P} at (0,0) size 1x15
1016
                    RenderInline {O:P} at (0,0) size 0x0
1017
              RenderTableCell {TD} at (366,1119) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=3 rs=1 cs=1]
1017
              RenderTableCell {TD} at (366,1119) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=3 rs=1 cs=1]
1018
                RenderBlock {P} at (8,1) size 90x16
1018
                RenderBlock {P} at (8,1) size 90x16
1019
                  RenderText {#text} at (35,0) size 20x15
1019
                  RenderText {#text} at (35,0) size 20x15
1020
                    text run at (35,0) width 20: "Yes"
1020
                    text run at (35,0) width 20: "Yes"
1021
                  RenderInline {SPAN} at (0,0) size 1x15
1021
                  RenderInline {SPAN} at (0,0) size 0x15
1022
                    RenderInline {O:P} at (0,0) size 1x15
1022
                    RenderInline {O:P} at (0,0) size 0x0
1023
                RenderBlock {P} at (8,17) size 90x16
1023
                RenderBlock {P} at (8,17) size 90x16
1024
                  RenderText {#text} at (36,0) size 17x15
1024
                  RenderText {#text} at (36,0) size 17x15
1025
                    text run at (36,0) width 17: "No"
1025
                    text run at (36,0) width 17: "No"
Lines 1032-1046 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec42
1032
                RenderBlock {P} at (8,65) size 90x16
1032
                RenderBlock {P} at (8,65) size 90x16
1033
                  RenderText {#text} at (36,0) size 17x15
1033
                  RenderText {#text} at (36,0) size 17x15
1034
                    text run at (36,0) width 17: "No"
1034
                    text run at (36,0) width 17: "No"
1035
                  RenderInline {SPAN} at (0,0) size 1x15
1035
                  RenderInline {SPAN} at (0,0) size 0x15
1036
                    RenderInline {O:P} at (0,0) size 1x15
1036
                    RenderInline {O:P} at (0,0) size 0x0
1037
            RenderTableRow {TR} at (0,1200) size 472x81
1037
            RenderTableRow {TR} at (0,1200) size 472x81
1038
              RenderTableCell {TD} at (0,1200) size 99x17 [border: (1px none #808080) none] [r=23 c=0 rs=1 cs=1]
1038
              RenderTableCell {TD} at (0,1200) size 99x17 [border: (1px none #808080) none] [r=23 c=0 rs=1 cs=1]
1039
                RenderBlock {P} at (8,1) size 84x16
1039
                RenderBlock {P} at (8,1) size 84x16
1040
                  RenderText {#text} at (34,0) size 14x15
1040
                  RenderText {#text} at (34,0) size 14x15
1041
                    text run at (34,0) width 14: "24"
1041
                    text run at (34,0) width 14: "24"
1042
                  RenderInline {SPAN} at (0,0) size 1x15
1042
                  RenderInline {SPAN} at (0,0) size 0x15
1043
                    RenderInline {O:P} at (0,0) size 1x15
1043
                    RenderInline {O:P} at (0,0) size 0x0
1044
              RenderTableCell {TD} at (98,1200) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=1 rs=1 cs=1]
1044
              RenderTableCell {TD} at (98,1200) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=1 rs=1 cs=1]
1045
                RenderBlock {P} at (8,1) size 155x16
1045
                RenderBlock {P} at (8,1) size 155x16
1046
                  RenderText {#text} at (0,0) size 65x15
1046
                  RenderText {#text} at (0,0) size 65x15
Lines 1057-1064 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec43
1057
                RenderBlock {P} at (8,65) size 155x16
1057
                RenderBlock {P} at (8,65) size 155x16
1058
                  RenderText {#text} at (0,0) size 56x15
1058
                  RenderText {#text} at (0,0) size 56x15
1059
                    text run at (0,0) width 56: "Eric Shum"
1059
                    text run at (0,0) width 56: "Eric Shum"
1060
                  RenderInline {SPAN} at (0,0) size 1x15
1060
                  RenderInline {SPAN} at (0,0) size 0x15
1061
                    RenderInline {O:P} at (0,0) size 1x15
1061
                    RenderInline {O:P} at (0,0) size 0x0
1062
              RenderTableCell {TD} at (268,1200) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=2 rs=1 cs=1]
1062
              RenderTableCell {TD} at (268,1200) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=2 rs=1 cs=1]
1063
                RenderBlock {P} at (8,1) size 84x16
1063
                RenderBlock {P} at (8,1) size 84x16
1064
                  RenderText {#text} at (30,0) size 23x15
1064
                  RenderText {#text} at (30,0) size 23x15
Lines 1075-1082 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec44
1075
                RenderBlock {P} at (8,65) size 84x16
1075
                RenderBlock {P} at (8,65) size 84x16
1076
                  RenderText {#text} at (32,0) size 20x15
1076
                  RenderText {#text} at (32,0) size 20x15
1077
                    text run at (32,0) width 20: "Yes"
1077
                    text run at (32,0) width 20: "Yes"
1078
                  RenderInline {SPAN} at (0,0) size 1x15
1078
                  RenderInline {SPAN} at (0,0) size 0x15
1079
                    RenderInline {O:P} at (0,0) size 1x15
1079
                    RenderInline {O:P} at (0,0) size 0x0
1080
              RenderTableCell {TD} at (366,1200) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=3 rs=1 cs=1]
1080
              RenderTableCell {TD} at (366,1200) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=3 rs=1 cs=1]
1081
                RenderBlock {P} at (8,1) size 90x16
1081
                RenderBlock {P} at (8,1) size 90x16
1082
                  RenderText {#text} at (35,0) size 20x15
1082
                  RenderText {#text} at (35,0) size 20x15
Lines 1093-1107 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec45
1093
                RenderBlock {P} at (8,65) size 90x16
1093
                RenderBlock {P} at (8,65) size 90x16
1094
                  RenderText {#text} at (36,0) size 17x15
1094
                  RenderText {#text} at (36,0) size 17x15
1095
                    text run at (36,0) width 17: "No"
1095
                    text run at (36,0) width 17: "No"
1096
                  RenderInline {SPAN} at (0,0) size 1x15
1096
                  RenderInline {SPAN} at (0,0) size 0x15
1097
                    RenderInline {O:P} at (0,0) size 1x15
1097
                    RenderInline {O:P} at (0,0) size 0x0
1098
            RenderTableRow {TR} at (0,1281) size 472x33
1098
            RenderTableRow {TR} at (0,1281) size 472x33
1099
              RenderTableCell {TD} at (0,1281) size 99x17 [border: (1px none #808080) none] [r=24 c=0 rs=1 cs=1]
1099
              RenderTableCell {TD} at (0,1281) size 99x17 [border: (1px none #808080) none] [r=24 c=0 rs=1 cs=1]
1100
                RenderBlock {P} at (8,1) size 84x16
1100
                RenderBlock {P} at (8,1) size 84x16
1101
                  RenderText {#text} at (34,0) size 14x15
1101
                  RenderText {#text} at (34,0) size 14x15
1102
                    text run at (34,0) width 14: "25"
1102
                    text run at (34,0) width 14: "25"
1103
                  RenderInline {SPAN} at (0,0) size 1x15
1103
                  RenderInline {SPAN} at (0,0) size 0x15
1104
                    RenderInline {O:P} at (0,0) size 1x15
1104
                    RenderInline {O:P} at (0,0) size 0x0
1105
              RenderTableCell {TD} at (98,1281) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=24 c=1 rs=1 cs=1]
1105
              RenderTableCell {TD} at (98,1281) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=24 c=1 rs=1 cs=1]
1106
                RenderBlock {P} at (8,1) size 155x16
1106
                RenderBlock {P} at (8,1) size 155x16
1107
                  RenderText {#text} at (0,0) size 69x15
1107
                  RenderText {#text} at (0,0) size 69x15
Lines 1109-1146 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec46
1109
                RenderBlock {P} at (8,17) size 155x16
1109
                RenderBlock {P} at (8,17) size 155x16
1110
                  RenderText {#text} at (0,0) size 91x15
1110
                  RenderText {#text} at (0,0) size 91x15
1111
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
1111
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
1112
                  RenderInline {SPAN} at (0,0) size 1x15
1112
                  RenderInline {SPAN} at (0,0) size 0x15
1113
                    RenderInline {O:P} at (0,0) size 1x15
1113
                    RenderInline {O:P} at (0,0) size 0x0
1114
              RenderTableCell {TD} at (268,1281) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=2 rs=1 cs=1]
1114
              RenderTableCell {TD} at (268,1281) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=2 rs=1 cs=1]
1115
                RenderBlock {P} at (8,1) size 84x16
1115
                RenderBlock {P} at (8,1) size 84x16
1116
                  RenderText {#text} at (32,0) size 20x15
1116
                  RenderText {#text} at (32,0) size 20x15
1117
                    text run at (32,0) width 20: "Yes"
1117
                    text run at (32,0) width 20: "Yes"
1118
                  RenderInline {SPAN} at (0,0) size 1x15
1118
                  RenderInline {SPAN} at (0,0) size 0x15
1119
                    RenderInline {O:P} at (0,0) size 1x15
1119
                    RenderInline {O:P} at (0,0) size 0x0
1120
              RenderTableCell {TD} at (366,1281) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=3 rs=1 cs=1]
1120
              RenderTableCell {TD} at (366,1281) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=3 rs=1 cs=1]
1121
                RenderBlock {P} at (8,1) size 90x16
1121
                RenderBlock {P} at (8,1) size 90x16
1122
                  RenderText {#text} at (35,0) size 20x15
1122
                  RenderText {#text} at (35,0) size 20x15
1123
                    text run at (35,0) width 20: "Yes"
1123
                    text run at (35,0) width 20: "Yes"
1124
                  RenderInline {SPAN} at (0,0) size 1x15
1124
                  RenderInline {SPAN} at (0,0) size 0x15
1125
                    RenderInline {O:P} at (0,0) size 1x15
1125
                    RenderInline {O:P} at (0,0) size 0x0
1126
            RenderTableRow {TR} at (0,1314) size 472x161
1126
            RenderTableRow {TR} at (0,1314) size 472x161
1127
              RenderTableCell {TD} at (0,1314) size 99x17 [border: (1px none #808080) none] [r=25 c=0 rs=1 cs=1]
1127
              RenderTableCell {TD} at (0,1314) size 99x17 [border: (1px none #808080) none] [r=25 c=0 rs=1 cs=1]
1128
                RenderBlock {P} at (8,1) size 84x16
1128
                RenderBlock {P} at (8,1) size 84x16
1129
                  RenderText {#text} at (34,0) size 14x15
1129
                  RenderText {#text} at (34,0) size 14x15
1130
                    text run at (34,0) width 14: "26"
1130
                    text run at (34,0) width 14: "26"
1131
                  RenderInline {SPAN} at (0,0) size 1x15
1131
                  RenderInline {SPAN} at (0,0) size 0x15
1132
                    RenderInline {O:P} at (0,0) size 1x15
1132
                    RenderInline {O:P} at (0,0) size 0x0
1133
              RenderTableCell {TD} at (98,1314) size 171x161 [border: (1px none #808080) none (1px none #808080)] [r=25 c=1 rs=1 cs=1]
1133
              RenderTableCell {TD} at (98,1314) size 171x161 [border: (1px none #808080) none (1px none #808080)] [r=25 c=1 rs=1 cs=1]
1134
                RenderBlock {P} at (8,1) size 155x16
1134
                RenderBlock {P} at (8,1) size 155x16
1135
                  RenderText {#text} at (0,0) size 86x15
1135
                  RenderText {#text} at (0,0) size 86x15
1136
                    text run at (0,0) width 86: "Alan Littlewood"
1136
                    text run at (0,0) width 86: "Alan Littlewood"
1137
                  RenderInline {SPAN} at (0,0) size 1x15
1137
                  RenderInline {SPAN} at (0,0) size 0x15
1138
                    RenderInline {O:P} at (0,0) size 1x15
1138
                    RenderInline {O:P} at (0,0) size 0x0
1139
                RenderBlock {P} at (8,17) size 155x16
1139
                RenderBlock {P} at (8,17) size 155x16
1140
                  RenderText {#text} at (0,0) size 72x15
1140
                  RenderText {#text} at (0,0) size 72x15
1141
                    text run at (0,0) width 72: "Darren Braun"
1141
                    text run at (0,0) width 72: "Darren Braun"
1142
                  RenderInline {SPAN} at (0,0) size 1x15
1142
                  RenderInline {SPAN} at (0,0) size 0x15
1143
                    RenderInline {O:P} at (0,0) size 1x15
1143
                    RenderInline {O:P} at (0,0) size 0x0
1144
                RenderBlock {P} at (8,33) size 155x16
1144
                RenderBlock {P} at (8,33) size 155x16
1145
                  RenderText {#text} at (0,0) size 61x15
1145
                  RenderText {#text} at (0,0) size 61x15
1146
                    text run at (0,0) width 61: "Simon Tam"
1146
                    text run at (0,0) width 61: "Simon Tam"
Lines 1165-1183 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec47
1165
                RenderBlock {P} at (8,145) size 155x16
1165
                RenderBlock {P} at (8,145) size 155x16
1166
                  RenderText {#text} at (0,0) size 87x15
1166
                  RenderText {#text} at (0,0) size 87x15
1167
                    text run at (0,0) width 87: "Jack Goodfriend"
1167
                    text run at (0,0) width 87: "Jack Goodfriend"
1168
                  RenderInline {SPAN} at (0,0) size 1x15
1168
                  RenderInline {SPAN} at (0,0) size 0x15
1169
                    RenderInline {O:P} at (0,0) size 1x15
1169
                    RenderInline {O:P} at (0,0) size 0x0
1170
              RenderTableCell {TD} at (268,1314) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=2 rs=1 cs=1]
1170
              RenderTableCell {TD} at (268,1314) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=2 rs=1 cs=1]
1171
                RenderBlock {P} at (8,1) size 84x16
1171
                RenderBlock {P} at (8,1) size 84x16
1172
                  RenderText {#text} at (32,0) size 20x15
1172
                  RenderText {#text} at (32,0) size 20x15
1173
                    text run at (32,0) width 20: "Yes"
1173
                    text run at (32,0) width 20: "Yes"
1174
                  RenderInline {SPAN} at (0,0) size 1x15
1174
                  RenderInline {SPAN} at (0,0) size 0x15
1175
                    RenderInline {O:P} at (0,0) size 1x15
1175
                    RenderInline {O:P} at (0,0) size 0x0
1176
                RenderBlock {P} at (8,17) size 84x16
1176
                RenderBlock {P} at (8,17) size 84x16
1177
                  RenderText {#text} at (32,0) size 20x15
1177
                  RenderText {#text} at (32,0) size 20x15
1178
                    text run at (32,0) width 20: "Yes"
1178
                    text run at (32,0) width 20: "Yes"
1179
                  RenderInline {SPAN} at (0,0) size 1x15
1179
                  RenderInline {SPAN} at (0,0) size 0x15
1180
                    RenderInline {O:P} at (0,0) size 1x15
1180
                    RenderInline {O:P} at (0,0) size 0x0
1181
                RenderBlock {P} at (8,33) size 84x16
1181
                RenderBlock {P} at (8,33) size 84x16
1182
                  RenderText {#text} at (32,0) size 20x15
1182
                  RenderText {#text} at (32,0) size 20x15
1183
                    text run at (32,0) width 20: "Yes"
1183
                    text run at (32,0) width 20: "Yes"
Lines 1193-1211 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec48
1193
                RenderBlock {P} at (8,97) size 84x16
1193
                RenderBlock {P} at (8,97) size 84x16
1194
                  RenderText {#text} at (33,0) size 17x15
1194
                  RenderText {#text} at (33,0) size 17x15
1195
                    text run at (33,0) width 17: "No"
1195
                    text run at (33,0) width 17: "No"
1196
                  RenderInline {SPAN} at (0,0) size 1x15
1196
                  RenderInline {SPAN} at (0,0) size 0x15
1197
                    RenderInline {O:P} at (0,0) size 1x15
1197
                    RenderInline {O:P} at (0,0) size 0x0
1198
              RenderTableCell {TD} at (366,1314) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=3 rs=1 cs=1]
1198
              RenderTableCell {TD} at (366,1314) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=3 rs=1 cs=1]
1199
                RenderBlock {P} at (8,1) size 90x16
1199
                RenderBlock {P} at (8,1) size 90x16
1200
                  RenderText {#text} at (36,0) size 17x15
1200
                  RenderText {#text} at (36,0) size 17x15
1201
                    text run at (36,0) width 17: "No"
1201
                    text run at (36,0) width 17: "No"
1202
                  RenderInline {SPAN} at (0,0) size 1x15
1202
                  RenderInline {SPAN} at (0,0) size 0x15
1203
                    RenderInline {O:P} at (0,0) size 1x15
1203
                    RenderInline {O:P} at (0,0) size 0x0
1204
                RenderBlock {P} at (8,17) size 90x16
1204
                RenderBlock {P} at (8,17) size 90x16
1205
                  RenderText {#text} at (36,0) size 17x15
1205
                  RenderText {#text} at (36,0) size 17x15
1206
                    text run at (36,0) width 17: "No"
1206
                    text run at (36,0) width 17: "No"
1207
                  RenderInline {SPAN} at (0,0) size 1x15
1207
                  RenderInline {SPAN} at (0,0) size 0x15
1208
                    RenderInline {O:P} at (0,0) size 1x15
1208
                    RenderInline {O:P} at (0,0) size 0x0
1209
                RenderBlock {P} at (8,33) size 90x16
1209
                RenderBlock {P} at (8,33) size 90x16
1210
                  RenderText {#text} at (36,0) size 17x15
1210
                  RenderText {#text} at (36,0) size 17x15
1211
                    text run at (36,0) width 17: "No"
1211
                    text run at (36,0) width 17: "No"
Lines 1221-1246 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec49
1221
                RenderBlock {P} at (8,97) size 90x16
1221
                RenderBlock {P} at (8,97) size 90x16
1222
                  RenderText {#text} at (35,0) size 20x15
1222
                  RenderText {#text} at (35,0) size 20x15
1223
                    text run at (35,0) width 20: "Yes"
1223
                    text run at (35,0) width 20: "Yes"
1224
                  RenderInline {SPAN} at (0,0) size 1x15
1224
                  RenderInline {SPAN} at (0,0) size 0x15
1225
                    RenderInline {O:P} at (0,0) size 1x15
1225
                    RenderInline {O:P} at (0,0) size 0x0
1226
            RenderTableRow {TR} at (0,1475) size 472x97
1226
            RenderTableRow {TR} at (0,1475) size 472x97
1227
              RenderTableCell {TD} at (0,1475) size 99x17 [border: (1px none #808080) none] [r=26 c=0 rs=1 cs=1]
1227
              RenderTableCell {TD} at (0,1475) size 99x17 [border: (1px none #808080) none] [r=26 c=0 rs=1 cs=1]
1228
                RenderBlock {P} at (8,1) size 84x16
1228
                RenderBlock {P} at (8,1) size 84x16
1229
                  RenderText {#text} at (34,0) size 14x15
1229
                  RenderText {#text} at (34,0) size 14x15
1230
                    text run at (34,0) width 14: "27"
1230
                    text run at (34,0) width 14: "27"
1231
                  RenderInline {SPAN} at (0,0) size 1x15
1231
                  RenderInline {SPAN} at (0,0) size 0x15
1232
                    RenderInline {O:P} at (0,0) size 1x15
1232
                    RenderInline {O:P} at (0,0) size 0x0
1233
              RenderTableCell {TD} at (98,1475) size 171x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=1 rs=1 cs=1]
1233
              RenderTableCell {TD} at (98,1475) size 171x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=1 rs=1 cs=1]
1234
                RenderBlock {P} at (8,1) size 155x16
1234
                RenderBlock {P} at (8,1) size 155x16
1235
                  RenderText {#text} at (0,0) size 72x15
1235
                  RenderText {#text} at (0,0) size 72x15
1236
                    text run at (0,0) width 72: "Darren Braun"
1236
                    text run at (0,0) width 72: "Darren Braun"
1237
                  RenderInline {SPAN} at (0,0) size 1x15
1237
                  RenderInline {SPAN} at (0,0) size 0x15
1238
                    RenderInline {O:P} at (0,0) size 1x15
1238
                    RenderInline {O:P} at (0,0) size 0x0
1239
                RenderBlock {P} at (8,17) size 155x16
1239
                RenderBlock {P} at (8,17) size 155x16
1240
                  RenderText {#text} at (0,0) size 92x15
1240
                  RenderText {#text} at (0,0) size 92x15
1241
                    text run at (0,0) width 92: "Ian + Brad Carter"
1241
                    text run at (0,0) width 92: "Ian + Brad Carter"
1242
                  RenderInline {SPAN} at (0,0) size 1x15
1242
                  RenderInline {SPAN} at (0,0) size 0x15
1243
                    RenderInline {O:P} at (0,0) size 1x15
1243
                    RenderInline {O:P} at (0,0) size 0x0
1244
                RenderBlock {P} at (8,33) size 155x16
1244
                RenderBlock {P} at (8,33) size 155x16
1245
                  RenderText {#text} at (0,0) size 71x15
1245
                  RenderText {#text} at (0,0) size 71x15
1246
                    text run at (0,0) width 71: "Pete Peterson"
1246
                    text run at (0,0) width 71: "Pete Peterson"
Lines 1253-1271 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec50
1253
                RenderBlock {P} at (8,81) size 155x16
1253
                RenderBlock {P} at (8,81) size 155x16
1254
                  RenderText {#text} at (0,0) size 56x15
1254
                  RenderText {#text} at (0,0) size 56x15
1255
                    text run at (0,0) width 56: "Saibal Sen"
1255
                    text run at (0,0) width 56: "Saibal Sen"
1256
                  RenderInline {SPAN} at (0,0) size 1x15
1256
                  RenderInline {SPAN} at (0,0) size 0x15
1257
                    RenderInline {O:P} at (0,0) size 1x15
1257
                    RenderInline {O:P} at (0,0) size 0x0
1258
              RenderTableCell {TD} at (268,1475) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=2 rs=1 cs=1]
1258
              RenderTableCell {TD} at (268,1475) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=2 rs=1 cs=1]
1259
                RenderBlock {P} at (8,1) size 84x16
1259
                RenderBlock {P} at (8,1) size 84x16
1260
                  RenderText {#text} at (32,0) size 20x15
1260
                  RenderText {#text} at (32,0) size 20x15
1261
                    text run at (32,0) width 20: "Yes"
1261
                    text run at (32,0) width 20: "Yes"
1262
                  RenderInline {SPAN} at (0,0) size 1x15
1262
                  RenderInline {SPAN} at (0,0) size 0x15
1263
                    RenderInline {O:P} at (0,0) size 1x15
1263
                    RenderInline {O:P} at (0,0) size 0x0
1264
                RenderBlock {P} at (8,17) size 84x16
1264
                RenderBlock {P} at (8,17) size 84x16
1265
                  RenderText {#text} at (32,0) size 20x15
1265
                  RenderText {#text} at (32,0) size 20x15
1266
                    text run at (32,0) width 20: "Yes"
1266
                    text run at (32,0) width 20: "Yes"
1267
                  RenderInline {SPAN} at (0,0) size 1x15
1267
                  RenderInline {SPAN} at (0,0) size 0x15
1268
                    RenderInline {O:P} at (0,0) size 1x15
1268
                    RenderInline {O:P} at (0,0) size 0x0
1269
                RenderBlock {P} at (8,33) size 84x16
1269
                RenderBlock {P} at (8,33) size 84x16
1270
                  RenderText {#text} at (32,0) size 20x15
1270
                  RenderText {#text} at (32,0) size 20x15
1271
                    text run at (32,0) width 20: "Yes"
1271
                    text run at (32,0) width 20: "Yes"
Lines 1278-1296 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec51
1278
                RenderBlock {P} at (8,81) size 84x16
1278
                RenderBlock {P} at (8,81) size 84x16
1279
                  RenderText {#text} at (32,0) size 20x15
1279
                  RenderText {#text} at (32,0) size 20x15
1280
                    text run at (32,0) width 20: "Yes"
1280
                    text run at (32,0) width 20: "Yes"
1281
                  RenderInline {SPAN} at (0,0) size 1x15
1281
                  RenderInline {SPAN} at (0,0) size 0x15
1282
                    RenderInline {O:P} at (0,0) size 1x15
1282
                    RenderInline {O:P} at (0,0) size 0x0
1283
              RenderTableCell {TD} at (366,1475) size 107x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=3 rs=1 cs=1]
1283
              RenderTableCell {TD} at (366,1475) size 107x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=3 rs=1 cs=1]
1284
                RenderBlock {P} at (8,1) size 90x16
1284
                RenderBlock {P} at (8,1) size 90x16
1285
                  RenderText {#text} at (36,0) size 17x15
1285
                  RenderText {#text} at (36,0) size 17x15
1286
                    text run at (36,0) width 17: "No"
1286
                    text run at (36,0) width 17: "No"
1287
                  RenderInline {SPAN} at (0,0) size 1x15
1287
                  RenderInline {SPAN} at (0,0) size 0x15
1288
                    RenderInline {O:P} at (0,0) size 1x15
1288
                    RenderInline {O:P} at (0,0) size 0x0
1289
                RenderBlock {P} at (8,17) size 90x16
1289
                RenderBlock {P} at (8,17) size 90x16
1290
                  RenderText {#text} at (36,0) size 17x15
1290
                  RenderText {#text} at (36,0) size 17x15
1291
                    text run at (36,0) width 17: "No"
1291
                    text run at (36,0) width 17: "No"
1292
                  RenderInline {SPAN} at (0,0) size 1x15
1292
                  RenderInline {SPAN} at (0,0) size 0x15
1293
                    RenderInline {O:P} at (0,0) size 1x15
1293
                    RenderInline {O:P} at (0,0) size 0x0
1294
                RenderBlock {P} at (8,33) size 90x16
1294
                RenderBlock {P} at (8,33) size 90x16
1295
                  RenderText {#text} at (36,0) size 17x15
1295
                  RenderText {#text} at (36,0) size 17x15
1296
                    text run at (36,0) width 17: "No"
1296
                    text run at (36,0) width 17: "No"
Lines 1303-1333 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec52
1303
                RenderBlock {P} at (8,81) size 90x16
1303
                RenderBlock {P} at (8,81) size 90x16
1304
                  RenderText {#text} at (36,0) size 17x15
1304
                  RenderText {#text} at (36,0) size 17x15
1305
                    text run at (36,0) width 17: "No"
1305
                    text run at (36,0) width 17: "No"
1306
                  RenderInline {SPAN} at (0,0) size 1x15
1306
                  RenderInline {SPAN} at (0,0) size 0x15
1307
                    RenderInline {O:P} at (0,0) size 1x15
1307
                    RenderInline {O:P} at (0,0) size 0x0
1308
            RenderTableRow {TR} at (0,1572) size 472x145
1308
            RenderTableRow {TR} at (0,1572) size 472x145
1309
              RenderTableCell {TD} at (0,1572) size 99x17 [border: (1px none #808080) none] [r=27 c=0 rs=1 cs=1]
1309
              RenderTableCell {TD} at (0,1572) size 99x17 [border: (1px none #808080) none] [r=27 c=0 rs=1 cs=1]
1310
                RenderBlock {P} at (8,1) size 84x16
1310
                RenderBlock {P} at (8,1) size 84x16
1311
                  RenderText {#text} at (34,0) size 14x15
1311
                  RenderText {#text} at (34,0) size 14x15
1312
                    text run at (34,0) width 14: "28"
1312
                    text run at (34,0) width 14: "28"
1313
                  RenderInline {SPAN} at (0,0) size 1x15
1313
                  RenderInline {SPAN} at (0,0) size 0x15
1314
                    RenderInline {O:P} at (0,0) size 1x15
1314
                    RenderInline {O:P} at (0,0) size 0x0
1315
              RenderTableCell {TD} at (98,1572) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=1 rs=1 cs=1]
1315
              RenderTableCell {TD} at (98,1572) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=1 rs=1 cs=1]
1316
                RenderBlock {P} at (8,1) size 155x16
1316
                RenderBlock {P} at (8,1) size 155x16
1317
                  RenderText {#text} at (0,0) size 91x15
1317
                  RenderText {#text} at (0,0) size 91x15
1318
                    text run at (0,0) width 91: "Zak + Mike West"
1318
                    text run at (0,0) width 91: "Zak + Mike West"
1319
                  RenderInline {SPAN} at (0,0) size 1x15
1319
                  RenderInline {SPAN} at (0,0) size 0x15
1320
                    RenderInline {O:P} at (0,0) size 1x15
1320
                    RenderInline {O:P} at (0,0) size 0x0
1321
                RenderBlock {P} at (8,17) size 155x16
1321
                RenderBlock {P} at (8,17) size 155x16
1322
                  RenderText {#text} at (0,0) size 64x15
1322
                  RenderText {#text} at (0,0) size 64x15
1323
                    text run at (0,0) width 64: "Dave Neves"
1323
                    text run at (0,0) width 64: "Dave Neves"
1324
                  RenderInline {SPAN} at (0,0) size 1x15
1324
                  RenderInline {SPAN} at (0,0) size 0x15
1325
                    RenderInline {O:P} at (0,0) size 1x15
1325
                    RenderInline {O:P} at (0,0) size 0x0
1326
                RenderBlock {P} at (8,33) size 155x16
1326
                RenderBlock {P} at (8,33) size 155x16
1327
                  RenderText {#text} at (0,0) size 77x15
1327
                  RenderText {#text} at (0,0) size 77x15
1328
                    text run at (0,0) width 77: "Richard Green"
1328
                    text run at (0,0) width 77: "Richard Green"
1329
                  RenderInline {SPAN} at (0,0) size 1x15
1329
                  RenderInline {SPAN} at (0,0) size 0x15
1330
                    RenderInline {O:P} at (0,0) size 1x15
1330
                    RenderInline {O:P} at (0,0) size 0x0
1331
                RenderBlock {P} at (8,49) size 155x16
1331
                RenderBlock {P} at (8,49) size 155x16
1332
                  RenderText {#text} at (0,0) size 67x15
1332
                  RenderText {#text} at (0,0) size 67x15
1333
                    text run at (0,0) width 67: "Javier Flores"
1333
                    text run at (0,0) width 67: "Javier Flores"
Lines 1346-1369 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec53
1346
                RenderBlock {P} at (8,129) size 155x16
1346
                RenderBlock {P} at (8,129) size 155x16
1347
                  RenderText {#text} at (0,0) size 60x15
1347
                  RenderText {#text} at (0,0) size 60x15
1348
                    text run at (0,0) width 60: "Jerry Davis"
1348
                    text run at (0,0) width 60: "Jerry Davis"
1349
                  RenderInline {SPAN} at (0,0) size 1x15
1349
                  RenderInline {SPAN} at (0,0) size 0x15
1350
                    RenderInline {O:P} at (0,0) size 1x15
1350
                    RenderInline {O:P} at (0,0) size 0x0
1351
              RenderTableCell {TD} at (268,1572) size 99x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=2 rs=1 cs=1]
1351
              RenderTableCell {TD} at (268,1572) size 99x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=2 rs=1 cs=1]
1352
                RenderBlock {P} at (8,1) size 84x16
1352
                RenderBlock {P} at (8,1) size 84x16
1353
                  RenderText {#text} at (32,0) size 20x15
1353
                  RenderText {#text} at (32,0) size 20x15
1354
                    text run at (32,0) width 20: "Yes"
1354
                    text run at (32,0) width 20: "Yes"
1355
                  RenderInline {SPAN} at (0,0) size 1x15
1355
                  RenderInline {SPAN} at (0,0) size 0x15
1356
                    RenderInline {O:P} at (0,0) size 1x15
1356
                    RenderInline {O:P} at (0,0) size 0x0
1357
                RenderBlock {P} at (8,17) size 84x16
1357
                RenderBlock {P} at (8,17) size 84x16
1358
                  RenderText {#text} at (32,0) size 20x15
1358
                  RenderText {#text} at (32,0) size 20x15
1359
                    text run at (32,0) width 20: "Yes"
1359
                    text run at (32,0) width 20: "Yes"
1360
                  RenderInline {SPAN} at (0,0) size 1x15
1360
                  RenderInline {SPAN} at (0,0) size 0x15
1361
                    RenderInline {O:P} at (0,0) size 1x15
1361
                    RenderInline {O:P} at (0,0) size 0x0
1362
                RenderBlock {P} at (8,33) size 84x16
1362
                RenderBlock {P} at (8,33) size 84x16
1363
                  RenderText {#text} at (32,0) size 20x15
1363
                  RenderText {#text} at (32,0) size 20x15
1364
                    text run at (32,0) width 20: "Yes"
1364
                    text run at (32,0) width 20: "Yes"
1365
                  RenderInline {SPAN} at (0,0) size 1x15
1365
                  RenderInline {SPAN} at (0,0) size 0x15
1366
                    RenderInline {O:P} at (0,0) size 1x15
1366
                    RenderInline {O:P} at (0,0) size 0x0
1367
                RenderBlock {P} at (8,49) size 84x16
1367
                RenderBlock {P} at (8,49) size 84x16
1368
                  RenderText {#text} at (32,0) size 20x15
1368
                  RenderText {#text} at (32,0) size 20x15
1369
                    text run at (32,0) width 20: "Yes"
1369
                    text run at (32,0) width 20: "Yes"
Lines 1382-1405 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec54
1382
                RenderBlock {P} at (8,129) size 84x16
1382
                RenderBlock {P} at (8,129) size 84x16
1383
                  RenderText {#text} at (32,0) size 20x15
1383
                  RenderText {#text} at (32,0) size 20x15
1384
                    text run at (32,0) width 20: "Yes"
1384
                    text run at (32,0) width 20: "Yes"
1385
                  RenderInline {SPAN} at (0,0) size 1x15
1385
                  RenderInline {SPAN} at (0,0) size 0x15
1386
                    RenderInline {O:P} at (0,0) size 1x15
1386
                    RenderInline {O:P} at (0,0) size 0x0
1387
              RenderTableCell {TD} at (366,1572) size 107x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=3 rs=1 cs=1]
1387
              RenderTableCell {TD} at (366,1572) size 107x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=3 rs=1 cs=1]
1388
                RenderBlock {P} at (8,1) size 90x16
1388
                RenderBlock {P} at (8,1) size 90x16
1389
                  RenderText {#text} at (35,0) size 20x15
1389
                  RenderText {#text} at (35,0) size 20x15
1390
                    text run at (35,0) width 20: "Yes"
1390
                    text run at (35,0) width 20: "Yes"
1391
                  RenderInline {SPAN} at (0,0) size 1x15
1391
                  RenderInline {SPAN} at (0,0) size 0x15
1392
                    RenderInline {O:P} at (0,0) size 1x15
1392
                    RenderInline {O:P} at (0,0) size 0x0
1393
                RenderBlock {P} at (8,17) size 90x16
1393
                RenderBlock {P} at (8,17) size 90x16
1394
                  RenderText {#text} at (35,0) size 20x15
1394
                  RenderText {#text} at (35,0) size 20x15
1395
                    text run at (35,0) width 20: "Yes"
1395
                    text run at (35,0) width 20: "Yes"
1396
                  RenderInline {SPAN} at (0,0) size 1x15
1396
                  RenderInline {SPAN} at (0,0) size 0x15
1397
                    RenderInline {O:P} at (0,0) size 1x15
1397
                    RenderInline {O:P} at (0,0) size 0x0
1398
                RenderBlock {P} at (8,33) size 90x16
1398
                RenderBlock {P} at (8,33) size 90x16
1399
                  RenderText {#text} at (36,0) size 17x15
1399
                  RenderText {#text} at (36,0) size 17x15
1400
                    text run at (36,0) width 17: "No"
1400
                    text run at (36,0) width 17: "No"
1401
                  RenderInline {SPAN} at (0,0) size 1x15
1401
                  RenderInline {SPAN} at (0,0) size 0x15
1402
                    RenderInline {O:P} at (0,0) size 1x15
1402
                    RenderInline {O:P} at (0,0) size 0x0
1403
                RenderBlock {P} at (8,49) size 90x16
1403
                RenderBlock {P} at (8,49) size 90x16
1404
                  RenderText {#text} at (36,0) size 17x15
1404
                  RenderText {#text} at (36,0) size 17x15
1405
                    text run at (36,0) width 17: "No"
1405
                    text run at (36,0) width 17: "No"
Lines 1418-1486 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec55
1418
                RenderBlock {P} at (8,129) size 90x16
1418
                RenderBlock {P} at (8,129) size 90x16
1419
                  RenderText {#text} at (36,0) size 17x15
1419
                  RenderText {#text} at (36,0) size 17x15
1420
                    text run at (36,0) width 17: "No"
1420
                    text run at (36,0) width 17: "No"
1421
                  RenderInline {SPAN} at (0,0) size 1x15
1421
                  RenderInline {SPAN} at (0,0) size 0x15
1422
                    RenderInline {O:P} at (0,0) size 1x15
1422
                    RenderInline {O:P} at (0,0) size 0x0
1423
            RenderTableRow {TR} at (0,1717) size 472x49
1423
            RenderTableRow {TR} at (0,1717) size 472x49
1424
              RenderTableCell {TD} at (0,1717) size 99x17 [border: (1px none #808080) none] [r=28 c=0 rs=1 cs=1]
1424
              RenderTableCell {TD} at (0,1717) size 99x17 [border: (1px none #808080) none] [r=28 c=0 rs=1 cs=1]
1425
                RenderBlock {P} at (8,1) size 84x16
1425
                RenderBlock {P} at (8,1) size 84x16
1426
                  RenderText {#text} at (34,0) size 14x15
1426
                  RenderText {#text} at (34,0) size 14x15
1427
                    text run at (34,0) width 14: "29"
1427
                    text run at (34,0) width 14: "29"
1428
                  RenderInline {SPAN} at (0,0) size 1x15
1428
                  RenderInline {SPAN} at (0,0) size 0x15
1429
                    RenderInline {O:P} at (0,0) size 1x15
1429
                    RenderInline {O:P} at (0,0) size 0x0
1430
              RenderTableCell {TD} at (98,1717) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=28 c=1 rs=1 cs=1]
1430
              RenderTableCell {TD} at (98,1717) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=28 c=1 rs=1 cs=1]
1431
                RenderBlock {P} at (8,1) size 155x16
1431
                RenderBlock {P} at (8,1) size 155x16
1432
                  RenderText {#text} at (0,0) size 67x15
1432
                  RenderText {#text} at (0,0) size 67x15
1433
                    text run at (0,0) width 67: "Javier Flores"
1433
                    text run at (0,0) width 67: "Javier Flores"
1434
                  RenderInline {SPAN} at (0,0) size 1x15
1434
                  RenderInline {SPAN} at (0,0) size 0x15
1435
                    RenderInline {O:P} at (0,0) size 1x15
1435
                    RenderInline {O:P} at (0,0) size 0x0
1436
                RenderBlock {P} at (8,17) size 155x16
1436
                RenderBlock {P} at (8,17) size 155x16
1437
                  RenderText {#text} at (0,0) size 66x15
1437
                  RenderText {#text} at (0,0) size 66x15
1438
                    text run at (0,0) width 66: "Bill Johnson"
1438
                    text run at (0,0) width 66: "Bill Johnson"
1439
                RenderBlock {P} at (8,33) size 155x16
1439
                RenderBlock {P} at (8,33) size 155x16
1440
                  RenderText {#text} at (0,0) size 55x15
1440
                  RenderText {#text} at (0,0) size 55x15
1441
                    text run at (0,0) width 55: "John Todd"
1441
                    text run at (0,0) width 55: "John Todd"
1442
                  RenderInline {SPAN} at (0,0) size 1x15
1442
                  RenderInline {SPAN} at (0,0) size 0x15
1443
                    RenderInline {O:P} at (0,0) size 1x15
1443
                    RenderInline {O:P} at (0,0) size 0x0
1444
              RenderTableCell {TD} at (268,1717) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=2 rs=1 cs=1]
1444
              RenderTableCell {TD} at (268,1717) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=2 rs=1 cs=1]
1445
                RenderBlock {P} at (8,1) size 84x16
1445
                RenderBlock {P} at (8,1) size 84x16
1446
                  RenderText {#text} at (32,0) size 20x15
1446
                  RenderText {#text} at (32,0) size 20x15
1447
                    text run at (32,0) width 20: "Yes"
1447
                    text run at (32,0) width 20: "Yes"
1448
                  RenderInline {SPAN} at (0,0) size 1x15
1448
                  RenderInline {SPAN} at (0,0) size 0x15
1449
                    RenderInline {O:P} at (0,0) size 1x15
1449
                    RenderInline {O:P} at (0,0) size 0x0
1450
                RenderBlock {P} at (8,17) size 84x16
1450
                RenderBlock {P} at (8,17) size 84x16
1451
                  RenderText {#text} at (32,0) size 20x15
1451
                  RenderText {#text} at (32,0) size 20x15
1452
                    text run at (32,0) width 20: "Yes"
1452
                    text run at (32,0) width 20: "Yes"
1453
                  RenderInline {SPAN} at (0,0) size 1x15
1453
                  RenderInline {SPAN} at (0,0) size 0x15
1454
                    RenderInline {O:P} at (0,0) size 1x15
1454
                    RenderInline {O:P} at (0,0) size 0x0
1455
              RenderTableCell {TD} at (366,1717) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=3 rs=1 cs=1]
1455
              RenderTableCell {TD} at (366,1717) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=3 rs=1 cs=1]
1456
                RenderBlock {P} at (8,1) size 90x16
1456
                RenderBlock {P} at (8,1) size 90x16
1457
                  RenderText {#text} at (36,0) size 17x15
1457
                  RenderText {#text} at (36,0) size 17x15
1458
                    text run at (36,0) width 17: "No"
1458
                    text run at (36,0) width 17: "No"
1459
                  RenderInline {SPAN} at (0,0) size 1x15
1459
                  RenderInline {SPAN} at (0,0) size 0x15
1460
                    RenderInline {O:P} at (0,0) size 1x15
1460
                    RenderInline {O:P} at (0,0) size 0x0
1461
                RenderBlock {P} at (8,17) size 90x16
1461
                RenderBlock {P} at (8,17) size 90x16
1462
                  RenderText {#text} at (36,0) size 17x15
1462
                  RenderText {#text} at (36,0) size 17x15
1463
                    text run at (36,0) width 17: "No"
1463
                    text run at (36,0) width 17: "No"
1464
                  RenderInline {SPAN} at (0,0) size 1x15
1464
                  RenderInline {SPAN} at (0,0) size 0x15
1465
                    RenderInline {O:P} at (0,0) size 1x15
1465
                    RenderInline {O:P} at (0,0) size 0x0
1466
            RenderTableRow {TR} at (0,1766) size 472x113
1466
            RenderTableRow {TR} at (0,1766) size 472x113
1467
              RenderTableCell {TD} at (0,1766) size 99x17 [border: (1px none #808080) none] [r=29 c=0 rs=1 cs=1]
1467
              RenderTableCell {TD} at (0,1766) size 99x17 [border: (1px none #808080) none] [r=29 c=0 rs=1 cs=1]
1468
                RenderBlock {P} at (8,1) size 84x16
1468
                RenderBlock {P} at (8,1) size 84x16
1469
                  RenderText {#text} at (34,0) size 14x15
1469
                  RenderText {#text} at (34,0) size 14x15
1470
                    text run at (34,0) width 14: "30"
1470
                    text run at (34,0) width 14: "30"
1471
                  RenderInline {SPAN} at (0,0) size 1x15
1471
                  RenderInline {SPAN} at (0,0) size 0x15
1472
                    RenderInline {O:P} at (0,0) size 1x15
1472
                    RenderInline {O:P} at (0,0) size 0x0
1473
              RenderTableCell {TD} at (98,1766) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=1 rs=1 cs=1]
1473
              RenderTableCell {TD} at (98,1766) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=1 rs=1 cs=1]
1474
                RenderBlock {P} at (8,1) size 155x16
1474
                RenderBlock {P} at (8,1) size 155x16
1475
                  RenderText {#text} at (0,0) size 86x15
1475
                  RenderText {#text} at (0,0) size 86x15
1476
                    text run at (0,0) width 86: "Alan Littlewood"
1476
                    text run at (0,0) width 86: "Alan Littlewood"
1477
                  RenderInline {SPAN} at (0,0) size 1x15
1477
                  RenderInline {SPAN} at (0,0) size 0x15
1478
                    RenderInline {O:P} at (0,0) size 1x15
1478
                    RenderInline {O:P} at (0,0) size 0x0
1479
                RenderBlock {P} at (8,17) size 155x16
1479
                RenderBlock {P} at (8,17) size 155x16
1480
                  RenderText {#text} at (0,0) size 83x15
1480
                  RenderText {#text} at (0,0) size 83x15
1481
                    text run at (0,0) width 83: "George Coward"
1481
                    text run at (0,0) width 83: "George Coward"
1482
                  RenderInline {SPAN} at (0,0) size 1x15
1482
                  RenderInline {SPAN} at (0,0) size 0x15
1483
                    RenderInline {O:P} at (0,0) size 1x15
1483
                    RenderInline {O:P} at (0,0) size 0x0
1484
                RenderBlock {P} at (8,33) size 155x16
1484
                RenderBlock {P} at (8,33) size 155x16
1485
                  RenderText {#text} at (0,0) size 83x15
1485
                  RenderText {#text} at (0,0) size 83x15
1486
                    text run at (0,0) width 83: "Maurice Burton"
1486
                    text run at (0,0) width 83: "Maurice Burton"
Lines 1496-1514 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec56
1496
                RenderBlock {P} at (8,97) size 155x16
1496
                RenderBlock {P} at (8,97) size 155x16
1497
                  RenderText {#text} at (0,0) size 88x15
1497
                  RenderText {#text} at (0,0) size 88x15
1498
                    text run at (0,0) width 88: "Richard Sanchez"
1498
                    text run at (0,0) width 88: "Richard Sanchez"
1499
                  RenderInline {SPAN} at (0,0) size 1x15
1499
                  RenderInline {SPAN} at (0,0) size 0x15
1500
                    RenderInline {O:P} at (0,0) size 1x15
1500
                    RenderInline {O:P} at (0,0) size 0x0
1501
              RenderTableCell {TD} at (268,1766) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=2 rs=1 cs=1]
1501
              RenderTableCell {TD} at (268,1766) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=2 rs=1 cs=1]
1502
                RenderBlock {P} at (8,1) size 84x16
1502
                RenderBlock {P} at (8,1) size 84x16
1503
                  RenderText {#text} at (32,0) size 20x15
1503
                  RenderText {#text} at (32,0) size 20x15
1504
                    text run at (32,0) width 20: "Yes"
1504
                    text run at (32,0) width 20: "Yes"
1505
                  RenderInline {SPAN} at (0,0) size 1x15
1505
                  RenderInline {SPAN} at (0,0) size 0x15
1506
                    RenderInline {O:P} at (0,0) size 1x15
1506
                    RenderInline {O:P} at (0,0) size 0x0
1507
                RenderBlock {P} at (8,17) size 84x16
1507
                RenderBlock {P} at (8,17) size 84x16
1508
                  RenderText {#text} at (32,0) size 20x15
1508
                  RenderText {#text} at (32,0) size 20x15
1509
                    text run at (32,0) width 20: "Yes"
1509
                    text run at (32,0) width 20: "Yes"
1510
                  RenderInline {SPAN} at (0,0) size 1x15
1510
                  RenderInline {SPAN} at (0,0) size 0x15
1511
                    RenderInline {O:P} at (0,0) size 1x15
1511
                    RenderInline {O:P} at (0,0) size 0x0
1512
                RenderBlock {P} at (8,33) size 84x16
1512
                RenderBlock {P} at (8,33) size 84x16
1513
                  RenderText {#text} at (32,0) size 20x15
1513
                  RenderText {#text} at (32,0) size 20x15
1514
                    text run at (32,0) width 20: "Yes"
1514
                    text run at (32,0) width 20: "Yes"
Lines 1524-1542 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec57
1524
                RenderBlock {P} at (8,97) size 84x16
1524
                RenderBlock {P} at (8,97) size 84x16
1525
                  RenderText {#text} at (33,0) size 17x15
1525
                  RenderText {#text} at (33,0) size 17x15
1526
                    text run at (33,0) width 17: "No"
1526
                    text run at (33,0) width 17: "No"
1527
                  RenderInline {SPAN} at (0,0) size 1x15
1527
                  RenderInline {SPAN} at (0,0) size 0x15
1528
                    RenderInline {O:P} at (0,0) size 1x15
1528
                    RenderInline {O:P} at (0,0) size 0x0
1529
              RenderTableCell {TD} at (366,1766) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=3 rs=1 cs=1]
1529
              RenderTableCell {TD} at (366,1766) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=3 rs=1 cs=1]
1530
                RenderBlock {P} at (8,1) size 90x16
1530
                RenderBlock {P} at (8,1) size 90x16
1531
                  RenderText {#text} at (36,0) size 17x15
1531
                  RenderText {#text} at (36,0) size 17x15
1532
                    text run at (36,0) width 17: "No"
1532
                    text run at (36,0) width 17: "No"
1533
                  RenderInline {SPAN} at (0,0) size 1x15
1533
                  RenderInline {SPAN} at (0,0) size 0x15
1534
                    RenderInline {O:P} at (0,0) size 1x15
1534
                    RenderInline {O:P} at (0,0) size 0x0
1535
                RenderBlock {P} at (8,17) size 90x16
1535
                RenderBlock {P} at (8,17) size 90x16
1536
                  RenderText {#text} at (36,0) size 17x15
1536
                  RenderText {#text} at (36,0) size 17x15
1537
                    text run at (36,0) width 17: "No"
1537
                    text run at (36,0) width 17: "No"
1538
                  RenderInline {SPAN} at (0,0) size 1x15
1538
                  RenderInline {SPAN} at (0,0) size 0x15
1539
                    RenderInline {O:P} at (0,0) size 1x15
1539
                    RenderInline {O:P} at (0,0) size 0x0
1540
                RenderBlock {P} at (8,33) size 90x16
1540
                RenderBlock {P} at (8,33) size 90x16
1541
                  RenderText {#text} at (36,0) size 17x15
1541
                  RenderText {#text} at (36,0) size 17x15
1542
                    text run at (36,0) width 17: "No"
1542
                    text run at (36,0) width 17: "No"
Lines 1552-1566 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec58
1552
                RenderBlock {P} at (8,97) size 90x16
1552
                RenderBlock {P} at (8,97) size 90x16
1553
                  RenderText {#text} at (35,0) size 20x15
1553
                  RenderText {#text} at (35,0) size 20x15
1554
                    text run at (35,0) width 20: "Yes"
1554
                    text run at (35,0) width 20: "Yes"
1555
                  RenderInline {SPAN} at (0,0) size 1x15
1555
                  RenderInline {SPAN} at (0,0) size 0x15
1556
                    RenderInline {O:P} at (0,0) size 1x15
1556
                    RenderInline {O:P} at (0,0) size 0x0
1557
            RenderTableRow {TR} at (0,1879) size 472x49
1557
            RenderTableRow {TR} at (0,1879) size 472x49
1558
              RenderTableCell {TD} at (0,1879) size 99x17 [border: (1px none #808080) none] [r=30 c=0 rs=1 cs=1]
1558
              RenderTableCell {TD} at (0,1879) size 99x17 [border: (1px none #808080) none] [r=30 c=0 rs=1 cs=1]
1559
                RenderBlock {P} at (8,1) size 84x16
1559
                RenderBlock {P} at (8,1) size 84x16
1560
                  RenderText {#text} at (34,0) size 14x15
1560
                  RenderText {#text} at (34,0) size 14x15
1561
                    text run at (34,0) width 14: "31"
1561
                    text run at (34,0) width 14: "31"
1562
                  RenderInline {SPAN} at (0,0) size 1x15
1562
                  RenderInline {SPAN} at (0,0) size 0x15
1563
                    RenderInline {O:P} at (0,0) size 1x15
1563
                    RenderInline {O:P} at (0,0) size 0x0
1564
              RenderTableCell {TD} at (98,1879) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=30 c=1 rs=1 cs=1]
1564
              RenderTableCell {TD} at (98,1879) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=30 c=1 rs=1 cs=1]
1565
                RenderBlock {P} at (8,1) size 155x16
1565
                RenderBlock {P} at (8,1) size 155x16
1566
                  RenderText {#text} at (0,0) size 64x15
1566
                  RenderText {#text} at (0,0) size 64x15
Lines 1571-1578 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec59
1571
                RenderBlock {P} at (8,33) size 155x16
1571
                RenderBlock {P} at (8,33) size 155x16
1572
                  RenderText {#text} at (0,0) size 62x15
1572
                  RenderText {#text} at (0,0) size 62x15
1573
                    text run at (0,0) width 62: "Randy Reid"
1573
                    text run at (0,0) width 62: "Randy Reid"
1574
                  RenderInline {SPAN} at (0,0) size 1x15
1574
                  RenderInline {SPAN} at (0,0) size 0x15
1575
                    RenderInline {O:P} at (0,0) size 1x15
1575
                    RenderInline {O:P} at (0,0) size 0x0
1576
              RenderTableCell {TD} at (268,1879) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=2 rs=1 cs=1]
1576
              RenderTableCell {TD} at (268,1879) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=2 rs=1 cs=1]
1577
                RenderBlock {P} at (8,1) size 84x16
1577
                RenderBlock {P} at (8,1) size 84x16
1578
                  RenderText {#text} at (32,0) size 20x15
1578
                  RenderText {#text} at (32,0) size 20x15
Lines 1580-1587 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec60
1580
                RenderBlock {P} at (8,17) size 84x16
1580
                RenderBlock {P} at (8,17) size 84x16
1581
                  RenderText {#text} at (32,0) size 20x15
1581
                  RenderText {#text} at (32,0) size 20x15
1582
                    text run at (32,0) width 20: "Yes"
1582
                    text run at (32,0) width 20: "Yes"
1583
                  RenderInline {SPAN} at (0,0) size 1x15
1583
                  RenderInline {SPAN} at (0,0) size 0x15
1584
                    RenderInline {O:P} at (0,0) size 1x15
1584
                    RenderInline {O:P} at (0,0) size 0x0
1585
              RenderTableCell {TD} at (366,1879) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=3 rs=1 cs=1]
1585
              RenderTableCell {TD} at (366,1879) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=3 rs=1 cs=1]
1586
                RenderBlock {P} at (8,1) size 90x16
1586
                RenderBlock {P} at (8,1) size 90x16
1587
                  RenderText {#text} at (35,0) size 20x15
1587
                  RenderText {#text} at (35,0) size 20x15
Lines 1589-1603 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec61
1589
                RenderBlock {P} at (8,17) size 90x16
1589
                RenderBlock {P} at (8,17) size 90x16
1590
                  RenderText {#text} at (36,0) size 17x15
1590
                  RenderText {#text} at (36,0) size 17x15
1591
                    text run at (36,0) width 17: "No"
1591
                    text run at (36,0) width 17: "No"
1592
                  RenderInline {SPAN} at (0,0) size 1x15
1592
                  RenderInline {SPAN} at (0,0) size 0x15
1593
                    RenderInline {O:P} at (0,0) size 1x15
1593
                    RenderInline {O:P} at (0,0) size 0x0
1594
            RenderTableRow {TR} at (0,1928) size 472x65
1594
            RenderTableRow {TR} at (0,1928) size 472x65
1595
              RenderTableCell {TD} at (0,1928) size 99x17 [border: (1px none #808080) none] [r=31 c=0 rs=1 cs=1]
1595
              RenderTableCell {TD} at (0,1928) size 99x17 [border: (1px none #808080) none] [r=31 c=0 rs=1 cs=1]
1596
                RenderBlock {P} at (8,1) size 84x16
1596
                RenderBlock {P} at (8,1) size 84x16
1597
                  RenderText {#text} at (34,0) size 14x15
1597
                  RenderText {#text} at (34,0) size 14x15
1598
                    text run at (34,0) width 14: "32"
1598
                    text run at (34,0) width 14: "32"
1599
                  RenderInline {SPAN} at (0,0) size 1x15
1599
                  RenderInline {SPAN} at (0,0) size 0x15
1600
                    RenderInline {O:P} at (0,0) size 1x15
1600
                    RenderInline {O:P} at (0,0) size 0x0
1601
              RenderTableCell {TD} at (98,1928) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=31 c=1 rs=1 cs=1]
1601
              RenderTableCell {TD} at (98,1928) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=31 c=1 rs=1 cs=1]
1602
                RenderBlock {P} at (8,1) size 155x16
1602
                RenderBlock {P} at (8,1) size 155x16
1603
                  RenderText {#text} at (0,0) size 65x15
1603
                  RenderText {#text} at (0,0) size 65x15
Lines 1611-1618 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec62
1611
                RenderBlock {P} at (8,49) size 155x16
1611
                RenderBlock {P} at (8,49) size 155x16
1612
                  RenderText {#text} at (0,0) size 86x15
1612
                  RenderText {#text} at (0,0) size 86x15
1613
                    text run at (0,0) width 86: "Dominic Bayani"
1613
                    text run at (0,0) width 86: "Dominic Bayani"
1614
                  RenderInline {SPAN} at (0,0) size 1x15
1614
                  RenderInline {SPAN} at (0,0) size 0x15
1615
                    RenderInline {O:P} at (0,0) size 1x15
1615
                    RenderInline {O:P} at (0,0) size 0x0
1616
              RenderTableCell {TD} at (268,1928) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=2 rs=1 cs=1]
1616
              RenderTableCell {TD} at (268,1928) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=2 rs=1 cs=1]
1617
                RenderBlock {P} at (8,1) size 84x16
1617
                RenderBlock {P} at (8,1) size 84x16
1618
                  RenderText {#text} at (30,0) size 23x15
1618
                  RenderText {#text} at (30,0) size 23x15
Lines 1620-1627 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec63
1620
                RenderBlock {P} at (8,17) size 84x16
1620
                RenderBlock {P} at (8,17) size 84x16
1621
                  RenderText {#text} at (32,0) size 20x15
1621
                  RenderText {#text} at (32,0) size 20x15
1622
                    text run at (32,0) width 20: "Yes"
1622
                    text run at (32,0) width 20: "Yes"
1623
                  RenderInline {SPAN} at (0,0) size 1x15
1623
                  RenderInline {SPAN} at (0,0) size 0x15
1624
                    RenderInline {O:P} at (0,0) size 1x15
1624
                    RenderInline {O:P} at (0,0) size 0x0
1625
              RenderTableCell {TD} at (366,1928) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=3 rs=1 cs=1]
1625
              RenderTableCell {TD} at (366,1928) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=3 rs=1 cs=1]
1626
                RenderBlock {P} at (8,1) size 90x16
1626
                RenderBlock {P} at (8,1) size 90x16
1627
                  RenderText {#text} at (35,0) size 20x15
1627
                  RenderText {#text} at (35,0) size 20x15
Lines 1629-1649 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec64
1629
                RenderBlock {P} at (8,17) size 90x16
1629
                RenderBlock {P} at (8,17) size 90x16
1630
                  RenderText {#text} at (36,0) size 17x15
1630
                  RenderText {#text} at (36,0) size 17x15
1631
                    text run at (36,0) width 17: "No"
1631
                    text run at (36,0) width 17: "No"
1632
                  RenderInline {SPAN} at (0,0) size 1x15
1632
                  RenderInline {SPAN} at (0,0) size 0x15
1633
                    RenderInline {O:P} at (0,0) size 1x15
1633
                    RenderInline {O:P} at (0,0) size 0x0
1634
            RenderTableRow {TR} at (0,1993) size 472x145
1634
            RenderTableRow {TR} at (0,1993) size 472x145
1635
              RenderTableCell {TD} at (0,1993) size 99x17 [border: (1px none #808080) none] [r=32 c=0 rs=1 cs=1]
1635
              RenderTableCell {TD} at (0,1993) size 99x17 [border: (1px none #808080) none] [r=32 c=0 rs=1 cs=1]
1636
                RenderBlock {P} at (8,1) size 84x16
1636
                RenderBlock {P} at (8,1) size 84x16
1637
                  RenderText {#text} at (34,0) size 14x15
1637
                  RenderText {#text} at (34,0) size 14x15
1638
                    text run at (34,0) width 14: "33"
1638
                    text run at (34,0) width 14: "33"
1639
                  RenderInline {SPAN} at (0,0) size 1x15
1639
                  RenderInline {SPAN} at (0,0) size 0x15
1640
                    RenderInline {O:P} at (0,0) size 1x15
1640
                    RenderInline {O:P} at (0,0) size 0x0
1641
              RenderTableCell {TD} at (98,1993) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=1 rs=1 cs=1]
1641
              RenderTableCell {TD} at (98,1993) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=1 rs=1 cs=1]
1642
                RenderBlock {P} at (8,1) size 155x16
1642
                RenderBlock {P} at (8,1) size 155x16
1643
                  RenderText {#text} at (0,0) size 67x15
1643
                  RenderText {#text} at (0,0) size 67x15
1644
                    text run at (0,0) width 67: "Tom Wagner"
1644
                    text run at (0,0) width 67: "Tom Wagner"
1645
                  RenderInline {SPAN} at (0,0) size 1x15
1645
                  RenderInline {SPAN} at (0,0) size 0x15
1646
                    RenderInline {O:P} at (0,0) size 1x15
1646
                    RenderInline {O:P} at (0,0) size 0x0
1647
                RenderBlock {P} at (8,17) size 155x16
1647
                RenderBlock {P} at (8,17) size 155x16
1648
                  RenderText {#text} at (0,0) size 74x15
1648
                  RenderText {#text} at (0,0) size 74x15
1649
                    text run at (0,0) width 74: "Gene Langley"
1649
                    text run at (0,0) width 74: "Gene Langley"
Lines 1668-1681 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec65
1668
                RenderBlock {P} at (8,129) size 155x16
1668
                RenderBlock {P} at (8,129) size 155x16
1669
                  RenderText {#text} at (0,0) size 66x15
1669
                  RenderText {#text} at (0,0) size 66x15
1670
                    text run at (0,0) width 66: "Terry Chong"
1670
                    text run at (0,0) width 66: "Terry Chong"
1671
                  RenderInline {SPAN} at (0,0) size 1x15
1671
                  RenderInline {SPAN} at (0,0) size 0x15
1672
                    RenderInline {O:P} at (0,0) size 1x15
1672
                    RenderInline {O:P} at (0,0) size 0x0
1673
              RenderTableCell {TD} at (268,1993) size 99x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=2 rs=1 cs=1]
1673
              RenderTableCell {TD} at (268,1993) size 99x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=2 rs=1 cs=1]
1674
                RenderBlock {P} at (8,1) size 84x16
1674
                RenderBlock {P} at (8,1) size 84x16
1675
                  RenderText {#text} at (32,0) size 20x15
1675
                  RenderText {#text} at (32,0) size 20x15
1676
                    text run at (32,0) width 20: "Yes"
1676
                    text run at (32,0) width 20: "Yes"
1677
                  RenderInline {SPAN} at (0,0) size 1x15
1677
                  RenderInline {SPAN} at (0,0) size 0x15
1678
                    RenderInline {O:P} at (0,0) size 1x15
1678
                    RenderInline {O:P} at (0,0) size 0x0
1679
                RenderBlock {P} at (8,17) size 84x16
1679
                RenderBlock {P} at (8,17) size 84x16
1680
                  RenderText {#text} at (32,0) size 20x15
1680
                  RenderText {#text} at (32,0) size 20x15
1681
                    text run at (32,0) width 20: "Yes"
1681
                    text run at (32,0) width 20: "Yes"
Lines 1700-1713 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec66
1700
                RenderBlock {P} at (8,129) size 84x16
1700
                RenderBlock {P} at (8,129) size 84x16
1701
                  RenderText {#text} at (32,0) size 20x15
1701
                  RenderText {#text} at (32,0) size 20x15
1702
                    text run at (32,0) width 20: "Yes"
1702
                    text run at (32,0) width 20: "Yes"
1703
                  RenderInline {SPAN} at (0,0) size 1x15
1703
                  RenderInline {SPAN} at (0,0) size 0x15
1704
                    RenderInline {O:P} at (0,0) size 1x15
1704
                    RenderInline {O:P} at (0,0) size 0x0
1705
              RenderTableCell {TD} at (366,1993) size 107x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=3 rs=1 cs=1]
1705
              RenderTableCell {TD} at (366,1993) size 107x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=3 rs=1 cs=1]
1706
                RenderBlock {P} at (8,1) size 90x16
1706
                RenderBlock {P} at (8,1) size 90x16
1707
                  RenderText {#text} at (36,0) size 17x15
1707
                  RenderText {#text} at (36,0) size 17x15
1708
                    text run at (36,0) width 17: "No"
1708
                    text run at (36,0) width 17: "No"
1709
                  RenderInline {SPAN} at (0,0) size 1x15
1709
                  RenderInline {SPAN} at (0,0) size 0x15
1710
                    RenderInline {O:P} at (0,0) size 1x15
1710
                    RenderInline {O:P} at (0,0) size 0x0
1711
                RenderBlock {P} at (8,17) size 90x16
1711
                RenderBlock {P} at (8,17) size 90x16
1712
                  RenderText {#text} at (6,0) size 77x15
1712
                  RenderText {#text} at (6,0) size 77x15
1713
                    text run at (6,0) width 77: "Gyro wannabe"
1713
                    text run at (6,0) width 77: "Gyro wannabe"
Lines 1732-1746 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec67
1732
                RenderBlock {P} at (8,129) size 90x16
1732
                RenderBlock {P} at (8,129) size 90x16
1733
                  RenderText {#text} at (36,0) size 17x15
1733
                  RenderText {#text} at (36,0) size 17x15
1734
                    text run at (36,0) width 17: "No"
1734
                    text run at (36,0) width 17: "No"
1735
                  RenderInline {SPAN} at (0,0) size 1x15
1735
                  RenderInline {SPAN} at (0,0) size 0x15
1736
                    RenderInline {O:P} at (0,0) size 1x15
1736
                    RenderInline {O:P} at (0,0) size 0x0
1737
            RenderTableRow {TR} at (0,2138) size 472x129
1737
            RenderTableRow {TR} at (0,2138) size 472x129
1738
              RenderTableCell {TD} at (0,2138) size 99x17 [border: (1px none #808080) none] [r=33 c=0 rs=1 cs=1]
1738
              RenderTableCell {TD} at (0,2138) size 99x17 [border: (1px none #808080) none] [r=33 c=0 rs=1 cs=1]
1739
                RenderBlock {P} at (8,1) size 84x16
1739
                RenderBlock {P} at (8,1) size 84x16
1740
                  RenderText {#text} at (34,0) size 14x15
1740
                  RenderText {#text} at (34,0) size 14x15
1741
                    text run at (34,0) width 14: "34"
1741
                    text run at (34,0) width 14: "34"
1742
                  RenderInline {SPAN} at (0,0) size 1x15
1742
                  RenderInline {SPAN} at (0,0) size 0x15
1743
                    RenderInline {O:P} at (0,0) size 1x15
1743
                    RenderInline {O:P} at (0,0) size 0x0
1744
              RenderTableCell {TD} at (98,2138) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=1 rs=1 cs=1]
1744
              RenderTableCell {TD} at (98,2138) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=1 rs=1 cs=1]
1745
                RenderBlock {P} at (8,1) size 155x16
1745
                RenderBlock {P} at (8,1) size 155x16
1746
                  RenderText {#text} at (0,0) size 56x15
1746
                  RenderText {#text} at (0,0) size 56x15
Lines 1766-1773 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec68
1766
                RenderBlock {P} at (8,113) size 155x16
1766
                RenderBlock {P} at (8,113) size 155x16
1767
                  RenderText {#text} at (0,0) size 62x15
1767
                  RenderText {#text} at (0,0) size 62x15
1768
                    text run at (0,0) width 62: "Scott Hersh"
1768
                    text run at (0,0) width 62: "Scott Hersh"
1769
                  RenderInline {SPAN} at (0,0) size 1x15
1769
                  RenderInline {SPAN} at (0,0) size 0x15
1770
                    RenderInline {O:P} at (0,0) size 1x15
1770
                    RenderInline {O:P} at (0,0) size 0x0
1771
              RenderTableCell {TD} at (268,2138) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=2 rs=1 cs=1]
1771
              RenderTableCell {TD} at (268,2138) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=2 rs=1 cs=1]
1772
                RenderBlock {P} at (8,1) size 84x16
1772
                RenderBlock {P} at (8,1) size 84x16
1773
                  RenderText {#text} at (32,0) size 20x15
1773
                  RenderText {#text} at (32,0) size 20x15
Lines 1793-1800 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec69
1793
                RenderBlock {P} at (8,113) size 84x16
1793
                RenderBlock {P} at (8,113) size 84x16
1794
                  RenderText {#text} at (32,0) size 20x15
1794
                  RenderText {#text} at (32,0) size 20x15
1795
                    text run at (32,0) width 20: "Yes"
1795
                    text run at (32,0) width 20: "Yes"
1796
                  RenderInline {SPAN} at (0,0) size 1x15
1796
                  RenderInline {SPAN} at (0,0) size 0x15
1797
                    RenderInline {O:P} at (0,0) size 1x15
1797
                    RenderInline {O:P} at (0,0) size 0x0
1798
              RenderTableCell {TD} at (366,2138) size 107x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=3 rs=1 cs=1]
1798
              RenderTableCell {TD} at (366,2138) size 107x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=3 rs=1 cs=1]
1799
                RenderBlock {P} at (8,1) size 90x16
1799
                RenderBlock {P} at (8,1) size 90x16
1800
                  RenderText {#text} at (36,0) size 17x15
1800
                  RenderText {#text} at (36,0) size 17x15
Lines 1820-1834 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec70
1820
                RenderBlock {P} at (8,113) size 90x16
1820
                RenderBlock {P} at (8,113) size 90x16
1821
                  RenderText {#text} at (36,0) size 17x15
1821
                  RenderText {#text} at (36,0) size 17x15
1822
                    text run at (36,0) width 17: "No"
1822
                    text run at (36,0) width 17: "No"
1823
                  RenderInline {SPAN} at (0,0) size 1x15
1823
                  RenderInline {SPAN} at (0,0) size 0x15
1824
                    RenderInline {O:P} at (0,0) size 1x15
1824
                    RenderInline {O:P} at (0,0) size 0x0
1825
            RenderTableRow {TR} at (0,2267) size 472x81
1825
            RenderTableRow {TR} at (0,2267) size 472x81
1826
              RenderTableCell {TD} at (0,2267) size 99x17 [border: (1px none #808080) none] [r=34 c=0 rs=1 cs=1]
1826
              RenderTableCell {TD} at (0,2267) size 99x17 [border: (1px none #808080) none] [r=34 c=0 rs=1 cs=1]
1827
                RenderBlock {P} at (8,1) size 84x16
1827
                RenderBlock {P} at (8,1) size 84x16
1828
                  RenderText {#text} at (34,0) size 14x15
1828
                  RenderText {#text} at (34,0) size 14x15
1829
                    text run at (34,0) width 14: "35"
1829
                    text run at (34,0) width 14: "35"
1830
                  RenderInline {SPAN} at (0,0) size 1x15
1830
                  RenderInline {SPAN} at (0,0) size 0x15
1831
                    RenderInline {O:P} at (0,0) size 1x15
1831
                    RenderInline {O:P} at (0,0) size 0x0
1832
              RenderTableCell {TD} at (98,2267) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=1 rs=1 cs=1]
1832
              RenderTableCell {TD} at (98,2267) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=1 rs=1 cs=1]
1833
                RenderBlock {P} at (8,1) size 155x16
1833
                RenderBlock {P} at (8,1) size 155x16
1834
                  RenderText {#text} at (0,0) size 80x15
1834
                  RenderText {#text} at (0,0) size 80x15
Lines 1845-1852 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec71
1845
                RenderBlock {P} at (8,65) size 155x16
1845
                RenderBlock {P} at (8,65) size 155x16
1846
                  RenderText {#text} at (0,0) size 62x15
1846
                  RenderText {#text} at (0,0) size 62x15
1847
                    text run at (0,0) width 62: "Oliver Baer"
1847
                    text run at (0,0) width 62: "Oliver Baer"
1848
                  RenderInline {SPAN} at (0,0) size 1x15
1848
                  RenderInline {SPAN} at (0,0) size 0x15
1849
                    RenderInline {O:P} at (0,0) size 1x15
1849
                    RenderInline {O:P} at (0,0) size 0x0
1850
              RenderTableCell {TD} at (268,2267) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=2 rs=1 cs=1]
1850
              RenderTableCell {TD} at (268,2267) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=2 rs=1 cs=1]
1851
                RenderBlock {P} at (8,1) size 84x16
1851
                RenderBlock {P} at (8,1) size 84x16
1852
                  RenderText {#text} at (40,0) size 4x15
1852
                  RenderText {#text} at (40,0) size 4x15
Lines 1863-1870 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec72
1863
                RenderBlock {P} at (8,65) size 84x16
1863
                RenderBlock {P} at (8,65) size 84x16
1864
                  RenderText {#text} at (32,0) size 20x15
1864
                  RenderText {#text} at (32,0) size 20x15
1865
                    text run at (32,0) width 20: "Yes"
1865
                    text run at (32,0) width 20: "Yes"
1866
                  RenderInline {SPAN} at (0,0) size 1x15
1866
                  RenderInline {SPAN} at (0,0) size 0x15
1867
                    RenderInline {O:P} at (0,0) size 1x15
1867
                    RenderInline {O:P} at (0,0) size 0x0
1868
              RenderTableCell {TD} at (366,2267) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=3 rs=1 cs=1]
1868
              RenderTableCell {TD} at (366,2267) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=3 rs=1 cs=1]
1869
                RenderBlock {P} at (8,1) size 90x16
1869
                RenderBlock {P} at (8,1) size 90x16
1870
                  RenderText {#text} at (43,0) size 4x15
1870
                  RenderText {#text} at (43,0) size 4x15
Lines 1881-1895 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec73
1881
                RenderBlock {P} at (8,65) size 90x16
1881
                RenderBlock {P} at (8,65) size 90x16
1882
                  RenderText {#text} at (36,0) size 17x15
1882
                  RenderText {#text} at (36,0) size 17x15
1883
                    text run at (36,0) width 17: "No"
1883
                    text run at (36,0) width 17: "No"
1884
                  RenderInline {SPAN} at (0,0) size 1x15
1884
                  RenderInline {SPAN} at (0,0) size 0x15
1885
                    RenderInline {O:P} at (0,0) size 1x15
1885
                    RenderInline {O:P} at (0,0) size 0x0
1886
            RenderTableRow {TR} at (0,2348) size 472x81
1886
            RenderTableRow {TR} at (0,2348) size 472x81
1887
              RenderTableCell {TD} at (0,2348) size 99x17 [border: (1px none #808080) none] [r=35 c=0 rs=1 cs=1]
1887
              RenderTableCell {TD} at (0,2348) size 99x17 [border: (1px none #808080) none] [r=35 c=0 rs=1 cs=1]
1888
                RenderBlock {P} at (8,1) size 84x16
1888
                RenderBlock {P} at (8,1) size 84x16
1889
                  RenderText {#text} at (34,0) size 14x15
1889
                  RenderText {#text} at (34,0) size 14x15
1890
                    text run at (34,0) width 14: "36"
1890
                    text run at (34,0) width 14: "36"
1891
                  RenderInline {SPAN} at (0,0) size 1x15
1891
                  RenderInline {SPAN} at (0,0) size 0x15
1892
                    RenderInline {O:P} at (0,0) size 1x15
1892
                    RenderInline {O:P} at (0,0) size 0x0
1893
              RenderTableCell {TD} at (98,2348) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=1 rs=1 cs=1]
1893
              RenderTableCell {TD} at (98,2348) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=1 rs=1 cs=1]
1894
                RenderBlock {P} at (8,1) size 155x16
1894
                RenderBlock {P} at (8,1) size 155x16
1895
                  RenderText {#text} at (0,0) size 69x15
1895
                  RenderText {#text} at (0,0) size 69x15
Lines 1906-1913 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec74
1906
                RenderBlock {P} at (8,65) size 155x16
1906
                RenderBlock {P} at (8,65) size 155x16
1907
                  RenderText {#text} at (0,0) size 62x15
1907
                  RenderText {#text} at (0,0) size 62x15
1908
                    text run at (0,0) width 62: "Dan Sievert"
1908
                    text run at (0,0) width 62: "Dan Sievert"
1909
                  RenderInline {SPAN} at (0,0) size 1x15
1909
                  RenderInline {SPAN} at (0,0) size 0x15
1910
                    RenderInline {O:P} at (0,0) size 1x15
1910
                    RenderInline {O:P} at (0,0) size 0x0
1911
              RenderTableCell {TD} at (268,2348) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=2 rs=1 cs=1]
1911
              RenderTableCell {TD} at (268,2348) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=2 rs=1 cs=1]
1912
                RenderBlock {P} at (8,1) size 84x16
1912
                RenderBlock {P} at (8,1) size 84x16
1913
                  RenderText {#text} at (32,0) size 20x15
1913
                  RenderText {#text} at (32,0) size 20x15
Lines 1924-1931 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec75
1924
                RenderBlock {P} at (8,65) size 84x16
1924
                RenderBlock {P} at (8,65) size 84x16
1925
                  RenderText {#text} at (32,0) size 20x15
1925
                  RenderText {#text} at (32,0) size 20x15
1926
                    text run at (32,0) width 20: "Yes"
1926
                    text run at (32,0) width 20: "Yes"
1927
                  RenderInline {SPAN} at (0,0) size 1x15
1927
                  RenderInline {SPAN} at (0,0) size 0x15
1928
                    RenderInline {O:P} at (0,0) size 1x15
1928
                    RenderInline {O:P} at (0,0) size 0x0
1929
              RenderTableCell {TD} at (366,2348) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=3 rs=1 cs=1]
1929
              RenderTableCell {TD} at (366,2348) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=3 rs=1 cs=1]
1930
                RenderBlock {P} at (8,1) size 90x16
1930
                RenderBlock {P} at (8,1) size 90x16
1931
                  RenderText {#text} at (36,0) size 17x15
1931
                  RenderText {#text} at (36,0) size 17x15
Lines 1942-1956 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec76
1942
                RenderBlock {P} at (8,65) size 90x16
1942
                RenderBlock {P} at (8,65) size 90x16
1943
                  RenderText {#text} at (36,0) size 17x15
1943
                  RenderText {#text} at (36,0) size 17x15
1944
                    text run at (36,0) width 17: "No"
1944
                    text run at (36,0) width 17: "No"
1945
                  RenderInline {SPAN} at (0,0) size 1x15
1945
                  RenderInline {SPAN} at (0,0) size 0x15
1946
                    RenderInline {O:P} at (0,0) size 1x15
1946
                    RenderInline {O:P} at (0,0) size 0x0
1947
            RenderTableRow {TR} at (0,2429) size 472x65
1947
            RenderTableRow {TR} at (0,2429) size 472x65
1948
              RenderTableCell {TD} at (0,2429) size 99x17 [border: (1px none #808080) none] [r=36 c=0 rs=1 cs=1]
1948
              RenderTableCell {TD} at (0,2429) size 99x17 [border: (1px none #808080) none] [r=36 c=0 rs=1 cs=1]
1949
                RenderBlock {P} at (8,1) size 84x16
1949
                RenderBlock {P} at (8,1) size 84x16
1950
                  RenderText {#text} at (34,0) size 14x15
1950
                  RenderText {#text} at (34,0) size 14x15
1951
                    text run at (34,0) width 14: "37"
1951
                    text run at (34,0) width 14: "37"
1952
                  RenderInline {SPAN} at (0,0) size 1x15
1952
                  RenderInline {SPAN} at (0,0) size 0x15
1953
                    RenderInline {O:P} at (0,0) size 1x15
1953
                    RenderInline {O:P} at (0,0) size 0x0
1954
              RenderTableCell {TD} at (98,2429) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=1 rs=1 cs=1]
1954
              RenderTableCell {TD} at (98,2429) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=1 rs=1 cs=1]
1955
                RenderBlock {P} at (8,1) size 155x16
1955
                RenderBlock {P} at (8,1) size 155x16
1956
                  RenderText {#text} at (0,0) size 92x15
1956
                  RenderText {#text} at (0,0) size 92x15
Lines 1964-1971 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec77
1964
                RenderBlock {P} at (8,49) size 155x16
1964
                RenderBlock {P} at (8,49) size 155x16
1965
                  RenderText {#text} at (0,0) size 76x15
1965
                  RenderText {#text} at (0,0) size 76x15
1966
                    text run at (0,0) width 76: "Soohong  Kim"
1966
                    text run at (0,0) width 76: "Soohong  Kim"
1967
                  RenderInline {SPAN} at (0,0) size 1x15
1967
                  RenderInline {SPAN} at (0,0) size 0x15
1968
                    RenderInline {O:P} at (0,0) size 1x15
1968
                    RenderInline {O:P} at (0,0) size 0x0
1969
              RenderTableCell {TD} at (268,2429) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=2 rs=1 cs=1]
1969
              RenderTableCell {TD} at (268,2429) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=2 rs=1 cs=1]
1970
                RenderBlock {P} at (8,1) size 84x16
1970
                RenderBlock {P} at (8,1) size 84x16
1971
                  RenderText {#text} at (32,0) size 20x15
1971
                  RenderText {#text} at (32,0) size 20x15
Lines 1979-1986 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec78
1979
                RenderBlock {P} at (8,49) size 84x16
1979
                RenderBlock {P} at (8,49) size 84x16
1980
                  RenderText {#text} at (32,0) size 20x15
1980
                  RenderText {#text} at (32,0) size 20x15
1981
                    text run at (32,0) width 20: "Yes"
1981
                    text run at (32,0) width 20: "Yes"
1982
                  RenderInline {SPAN} at (0,0) size 1x15
1982
                  RenderInline {SPAN} at (0,0) size 0x15
1983
                    RenderInline {O:P} at (0,0) size 1x15
1983
                    RenderInline {O:P} at (0,0) size 0x0
1984
              RenderTableCell {TD} at (366,2429) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=3 rs=1 cs=1]
1984
              RenderTableCell {TD} at (366,2429) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=3 rs=1 cs=1]
1985
                RenderBlock {P} at (8,1) size 90x16
1985
                RenderBlock {P} at (8,1) size 90x16
1986
                  RenderText {#text} at (36,0) size 17x15
1986
                  RenderText {#text} at (36,0) size 17x15
Lines 1994-2019 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec79
1994
                RenderBlock {P} at (8,49) size 90x16
1994
                RenderBlock {P} at (8,49) size 90x16
1995
                  RenderText {#text} at (36,0) size 17x15
1995
                  RenderText {#text} at (36,0) size 17x15
1996
                    text run at (36,0) width 17: "No"
1996
                    text run at (36,0) width 17: "No"
1997
                  RenderInline {SPAN} at (0,0) size 1x15
1997
                  RenderInline {SPAN} at (0,0) size 0x15
1998
                    RenderInline {O:P} at (0,0) size 1x15
1998
                    RenderInline {O:P} at (0,0) size 0x0
1999
            RenderTableRow {TR} at (0,2494) size 472x97
1999
            RenderTableRow {TR} at (0,2494) size 472x97
2000
              RenderTableCell {TD} at (0,2494) size 99x17 [border: (1px none #808080) none] [r=37 c=0 rs=1 cs=1]
2000
              RenderTableCell {TD} at (0,2494) size 99x17 [border: (1px none #808080) none] [r=37 c=0 rs=1 cs=1]
2001
                RenderBlock {P} at (8,1) size 84x16
2001
                RenderBlock {P} at (8,1) size 84x16
2002
                  RenderText {#text} at (34,0) size 14x15
2002
                  RenderText {#text} at (34,0) size 14x15
2003
                    text run at (34,0) width 14: "38"
2003
                    text run at (34,0) width 14: "38"
2004
                  RenderInline {SPAN} at (0,0) size 1x15
2004
                  RenderInline {SPAN} at (0,0) size 0x15
2005
                    RenderInline {O:P} at (0,0) size 1x15
2005
                    RenderInline {O:P} at (0,0) size 0x0
2006
              RenderTableCell {TD} at (98,2494) size 171x97 [border: (1px none #808080) none (1px none #808080)] [r=37 c=1 rs=1 cs=1]
2006
              RenderTableCell {TD} at (98,2494) size 171x97 [border: (1px none #808080) none (1px none #808080)] [r=37 c=1 rs=1 cs=1]
2007
                RenderBlock {P} at (8,1) size 155x16
2007
                RenderBlock {P} at (8,1) size 155x16
2008
                  RenderText {#text} at (0,0) size 99x15
2008
                  RenderText {#text} at (0,0) size 99x15
2009
                    text run at (0,0) width 99: "Karl Allmendinger"
2009
                    text run at (0,0) width 99: "Karl Allmendinger"
2010
                  RenderInline {SPAN} at (0,0) size 1x15
2010
                  RenderInline {SPAN} at (0,0) size 0x15
2011
                    RenderInline {O:P} at (0,0) size 1x15
2011
                    RenderInline {O:P} at (0,0) size 0x0
2012
                RenderBlock {P} at (8,17) size 155x16
2012
                RenderBlock {P} at (8,17) size 155x16
2013
                  RenderText {#text} at (0,0) size 63x15
2013
                  RenderText {#text} at (0,0) size 63x15
2014
                    text run at (0,0) width 63: "John Bernal"
2014
                    text run at (0,0) width 63: "John Bernal"
2015
                  RenderInline {SPAN} at (0,0) size 1x15
2015
                  RenderInline {SPAN} at (0,0) size 0x15
2016
                    RenderInline {O:P} at (0,0) size 1x15
2016
                    RenderInline {O:P} at (0,0) size 0x0
2017
                RenderBlock {P} at (8,33) size 155x16
2017
                RenderBlock {P} at (8,33) size 155x16
2018
                  RenderText {#text} at (0,0) size 74x15
2018
                  RenderText {#text} at (0,0) size 74x15
2019
                    text run at (0,0) width 74: "Gene Langley"
2019
                    text run at (0,0) width 74: "Gene Langley"
Lines 2026-2078 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec80
2026
                RenderBlock {P} at (8,81) size 155x16
2026
                RenderBlock {P} at (8,81) size 155x16
2027
                  RenderText {#text} at (0,0) size 91x15
2027
                  RenderText {#text} at (0,0) size 91x15
2028
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
2028
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
2029
                  RenderInline {SPAN} at (0,0) size 1x15
2029
                  RenderInline {SPAN} at (0,0) size 0x15
2030
                    RenderInline {O:P} at (0,0) size 1x15
2030
                    RenderInline {O:P} at (0,0) size 0x0
2031
              RenderTableCell {TD} at (268,2494) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=2 rs=1 cs=1]
2031
              RenderTableCell {TD} at (268,2494) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=2 rs=1 cs=1]
2032
                RenderBlock {P} at (8,1) size 84x16
2032
                RenderBlock {P} at (8,1) size 84x16
2033
                  RenderText {#text} at (32,0) size 20x15
2033
                  RenderText {#text} at (32,0) size 20x15
2034
                    text run at (32,0) width 20: "Yes"
2034
                    text run at (32,0) width 20: "Yes"
2035
                  RenderInline {SPAN} at (0,0) size 1x15
2035
                  RenderInline {SPAN} at (0,0) size 0x15
2036
                    RenderInline {O:P} at (0,0) size 1x15
2036
                    RenderInline {O:P} at (0,0) size 0x0
2037
                RenderBlock {P} at (8,17) size 84x16
2037
                RenderBlock {P} at (8,17) size 84x16
2038
                  RenderText {#text} at (32,0) size 20x15
2038
                  RenderText {#text} at (32,0) size 20x15
2039
                    text run at (32,0) width 20: "Yes"
2039
                    text run at (32,0) width 20: "Yes"
2040
                  RenderInline {SPAN} at (0,0) size 1x15
2040
                  RenderInline {SPAN} at (0,0) size 0x15
2041
                    RenderInline {O:P} at (0,0) size 1x15
2041
                    RenderInline {O:P} at (0,0) size 0x0
2042
                RenderBlock {P} at (8,33) size 84x16
2042
                RenderBlock {P} at (8,33) size 84x16
2043
                  RenderText {#text} at (32,0) size 20x15
2043
                  RenderText {#text} at (32,0) size 20x15
2044
                    text run at (32,0) width 20: "Yes"
2044
                    text run at (32,0) width 20: "Yes"
2045
                RenderBlock {P} at (8,49) size 84x16
2045
                RenderBlock {P} at (8,49) size 84x16
2046
                  RenderText {#text} at (32,0) size 20x15
2046
                  RenderText {#text} at (32,0) size 20x15
2047
                    text run at (32,0) width 20: "Yes"
2047
                    text run at (32,0) width 20: "Yes"
2048
                  RenderInline {SPAN} at (0,0) size 1x15
2048
                  RenderInline {SPAN} at (0,0) size 0x15
2049
                    RenderInline {O:P} at (0,0) size 1x15
2049
                    RenderInline {O:P} at (0,0) size 0x0
2050
              RenderTableCell {TD} at (366,2494) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=3 rs=1 cs=1]
2050
              RenderTableCell {TD} at (366,2494) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=3 rs=1 cs=1]
2051
                RenderBlock {P} at (8,1) size 90x16
2051
                RenderBlock {P} at (8,1) size 90x16
2052
                  RenderText {#text} at (36,0) size 17x15
2052
                  RenderText {#text} at (36,0) size 17x15
2053
                    text run at (36,0) width 17: "No"
2053
                    text run at (36,0) width 17: "No"
2054
                  RenderInline {SPAN} at (0,0) size 1x15
2054
                  RenderInline {SPAN} at (0,0) size 0x15
2055
                    RenderInline {O:P} at (0,0) size 1x15
2055
                    RenderInline {O:P} at (0,0) size 0x0
2056
                RenderBlock {P} at (8,17) size 90x16
2056
                RenderBlock {P} at (8,17) size 90x16
2057
                  RenderText {#text} at (36,0) size 17x15
2057
                  RenderText {#text} at (36,0) size 17x15
2058
                    text run at (36,0) width 17: "No"
2058
                    text run at (36,0) width 17: "No"
2059
                  RenderInline {SPAN} at (0,0) size 1x15
2059
                  RenderInline {SPAN} at (0,0) size 0x15
2060
                    RenderInline {O:P} at (0,0) size 1x15
2060
                    RenderInline {O:P} at (0,0) size 0x0
2061
                RenderBlock {P} at (8,33) size 90x16
2061
                RenderBlock {P} at (8,33) size 90x16
2062
                  RenderText {#text} at (6,0) size 77x15
2062
                  RenderText {#text} at (6,0) size 77x15
2063
                    text run at (6,0) width 77: "Gyro wannabe"
2063
                    text run at (6,0) width 77: "Gyro wannabe"
2064
                RenderBlock {P} at (8,49) size 90x16
2064
                RenderBlock {P} at (8,49) size 90x16
2065
                  RenderText {#text} at (36,0) size 17x15
2065
                  RenderText {#text} at (36,0) size 17x15
2066
                    text run at (36,0) width 17: "No"
2066
                    text run at (36,0) width 17: "No"
2067
                  RenderInline {SPAN} at (0,0) size 1x15
2067
                  RenderInline {SPAN} at (0,0) size 0x15
2068
                    RenderInline {O:P} at (0,0) size 1x15
2068
                    RenderInline {O:P} at (0,0) size 0x0
2069
            RenderTableRow {TR} at (0,2591) size 472x49
2069
            RenderTableRow {TR} at (0,2591) size 472x49
2070
              RenderTableCell {TD} at (0,2591) size 99x17 [border: (1px none #808080) none] [r=38 c=0 rs=1 cs=1]
2070
              RenderTableCell {TD} at (0,2591) size 99x17 [border: (1px none #808080) none] [r=38 c=0 rs=1 cs=1]
2071
                RenderBlock {P} at (8,1) size 84x16
2071
                RenderBlock {P} at (8,1) size 84x16
2072
                  RenderText {#text} at (34,0) size 14x15
2072
                  RenderText {#text} at (34,0) size 14x15
2073
                    text run at (34,0) width 14: "39"
2073
                    text run at (34,0) width 14: "39"
2074
                  RenderInline {SPAN} at (0,0) size 1x15
2074
                  RenderInline {SPAN} at (0,0) size 0x15
2075
                    RenderInline {O:P} at (0,0) size 1x15
2075
                    RenderInline {O:P} at (0,0) size 0x0
2076
              RenderTableCell {TD} at (98,2591) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=1 rs=1 cs=1]
2076
              RenderTableCell {TD} at (98,2591) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=1 rs=1 cs=1]
2077
                RenderBlock {P} at (8,1) size 155x16
2077
                RenderBlock {P} at (8,1) size 155x16
2078
                  RenderText {#text} at (0,0) size 67x15
2078
                  RenderText {#text} at (0,0) size 67x15
Lines 2083-2090 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec81
2083
                RenderBlock {P} at (8,33) size 155x16
2083
                RenderBlock {P} at (8,33) size 155x16
2084
                  RenderText {#text} at (0,0) size 63x15
2084
                  RenderText {#text} at (0,0) size 63x15
2085
                    text run at (0,0) width 63: "Will Sievert"
2085
                    text run at (0,0) width 63: "Will Sievert"
2086
                  RenderInline {SPAN} at (0,0) size 1x15
2086
                  RenderInline {SPAN} at (0,0) size 0x15
2087
                    RenderInline {O:P} at (0,0) size 1x15
2087
                    RenderInline {O:P} at (0,0) size 0x0
2088
              RenderTableCell {TD} at (268,2591) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=2 rs=1 cs=1]
2088
              RenderTableCell {TD} at (268,2591) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=2 rs=1 cs=1]
2089
                RenderBlock {P} at (8,1) size 84x16
2089
                RenderBlock {P} at (8,1) size 84x16
2090
                  RenderText {#text} at (32,0) size 20x15
2090
                  RenderText {#text} at (32,0) size 20x15
Lines 2095-2102 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec82
2095
                RenderBlock {P} at (8,33) size 84x16
2095
                RenderBlock {P} at (8,33) size 84x16
2096
                  RenderText {#text} at (32,0) size 20x15
2096
                  RenderText {#text} at (32,0) size 20x15
2097
                    text run at (32,0) width 20: "Yes"
2097
                    text run at (32,0) width 20: "Yes"
2098
                  RenderInline {SPAN} at (0,0) size 1x15
2098
                  RenderInline {SPAN} at (0,0) size 0x15
2099
                    RenderInline {O:P} at (0,0) size 1x15
2099
                    RenderInline {O:P} at (0,0) size 0x0
2100
              RenderTableCell {TD} at (366,2591) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=3 rs=1 cs=1]
2100
              RenderTableCell {TD} at (366,2591) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=3 rs=1 cs=1]
2101
                RenderBlock {P} at (8,1) size 90x16
2101
                RenderBlock {P} at (8,1) size 90x16
2102
                  RenderText {#text} at (36,0) size 17x15
2102
                  RenderText {#text} at (36,0) size 17x15
Lines 2107-2142 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec83
2107
                RenderBlock {P} at (8,33) size 90x16
2107
                RenderBlock {P} at (8,33) size 90x16
2108
                  RenderText {#text} at (36,0) size 17x15
2108
                  RenderText {#text} at (36,0) size 17x15
2109
                    text run at (36,0) width 17: "No"
2109
                    text run at (36,0) width 17: "No"
2110
                  RenderInline {SPAN} at (0,0) size 1x15
2110
                  RenderInline {SPAN} at (0,0) size 0x15
2111
                    RenderInline {O:P} at (0,0) size 1x15
2111
                    RenderInline {O:P} at (0,0) size 0x0
2112
            RenderTableRow {TR} at (0,2640) size 472x129
2112
            RenderTableRow {TR} at (0,2640) size 472x129
2113
              RenderTableCell {TD} at (0,2640) size 99x17 [border: (1px none #808080) none] [r=39 c=0 rs=1 cs=1]
2113
              RenderTableCell {TD} at (0,2640) size 99x17 [border: (1px none #808080) none] [r=39 c=0 rs=1 cs=1]
2114
                RenderBlock {P} at (8,1) size 84x16
2114
                RenderBlock {P} at (8,1) size 84x16
2115
                  RenderText {#text} at (34,0) size 14x15
2115
                  RenderText {#text} at (34,0) size 14x15
2116
                    text run at (34,0) width 14: "40"
2116
                    text run at (34,0) width 14: "40"
2117
                  RenderInline {SPAN} at (0,0) size 1x15
2117
                  RenderInline {SPAN} at (0,0) size 0x15
2118
                    RenderInline {O:P} at (0,0) size 1x15
2118
                    RenderInline {O:P} at (0,0) size 0x0
2119
              RenderTableCell {TD} at (98,2640) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=1 rs=1 cs=1]
2119
              RenderTableCell {TD} at (98,2640) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=1 rs=1 cs=1]
2120
                RenderBlock {P} at (8,1) size 155x16
2120
                RenderBlock {P} at (8,1) size 155x16
2121
                  RenderText {#text} at (0,0) size 80x15
2121
                  RenderText {#text} at (0,0) size 80x15
2122
                    text run at (0,0) width 80: "Alberto Lanzas"
2122
                    text run at (0,0) width 80: "Alberto Lanzas"
2123
                  RenderInline {SPAN} at (0,0) size 1x15
2123
                  RenderInline {SPAN} at (0,0) size 0x15
2124
                    RenderInline {O:P} at (0,0) size 1x15
2124
                    RenderInline {O:P} at (0,0) size 0x0
2125
                RenderBlock {P} at (8,17) size 155x16
2125
                RenderBlock {P} at (8,17) size 155x16
2126
                  RenderText {#text} at (0,0) size 91x15
2126
                  RenderText {#text} at (0,0) size 91x15
2127
                    text run at (0,0) width 91: "Zak + Mike West"
2127
                    text run at (0,0) width 91: "Zak + Mike West"
2128
                  RenderInline {SPAN} at (0,0) size 1x15
2128
                  RenderInline {SPAN} at (0,0) size 0x15
2129
                    RenderInline {O:P} at (0,0) size 1x15
2129
                    RenderInline {O:P} at (0,0) size 0x0
2130
                RenderBlock {P} at (8,33) size 155x16
2130
                RenderBlock {P} at (8,33) size 155x16
2131
                  RenderText {#text} at (0,0) size 67x15
2131
                  RenderText {#text} at (0,0) size 67x15
2132
                    text run at (0,0) width 67: "Javier Flores"
2132
                    text run at (0,0) width 67: "Javier Flores"
2133
                  RenderInline {SPAN} at (0,0) size 1x15
2133
                  RenderInline {SPAN} at (0,0) size 0x15
2134
                    RenderInline {O:P} at (0,0) size 1x15
2134
                    RenderInline {O:P} at (0,0) size 0x0
2135
                RenderBlock {P} at (8,49) size 155x16
2135
                RenderBlock {P} at (8,49) size 155x16
2136
                  RenderText {#text} at (0,0) size 66x15
2136
                  RenderText {#text} at (0,0) size 66x15
2137
                    text run at (0,0) width 66: "Bill Johnson"
2137
                    text run at (0,0) width 66: "Bill Johnson"
2138
                  RenderInline {SPAN} at (0,0) size 1x15
2138
                  RenderInline {SPAN} at (0,0) size 0x15
2139
                    RenderInline {O:P} at (0,0) size 1x15
2139
                    RenderInline {O:P} at (0,0) size 0x0
2140
                RenderBlock {P} at (8,65) size 155x16
2140
                RenderBlock {P} at (8,65) size 155x16
2141
                  RenderText {#text} at (0,0) size 74x15
2141
                  RenderText {#text} at (0,0) size 74x15
2142
                    text run at (0,0) width 74: "Gene Langley"
2142
                    text run at (0,0) width 74: "Gene Langley"
Lines 2149-2177 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec84
2149
                RenderBlock {P} at (8,113) size 155x16
2149
                RenderBlock {P} at (8,113) size 155x16
2150
                  RenderText {#text} at (0,0) size 69x15
2150
                  RenderText {#text} at (0,0) size 69x15
2151
                    text run at (0,0) width 69: "Harald Close"
2151
                    text run at (0,0) width 69: "Harald Close"
2152
                  RenderInline {SPAN} at (0,0) size 1x15
2152
                  RenderInline {SPAN} at (0,0) size 0x15
2153
                    RenderInline {O:P} at (0,0) size 1x15
2153
                    RenderInline {O:P} at (0,0) size 0x0
2154
              RenderTableCell {TD} at (268,2640) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=2 rs=1 cs=1]
2154
              RenderTableCell {TD} at (268,2640) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=2 rs=1 cs=1]
2155
                RenderBlock {P} at (8,1) size 84x16
2155
                RenderBlock {P} at (8,1) size 84x16
2156
                  RenderText {#text} at (32,0) size 20x15
2156
                  RenderText {#text} at (32,0) size 20x15
2157
                    text run at (32,0) width 20: "Yes"
2157
                    text run at (32,0) width 20: "Yes"
2158
                  RenderInline {SPAN} at (0,0) size 1x15
2158
                  RenderInline {SPAN} at (0,0) size 0x15
2159
                    RenderInline {O:P} at (0,0) size 1x15
2159
                    RenderInline {O:P} at (0,0) size 0x0
2160
                RenderBlock {P} at (8,17) size 84x16
2160
                RenderBlock {P} at (8,17) size 84x16
2161
                  RenderText {#text} at (32,0) size 20x15
2161
                  RenderText {#text} at (32,0) size 20x15
2162
                    text run at (32,0) width 20: "Yes"
2162
                    text run at (32,0) width 20: "Yes"
2163
                  RenderInline {SPAN} at (0,0) size 1x15
2163
                  RenderInline {SPAN} at (0,0) size 0x15
2164
                    RenderInline {O:P} at (0,0) size 1x15
2164
                    RenderInline {O:P} at (0,0) size 0x0
2165
                RenderBlock {P} at (8,33) size 84x16
2165
                RenderBlock {P} at (8,33) size 84x16
2166
                  RenderText {#text} at (32,0) size 20x15
2166
                  RenderText {#text} at (32,0) size 20x15
2167
                    text run at (32,0) width 20: "Yes"
2167
                    text run at (32,0) width 20: "Yes"
2168
                  RenderInline {SPAN} at (0,0) size 1x15
2168
                  RenderInline {SPAN} at (0,0) size 0x15
2169
                    RenderInline {O:P} at (0,0) size 1x15
2169
                    RenderInline {O:P} at (0,0) size 0x0
2170
                RenderBlock {P} at (8,49) size 84x16
2170
                RenderBlock {P} at (8,49) size 84x16
2171
                  RenderText {#text} at (32,0) size 20x15
2171
                  RenderText {#text} at (32,0) size 20x15
2172
                    text run at (32,0) width 20: "Yes"
2172
                    text run at (32,0) width 20: "Yes"
2173
                  RenderInline {SPAN} at (0,0) size 1x15
2173
                  RenderInline {SPAN} at (0,0) size 0x15
2174
                    RenderInline {O:P} at (0,0) size 1x15
2174
                    RenderInline {O:P} at (0,0) size 0x0
2175
                RenderBlock {P} at (8,65) size 84x16
2175
                RenderBlock {P} at (8,65) size 84x16
2176
                  RenderText {#text} at (32,0) size 20x15
2176
                  RenderText {#text} at (32,0) size 20x15
2177
                    text run at (32,0) width 20: "Yes"
2177
                    text run at (32,0) width 20: "Yes"
Lines 2184-2212 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec85
2184
                RenderBlock {P} at (8,113) size 84x16
2184
                RenderBlock {P} at (8,113) size 84x16
2185
                  RenderText {#text} at (32,0) size 20x15
2185
                  RenderText {#text} at (32,0) size 20x15
2186
                    text run at (32,0) width 20: "Yes"
2186
                    text run at (32,0) width 20: "Yes"
2187
                  RenderInline {SPAN} at (0,0) size 1x15
2187
                  RenderInline {SPAN} at (0,0) size 0x15
2188
                    RenderInline {O:P} at (0,0) size 1x15
2188
                    RenderInline {O:P} at (0,0) size 0x0
2189
              RenderTableCell {TD} at (366,2640) size 107x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=3 rs=1 cs=1]
2189
              RenderTableCell {TD} at (366,2640) size 107x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=3 rs=1 cs=1]
2190
                RenderBlock {P} at (8,1) size 90x16
2190
                RenderBlock {P} at (8,1) size 90x16
2191
                  RenderText {#text} at (35,0) size 20x15
2191
                  RenderText {#text} at (35,0) size 20x15
2192
                    text run at (35,0) width 20: "Yes"
2192
                    text run at (35,0) width 20: "Yes"
2193
                  RenderInline {SPAN} at (0,0) size 1x15
2193
                  RenderInline {SPAN} at (0,0) size 0x15
2194
                    RenderInline {O:P} at (0,0) size 1x15
2194
                    RenderInline {O:P} at (0,0) size 0x0
2195
                RenderBlock {P} at (8,17) size 90x16
2195
                RenderBlock {P} at (8,17) size 90x16
2196
                  RenderText {#text} at (35,0) size 20x15
2196
                  RenderText {#text} at (35,0) size 20x15
2197
                    text run at (35,0) width 20: "Yes"
2197
                    text run at (35,0) width 20: "Yes"
2198
                  RenderInline {SPAN} at (0,0) size 1x15
2198
                  RenderInline {SPAN} at (0,0) size 0x15
2199
                    RenderInline {O:P} at (0,0) size 1x15
2199
                    RenderInline {O:P} at (0,0) size 0x0
2200
                RenderBlock {P} at (8,33) size 90x16
2200
                RenderBlock {P} at (8,33) size 90x16
2201
                  RenderText {#text} at (36,0) size 17x15
2201
                  RenderText {#text} at (36,0) size 17x15
2202
                    text run at (36,0) width 17: "No"
2202
                    text run at (36,0) width 17: "No"
2203
                  RenderInline {SPAN} at (0,0) size 1x15
2203
                  RenderInline {SPAN} at (0,0) size 0x15
2204
                    RenderInline {O:P} at (0,0) size 1x15
2204
                    RenderInline {O:P} at (0,0) size 0x0
2205
                RenderBlock {P} at (8,49) size 90x16
2205
                RenderBlock {P} at (8,49) size 90x16
2206
                  RenderText {#text} at (36,0) size 17x15
2206
                  RenderText {#text} at (36,0) size 17x15
2207
                    text run at (36,0) width 17: "No"
2207
                    text run at (36,0) width 17: "No"
2208
                  RenderInline {SPAN} at (0,0) size 1x15
2208
                  RenderInline {SPAN} at (0,0) size 0x15
2209
                    RenderInline {O:P} at (0,0) size 1x15
2209
                    RenderInline {O:P} at (0,0) size 0x0
2210
                RenderBlock {P} at (8,65) size 90x16
2210
                RenderBlock {P} at (8,65) size 90x16
2211
                  RenderText {#text} at (28,0) size 34x15
2211
                  RenderText {#text} at (28,0) size 34x15
2212
                    text run at (28,0) width 34: "Glider"
2212
                    text run at (28,0) width 34: "Glider"
Lines 2219-2249 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec86
2219
                RenderBlock {P} at (8,113) size 90x16
2219
                RenderBlock {P} at (8,113) size 90x16
2220
                  RenderText {#text} at (36,0) size 17x15
2220
                  RenderText {#text} at (36,0) size 17x15
2221
                    text run at (36,0) width 17: "No"
2221
                    text run at (36,0) width 17: "No"
2222
                  RenderInline {SPAN} at (0,0) size 1x15
2222
                  RenderInline {SPAN} at (0,0) size 0x15
2223
                    RenderInline {O:P} at (0,0) size 1x15
2223
                    RenderInline {O:P} at (0,0) size 0x0
2224
            RenderTableRow {TR} at (0,2769) size 472x129
2224
            RenderTableRow {TR} at (0,2769) size 472x129
2225
              RenderTableCell {TD} at (0,2769) size 99x17 [border: (1px none #808080) none] [r=40 c=0 rs=1 cs=1]
2225
              RenderTableCell {TD} at (0,2769) size 99x17 [border: (1px none #808080) none] [r=40 c=0 rs=1 cs=1]
2226
                RenderBlock {P} at (8,1) size 84x16
2226
                RenderBlock {P} at (8,1) size 84x16
2227
                  RenderText {#text} at (34,0) size 14x15
2227
                  RenderText {#text} at (34,0) size 14x15
2228
                    text run at (34,0) width 14: "41"
2228
                    text run at (34,0) width 14: "41"
2229
                  RenderInline {SPAN} at (0,0) size 1x15
2229
                  RenderInline {SPAN} at (0,0) size 0x15
2230
                    RenderInline {O:P} at (0,0) size 1x15
2230
                    RenderInline {O:P} at (0,0) size 0x0
2231
              RenderTableCell {TD} at (98,2769) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=40 c=1 rs=1 cs=1]
2231
              RenderTableCell {TD} at (98,2769) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=40 c=1 rs=1 cs=1]
2232
                RenderBlock {P} at (8,1) size 155x16
2232
                RenderBlock {P} at (8,1) size 155x16
2233
                  RenderText {#text} at (0,0) size 92x15
2233
                  RenderText {#text} at (0,0) size 92x15
2234
                    text run at (0,0) width 92: "Dominic Civiletti"
2234
                    text run at (0,0) width 92: "Dominic Civiletti"
2235
                  RenderInline {SPAN} at (0,0) size 1x15
2235
                  RenderInline {SPAN} at (0,0) size 0x15
2236
                    RenderInline {O:P} at (0,0) size 1x15
2236
                    RenderInline {O:P} at (0,0) size 0x0
2237
                RenderBlock {P} at (8,17) size 155x16
2237
                RenderBlock {P} at (8,17) size 155x16
2238
                  RenderText {#text} at (0,0) size 101x15
2238
                  RenderText {#text} at (0,0) size 101x15
2239
                    text run at (0,0) width 101: "Corbin Christensen"
2239
                    text run at (0,0) width 101: "Corbin Christensen"
2240
                  RenderInline {SPAN} at (0,0) size 1x15
2240
                  RenderInline {SPAN} at (0,0) size 0x15
2241
                    RenderInline {O:P} at (0,0) size 1x15
2241
                    RenderInline {O:P} at (0,0) size 0x0
2242
                RenderBlock {P} at (8,33) size 155x16
2242
                RenderBlock {P} at (8,33) size 155x16
2243
                  RenderText {#text} at (0,0) size 57x15
2243
                  RenderText {#text} at (0,0) size 57x15
2244
                    text run at (0,0) width 57: "Hal Hirsch"
2244
                    text run at (0,0) width 57: "Hal Hirsch"
2245
                  RenderInline {SPAN} at (0,0) size 1x15
2245
                  RenderInline {SPAN} at (0,0) size 0x15
2246
                    RenderInline {O:P} at (0,0) size 1x15
2246
                    RenderInline {O:P} at (0,0) size 0x0
2247
                RenderBlock {P} at (8,49) size 155x16
2247
                RenderBlock {P} at (8,49) size 155x16
2248
                  RenderText {#text} at (0,0) size 88x15
2248
                  RenderText {#text} at (0,0) size 88x15
2249
                    text run at (0,0) width 88: "Richard Sanchez"
2249
                    text run at (0,0) width 88: "Richard Sanchez"
Lines 2259-2282 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec87
2259
                RenderBlock {P} at (8,113) size 155x16
2259
                RenderBlock {P} at (8,113) size 155x16
2260
                  RenderText {#text} at (0,0) size 54x15
2260
                  RenderText {#text} at (0,0) size 54x15
2261
                    text run at (0,0) width 54: "John Paye"
2261
                    text run at (0,0) width 54: "John Paye"
2262
                  RenderInline {SPAN} at (0,0) size 1x15
2262
                  RenderInline {SPAN} at (0,0) size 0x15
2263
                    RenderInline {O:P} at (0,0) size 1x15
2263
                    RenderInline {O:P} at (0,0) size 0x0
2264
              RenderTableCell {TD} at (268,2769) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=2 rs=1 cs=1]
2264
              RenderTableCell {TD} at (268,2769) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=2 rs=1 cs=1]
2265
                RenderBlock {P} at (8,1) size 84x16
2265
                RenderBlock {P} at (8,1) size 84x16
2266
                  RenderText {#text} at (32,0) size 20x15
2266
                  RenderText {#text} at (32,0) size 20x15
2267
                    text run at (32,0) width 20: "Yes"
2267
                    text run at (32,0) width 20: "Yes"
2268
                  RenderInline {SPAN} at (0,0) size 1x15
2268
                  RenderInline {SPAN} at (0,0) size 0x15
2269
                    RenderInline {O:P} at (0,0) size 1x15
2269
                    RenderInline {O:P} at (0,0) size 0x0
2270
                RenderBlock {P} at (8,17) size 84x16
2270
                RenderBlock {P} at (8,17) size 84x16
2271
                  RenderText {#text} at (32,0) size 20x15
2271
                  RenderText {#text} at (32,0) size 20x15
2272
                    text run at (32,0) width 20: "Yes"
2272
                    text run at (32,0) width 20: "Yes"
2273
                  RenderInline {SPAN} at (0,0) size 1x15
2273
                  RenderInline {SPAN} at (0,0) size 0x15
2274
                    RenderInline {O:P} at (0,0) size 1x15
2274
                    RenderInline {O:P} at (0,0) size 0x0
2275
                RenderBlock {P} at (8,33) size 84x16
2275
                RenderBlock {P} at (8,33) size 84x16
2276
                  RenderText {#text} at (32,0) size 20x15
2276
                  RenderText {#text} at (32,0) size 20x15
2277
                    text run at (32,0) width 20: "Yes"
2277
                    text run at (32,0) width 20: "Yes"
2278
                  RenderInline {SPAN} at (0,0) size 1x15
2278
                  RenderInline {SPAN} at (0,0) size 0x15
2279
                    RenderInline {O:P} at (0,0) size 1x15
2279
                    RenderInline {O:P} at (0,0) size 0x0
2280
                RenderBlock {P} at (8,49) size 84x16
2280
                RenderBlock {P} at (8,49) size 84x16
2281
                  RenderText {#text} at (33,0) size 17x15
2281
                  RenderText {#text} at (33,0) size 17x15
2282
                    text run at (33,0) width 17: "No"
2282
                    text run at (33,0) width 17: "No"
Lines 2289-2312 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec88
2289
                RenderBlock {P} at (8,97) size 84x16
2289
                RenderBlock {P} at (8,97) size 84x16
2290
                  RenderText {#text} at (32,0) size 20x15
2290
                  RenderText {#text} at (32,0) size 20x15
2291
                    text run at (32,0) width 20: "Yes"
2291
                    text run at (32,0) width 20: "Yes"
2292
                  RenderInline {SPAN} at (0,0) size 1x15
2292
                  RenderInline {SPAN} at (0,0) size 0x15
2293
                    RenderInline {O:P} at (0,0) size 1x15
2293
                    RenderInline {O:P} at (0,0) size 0x0
2294
              RenderTableCell {TD} at (366,2769) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=3 rs=1 cs=1]
2294
              RenderTableCell {TD} at (366,2769) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=3 rs=1 cs=1]
2295
                RenderBlock {P} at (8,1) size 90x16
2295
                RenderBlock {P} at (8,1) size 90x16
2296
                  RenderText {#text} at (36,0) size 17x15
2296
                  RenderText {#text} at (36,0) size 17x15
2297
                    text run at (36,0) width 17: "No"
2297
                    text run at (36,0) width 17: "No"
2298
                  RenderInline {SPAN} at (0,0) size 1x15
2298
                  RenderInline {SPAN} at (0,0) size 0x15
2299
                    RenderInline {O:P} at (0,0) size 1x15
2299
                    RenderInline {O:P} at (0,0) size 0x0
2300
                RenderBlock {P} at (8,17) size 90x16
2300
                RenderBlock {P} at (8,17) size 90x16
2301
                  RenderText {#text} at (36,0) size 17x15
2301
                  RenderText {#text} at (36,0) size 17x15
2302
                    text run at (36,0) width 17: "No"
2302
                    text run at (36,0) width 17: "No"
2303
                  RenderInline {SPAN} at (0,0) size 1x15
2303
                  RenderInline {SPAN} at (0,0) size 0x15
2304
                    RenderInline {O:P} at (0,0) size 1x15
2304
                    RenderInline {O:P} at (0,0) size 0x0
2305
                RenderBlock {P} at (8,33) size 90x16
2305
                RenderBlock {P} at (8,33) size 90x16
2306
                  RenderText {#text} at (36,0) size 17x15
2306
                  RenderText {#text} at (36,0) size 17x15
2307
                    text run at (36,0) width 17: "No"
2307
                    text run at (36,0) width 17: "No"
2308
                  RenderInline {SPAN} at (0,0) size 1x15
2308
                  RenderInline {SPAN} at (0,0) size 0x15
2309
                    RenderInline {O:P} at (0,0) size 1x15
2309
                    RenderInline {O:P} at (0,0) size 0x0
2310
                RenderBlock {P} at (8,49) size 90x16
2310
                RenderBlock {P} at (8,49) size 90x16
2311
                  RenderText {#text} at (35,0) size 20x15
2311
                  RenderText {#text} at (35,0) size 20x15
2312
                    text run at (35,0) width 20: "Yes"
2312
                    text run at (35,0) width 20: "Yes"
Lines 2319-2344 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec89
2319
                RenderBlock {P} at (8,97) size 90x16
2319
                RenderBlock {P} at (8,97) size 90x16
2320
                  RenderText {#text} at (36,0) size 17x15
2320
                  RenderText {#text} at (36,0) size 17x15
2321
                    text run at (36,0) width 17: "No"
2321
                    text run at (36,0) width 17: "No"
2322
                  RenderInline {SPAN} at (0,0) size 1x15
2322
                  RenderInline {SPAN} at (0,0) size 0x15
2323
                    RenderInline {O:P} at (0,0) size 1x15
2323
                    RenderInline {O:P} at (0,0) size 0x0
2324
            RenderTableRow {TR} at (0,2898) size 472x129
2324
            RenderTableRow {TR} at (0,2898) size 472x129
2325
              RenderTableCell {TD} at (0,2898) size 99x17 [border: (1px none #808080) none] [r=41 c=0 rs=1 cs=1]
2325
              RenderTableCell {TD} at (0,2898) size 99x17 [border: (1px none #808080) none] [r=41 c=0 rs=1 cs=1]
2326
                RenderBlock {P} at (8,1) size 84x16
2326
                RenderBlock {P} at (8,1) size 84x16
2327
                  RenderText {#text} at (34,0) size 14x15
2327
                  RenderText {#text} at (34,0) size 14x15
2328
                    text run at (34,0) width 14: "42"
2328
                    text run at (34,0) width 14: "42"
2329
                  RenderInline {SPAN} at (0,0) size 1x15
2329
                  RenderInline {SPAN} at (0,0) size 0x15
2330
                    RenderInline {O:P} at (0,0) size 1x15
2330
                    RenderInline {O:P} at (0,0) size 0x0
2331
              RenderTableCell {TD} at (98,2898) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=41 c=1 rs=1 cs=1]
2331
              RenderTableCell {TD} at (98,2898) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=41 c=1 rs=1 cs=1]
2332
                RenderBlock {P} at (8,1) size 155x16
2332
                RenderBlock {P} at (8,1) size 155x16
2333
                  RenderText {#text} at (0,0) size 45x15
2333
                  RenderText {#text} at (0,0) size 45x15
2334
                    text run at (0,0) width 45: "Tony Yu"
2334
                    text run at (0,0) width 45: "Tony Yu"
2335
                  RenderInline {SPAN} at (0,0) size 1x15
2335
                  RenderInline {SPAN} at (0,0) size 0x15
2336
                    RenderInline {O:P} at (0,0) size 1x15
2336
                    RenderInline {O:P} at (0,0) size 0x0
2337
                RenderBlock {P} at (8,17) size 155x16
2337
                RenderBlock {P} at (8,17) size 155x16
2338
                  RenderText {#text} at (0,0) size 65x15
2338
                  RenderText {#text} at (0,0) size 65x15
2339
                    text run at (0,0) width 65: "Jason Miller"
2339
                    text run at (0,0) width 65: "Jason Miller"
2340
                  RenderInline {SPAN} at (0,0) size 1x15
2340
                  RenderInline {SPAN} at (0,0) size 0x15
2341
                    RenderInline {O:P} at (0,0) size 1x15
2341
                    RenderInline {O:P} at (0,0) size 0x0
2342
                RenderBlock {P} at (8,33) size 155x16
2342
                RenderBlock {P} at (8,33) size 155x16
2343
                  RenderText {#text} at (0,0) size 83x15
2343
                  RenderText {#text} at (0,0) size 83x15
2344
                    text run at (0,0) width 83: "Maurice Burton"
2344
                    text run at (0,0) width 83: "Maurice Burton"
Lines 2357-2375 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec90
2357
                RenderBlock {P} at (8,113) size 155x16
2357
                RenderBlock {P} at (8,113) size 155x16
2358
                  RenderText {#text} at (0,0) size 64x15
2358
                  RenderText {#text} at (0,0) size 64x15
2359
                    text run at (0,0) width 64: "Chris Walsh"
2359
                    text run at (0,0) width 64: "Chris Walsh"
2360
                  RenderInline {SPAN} at (0,0) size 1x15
2360
                  RenderInline {SPAN} at (0,0) size 0x15
2361
                    RenderInline {O:P} at (0,0) size 1x15
2361
                    RenderInline {O:P} at (0,0) size 0x0
2362
              RenderTableCell {TD} at (268,2898) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=2 rs=1 cs=1]
2362
              RenderTableCell {TD} at (268,2898) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=2 rs=1 cs=1]
2363
                RenderBlock {P} at (8,1) size 84x16
2363
                RenderBlock {P} at (8,1) size 84x16
2364
                  RenderText {#text} at (32,0) size 20x15
2364
                  RenderText {#text} at (32,0) size 20x15
2365
                    text run at (32,0) width 20: "Yes"
2365
                    text run at (32,0) width 20: "Yes"
2366
                  RenderInline {SPAN} at (0,0) size 1x15
2366
                  RenderInline {SPAN} at (0,0) size 0x15
2367
                    RenderInline {O:P} at (0,0) size 1x15
2367
                    RenderInline {O:P} at (0,0) size 0x0
2368
                RenderBlock {P} at (8,17) size 84x16
2368
                RenderBlock {P} at (8,17) size 84x16
2369
                  RenderText {#text} at (32,0) size 20x15
2369
                  RenderText {#text} at (32,0) size 20x15
2370
                    text run at (32,0) width 20: "Yes"
2370
                    text run at (32,0) width 20: "Yes"
2371
                  RenderInline {SPAN} at (0,0) size 1x15
2371
                  RenderInline {SPAN} at (0,0) size 0x15
2372
                    RenderInline {O:P} at (0,0) size 1x15
2372
                    RenderInline {O:P} at (0,0) size 0x0
2373
                RenderBlock {P} at (8,33) size 84x16
2373
                RenderBlock {P} at (8,33) size 84x16
2374
                  RenderText {#text} at (32,0) size 20x15
2374
                  RenderText {#text} at (32,0) size 20x15
2375
                    text run at (32,0) width 20: "Yes"
2375
                    text run at (32,0) width 20: "Yes"
Lines 2379-2397 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec91
2379
                RenderBlock {P} at (8,65) size 84x16
2379
                RenderBlock {P} at (8,65) size 84x16
2380
                  RenderText {#text} at (32,0) size 20x15
2380
                  RenderText {#text} at (32,0) size 20x15
2381
                    text run at (32,0) width 20: "Yes"
2381
                    text run at (32,0) width 20: "Yes"
2382
                  RenderInline {SPAN} at (0,0) size 1x15
2382
                  RenderInline {SPAN} at (0,0) size 0x15
2383
                    RenderInline {O:P} at (0,0) size 1x15
2383
                    RenderInline {O:P} at (0,0) size 0x0
2384
              RenderTableCell {TD} at (366,2898) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=3 rs=1 cs=1]
2384
              RenderTableCell {TD} at (366,2898) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=3 rs=1 cs=1]
2385
                RenderBlock {P} at (8,1) size 90x16
2385
                RenderBlock {P} at (8,1) size 90x16
2386
                  RenderText {#text} at (36,0) size 17x15
2386
                  RenderText {#text} at (36,0) size 17x15
2387
                    text run at (36,0) width 17: "No"
2387
                    text run at (36,0) width 17: "No"
2388
                  RenderInline {SPAN} at (0,0) size 1x15
2388
                  RenderInline {SPAN} at (0,0) size 0x15
2389
                    RenderInline {O:P} at (0,0) size 1x15
2389
                    RenderInline {O:P} at (0,0) size 0x0
2390
                RenderBlock {P} at (8,17) size 90x16
2390
                RenderBlock {P} at (8,17) size 90x16
2391
                  RenderText {#text} at (36,0) size 17x15
2391
                  RenderText {#text} at (36,0) size 17x15
2392
                    text run at (36,0) width 17: "No"
2392
                    text run at (36,0) width 17: "No"
2393
                  RenderInline {SPAN} at (0,0) size 1x15
2393
                  RenderInline {SPAN} at (0,0) size 0x15
2394
                    RenderInline {O:P} at (0,0) size 1x15
2394
                    RenderInline {O:P} at (0,0) size 0x0
2395
                RenderBlock {P} at (8,33) size 90x16
2395
                RenderBlock {P} at (8,33) size 90x16
2396
                  RenderText {#text} at (36,0) size 17x15
2396
                  RenderText {#text} at (36,0) size 17x15
2397
                    text run at (36,0) width 17: "No"
2397
                    text run at (36,0) width 17: "No"
Lines 2401-2426 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec92
2401
                RenderBlock {P} at (8,65) size 90x16
2401
                RenderBlock {P} at (8,65) size 90x16
2402
                  RenderText {#text} at (36,0) size 17x15
2402
                  RenderText {#text} at (36,0) size 17x15
2403
                    text run at (36,0) width 17: "No"
2403
                    text run at (36,0) width 17: "No"
2404
                  RenderInline {SPAN} at (0,0) size 1x15
2404
                  RenderInline {SPAN} at (0,0) size 0x15
2405
                    RenderInline {O:P} at (0,0) size 1x15
2405
                    RenderInline {O:P} at (0,0) size 0x0
2406
            RenderTableRow {TR} at (0,3027) size 472x113
2406
            RenderTableRow {TR} at (0,3027) size 472x113
2407
              RenderTableCell {TD} at (0,3027) size 99x17 [border: (1px none #808080) none] [r=42 c=0 rs=1 cs=1]
2407
              RenderTableCell {TD} at (0,3027) size 99x17 [border: (1px none #808080) none] [r=42 c=0 rs=1 cs=1]
2408
                RenderBlock {P} at (8,1) size 84x16
2408
                RenderBlock {P} at (8,1) size 84x16
2409
                  RenderText {#text} at (34,0) size 14x15
2409
                  RenderText {#text} at (34,0) size 14x15
2410
                    text run at (34,0) width 14: "43"
2410
                    text run at (34,0) width 14: "43"
2411
                  RenderInline {SPAN} at (0,0) size 1x15
2411
                  RenderInline {SPAN} at (0,0) size 0x15
2412
                    RenderInline {O:P} at (0,0) size 1x15
2412
                    RenderInline {O:P} at (0,0) size 0x0
2413
              RenderTableCell {TD} at (98,3027) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=42 c=1 rs=1 cs=1]
2413
              RenderTableCell {TD} at (98,3027) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=42 c=1 rs=1 cs=1]
2414
                RenderBlock {P} at (8,1) size 155x16
2414
                RenderBlock {P} at (8,1) size 155x16
2415
                  RenderText {#text} at (0,0) size 92x15
2415
                  RenderText {#text} at (0,0) size 92x15
2416
                    text run at (0,0) width 92: "Dominic Civiletti"
2416
                    text run at (0,0) width 92: "Dominic Civiletti"
2417
                  RenderInline {SPAN} at (0,0) size 1x15
2417
                  RenderInline {SPAN} at (0,0) size 0x15
2418
                    RenderInline {O:P} at (0,0) size 1x15
2418
                    RenderInline {O:P} at (0,0) size 0x0
2419
                RenderBlock {P} at (8,17) size 155x16
2419
                RenderBlock {P} at (8,17) size 155x16
2420
                  RenderText {#text} at (0,0) size 65x15
2420
                  RenderText {#text} at (0,0) size 65x15
2421
                    text run at (0,0) width 65: "Ken Gullion"
2421
                    text run at (0,0) width 65: "Ken Gullion"
2422
                  RenderInline {SPAN} at (0,0) size 1x15
2422
                  RenderInline {SPAN} at (0,0) size 0x15
2423
                    RenderInline {O:P} at (0,0) size 1x15
2423
                    RenderInline {O:P} at (0,0) size 0x0
2424
                RenderBlock {P} at (8,33) size 155x16
2424
                RenderBlock {P} at (8,33) size 155x16
2425
                  RenderText {#text} at (0,0) size 63x15
2425
                  RenderText {#text} at (0,0) size 63x15
2426
                    text run at (0,0) width 63: "Will Sievert"
2426
                    text run at (0,0) width 63: "Will Sievert"
Lines 2436-2454 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec93
2436
                RenderBlock {P} at (8,97) size 155x16
2436
                RenderBlock {P} at (8,97) size 155x16
2437
                  RenderText {#text} at (0,0) size 87x15
2437
                  RenderText {#text} at (0,0) size 87x15
2438
                    text run at (0,0) width 87: "Rick Rasmussen"
2438
                    text run at (0,0) width 87: "Rick Rasmussen"
2439
                  RenderInline {SPAN} at (0,0) size 1x15
2439
                  RenderInline {SPAN} at (0,0) size 0x15
2440
                    RenderInline {O:P} at (0,0) size 1x15
2440
                    RenderInline {O:P} at (0,0) size 0x0
2441
              RenderTableCell {TD} at (268,3027) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=2 rs=1 cs=1]
2441
              RenderTableCell {TD} at (268,3027) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=2 rs=1 cs=1]
2442
                RenderBlock {P} at (8,1) size 84x16
2442
                RenderBlock {P} at (8,1) size 84x16
2443
                  RenderText {#text} at (32,0) size 20x15
2443
                  RenderText {#text} at (32,0) size 20x15
2444
                    text run at (32,0) width 20: "Yes"
2444
                    text run at (32,0) width 20: "Yes"
2445
                  RenderInline {SPAN} at (0,0) size 1x15
2445
                  RenderInline {SPAN} at (0,0) size 0x15
2446
                    RenderInline {O:P} at (0,0) size 1x15
2446
                    RenderInline {O:P} at (0,0) size 0x0
2447
                RenderBlock {P} at (8,17) size 84x16
2447
                RenderBlock {P} at (8,17) size 84x16
2448
                  RenderText {#text} at (32,0) size 20x15
2448
                  RenderText {#text} at (32,0) size 20x15
2449
                    text run at (32,0) width 20: "Yes"
2449
                    text run at (32,0) width 20: "Yes"
2450
                  RenderInline {SPAN} at (0,0) size 1x15
2450
                  RenderInline {SPAN} at (0,0) size 0x15
2451
                    RenderInline {O:P} at (0,0) size 1x15
2451
                    RenderInline {O:P} at (0,0) size 0x0
2452
                RenderBlock {P} at (8,33) size 84x16
2452
                RenderBlock {P} at (8,33) size 84x16
2453
                  RenderText {#text} at (32,0) size 20x15
2453
                  RenderText {#text} at (32,0) size 20x15
2454
                    text run at (32,0) width 20: "Yes"
2454
                    text run at (32,0) width 20: "Yes"
Lines 2458-2476 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec94
2458
                RenderBlock {P} at (8,65) size 84x16
2458
                RenderBlock {P} at (8,65) size 84x16
2459
                  RenderText {#text} at (32,0) size 20x15
2459
                  RenderText {#text} at (32,0) size 20x15
2460
                    text run at (32,0) width 20: "Yes"
2460
                    text run at (32,0) width 20: "Yes"
2461
                  RenderInline {SPAN} at (0,0) size 1x15
2461
                  RenderInline {SPAN} at (0,0) size 0x15
2462
                    RenderInline {O:P} at (0,0) size 1x15
2462
                    RenderInline {O:P} at (0,0) size 0x0
2463
              RenderTableCell {TD} at (366,3027) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=3 rs=1 cs=1]
2463
              RenderTableCell {TD} at (366,3027) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=3 rs=1 cs=1]
2464
                RenderBlock {P} at (8,1) size 90x16
2464
                RenderBlock {P} at (8,1) size 90x16
2465
                  RenderText {#text} at (36,0) size 17x15
2465
                  RenderText {#text} at (36,0) size 17x15
2466
                    text run at (36,0) width 17: "No"
2466
                    text run at (36,0) width 17: "No"
2467
                  RenderInline {SPAN} at (0,0) size 1x15
2467
                  RenderInline {SPAN} at (0,0) size 0x15
2468
                    RenderInline {O:P} at (0,0) size 1x15
2468
                    RenderInline {O:P} at (0,0) size 0x0
2469
                RenderBlock {P} at (8,17) size 90x16
2469
                RenderBlock {P} at (8,17) size 90x16
2470
                  RenderText {#text} at (36,0) size 17x15
2470
                  RenderText {#text} at (36,0) size 17x15
2471
                    text run at (36,0) width 17: "No"
2471
                    text run at (36,0) width 17: "No"
2472
                  RenderInline {SPAN} at (0,0) size 1x15
2472
                  RenderInline {SPAN} at (0,0) size 0x15
2473
                    RenderInline {O:P} at (0,0) size 1x15
2473
                    RenderInline {O:P} at (0,0) size 0x0
2474
                RenderBlock {P} at (8,33) size 90x16
2474
                RenderBlock {P} at (8,33) size 90x16
2475
                  RenderText {#text} at (20,0) size 50x15
2475
                  RenderText {#text} at (20,0) size 50x15
2476
                    text run at (20,0) width 50: "Someday"
2476
                    text run at (20,0) width 50: "Someday"
Lines 2480-2500 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec95
2480
                RenderBlock {P} at (8,65) size 90x16
2480
                RenderBlock {P} at (8,65) size 90x16
2481
                  RenderText {#text} at (36,0) size 17x15
2481
                  RenderText {#text} at (36,0) size 17x15
2482
                    text run at (36,0) width 17: "No"
2482
                    text run at (36,0) width 17: "No"
2483
                  RenderInline {SPAN} at (0,0) size 1x15
2483
                  RenderInline {SPAN} at (0,0) size 0x15
2484
                    RenderInline {O:P} at (0,0) size 1x15
2484
                    RenderInline {O:P} at (0,0) size 0x0
2485
            RenderTableRow {TR} at (0,3140) size 472x65
2485
            RenderTableRow {TR} at (0,3140) size 472x65
2486
              RenderTableCell {TD} at (0,3140) size 99x17 [border: (1px none #808080) none] [r=43 c=0 rs=1 cs=1]
2486
              RenderTableCell {TD} at (0,3140) size 99x17 [border: (1px none #808080) none] [r=43 c=0 rs=1 cs=1]
2487
                RenderBlock {P} at (8,1) size 84x16
2487
                RenderBlock {P} at (8,1) size 84x16
2488
                  RenderText {#text} at (34,0) size 14x15
2488
                  RenderText {#text} at (34,0) size 14x15
2489
                    text run at (34,0) width 14: "44"
2489
                    text run at (34,0) width 14: "44"
2490
                  RenderInline {SPAN} at (0,0) size 1x15
2490
                  RenderInline {SPAN} at (0,0) size 0x15
2491
                    RenderInline {O:P} at (0,0) size 1x15
2491
                    RenderInline {O:P} at (0,0) size 0x0
2492
              RenderTableCell {TD} at (98,3140) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=1 rs=1 cs=1]
2492
              RenderTableCell {TD} at (98,3140) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=1 rs=1 cs=1]
2493
                RenderBlock {P} at (8,1) size 155x16
2493
                RenderBlock {P} at (8,1) size 155x16
2494
                  RenderText {#text} at (0,0) size 61x15
2494
                  RenderText {#text} at (0,0) size 61x15
2495
                    text run at (0,0) width 61: "Gary Heath"
2495
                    text run at (0,0) width 61: "Gary Heath"
2496
                  RenderInline {SPAN} at (0,0) size 1x15
2496
                  RenderInline {SPAN} at (0,0) size 0x15
2497
                    RenderInline {O:P} at (0,0) size 1x15
2497
                    RenderInline {O:P} at (0,0) size 0x0
2498
                RenderBlock {P} at (8,17) size 155x16
2498
                RenderBlock {P} at (8,17) size 155x16
2499
                  RenderText {#text} at (0,0) size 77x15
2499
                  RenderText {#text} at (0,0) size 77x15
2500
                    text run at (0,0) width 77: "Quinn Chuong"
2500
                    text run at (0,0) width 77: "Quinn Chuong"
Lines 2504-2517 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec96
2504
                RenderBlock {P} at (8,49) size 155x16
2504
                RenderBlock {P} at (8,49) size 155x16
2505
                  RenderText {#text} at (0,0) size 83x15
2505
                  RenderText {#text} at (0,0) size 83x15
2506
                    text run at (0,0) width 83: "Alexander Wert"
2506
                    text run at (0,0) width 83: "Alexander Wert"
2507
                  RenderInline {SPAN} at (0,0) size 1x15
2507
                  RenderInline {SPAN} at (0,0) size 0x15
2508
                    RenderInline {O:P} at (0,0) size 1x15
2508
                    RenderInline {O:P} at (0,0) size 0x0
2509
              RenderTableCell {TD} at (268,3140) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=2 rs=1 cs=1]
2509
              RenderTableCell {TD} at (268,3140) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=2 rs=1 cs=1]
2510
                RenderBlock {P} at (8,1) size 84x16
2510
                RenderBlock {P} at (8,1) size 84x16
2511
                  RenderText {#text} at (33,0) size 17x15
2511
                  RenderText {#text} at (33,0) size 17x15
2512
                    text run at (33,0) width 17: "No"
2512
                    text run at (33,0) width 17: "No"
2513
                  RenderInline {SPAN} at (0,0) size 1x15
2513
                  RenderInline {SPAN} at (0,0) size 0x15
2514
                    RenderInline {O:P} at (0,0) size 1x15
2514
                    RenderInline {O:P} at (0,0) size 0x0
2515
                RenderBlock {P} at (8,17) size 84x16
2515
                RenderBlock {P} at (8,17) size 84x16
2516
                  RenderText {#text} at (32,0) size 20x15
2516
                  RenderText {#text} at (32,0) size 20x15
2517
                    text run at (32,0) width 20: "Yes"
2517
                    text run at (32,0) width 20: "Yes"
Lines 2521-2534 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec97
2521
                RenderBlock {P} at (8,49) size 84x16
2521
                RenderBlock {P} at (8,49) size 84x16
2522
                  RenderText {#text} at (33,0) size 17x15
2522
                  RenderText {#text} at (33,0) size 17x15
2523
                    text run at (33,0) width 17: "No"
2523
                    text run at (33,0) width 17: "No"
2524
                  RenderInline {SPAN} at (0,0) size 1x15
2524
                  RenderInline {SPAN} at (0,0) size 0x15
2525
                    RenderInline {O:P} at (0,0) size 1x15
2525
                    RenderInline {O:P} at (0,0) size 0x0
2526
              RenderTableCell {TD} at (366,3140) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=3 rs=1 cs=1]
2526
              RenderTableCell {TD} at (366,3140) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=3 rs=1 cs=1]
2527
                RenderBlock {P} at (8,1) size 90x16
2527
                RenderBlock {P} at (8,1) size 90x16
2528
                  RenderText {#text} at (35,0) size 20x15
2528
                  RenderText {#text} at (35,0) size 20x15
2529
                    text run at (35,0) width 20: "Yes"
2529
                    text run at (35,0) width 20: "Yes"
2530
                  RenderInline {SPAN} at (0,0) size 1x15
2530
                  RenderInline {SPAN} at (0,0) size 0x15
2531
                    RenderInline {O:P} at (0,0) size 1x15
2531
                    RenderInline {O:P} at (0,0) size 0x0
2532
                RenderBlock {P} at (8,17) size 90x16
2532
                RenderBlock {P} at (8,17) size 90x16
2533
                  RenderText {#text} at (35,0) size 20x15
2533
                  RenderText {#text} at (35,0) size 20x15
2534
                    text run at (35,0) width 20: "Yes"
2534
                    text run at (35,0) width 20: "Yes"
Lines 2538-2552 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec98
2538
                RenderBlock {P} at (8,49) size 90x16
2538
                RenderBlock {P} at (8,49) size 90x16
2539
                  RenderText {#text} at (35,0) size 20x15
2539
                  RenderText {#text} at (35,0) size 20x15
2540
                    text run at (35,0) width 20: "Yes"
2540
                    text run at (35,0) width 20: "Yes"
2541
                  RenderInline {SPAN} at (0,0) size 1x15
2541
                  RenderInline {SPAN} at (0,0) size 0x15
2542
                    RenderInline {O:P} at (0,0) size 1x15
2542
                    RenderInline {O:P} at (0,0) size 0x0
2543
            RenderTableRow {TR} at (0,3205) size 472x49
2543
            RenderTableRow {TR} at (0,3205) size 472x49
2544
              RenderTableCell {TD} at (0,3205) size 99x17 [border: (1px none #808080) none] [r=44 c=0 rs=1 cs=1]
2544
              RenderTableCell {TD} at (0,3205) size 99x17 [border: (1px none #808080) none] [r=44 c=0 rs=1 cs=1]
2545
                RenderBlock {P} at (8,1) size 84x16
2545
                RenderBlock {P} at (8,1) size 84x16
2546
                  RenderText {#text} at (34,0) size 14x15
2546
                  RenderText {#text} at (34,0) size 14x15
2547
                    text run at (34,0) width 14: "45"
2547
                    text run at (34,0) width 14: "45"
2548
                  RenderInline {SPAN} at (0,0) size 1x15
2548
                  RenderInline {SPAN} at (0,0) size 0x15
2549
                    RenderInline {O:P} at (0,0) size 1x15
2549
                    RenderInline {O:P} at (0,0) size 0x0
2550
              RenderTableCell {TD} at (98,3205) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=1 rs=1 cs=1]
2550
              RenderTableCell {TD} at (98,3205) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=1 rs=1 cs=1]
2551
                RenderBlock {P} at (8,1) size 155x16
2551
                RenderBlock {P} at (8,1) size 155x16
2552
                  RenderText {#text} at (0,0) size 80x15
2552
                  RenderText {#text} at (0,0) size 80x15
Lines 2558-2565 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec99
2558
                RenderBlock {P} at (8,33) size 155x16
2558
                RenderBlock {P} at (8,33) size 155x16
2559
                  RenderText {#text} at (0,0) size 81x15
2559
                  RenderText {#text} at (0,0) size 81x15
2560
                    text run at (0,0) width 81: "John Yearwood"
2560
                    text run at (0,0) width 81: "John Yearwood"
2561
                  RenderInline {SPAN} at (0,0) size 1x15
2561
                  RenderInline {SPAN} at (0,0) size 0x15
2562
                    RenderInline {O:P} at (0,0) size 1x15
2562
                    RenderInline {O:P} at (0,0) size 0x0
2563
              RenderTableCell {TD} at (268,3205) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=2 rs=1 cs=1]
2563
              RenderTableCell {TD} at (268,3205) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=2 rs=1 cs=1]
2564
                RenderBlock {P} at (8,1) size 84x16
2564
                RenderBlock {P} at (8,1) size 84x16
2565
                  RenderText {#text} at (32,0) size 20x15
2565
                  RenderText {#text} at (32,0) size 20x15
Lines 2570-2577 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec100
2570
                RenderBlock {P} at (8,33) size 84x16
2570
                RenderBlock {P} at (8,33) size 84x16
2571
                  RenderText {#text} at (32,0) size 20x15
2571
                  RenderText {#text} at (32,0) size 20x15
2572
                    text run at (32,0) width 20: "Yes"
2572
                    text run at (32,0) width 20: "Yes"
2573
                  RenderInline {SPAN} at (0,0) size 1x15
2573
                  RenderInline {SPAN} at (0,0) size 0x15
2574
                    RenderInline {O:P} at (0,0) size 1x15
2574
                    RenderInline {O:P} at (0,0) size 0x0
2575
              RenderTableCell {TD} at (366,3205) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=3 rs=1 cs=1]
2575
              RenderTableCell {TD} at (366,3205) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=3 rs=1 cs=1]
2576
                RenderBlock {P} at (8,1) size 90x16
2576
                RenderBlock {P} at (8,1) size 90x16
2577
                  RenderText {#text} at (36,0) size 17x15
2577
                  RenderText {#text} at (36,0) size 17x15
Lines 2582-2602 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec101
2582
                RenderBlock {P} at (8,33) size 90x16
2582
                RenderBlock {P} at (8,33) size 90x16
2583
                  RenderText {#text} at (36,0) size 17x15
2583
                  RenderText {#text} at (36,0) size 17x15
2584
                    text run at (36,0) width 17: "No"
2584
                    text run at (36,0) width 17: "No"
2585
                  RenderInline {SPAN} at (0,0) size 1x15
2585
                  RenderInline {SPAN} at (0,0) size 0x15
2586
                    RenderInline {O:P} at (0,0) size 1x15
2586
                    RenderInline {O:P} at (0,0) size 0x0
2587
            RenderTableRow {TR} at (0,3254) size 472x129
2587
            RenderTableRow {TR} at (0,3254) size 472x129
2588
              RenderTableCell {TD} at (0,3254) size 99x17 [border: (1px none #808080) none] [r=45 c=0 rs=1 cs=1]
2588
              RenderTableCell {TD} at (0,3254) size 99x17 [border: (1px none #808080) none] [r=45 c=0 rs=1 cs=1]
2589
                RenderBlock {P} at (8,1) size 84x16
2589
                RenderBlock {P} at (8,1) size 84x16
2590
                  RenderText {#text} at (34,0) size 14x15
2590
                  RenderText {#text} at (34,0) size 14x15
2591
                    text run at (34,0) width 14: "46"
2591
                    text run at (34,0) width 14: "46"
2592
                  RenderInline {SPAN} at (0,0) size 1x15
2592
                  RenderInline {SPAN} at (0,0) size 0x15
2593
                    RenderInline {O:P} at (0,0) size 1x15
2593
                    RenderInline {O:P} at (0,0) size 0x0
2594
              RenderTableCell {TD} at (98,3254) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=1 rs=1 cs=1]
2594
              RenderTableCell {TD} at (98,3254) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=1 rs=1 cs=1]
2595
                RenderBlock {P} at (8,1) size 155x16
2595
                RenderBlock {P} at (8,1) size 155x16
2596
                  RenderText {#text} at (0,0) size 50x15
2596
                  RenderText {#text} at (0,0) size 50x15
2597
                    text run at (0,0) width 50: "Zak West"
2597
                    text run at (0,0) width 50: "Zak West"
2598
                  RenderInline {SPAN} at (0,0) size 1x15
2598
                  RenderInline {SPAN} at (0,0) size 0x15
2599
                    RenderInline {O:P} at (0,0) size 1x15
2599
                    RenderInline {O:P} at (0,0) size 0x0
2600
                RenderBlock {P} at (8,17) size 155x16
2600
                RenderBlock {P} at (8,17) size 155x16
2601
                  RenderText {#text} at (0,0) size 99x15
2601
                  RenderText {#text} at (0,0) size 99x15
2602
                    text run at (0,0) width 99: "Karl Allmendinger"
2602
                    text run at (0,0) width 99: "Karl Allmendinger"
Lines 2618-2631 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec102
2618
                RenderBlock {P} at (8,113) size 155x16
2618
                RenderBlock {P} at (8,113) size 155x16
2619
                  RenderText {#text} at (0,0) size 83x15
2619
                  RenderText {#text} at (0,0) size 83x15
2620
                    text run at (0,0) width 83: "Jason Anderson"
2620
                    text run at (0,0) width 83: "Jason Anderson"
2621
                  RenderInline {SPAN} at (0,0) size 1x15
2621
                  RenderInline {SPAN} at (0,0) size 0x15
2622
                    RenderInline {O:P} at (0,0) size 1x15
2622
                    RenderInline {O:P} at (0,0) size 0x0
2623
              RenderTableCell {TD} at (268,3254) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=2 rs=1 cs=1]
2623
              RenderTableCell {TD} at (268,3254) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=2 rs=1 cs=1]
2624
                RenderBlock {P} at (8,1) size 84x16
2624
                RenderBlock {P} at (8,1) size 84x16
2625
                  RenderText {#text} at (32,0) size 20x15
2625
                  RenderText {#text} at (32,0) size 20x15
2626
                    text run at (32,0) width 20: "Yes"
2626
                    text run at (32,0) width 20: "Yes"
2627
                  RenderInline {SPAN} at (0,0) size 1x15
2627
                  RenderInline {SPAN} at (0,0) size 0x15
2628
                    RenderInline {O:P} at (0,0) size 1x15
2628
                    RenderInline {O:P} at (0,0) size 0x0
2629
                RenderBlock {P} at (8,17) size 84x16
2629
                RenderBlock {P} at (8,17) size 84x16
2630
                  RenderText {#text} at (32,0) size 20x15
2630
                  RenderText {#text} at (32,0) size 20x15
2631
                    text run at (32,0) width 20: "Yes"
2631
                    text run at (32,0) width 20: "Yes"
Lines 2647-2660 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec103
2647
                RenderBlock {P} at (8,113) size 84x16
2647
                RenderBlock {P} at (8,113) size 84x16
2648
                  RenderText {#text} at (32,0) size 20x15
2648
                  RenderText {#text} at (32,0) size 20x15
2649
                    text run at (32,0) width 20: "Yes"
2649
                    text run at (32,0) width 20: "Yes"
2650
                  RenderInline {SPAN} at (0,0) size 1x15
2650
                  RenderInline {SPAN} at (0,0) size 0x15
2651
                    RenderInline {O:P} at (0,0) size 1x15
2651
                    RenderInline {O:P} at (0,0) size 0x0
2652
              RenderTableCell {TD} at (366,3254) size 107x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=3 rs=1 cs=1]
2652
              RenderTableCell {TD} at (366,3254) size 107x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=3 rs=1 cs=1]
2653
                RenderBlock {P} at (8,1) size 90x16
2653
                RenderBlock {P} at (8,1) size 90x16
2654
                  RenderText {#text} at (35,0) size 20x15
2654
                  RenderText {#text} at (35,0) size 20x15
2655
                    text run at (35,0) width 20: "Yes"
2655
                    text run at (35,0) width 20: "Yes"
2656
                  RenderInline {SPAN} at (0,0) size 1x15
2656
                  RenderInline {SPAN} at (0,0) size 0x15
2657
                    RenderInline {O:P} at (0,0) size 1x15
2657
                    RenderInline {O:P} at (0,0) size 0x0
2658
                RenderBlock {P} at (8,17) size 90x16
2658
                RenderBlock {P} at (8,17) size 90x16
2659
                  RenderText {#text} at (36,0) size 17x15
2659
                  RenderText {#text} at (36,0) size 17x15
2660
                    text run at (36,0) width 17: "No"
2660
                    text run at (36,0) width 17: "No"
Lines 2676-2716 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec104
2676
                RenderBlock {P} at (8,113) size 90x16
2676
                RenderBlock {P} at (8,113) size 90x16
2677
                  RenderText {#text} at (36,0) size 17x15
2677
                  RenderText {#text} at (36,0) size 17x15
2678
                    text run at (36,0) width 17: "No"
2678
                    text run at (36,0) width 17: "No"
2679
                  RenderInline {SPAN} at (0,0) size 1x15
2679
                  RenderInline {SPAN} at (0,0) size 0x15
2680
                    RenderInline {O:P} at (0,0) size 1x15
2680
                    RenderInline {O:P} at (0,0) size 0x0
2681
            RenderTableRow {TR} at (0,3383) size 472x177
2681
            RenderTableRow {TR} at (0,3383) size 472x177
2682
              RenderTableCell {TD} at (0,3383) size 99x17 [border: (1px none #808080) none] [r=46 c=0 rs=1 cs=1]
2682
              RenderTableCell {TD} at (0,3383) size 99x17 [border: (1px none #808080) none] [r=46 c=0 rs=1 cs=1]
2683
                RenderBlock {P} at (8,1) size 84x16
2683
                RenderBlock {P} at (8,1) size 84x16
2684
                  RenderText {#text} at (34,0) size 14x15
2684
                  RenderText {#text} at (34,0) size 14x15
2685
                    text run at (34,0) width 14: "47"
2685
                    text run at (34,0) width 14: "47"
2686
                  RenderInline {SPAN} at (0,0) size 1x15
2686
                  RenderInline {SPAN} at (0,0) size 0x15
2687
                    RenderInline {O:P} at (0,0) size 1x15
2687
                    RenderInline {O:P} at (0,0) size 0x0
2688
              RenderTableCell {TD} at (98,3383) size 171x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=1 rs=1 cs=1]
2688
              RenderTableCell {TD} at (98,3383) size 171x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=1 rs=1 cs=1]
2689
                RenderBlock {P} at (8,1) size 155x16
2689
                RenderBlock {P} at (8,1) size 155x16
2690
                  RenderText {#text} at (0,0) size 80x15
2690
                  RenderText {#text} at (0,0) size 80x15
2691
                    text run at (0,0) width 80: "James Holaduz"
2691
                    text run at (0,0) width 80: "James Holaduz"
2692
                  RenderInline {SPAN} at (0,0) size 1x15
2692
                  RenderInline {SPAN} at (0,0) size 0x15
2693
                    RenderInline {O:P} at (0,0) size 1x15
2693
                    RenderInline {O:P} at (0,0) size 0x0
2694
                RenderBlock {P} at (8,17) size 155x16
2694
                RenderBlock {P} at (8,17) size 155x16
2695
                  RenderText {#text} at (0,0) size 45x15
2695
                  RenderText {#text} at (0,0) size 45x15
2696
                    text run at (0,0) width 45: "Tony Yu"
2696
                    text run at (0,0) width 45: "Tony Yu"
2697
                  RenderInline {SPAN} at (0,0) size 1x15
2697
                  RenderInline {SPAN} at (0,0) size 0x15
2698
                    RenderInline {O:P} at (0,0) size 1x15
2698
                    RenderInline {O:P} at (0,0) size 0x0
2699
                RenderBlock {P} at (8,33) size 155x16
2699
                RenderBlock {P} at (8,33) size 155x16
2700
                  RenderText {#text} at (0,0) size 80x15
2700
                  RenderText {#text} at (0,0) size 80x15
2701
                    text run at (0,0) width 80: "Quang Nguyen"
2701
                    text run at (0,0) width 80: "Quang Nguyen"
2702
                  RenderInline {SPAN} at (0,0) size 1x15
2702
                  RenderInline {SPAN} at (0,0) size 0x15
2703
                    RenderInline {O:P} at (0,0) size 1x15
2703
                    RenderInline {O:P} at (0,0) size 0x0
2704
                RenderBlock {P} at (8,49) size 155x16
2704
                RenderBlock {P} at (8,49) size 155x16
2705
                  RenderText {#text} at (0,0) size 73x15
2705
                  RenderText {#text} at (0,0) size 73x15
2706
                    text run at (0,0) width 73: "Rick Klement"
2706
                    text run at (0,0) width 73: "Rick Klement"
2707
                  RenderInline {SPAN} at (0,0) size 1x15
2707
                  RenderInline {SPAN} at (0,0) size 0x15
2708
                    RenderInline {O:P} at (0,0) size 1x15
2708
                    RenderInline {O:P} at (0,0) size 0x0
2709
                RenderBlock {P} at (8,65) size 155x16
2709
                RenderBlock {P} at (8,65) size 155x16
2710
                  RenderText {#text} at (0,0) size 80x15
2710
                  RenderText {#text} at (0,0) size 80x15
2711
                    text run at (0,0) width 80: "Mark Glanville"
2711
                    text run at (0,0) width 80: "Mark Glanville"
2712
                  RenderInline {SPAN} at (0,0) size 1x15
2712
                  RenderInline {SPAN} at (0,0) size 0x15
2713
                    RenderInline {O:P} at (0,0) size 1x15
2713
                    RenderInline {O:P} at (0,0) size 0x0
2714
                RenderBlock {P} at (8,81) size 155x16
2714
                RenderBlock {P} at (8,81) size 155x16
2715
                  RenderText {#text} at (0,0) size 85x15
2715
                  RenderText {#text} at (0,0) size 85x15
2716
                    text run at (0,0) width 85: "Michael Chansu"
2716
                    text run at (0,0) width 85: "Michael Chansu"
Lines 2730-2763 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec105
2730
                RenderBlock {P} at (8,161) size 155x16
2730
                RenderBlock {P} at (8,161) size 155x16
2731
                  RenderText {#text} at (0,0) size 104x15
2731
                  RenderText {#text} at (0,0) size 104x15
2732
                    text run at (0,0) width 104: "Raymund Leonardo"
2732
                    text run at (0,0) width 104: "Raymund Leonardo"
2733
                  RenderInline {SPAN} at (0,0) size 1x15
2733
                  RenderInline {SPAN} at (0,0) size 0x15
2734
                    RenderInline {O:P} at (0,0) size 1x15
2734
                    RenderInline {O:P} at (0,0) size 0x0
2735
              RenderTableCell {TD} at (268,3383) size 99x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=2 rs=1 cs=1]
2735
              RenderTableCell {TD} at (268,3383) size 99x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=2 rs=1 cs=1]
2736
                RenderBlock {P} at (8,1) size 84x16
2736
                RenderBlock {P} at (8,1) size 84x16
2737
                  RenderText {#text} at (32,0) size 20x15
2737
                  RenderText {#text} at (32,0) size 20x15
2738
                    text run at (32,0) width 20: "Yes"
2738
                    text run at (32,0) width 20: "Yes"
2739
                  RenderInline {SPAN} at (0,0) size 1x15
2739
                  RenderInline {SPAN} at (0,0) size 0x15
2740
                    RenderInline {O:P} at (0,0) size 1x15
2740
                    RenderInline {O:P} at (0,0) size 0x0
2741
                RenderBlock {P} at (8,17) size 84x16
2741
                RenderBlock {P} at (8,17) size 84x16
2742
                  RenderText {#text} at (32,0) size 20x15
2742
                  RenderText {#text} at (32,0) size 20x15
2743
                    text run at (32,0) width 20: "Yes"
2743
                    text run at (32,0) width 20: "Yes"
2744
                  RenderInline {SPAN} at (0,0) size 1x15
2744
                  RenderInline {SPAN} at (0,0) size 0x15
2745
                    RenderInline {O:P} at (0,0) size 1x15
2745
                    RenderInline {O:P} at (0,0) size 0x0
2746
                RenderBlock {P} at (8,33) size 84x16
2746
                RenderBlock {P} at (8,33) size 84x16
2747
                  RenderText {#text} at (32,0) size 20x15
2747
                  RenderText {#text} at (32,0) size 20x15
2748
                    text run at (32,0) width 20: "Yes"
2748
                    text run at (32,0) width 20: "Yes"
2749
                  RenderInline {SPAN} at (0,0) size 1x15
2749
                  RenderInline {SPAN} at (0,0) size 0x15
2750
                    RenderInline {O:P} at (0,0) size 1x15
2750
                    RenderInline {O:P} at (0,0) size 0x0
2751
                RenderBlock {P} at (8,49) size 84x16
2751
                RenderBlock {P} at (8,49) size 84x16
2752
                  RenderText {#text} at (32,0) size 20x15
2752
                  RenderText {#text} at (32,0) size 20x15
2753
                    text run at (32,0) width 20: "Yes"
2753
                    text run at (32,0) width 20: "Yes"
2754
                  RenderInline {SPAN} at (0,0) size 1x15
2754
                  RenderInline {SPAN} at (0,0) size 0x15
2755
                    RenderInline {O:P} at (0,0) size 1x15
2755
                    RenderInline {O:P} at (0,0) size 0x0
2756
                RenderBlock {P} at (8,65) size 84x16
2756
                RenderBlock {P} at (8,65) size 84x16
2757
                  RenderText {#text} at (32,0) size 20x15
2757
                  RenderText {#text} at (32,0) size 20x15
2758
                    text run at (32,0) width 20: "Yes"
2758
                    text run at (32,0) width 20: "Yes"
2759
                  RenderInline {SPAN} at (0,0) size 1x15
2759
                  RenderInline {SPAN} at (0,0) size 0x15
2760
                    RenderInline {O:P} at (0,0) size 1x15
2760
                    RenderInline {O:P} at (0,0) size 0x0
2761
                RenderBlock {P} at (8,81) size 84x16
2761
                RenderBlock {P} at (8,81) size 84x16
2762
                  RenderText {#text} at (32,0) size 20x15
2762
                  RenderText {#text} at (32,0) size 20x15
2763
                    text run at (32,0) width 20: "Yes"
2763
                    text run at (32,0) width 20: "Yes"
Lines 2776-2809 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec106
2776
                RenderBlock {P} at (8,161) size 84x16
2776
                RenderBlock {P} at (8,161) size 84x16
2777
                  RenderText {#text} at (33,0) size 17x15
2777
                  RenderText {#text} at (33,0) size 17x15
2778
                    text run at (33,0) width 17: "No"
2778
                    text run at (33,0) width 17: "No"
2779
                  RenderInline {SPAN} at (0,0) size 1x15
2779
                  RenderInline {SPAN} at (0,0) size 0x15
2780
                    RenderInline {O:P} at (0,0) size 1x15
2780
                    RenderInline {O:P} at (0,0) size 0x0
2781
              RenderTableCell {TD} at (366,3383) size 107x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=3 rs=1 cs=1]
2781
              RenderTableCell {TD} at (366,3383) size 107x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=3 rs=1 cs=1]
2782
                RenderBlock {P} at (8,1) size 90x16
2782
                RenderBlock {P} at (8,1) size 90x16
2783
                  RenderText {#text} at (36,0) size 17x15
2783
                  RenderText {#text} at (36,0) size 17x15
2784
                    text run at (36,0) width 17: "No"
2784
                    text run at (36,0) width 17: "No"
2785
                  RenderInline {SPAN} at (0,0) size 1x15
2785
                  RenderInline {SPAN} at (0,0) size 0x15
2786
                    RenderInline {O:P} at (0,0) size 1x15
2786
                    RenderInline {O:P} at (0,0) size 0x0
2787
                RenderBlock {P} at (8,17) size 90x16
2787
                RenderBlock {P} at (8,17) size 90x16
2788
                  RenderText {#text} at (36,0) size 17x15
2788
                  RenderText {#text} at (36,0) size 17x15
2789
                    text run at (36,0) width 17: "No"
2789
                    text run at (36,0) width 17: "No"
2790
                  RenderInline {SPAN} at (0,0) size 1x15
2790
                  RenderInline {SPAN} at (0,0) size 0x15
2791
                    RenderInline {O:P} at (0,0) size 1x15
2791
                    RenderInline {O:P} at (0,0) size 0x0
2792
                RenderBlock {P} at (8,33) size 90x16
2792
                RenderBlock {P} at (8,33) size 90x16
2793
                  RenderText {#text} at (36,0) size 17x15
2793
                  RenderText {#text} at (36,0) size 17x15
2794
                    text run at (36,0) width 17: "No"
2794
                    text run at (36,0) width 17: "No"
2795
                  RenderInline {SPAN} at (0,0) size 1x15
2795
                  RenderInline {SPAN} at (0,0) size 0x15
2796
                    RenderInline {O:P} at (0,0) size 1x15
2796
                    RenderInline {O:P} at (0,0) size 0x0
2797
                RenderBlock {P} at (8,49) size 90x16
2797
                RenderBlock {P} at (8,49) size 90x16
2798
                  RenderText {#text} at (35,0) size 20x15
2798
                  RenderText {#text} at (35,0) size 20x15
2799
                    text run at (35,0) width 20: "Yes"
2799
                    text run at (35,0) width 20: "Yes"
2800
                  RenderInline {SPAN} at (0,0) size 1x15
2800
                  RenderInline {SPAN} at (0,0) size 0x15
2801
                    RenderInline {O:P} at (0,0) size 1x15
2801
                    RenderInline {O:P} at (0,0) size 0x0
2802
                RenderBlock {P} at (8,65) size 90x16
2802
                RenderBlock {P} at (8,65) size 90x16
2803
                  RenderText {#text} at (36,0) size 17x15
2803
                  RenderText {#text} at (36,0) size 17x15
2804
                    text run at (36,0) width 17: "No"
2804
                    text run at (36,0) width 17: "No"
2805
                  RenderInline {SPAN} at (0,0) size 1x15
2805
                  RenderInline {SPAN} at (0,0) size 0x15
2806
                    RenderInline {O:P} at (0,0) size 1x15
2806
                    RenderInline {O:P} at (0,0) size 0x0
2807
                RenderBlock {P} at (8,81) size 90x16
2807
                RenderBlock {P} at (8,81) size 90x16
2808
                  RenderText {#text} at (36,0) size 17x15
2808
                  RenderText {#text} at (36,0) size 17x15
2809
                    text run at (36,0) width 17: "No"
2809
                    text run at (36,0) width 17: "No"
Lines 2822-2842 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec107
2822
                RenderBlock {P} at (8,161) size 90x16
2822
                RenderBlock {P} at (8,161) size 90x16
2823
                  RenderText {#text} at (35,0) size 20x15
2823
                  RenderText {#text} at (35,0) size 20x15
2824
                    text run at (35,0) width 20: "Yes"
2824
                    text run at (35,0) width 20: "Yes"
2825
                  RenderInline {SPAN} at (0,0) size 1x15
2825
                  RenderInline {SPAN} at (0,0) size 0x15
2826
                    RenderInline {O:P} at (0,0) size 1x15
2826
                    RenderInline {O:P} at (0,0) size 0x0
2827
            RenderTableRow {TR} at (0,3560) size 472x145
2827
            RenderTableRow {TR} at (0,3560) size 472x145
2828
              RenderTableCell {TD} at (0,3560) size 99x17 [border: (1px none #808080) none] [r=47 c=0 rs=1 cs=1]
2828
              RenderTableCell {TD} at (0,3560) size 99x17 [border: (1px none #808080) none] [r=47 c=0 rs=1 cs=1]
2829
                RenderBlock {P} at (8,1) size 84x16
2829
                RenderBlock {P} at (8,1) size 84x16
2830
                  RenderText {#text} at (34,0) size 14x15
2830
                  RenderText {#text} at (34,0) size 14x15
2831
                    text run at (34,0) width 14: "48"
2831
                    text run at (34,0) width 14: "48"
2832
                  RenderInline {SPAN} at (0,0) size 1x15
2832
                  RenderInline {SPAN} at (0,0) size 0x15
2833
                    RenderInline {O:P} at (0,0) size 1x15
2833
                    RenderInline {O:P} at (0,0) size 0x0
2834
              RenderTableCell {TD} at (98,3560) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=47 c=1 rs=1 cs=1]
2834
              RenderTableCell {TD} at (98,3560) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=47 c=1 rs=1 cs=1]
2835
                RenderBlock {P} at (8,1) size 155x16
2835
                RenderBlock {P} at (8,1) size 155x16
2836
                  RenderText {#text} at (0,0) size 80x15
2836
                  RenderText {#text} at (0,0) size 80x15
2837
                    text run at (0,0) width 80: "Mark Glanville"
2837
                    text run at (0,0) width 80: "Mark Glanville"
2838
                  RenderInline {SPAN} at (0,0) size 1x15
2838
                  RenderInline {SPAN} at (0,0) size 0x15
2839
                    RenderInline {O:P} at (0,0) size 1x15
2839
                    RenderInline {O:P} at (0,0) size 0x0
2840
                RenderBlock {P} at (8,17) size 155x16
2840
                RenderBlock {P} at (8,17) size 155x16
2841
                  RenderText {#text} at (0,0) size 92x15
2841
                  RenderText {#text} at (0,0) size 92x15
2842
                    text run at (0,0) width 92: "Ian + Brad Carter"
2842
                    text run at (0,0) width 92: "Ian + Brad Carter"
Lines 2861-2874 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec108
2861
                RenderBlock {P} at (8,129) size 155x16
2861
                RenderBlock {P} at (8,129) size 155x16
2862
                  RenderText {#text} at (0,0) size 91x15
2862
                  RenderText {#text} at (0,0) size 91x15
2863
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
2863
                    text run at (0,0) width 91: "Ruenjoe (Joe) Lu"
2864
                  RenderInline {SPAN} at (0,0) size 1x15
2864
                  RenderInline {SPAN} at (0,0) size 0x15
2865
                    RenderInline {O:P} at (0,0) size 1x15
2865
                    RenderInline {O:P} at (0,0) size 0x0
2866
              RenderTableCell {TD} at (268,3560) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=2 rs=1 cs=1]
2866
              RenderTableCell {TD} at (268,3560) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=2 rs=1 cs=1]
2867
                RenderBlock {P} at (8,1) size 84x16
2867
                RenderBlock {P} at (8,1) size 84x16
2868
                  RenderText {#text} at (32,0) size 20x15
2868
                  RenderText {#text} at (32,0) size 20x15
2869
                    text run at (32,0) width 20: "Yes"
2869
                    text run at (32,0) width 20: "Yes"
2870
                  RenderInline {SPAN} at (0,0) size 1x15
2870
                  RenderInline {SPAN} at (0,0) size 0x15
2871
                    RenderInline {O:P} at (0,0) size 1x15
2871
                    RenderInline {O:P} at (0,0) size 0x0
2872
                RenderBlock {P} at (8,17) size 84x16
2872
                RenderBlock {P} at (8,17) size 84x16
2873
                  RenderText {#text} at (32,0) size 20x15
2873
                  RenderText {#text} at (32,0) size 20x15
2874
                    text run at (32,0) width 20: "Yes"
2874
                    text run at (32,0) width 20: "Yes"
Lines 2884-2897 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec109
2884
                RenderBlock {P} at (8,81) size 84x16
2884
                RenderBlock {P} at (8,81) size 84x16
2885
                  RenderText {#text} at (32,0) size 20x15
2885
                  RenderText {#text} at (32,0) size 20x15
2886
                    text run at (32,0) width 20: "Yes"
2886
                    text run at (32,0) width 20: "Yes"
2887
                  RenderInline {SPAN} at (0,0) size 1x15
2887
                  RenderInline {SPAN} at (0,0) size 0x15
2888
                    RenderInline {O:P} at (0,0) size 1x15
2888
                    RenderInline {O:P} at (0,0) size 0x0
2889
              RenderTableCell {TD} at (366,3560) size 107x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=3 rs=1 cs=1]
2889
              RenderTableCell {TD} at (366,3560) size 107x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=3 rs=1 cs=1]
2890
                RenderBlock {P} at (8,1) size 90x16
2890
                RenderBlock {P} at (8,1) size 90x16
2891
                  RenderText {#text} at (36,0) size 17x15
2891
                  RenderText {#text} at (36,0) size 17x15
2892
                    text run at (36,0) width 17: "No"
2892
                    text run at (36,0) width 17: "No"
2893
                  RenderInline {SPAN} at (0,0) size 1x15
2893
                  RenderInline {SPAN} at (0,0) size 0x15
2894
                    RenderInline {O:P} at (0,0) size 1x15
2894
                    RenderInline {O:P} at (0,0) size 0x0
2895
                RenderBlock {P} at (8,17) size 90x16
2895
                RenderBlock {P} at (8,17) size 90x16
2896
                  RenderText {#text} at (36,0) size 17x15
2896
                  RenderText {#text} at (36,0) size 17x15
2897
                    text run at (36,0) width 17: "No"
2897
                    text run at (36,0) width 17: "No"
Lines 2907-2921 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec110
2907
                RenderBlock {P} at (8,81) size 90x16
2907
                RenderBlock {P} at (8,81) size 90x16
2908
                  RenderText {#text} at (36,0) size 17x15
2908
                  RenderText {#text} at (36,0) size 17x15
2909
                    text run at (36,0) width 17: "No"
2909
                    text run at (36,0) width 17: "No"
2910
                  RenderInline {SPAN} at (0,0) size 1x15
2910
                  RenderInline {SPAN} at (0,0) size 0x15
2911
                    RenderInline {O:P} at (0,0) size 1x15
2911
                    RenderInline {O:P} at (0,0) size 0x0
2912
            RenderTableRow {TR} at (0,3705) size 472x65
2912
            RenderTableRow {TR} at (0,3705) size 472x65
2913
              RenderTableCell {TD} at (0,3705) size 99x17 [border: (1px none #808080) none] [r=48 c=0 rs=1 cs=1]
2913
              RenderTableCell {TD} at (0,3705) size 99x17 [border: (1px none #808080) none] [r=48 c=0 rs=1 cs=1]
2914
                RenderBlock {P} at (8,1) size 84x16
2914
                RenderBlock {P} at (8,1) size 84x16
2915
                  RenderText {#text} at (34,0) size 14x15
2915
                  RenderText {#text} at (34,0) size 14x15
2916
                    text run at (34,0) width 14: "49"
2916
                    text run at (34,0) width 14: "49"
2917
                  RenderInline {SPAN} at (0,0) size 1x15
2917
                  RenderInline {SPAN} at (0,0) size 0x15
2918
                    RenderInline {O:P} at (0,0) size 1x15
2918
                    RenderInline {O:P} at (0,0) size 0x0
2919
              RenderTableCell {TD} at (98,3705) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=1 rs=1 cs=1]
2919
              RenderTableCell {TD} at (98,3705) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=1 rs=1 cs=1]
2920
                RenderBlock {P} at (8,1) size 155x16
2920
                RenderBlock {P} at (8,1) size 155x16
2921
                  RenderText {#text} at (0,0) size 67x15
2921
                  RenderText {#text} at (0,0) size 67x15
Lines 2925-2931 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec111
2925
                    text run at (0,0) width 64: "David Allen"
2925
                    text run at (0,0) width 64: "David Allen"
2926
                RenderBlock {P} at (8,33) size 155x16
2926
                RenderBlock {P} at (8,33) size 155x16
2927
                  RenderInline {SPAN} at (0,0) size 72x15
2927
                  RenderInline {SPAN} at (0,0) size 72x15
2928
                    RenderInline {O:P} at (0,0) size 0x0
2928
                    RenderInline {O:P} at (0,0) size 0x15
2929
                    RenderText {#text} at (0,0) size 72x15
2929
                    RenderText {#text} at (0,0) size 72x15
2930
                      text run at (0,0) width 72: "Narayen Raju"
2930
                      text run at (0,0) width 72: "Narayen Raju"
2931
                RenderBlock {P} at (8,49) size 155x16
2931
                RenderBlock {P} at (8,49) size 155x16
Lines 2946-2953 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec112
2946
                RenderBlock {P} at (8,49) size 84x16
2946
                RenderBlock {P} at (8,49) size 84x16
2947
                  RenderText {#text} at (32,0) size 20x15
2947
                  RenderText {#text} at (32,0) size 20x15
2948
                    text run at (32,0) width 20: "Yes"
2948
                    text run at (32,0) width 20: "Yes"
2949
                  RenderInline {SPAN} at (0,0) size 1x15
2949
                  RenderInline {SPAN} at (0,0) size 0x15
2950
                    RenderInline {O:P} at (0,0) size 1x15
2950
                    RenderInline {O:P} at (0,0) size 0x0
2951
              RenderTableCell {TD} at (366,3705) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=3 rs=1 cs=1]
2951
              RenderTableCell {TD} at (366,3705) size 107x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=3 rs=1 cs=1]
2952
                RenderBlock {P} at (8,1) size 90x16
2952
                RenderBlock {P} at (8,1) size 90x16
2953
                  RenderText {#text} at (43,0) size 4x15
2953
                  RenderText {#text} at (43,0) size 4x15
Lines 2961-2986 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec113
2961
                RenderBlock {P} at (8,49) size 90x16
2961
                RenderBlock {P} at (8,49) size 90x16
2962
                  RenderText {#text} at (36,0) size 17x15
2962
                  RenderText {#text} at (36,0) size 17x15
2963
                    text run at (36,0) width 17: "No"
2963
                    text run at (36,0) width 17: "No"
2964
                  RenderInline {SPAN} at (0,0) size 1x15
2964
                  RenderInline {SPAN} at (0,0) size 0x15
2965
                    RenderInline {O:P} at (0,0) size 1x15
2965
                    RenderInline {O:P} at (0,0) size 0x0
2966
            RenderTableRow {TR} at (0,3770) size 472x145
2966
            RenderTableRow {TR} at (0,3770) size 472x145
2967
              RenderTableCell {TD} at (0,3770) size 99x17 [border: (1px none #808080) none] [r=49 c=0 rs=1 cs=1]
2967
              RenderTableCell {TD} at (0,3770) size 99x17 [border: (1px none #808080) none] [r=49 c=0 rs=1 cs=1]
2968
                RenderBlock {P} at (8,1) size 84x16
2968
                RenderBlock {P} at (8,1) size 84x16
2969
                  RenderText {#text} at (34,0) size 14x15
2969
                  RenderText {#text} at (34,0) size 14x15
2970
                    text run at (34,0) width 14: "50"
2970
                    text run at (34,0) width 14: "50"
2971
                  RenderInline {SPAN} at (0,0) size 1x15
2971
                  RenderInline {SPAN} at (0,0) size 0x15
2972
                    RenderInline {O:P} at (0,0) size 1x15
2972
                    RenderInline {O:P} at (0,0) size 0x0
2973
              RenderTableCell {TD} at (98,3770) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=49 c=1 rs=1 cs=1]
2973
              RenderTableCell {TD} at (98,3770) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=49 c=1 rs=1 cs=1]
2974
                RenderBlock {P} at (8,1) size 155x16
2974
                RenderBlock {P} at (8,1) size 155x16
2975
                  RenderText {#text} at (0,0) size 50x15
2975
                  RenderText {#text} at (0,0) size 50x15
2976
                    text run at (0,0) width 50: "Zak West"
2976
                    text run at (0,0) width 50: "Zak West"
2977
                  RenderInline {SPAN} at (0,0) size 1x15
2977
                  RenderInline {SPAN} at (0,0) size 0x15
2978
                    RenderInline {O:P} at (0,0) size 1x15
2978
                    RenderInline {O:P} at (0,0) size 0x0
2979
                RenderBlock {P} at (8,17) size 155x16
2979
                RenderBlock {P} at (8,17) size 155x16
2980
                  RenderText {#text} at (0,0) size 73x15
2980
                  RenderText {#text} at (0,0) size 73x15
2981
                    text run at (0,0) width 73: "Rick Klement"
2981
                    text run at (0,0) width 73: "Rick Klement"
2982
                  RenderInline {SPAN} at (0,0) size 1x15
2982
                  RenderInline {SPAN} at (0,0) size 0x15
2983
                    RenderInline {O:P} at (0,0) size 1x15
2983
                    RenderInline {O:P} at (0,0) size 0x0
2984
                RenderBlock {P} at (8,33) size 155x16
2984
                RenderBlock {P} at (8,33) size 155x16
2985
                  RenderText {#text} at (0,0) size 57x15
2985
                  RenderText {#text} at (0,0) size 57x15
2986
                    text run at (0,0) width 57: "Jim Bernal"
2986
                    text run at (0,0) width 57: "Jim Bernal"
Lines 3002-3020 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec114
3002
                RenderBlock {P} at (8,129) size 155x16
3002
                RenderBlock {P} at (8,129) size 155x16
3003
                  RenderText {#text} at (0,0) size 65x15
3003
                  RenderText {#text} at (0,0) size 65x15
3004
                    text run at (0,0) width 65: "Ken Manuel"
3004
                    text run at (0,0) width 65: "Ken Manuel"
3005
                  RenderInline {SPAN} at (0,0) size 1x15
3005
                  RenderInline {SPAN} at (0,0) size 0x15
3006
                    RenderInline {O:P} at (0,0) size 1x15
3006
                    RenderInline {O:P} at (0,0) size 0x0
3007
              RenderTableCell {TD} at (268,3770) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=2 rs=1 cs=1]
3007
              RenderTableCell {TD} at (268,3770) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=2 rs=1 cs=1]
3008
                RenderBlock {P} at (8,1) size 84x16
3008
                RenderBlock {P} at (8,1) size 84x16
3009
                  RenderText {#text} at (32,0) size 20x15
3009
                  RenderText {#text} at (32,0) size 20x15
3010
                    text run at (32,0) width 20: "Yes"
3010
                    text run at (32,0) width 20: "Yes"
3011
                  RenderInline {SPAN} at (0,0) size 1x15
3011
                  RenderInline {SPAN} at (0,0) size 0x15
3012
                    RenderInline {O:P} at (0,0) size 1x15
3012
                    RenderInline {O:P} at (0,0) size 0x0
3013
                RenderBlock {P} at (8,17) size 84x16
3013
                RenderBlock {P} at (8,17) size 84x16
3014
                  RenderText {#text} at (32,0) size 20x15
3014
                  RenderText {#text} at (32,0) size 20x15
3015
                    text run at (32,0) width 20: "Yes"
3015
                    text run at (32,0) width 20: "Yes"
3016
                  RenderInline {SPAN} at (0,0) size 1x15
3016
                  RenderInline {SPAN} at (0,0) size 0x15
3017
                    RenderInline {O:P} at (0,0) size 1x15
3017
                    RenderInline {O:P} at (0,0) size 0x0
3018
                RenderBlock {P} at (8,33) size 84x16
3018
                RenderBlock {P} at (8,33) size 84x16
3019
                  RenderText {#text} at (32,0) size 20x15
3019
                  RenderText {#text} at (32,0) size 20x15
3020
                    text run at (32,0) width 20: "Yes"
3020
                    text run at (32,0) width 20: "Yes"
Lines 3030-3048 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec115
3030
                RenderBlock {P} at (8,97) size 84x16
3030
                RenderBlock {P} at (8,97) size 84x16
3031
                  RenderText {#text} at (32,0) size 20x15
3031
                  RenderText {#text} at (32,0) size 20x15
3032
                    text run at (32,0) width 20: "Yes"
3032
                    text run at (32,0) width 20: "Yes"
3033
                  RenderInline {SPAN} at (0,0) size 1x15
3033
                  RenderInline {SPAN} at (0,0) size 0x15
3034
                    RenderInline {O:P} at (0,0) size 1x15
3034
                    RenderInline {O:P} at (0,0) size 0x0
3035
              RenderTableCell {TD} at (366,3770) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=3 rs=1 cs=1]
3035
              RenderTableCell {TD} at (366,3770) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=3 rs=1 cs=1]
3036
                RenderBlock {P} at (8,1) size 90x16
3036
                RenderBlock {P} at (8,1) size 90x16
3037
                  RenderText {#text} at (35,0) size 20x15
3037
                  RenderText {#text} at (35,0) size 20x15
3038
                    text run at (35,0) width 20: "Yes"
3038
                    text run at (35,0) width 20: "Yes"
3039
                  RenderInline {SPAN} at (0,0) size 1x15
3039
                  RenderInline {SPAN} at (0,0) size 0x15
3040
                    RenderInline {O:P} at (0,0) size 1x15
3040
                    RenderInline {O:P} at (0,0) size 0x0
3041
                RenderBlock {P} at (8,17) size 90x16
3041
                RenderBlock {P} at (8,17) size 90x16
3042
                  RenderText {#text} at (35,0) size 20x15
3042
                  RenderText {#text} at (35,0) size 20x15
3043
                    text run at (35,0) width 20: "Yes"
3043
                    text run at (35,0) width 20: "Yes"
3044
                  RenderInline {SPAN} at (0,0) size 1x15
3044
                  RenderInline {SPAN} at (0,0) size 0x15
3045
                    RenderInline {O:P} at (0,0) size 1x15
3045
                    RenderInline {O:P} at (0,0) size 0x0
3046
                RenderBlock {P} at (8,33) size 90x16
3046
                RenderBlock {P} at (8,33) size 90x16
3047
                  RenderText {#text} at (36,0) size 17x15
3047
                  RenderText {#text} at (36,0) size 17x15
3048
                    text run at (36,0) width 17: "No"
3048
                    text run at (36,0) width 17: "No"
Lines 3058-3072 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec116
3058
                RenderBlock {P} at (8,97) size 90x16
3058
                RenderBlock {P} at (8,97) size 90x16
3059
                  RenderText {#text} at (36,0) size 17x15
3059
                  RenderText {#text} at (36,0) size 17x15
3060
                    text run at (36,0) width 17: "No"
3060
                    text run at (36,0) width 17: "No"
3061
                  RenderInline {SPAN} at (0,0) size 1x15
3061
                  RenderInline {SPAN} at (0,0) size 0x15
3062
                    RenderInline {O:P} at (0,0) size 1x15
3062
                    RenderInline {O:P} at (0,0) size 0x0
3063
            RenderTableRow {TR} at (0,3915) size 472x49
3063
            RenderTableRow {TR} at (0,3915) size 472x49
3064
              RenderTableCell {TD} at (0,3915) size 99x17 [border: (1px none #808080) none] [r=50 c=0 rs=1 cs=1]
3064
              RenderTableCell {TD} at (0,3915) size 99x17 [border: (1px none #808080) none] [r=50 c=0 rs=1 cs=1]
3065
                RenderBlock {P} at (8,1) size 84x16
3065
                RenderBlock {P} at (8,1) size 84x16
3066
                  RenderText {#text} at (34,0) size 14x15
3066
                  RenderText {#text} at (34,0) size 14x15
3067
                    text run at (34,0) width 14: "51"
3067
                    text run at (34,0) width 14: "51"
3068
                  RenderInline {SPAN} at (0,0) size 1x15
3068
                  RenderInline {SPAN} at (0,0) size 0x15
3069
                    RenderInline {O:P} at (0,0) size 1x15
3069
                    RenderInline {O:P} at (0,0) size 0x0
3070
              RenderTableCell {TD} at (98,3915) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=1 rs=1 cs=1]
3070
              RenderTableCell {TD} at (98,3915) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=1 rs=1 cs=1]
3071
                RenderBlock {P} at (8,1) size 155x16
3071
                RenderBlock {P} at (8,1) size 155x16
3072
                  RenderText {#text} at (0,0) size 77x15
3072
                  RenderText {#text} at (0,0) size 77x15
Lines 3077-3084 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec117
3077
                RenderBlock {P} at (8,33) size 155x16
3077
                RenderBlock {P} at (8,33) size 155x16
3078
                  RenderText {#text} at (0,0) size 83x15
3078
                  RenderText {#text} at (0,0) size 83x15
3079
                    text run at (0,0) width 83: "Jason Anderson"
3079
                    text run at (0,0) width 83: "Jason Anderson"
3080
                  RenderInline {SPAN} at (0,0) size 1x15
3080
                  RenderInline {SPAN} at (0,0) size 0x15
3081
                    RenderInline {O:P} at (0,0) size 1x15
3081
                    RenderInline {O:P} at (0,0) size 0x0
3082
              RenderTableCell {TD} at (268,3915) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=2 rs=1 cs=1]
3082
              RenderTableCell {TD} at (268,3915) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=2 rs=1 cs=1]
3083
                RenderBlock {P} at (8,1) size 84x16
3083
                RenderBlock {P} at (8,1) size 84x16
3084
                  RenderText {#text} at (32,0) size 20x15
3084
                  RenderText {#text} at (32,0) size 20x15
Lines 3089-3102 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec118
3089
                RenderBlock {P} at (8,33) size 84x16
3089
                RenderBlock {P} at (8,33) size 84x16
3090
                  RenderText {#text} at (32,0) size 20x15
3090
                  RenderText {#text} at (32,0) size 20x15
3091
                    text run at (32,0) width 20: "Yes"
3091
                    text run at (32,0) width 20: "Yes"
3092
                  RenderInline {SPAN} at (0,0) size 1x15
3092
                  RenderInline {SPAN} at (0,0) size 0x15
3093
                    RenderInline {O:P} at (0,0) size 1x15
3093
                    RenderInline {O:P} at (0,0) size 0x0
3094
              RenderTableCell {TD} at (366,3915) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=3 rs=1 cs=1]
3094
              RenderTableCell {TD} at (366,3915) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=3 rs=1 cs=1]
3095
                RenderBlock {P} at (8,1) size 90x16
3095
                RenderBlock {P} at (8,1) size 90x16
3096
                  RenderInline {SPAN} at (0,0) size 17x15
3096
                  RenderInline {SPAN} at (0,0) size 17x15
3097
                    RenderText {#text} at (36,0) size 17x15
3097
                    RenderText {#text} at (36,0) size 17x15
3098
                      text run at (36,0) width 17: "No"
3098
                      text run at (36,0) width 17: "No"
3099
                    RenderInline {O:P} at (0,0) size 1x15
3099
                    RenderInline {O:P} at (0,0) size 0x15
3100
                RenderBlock {P} at (8,17) size 90x16
3100
                RenderBlock {P} at (8,17) size 90x16
3101
                  RenderInline {SPAN} at (0,0) size 20x15
3101
                  RenderInline {SPAN} at (0,0) size 20x15
3102
                    RenderText {#text} at (35,0) size 20x15
3102
                    RenderText {#text} at (35,0) size 20x15
Lines 3105-3125 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec119
3105
                  RenderInline {SPAN} at (0,0) size 17x15
3105
                  RenderInline {SPAN} at (0,0) size 17x15
3106
                    RenderText {#text} at (36,0) size 17x15
3106
                    RenderText {#text} at (36,0) size 17x15
3107
                      text run at (36,0) width 17: "No"
3107
                      text run at (36,0) width 17: "No"
3108
                  RenderInline {SPAN} at (0,0) size 1x15
3108
                  RenderInline {SPAN} at (0,0) size 0x15
3109
                    RenderInline {O:P} at (0,0) size 1x15
3109
                    RenderInline {O:P} at (0,0) size 0x0
3110
            RenderTableRow {TR} at (0,3964) size 472x81
3110
            RenderTableRow {TR} at (0,3964) size 472x81
3111
              RenderTableCell {TD} at (0,3964) size 99x17 [border: (1px none #808080) none] [r=51 c=0 rs=1 cs=1]
3111
              RenderTableCell {TD} at (0,3964) size 99x17 [border: (1px none #808080) none] [r=51 c=0 rs=1 cs=1]
3112
                RenderBlock {P} at (8,1) size 84x16
3112
                RenderBlock {P} at (8,1) size 84x16
3113
                  RenderText {#text} at (34,0) size 14x15
3113
                  RenderText {#text} at (34,0) size 14x15
3114
                    text run at (34,0) width 14: "52"
3114
                    text run at (34,0) width 14: "52"
3115
                  RenderInline {SPAN} at (0,0) size 1x15
3115
                  RenderInline {SPAN} at (0,0) size 0x15
3116
                    RenderInline {O:P} at (0,0) size 1x15
3116
                    RenderInline {O:P} at (0,0) size 0x0
3117
              RenderTableCell {TD} at (98,3964) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=1 rs=1 cs=1]
3117
              RenderTableCell {TD} at (98,3964) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=1 rs=1 cs=1]
3118
                RenderBlock {P} at (8,1) size 155x16
3118
                RenderBlock {P} at (8,1) size 155x16
3119
                  RenderText {#text} at (0,0) size 57x15
3119
                  RenderText {#text} at (0,0) size 57x15
3120
                    text run at (0,0) width 57: "Mike West"
3120
                    text run at (0,0) width 57: "Mike West"
3121
                  RenderInline {SPAN} at (0,0) size 1x15
3121
                  RenderInline {SPAN} at (0,0) size 0x15
3122
                    RenderInline {O:P} at (0,0) size 1x15
3122
                    RenderInline {O:P} at (0,0) size 0x0
3123
                RenderBlock {P} at (8,17) size 155x16
3123
                RenderBlock {P} at (8,17) size 155x16
3124
                  RenderText {#text} at (0,0) size 80x15
3124
                  RenderText {#text} at (0,0) size 80x15
3125
                    text run at (0,0) width 80: "Robert Frogner"
3125
                    text run at (0,0) width 80: "Robert Frogner"
Lines 3132-3145 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec120
3132
                RenderBlock {P} at (8,65) size 155x16
3132
                RenderBlock {P} at (8,65) size 155x16
3133
                  RenderText {#text} at (0,0) size 67x15
3133
                  RenderText {#text} at (0,0) size 67x15
3134
                    text run at (0,0) width 67: "Dale Barnett"
3134
                    text run at (0,0) width 67: "Dale Barnett"
3135
                  RenderInline {SPAN} at (0,0) size 1x15
3135
                  RenderInline {SPAN} at (0,0) size 0x15
3136
                    RenderInline {O:P} at (0,0) size 1x15
3136
                    RenderInline {O:P} at (0,0) size 0x0
3137
              RenderTableCell {TD} at (268,3964) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=2 rs=1 cs=1]
3137
              RenderTableCell {TD} at (268,3964) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=2 rs=1 cs=1]
3138
                RenderBlock {P} at (8,1) size 84x16
3138
                RenderBlock {P} at (8,1) size 84x16
3139
                  RenderText {#text} at (32,0) size 20x15
3139
                  RenderText {#text} at (32,0) size 20x15
3140
                    text run at (32,0) width 20: "Yes"
3140
                    text run at (32,0) width 20: "Yes"
3141
                  RenderInline {SPAN} at (0,0) size 1x15
3141
                  RenderInline {SPAN} at (0,0) size 0x15
3142
                    RenderInline {O:P} at (0,0) size 1x15
3142
                    RenderInline {O:P} at (0,0) size 0x0
3143
                RenderBlock {P} at (8,17) size 84x16
3143
                RenderBlock {P} at (8,17) size 84x16
3144
                  RenderText {#text} at (32,0) size 20x15
3144
                  RenderText {#text} at (32,0) size 20x15
3145
                    text run at (32,0) width 20: "Yes"
3145
                    text run at (32,0) width 20: "Yes"
Lines 3152-3165 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec121
3152
                RenderBlock {P} at (8,65) size 84x16
3152
                RenderBlock {P} at (8,65) size 84x16
3153
                  RenderText {#text} at (32,0) size 20x15
3153
                  RenderText {#text} at (32,0) size 20x15
3154
                    text run at (32,0) width 20: "Yes"
3154
                    text run at (32,0) width 20: "Yes"
3155
                  RenderInline {SPAN} at (0,0) size 1x15
3155
                  RenderInline {SPAN} at (0,0) size 0x15
3156
                    RenderInline {O:P} at (0,0) size 1x15
3156
                    RenderInline {O:P} at (0,0) size 0x0
3157
              RenderTableCell {TD} at (366,3964) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=3 rs=1 cs=1]
3157
              RenderTableCell {TD} at (366,3964) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=3 rs=1 cs=1]
3158
                RenderBlock {P} at (8,1) size 90x16
3158
                RenderBlock {P} at (8,1) size 90x16
3159
                  RenderText {#text} at (35,0) size 20x15
3159
                  RenderText {#text} at (35,0) size 20x15
3160
                    text run at (35,0) width 20: "Yes"
3160
                    text run at (35,0) width 20: "Yes"
3161
                  RenderInline {SPAN} at (0,0) size 1x15
3161
                  RenderInline {SPAN} at (0,0) size 0x15
3162
                    RenderInline {O:P} at (0,0) size 1x15
3162
                    RenderInline {O:P} at (0,0) size 0x0
3163
                RenderBlock {P} at (8,17) size 90x16
3163
                RenderBlock {P} at (8,17) size 90x16
3164
                  RenderText {#text} at (36,0) size 17x15
3164
                  RenderText {#text} at (36,0) size 17x15
3165
                    text run at (36,0) width 17: "No"
3165
                    text run at (36,0) width 17: "No"
Lines 3172-3192 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec122
3172
                RenderBlock {P} at (8,65) size 90x16
3172
                RenderBlock {P} at (8,65) size 90x16
3173
                  RenderText {#text} at (36,0) size 17x15
3173
                  RenderText {#text} at (36,0) size 17x15
3174
                    text run at (36,0) width 17: "No"
3174
                    text run at (36,0) width 17: "No"
3175
                  RenderInline {SPAN} at (0,0) size 1x15
3175
                  RenderInline {SPAN} at (0,0) size 0x15
3176
                    RenderInline {O:P} at (0,0) size 1x15
3176
                    RenderInline {O:P} at (0,0) size 0x0
3177
            RenderTableRow {TR} at (0,4045) size 472x81
3177
            RenderTableRow {TR} at (0,4045) size 472x81
3178
              RenderTableCell {TD} at (0,4045) size 99x17 [border: (1px none #808080) none] [r=52 c=0 rs=1 cs=1]
3178
              RenderTableCell {TD} at (0,4045) size 99x17 [border: (1px none #808080) none] [r=52 c=0 rs=1 cs=1]
3179
                RenderBlock {P} at (8,1) size 84x16
3179
                RenderBlock {P} at (8,1) size 84x16
3180
                  RenderText {#text} at (34,0) size 14x15
3180
                  RenderText {#text} at (34,0) size 14x15
3181
                    text run at (34,0) width 14: "53"
3181
                    text run at (34,0) width 14: "53"
3182
                  RenderInline {SPAN} at (0,0) size 1x15
3182
                  RenderInline {SPAN} at (0,0) size 0x15
3183
                    RenderInline {O:P} at (0,0) size 1x15
3183
                    RenderInline {O:P} at (0,0) size 0x0
3184
              RenderTableCell {TD} at (98,4045) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=1 rs=1 cs=1]
3184
              RenderTableCell {TD} at (98,4045) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=1 rs=1 cs=1]
3185
                RenderBlock {P} at (8,1) size 155x16
3185
                RenderBlock {P} at (8,1) size 155x16
3186
                  RenderText {#text} at (0,0) size 80x15
3186
                  RenderText {#text} at (0,0) size 80x15
3187
                    text run at (0,0) width 80: "Alberto Lanzas"
3187
                    text run at (0,0) width 80: "Alberto Lanzas"
3188
                  RenderInline {SPAN} at (0,0) size 1x15
3188
                  RenderInline {SPAN} at (0,0) size 0x15
3189
                    RenderInline {O:P} at (0,0) size 1x15
3189
                    RenderInline {O:P} at (0,0) size 0x0
3190
                RenderBlock {P} at (8,17) size 155x16
3190
                RenderBlock {P} at (8,17) size 155x16
3191
                  RenderText {#text} at (0,0) size 66x15
3191
                  RenderText {#text} at (0,0) size 66x15
3192
                    text run at (0,0) width 66: "Bill Johnson"
3192
                    text run at (0,0) width 66: "Bill Johnson"
Lines 3199-3212 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec123
3199
                RenderBlock {P} at (8,65) size 155x16
3199
                RenderBlock {P} at (8,65) size 155x16
3200
                  RenderText {#text} at (0,0) size 100x15
3200
                  RenderText {#text} at (0,0) size 100x15
3201
                    text run at (0,0) width 100: "Ramin Khoshnevis"
3201
                    text run at (0,0) width 100: "Ramin Khoshnevis"
3202
                  RenderInline {SPAN} at (0,0) size 1x15
3202
                  RenderInline {SPAN} at (0,0) size 0x15
3203
                    RenderInline {O:P} at (0,0) size 1x15
3203
                    RenderInline {O:P} at (0,0) size 0x0
3204
              RenderTableCell {TD} at (268,4045) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=2 rs=1 cs=1]
3204
              RenderTableCell {TD} at (268,4045) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=2 rs=1 cs=1]
3205
                RenderBlock {P} at (8,1) size 84x16
3205
                RenderBlock {P} at (8,1) size 84x16
3206
                  RenderText {#text} at (32,0) size 20x15
3206
                  RenderText {#text} at (32,0) size 20x15
3207
                    text run at (32,0) width 20: "Yes"
3207
                    text run at (32,0) width 20: "Yes"
3208
                  RenderInline {SPAN} at (0,0) size 1x15
3208
                  RenderInline {SPAN} at (0,0) size 0x15
3209
                    RenderInline {O:P} at (0,0) size 1x15
3209
                    RenderInline {O:P} at (0,0) size 0x0
3210
                RenderBlock {P} at (8,17) size 84x16
3210
                RenderBlock {P} at (8,17) size 84x16
3211
                  RenderText {#text} at (32,0) size 20x15
3211
                  RenderText {#text} at (32,0) size 20x15
3212
                    text run at (32,0) width 20: "Yes"
3212
                    text run at (32,0) width 20: "Yes"
Lines 3219-3232 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec124
3219
                RenderBlock {P} at (8,65) size 84x16
3219
                RenderBlock {P} at (8,65) size 84x16
3220
                  RenderText {#text} at (32,0) size 20x15
3220
                  RenderText {#text} at (32,0) size 20x15
3221
                    text run at (32,0) width 20: "Yes"
3221
                    text run at (32,0) width 20: "Yes"
3222
                  RenderInline {SPAN} at (0,0) size 1x15
3222
                  RenderInline {SPAN} at (0,0) size 0x15
3223
                    RenderInline {O:P} at (0,0) size 1x15
3223
                    RenderInline {O:P} at (0,0) size 0x0
3224
              RenderTableCell {TD} at (366,4045) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=3 rs=1 cs=1]
3224
              RenderTableCell {TD} at (366,4045) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=3 rs=1 cs=1]
3225
                RenderBlock {P} at (8,1) size 90x16
3225
                RenderBlock {P} at (8,1) size 90x16
3226
                  RenderText {#text} at (35,0) size 20x15
3226
                  RenderText {#text} at (35,0) size 20x15
3227
                    text run at (35,0) width 20: "Yes"
3227
                    text run at (35,0) width 20: "Yes"
3228
                  RenderInline {SPAN} at (0,0) size 1x15
3228
                  RenderInline {SPAN} at (0,0) size 0x15
3229
                    RenderInline {O:P} at (0,0) size 1x15
3229
                    RenderInline {O:P} at (0,0) size 0x0
3230
                RenderBlock {P} at (8,17) size 90x16
3230
                RenderBlock {P} at (8,17) size 90x16
3231
                  RenderText {#text} at (36,0) size 17x15
3231
                  RenderText {#text} at (36,0) size 17x15
3232
                    text run at (36,0) width 17: "No"
3232
                    text run at (36,0) width 17: "No"
Lines 3239-3253 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec125
3239
                RenderBlock {P} at (8,65) size 90x16
3239
                RenderBlock {P} at (8,65) size 90x16
3240
                  RenderText {#text} at (36,0) size 17x15
3240
                  RenderText {#text} at (36,0) size 17x15
3241
                    text run at (36,0) width 17: "No"
3241
                    text run at (36,0) width 17: "No"
3242
                  RenderInline {SPAN} at (0,0) size 1x15
3242
                  RenderInline {SPAN} at (0,0) size 0x15
3243
                    RenderInline {O:P} at (0,0) size 1x15
3243
                    RenderInline {O:P} at (0,0) size 0x0
3244
            RenderTableRow {TR} at (0,4126) size 472x113
3244
            RenderTableRow {TR} at (0,4126) size 472x113
3245
              RenderTableCell {TD} at (0,4126) size 99x17 [border: (1px none #808080) none] [r=53 c=0 rs=1 cs=1]
3245
              RenderTableCell {TD} at (0,4126) size 99x17 [border: (1px none #808080) none] [r=53 c=0 rs=1 cs=1]
3246
                RenderBlock {P} at (8,1) size 84x16
3246
                RenderBlock {P} at (8,1) size 84x16
3247
                  RenderText {#text} at (34,0) size 14x15
3247
                  RenderText {#text} at (34,0) size 14x15
3248
                    text run at (34,0) width 14: "54"
3248
                    text run at (34,0) width 14: "54"
3249
                  RenderInline {SPAN} at (0,0) size 1x15
3249
                  RenderInline {SPAN} at (0,0) size 0x15
3250
                    RenderInline {O:P} at (0,0) size 1x15
3250
                    RenderInline {O:P} at (0,0) size 0x0
3251
              RenderTableCell {TD} at (98,4126) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=1 rs=1 cs=1]
3251
              RenderTableCell {TD} at (98,4126) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=1 rs=1 cs=1]
3252
                RenderBlock {P} at (8,1) size 155x16
3252
                RenderBlock {P} at (8,1) size 155x16
3253
                  RenderText {#text} at (0,0) size 74x15
3253
                  RenderText {#text} at (0,0) size 74x15
Lines 3270-3277 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec126
3270
                RenderBlock {P} at (8,97) size 155x16
3270
                RenderBlock {P} at (8,97) size 155x16
3271
                  RenderText {#text} at (0,0) size 62x15
3271
                  RenderText {#text} at (0,0) size 62x15
3272
                    text run at (0,0) width 62: "Scott Hersh"
3272
                    text run at (0,0) width 62: "Scott Hersh"
3273
                  RenderInline {SPAN} at (0,0) size 1x15
3273
                  RenderInline {SPAN} at (0,0) size 0x15
3274
                    RenderInline {O:P} at (0,0) size 1x15
3274
                    RenderInline {O:P} at (0,0) size 0x0
3275
              RenderTableCell {TD} at (268,4126) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=2 rs=1 cs=1]
3275
              RenderTableCell {TD} at (268,4126) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=2 rs=1 cs=1]
3276
                RenderBlock {P} at (8,1) size 84x16
3276
                RenderBlock {P} at (8,1) size 84x16
3277
                  RenderText {#text} at (32,0) size 20x15
3277
                  RenderText {#text} at (32,0) size 20x15
Lines 3294-3301 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec127
3294
                RenderBlock {P} at (8,97) size 84x16
3294
                RenderBlock {P} at (8,97) size 84x16
3295
                  RenderText {#text} at (32,0) size 20x15
3295
                  RenderText {#text} at (32,0) size 20x15
3296
                    text run at (32,0) width 20: "Yes"
3296
                    text run at (32,0) width 20: "Yes"
3297
                  RenderInline {SPAN} at (0,0) size 1x15
3297
                  RenderInline {SPAN} at (0,0) size 0x15
3298
                    RenderInline {O:P} at (0,0) size 1x15
3298
                    RenderInline {O:P} at (0,0) size 0x0
3299
              RenderTableCell {TD} at (366,4126) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=3 rs=1 cs=1]
3299
              RenderTableCell {TD} at (366,4126) size 107x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=3 rs=1 cs=1]
3300
                RenderBlock {P} at (8,1) size 90x16
3300
                RenderBlock {P} at (8,1) size 90x16
3301
                  RenderText {#text} at (6,0) size 77x15
3301
                  RenderText {#text} at (6,0) size 77x15
Lines 3318-3381 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec128
3318
                RenderBlock {P} at (8,97) size 90x16
3318
                RenderBlock {P} at (8,97) size 90x16
3319
                  RenderText {#text} at (36,0) size 17x15
3319
                  RenderText {#text} at (36,0) size 17x15
3320
                    text run at (36,0) width 17: "No"
3320
                    text run at (36,0) width 17: "No"
3321
                  RenderInline {SPAN} at (0,0) size 1x15
3321
                  RenderInline {SPAN} at (0,0) size 0x15
3322
                    RenderInline {O:P} at (0,0) size 1x15
3322
                    RenderInline {O:P} at (0,0) size 0x0
3323
            RenderTableRow {TR} at (0,4239) size 472x49
3323
            RenderTableRow {TR} at (0,4239) size 472x49
3324
              RenderTableCell {TD} at (0,4239) size 99x17 [border: (1px none #808080) none] [r=54 c=0 rs=1 cs=1]
3324
              RenderTableCell {TD} at (0,4239) size 99x17 [border: (1px none #808080) none] [r=54 c=0 rs=1 cs=1]
3325
                RenderBlock {P} at (8,1) size 84x16
3325
                RenderBlock {P} at (8,1) size 84x16
3326
                  RenderText {#text} at (34,0) size 14x15
3326
                  RenderText {#text} at (34,0) size 14x15
3327
                    text run at (34,0) width 14: "55"
3327
                    text run at (34,0) width 14: "55"
3328
                  RenderInline {SPAN} at (0,0) size 1x15
3328
                  RenderInline {SPAN} at (0,0) size 0x15
3329
                    RenderInline {O:P} at (0,0) size 1x15
3329
                    RenderInline {O:P} at (0,0) size 0x0
3330
              RenderTableCell {TD} at (98,4239) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=1 rs=1 cs=1]
3330
              RenderTableCell {TD} at (98,4239) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=1 rs=1 cs=1]
3331
                RenderBlock {P} at (8,1) size 155x16
3331
                RenderBlock {P} at (8,1) size 155x16
3332
                  RenderText {#text} at (0,0) size 80x15
3332
                  RenderText {#text} at (0,0) size 80x15
3333
                    text run at (0,0) width 80: "Alberto Lanzas"
3333
                    text run at (0,0) width 80: "Alberto Lanzas"
3334
                  RenderInline {SPAN} at (0,0) size 1x15
3334
                  RenderInline {SPAN} at (0,0) size 0x15
3335
                    RenderInline {O:P} at (0,0) size 1x15
3335
                    RenderInline {O:P} at (0,0) size 0x0
3336
                RenderBlock {P} at (8,17) size 155x16
3336
                RenderBlock {P} at (8,17) size 155x16
3337
                  RenderText {#text} at (0,0) size 57x15
3337
                  RenderText {#text} at (0,0) size 57x15
3338
                    text run at (0,0) width 57: "Bob Roger"
3338
                    text run at (0,0) width 57: "Bob Roger"
3339
                RenderBlock {P} at (8,33) size 155x16
3339
                RenderBlock {P} at (8,33) size 155x16
3340
                  RenderText {#text} at (0,0) size 75x15
3340
                  RenderText {#text} at (0,0) size 75x15
3341
                    text run at (0,0) width 75: "Randy StClair"
3341
                    text run at (0,0) width 75: "Randy StClair"
3342
                  RenderInline {SPAN} at (0,0) size 1x15
3342
                  RenderInline {SPAN} at (0,0) size 0x15
3343
                    RenderInline {O:P} at (0,0) size 1x15
3343
                    RenderInline {O:P} at (0,0) size 0x0
3344
              RenderTableCell {TD} at (268,4239) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=2 rs=1 cs=1]
3344
              RenderTableCell {TD} at (268,4239) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=2 rs=1 cs=1]
3345
                RenderBlock {P} at (8,1) size 84x16
3345
                RenderBlock {P} at (8,1) size 84x16
3346
                  RenderText {#text} at (32,0) size 20x15
3346
                  RenderText {#text} at (32,0) size 20x15
3347
                    text run at (32,0) width 20: "Yes"
3347
                    text run at (32,0) width 20: "Yes"
3348
                  RenderInline {SPAN} at (0,0) size 1x15
3348
                  RenderInline {SPAN} at (0,0) size 0x15
3349
                    RenderInline {O:P} at (0,0) size 1x15
3349
                    RenderInline {O:P} at (0,0) size 0x0
3350
                RenderBlock {P} at (8,17) size 84x16
3350
                RenderBlock {P} at (8,17) size 84x16
3351
                  RenderText {#text} at (32,0) size 20x15
3351
                  RenderText {#text} at (32,0) size 20x15
3352
                    text run at (32,0) width 20: "Yes"
3352
                    text run at (32,0) width 20: "Yes"
3353
                RenderBlock {P} at (8,33) size 84x16
3353
                RenderBlock {P} at (8,33) size 84x16
3354
                  RenderText {#text} at (32,0) size 20x15
3354
                  RenderText {#text} at (32,0) size 20x15
3355
                    text run at (32,0) width 20: "Yes"
3355
                    text run at (32,0) width 20: "Yes"
3356
                  RenderInline {SPAN} at (0,0) size 1x15
3356
                  RenderInline {SPAN} at (0,0) size 0x15
3357
                    RenderInline {O:P} at (0,0) size 1x15
3357
                    RenderInline {O:P} at (0,0) size 0x0
3358
              RenderTableCell {TD} at (366,4239) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=3 rs=1 cs=1]
3358
              RenderTableCell {TD} at (366,4239) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=3 rs=1 cs=1]
3359
                RenderBlock {P} at (8,1) size 90x16
3359
                RenderBlock {P} at (8,1) size 90x16
3360
                  RenderText {#text} at (35,0) size 20x15
3360
                  RenderText {#text} at (35,0) size 20x15
3361
                    text run at (35,0) width 20: "Yes"
3361
                    text run at (35,0) width 20: "Yes"
3362
                  RenderInline {SPAN} at (0,0) size 1x15
3362
                  RenderInline {SPAN} at (0,0) size 0x15
3363
                    RenderInline {O:P} at (0,0) size 1x15
3363
                    RenderInline {O:P} at (0,0) size 0x0
3364
                RenderBlock {P} at (8,17) size 90x16
3364
                RenderBlock {P} at (8,17) size 90x16
3365
                  RenderText {#text} at (36,0) size 17x15
3365
                  RenderText {#text} at (36,0) size 17x15
3366
                    text run at (36,0) width 17: "No"
3366
                    text run at (36,0) width 17: "No"
3367
                RenderBlock {P} at (8,33) size 90x16
3367
                RenderBlock {P} at (8,33) size 90x16
3368
                  RenderText {#text} at (36,0) size 17x15
3368
                  RenderText {#text} at (36,0) size 17x15
3369
                    text run at (36,0) width 17: "No"
3369
                    text run at (36,0) width 17: "No"
3370
                  RenderInline {SPAN} at (0,0) size 1x15
3370
                  RenderInline {SPAN} at (0,0) size 0x15
3371
                    RenderInline {O:P} at (0,0) size 1x15
3371
                    RenderInline {O:P} at (0,0) size 0x0
3372
            RenderTableRow {TR} at (0,4288) size 472x81
3372
            RenderTableRow {TR} at (0,4288) size 472x81
3373
              RenderTableCell {TD} at (0,4288) size 99x17 [border: (1px none #808080) none] [r=55 c=0 rs=1 cs=1]
3373
              RenderTableCell {TD} at (0,4288) size 99x17 [border: (1px none #808080) none] [r=55 c=0 rs=1 cs=1]
3374
                RenderBlock {P} at (8,1) size 84x16
3374
                RenderBlock {P} at (8,1) size 84x16
3375
                  RenderText {#text} at (34,0) size 14x15
3375
                  RenderText {#text} at (34,0) size 14x15
3376
                    text run at (34,0) width 14: "56"
3376
                    text run at (34,0) width 14: "56"
3377
                  RenderInline {SPAN} at (0,0) size 1x15
3377
                  RenderInline {SPAN} at (0,0) size 0x15
3378
                    RenderInline {O:P} at (0,0) size 1x15
3378
                    RenderInline {O:P} at (0,0) size 0x0
3379
              RenderTableCell {TD} at (98,4288) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=1 rs=1 cs=1]
3379
              RenderTableCell {TD} at (98,4288) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=1 rs=1 cs=1]
3380
                RenderBlock {P} at (8,1) size 155x16
3380
                RenderBlock {P} at (8,1) size 155x16
3381
                  RenderText {#text} at (0,0) size 80x15
3381
                  RenderText {#text} at (0,0) size 80x15
Lines 3392-3399 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec129
3392
                RenderBlock {P} at (8,65) size 155x16
3392
                RenderBlock {P} at (8,65) size 155x16
3393
                  RenderText {#text} at (0,0) size 69x15
3393
                  RenderText {#text} at (0,0) size 69x15
3394
                    text run at (0,0) width 69: "Harald Close"
3394
                    text run at (0,0) width 69: "Harald Close"
3395
                  RenderInline {SPAN} at (0,0) size 1x15
3395
                  RenderInline {SPAN} at (0,0) size 0x15
3396
                    RenderInline {O:P} at (0,0) size 1x15
3396
                    RenderInline {O:P} at (0,0) size 0x0
3397
              RenderTableCell {TD} at (268,4288) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=2 rs=1 cs=1]
3397
              RenderTableCell {TD} at (268,4288) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=2 rs=1 cs=1]
3398
                RenderBlock {P} at (8,1) size 84x16
3398
                RenderBlock {P} at (8,1) size 84x16
3399
                  RenderText {#text} at (32,0) size 20x15
3399
                  RenderText {#text} at (32,0) size 20x15
Lines 3410-3417 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec130
3410
                RenderBlock {P} at (8,65) size 84x16
3410
                RenderBlock {P} at (8,65) size 84x16
3411
                  RenderText {#text} at (32,0) size 20x15
3411
                  RenderText {#text} at (32,0) size 20x15
3412
                    text run at (32,0) width 20: "Yes"
3412
                    text run at (32,0) width 20: "Yes"
3413
                  RenderInline {SPAN} at (0,0) size 1x15
3413
                  RenderInline {SPAN} at (0,0) size 0x15
3414
                    RenderInline {O:P} at (0,0) size 1x15
3414
                    RenderInline {O:P} at (0,0) size 0x0
3415
              RenderTableCell {TD} at (366,4288) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=3 rs=1 cs=1]
3415
              RenderTableCell {TD} at (366,4288) size 107x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=3 rs=1 cs=1]
3416
                RenderBlock {P} at (8,1) size 90x16
3416
                RenderBlock {P} at (8,1) size 90x16
3417
                  RenderText {#text} at (36,0) size 17x15
3417
                  RenderText {#text} at (36,0) size 17x15
Lines 3428-3442 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec131
3428
                RenderBlock {P} at (8,65) size 90x16
3428
                RenderBlock {P} at (8,65) size 90x16
3429
                  RenderText {#text} at (36,0) size 17x15
3429
                  RenderText {#text} at (36,0) size 17x15
3430
                    text run at (36,0) width 17: "No"
3430
                    text run at (36,0) width 17: "No"
3431
                  RenderInline {SPAN} at (0,0) size 1x15
3431
                  RenderInline {SPAN} at (0,0) size 0x15
3432
                    RenderInline {O:P} at (0,0) size 1x15
3432
                    RenderInline {O:P} at (0,0) size 0x0
3433
            RenderTableRow {TR} at (0,4369) size 472x49
3433
            RenderTableRow {TR} at (0,4369) size 472x49
3434
              RenderTableCell {TD} at (0,4369) size 99x17 [border: (1px none #808080) none] [r=56 c=0 rs=1 cs=1]
3434
              RenderTableCell {TD} at (0,4369) size 99x17 [border: (1px none #808080) none] [r=56 c=0 rs=1 cs=1]
3435
                RenderBlock {P} at (8,1) size 84x16
3435
                RenderBlock {P} at (8,1) size 84x16
3436
                  RenderText {#text} at (34,0) size 14x15
3436
                  RenderText {#text} at (34,0) size 14x15
3437
                    text run at (34,0) width 14: "57"
3437
                    text run at (34,0) width 14: "57"
3438
                  RenderInline {SPAN} at (0,0) size 1x15
3438
                  RenderInline {SPAN} at (0,0) size 0x15
3439
                    RenderInline {O:P} at (0,0) size 1x15
3439
                    RenderInline {O:P} at (0,0) size 0x0
3440
              RenderTableCell {TD} at (98,4369) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=56 c=1 rs=1 cs=1]
3440
              RenderTableCell {TD} at (98,4369) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=56 c=1 rs=1 cs=1]
3441
                RenderBlock {P} at (8,1) size 155x16
3441
                RenderBlock {P} at (8,1) size 155x16
3442
                  RenderText {#text} at (0,0) size 57x15
3442
                  RenderText {#text} at (0,0) size 57x15
Lines 3447-3479 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec132
3447
                RenderBlock {P} at (8,33) size 155x16
3447
                RenderBlock {P} at (8,33) size 155x16
3448
                  RenderText {#text} at (0,0) size 64x15
3448
                  RenderText {#text} at (0,0) size 64x15
3449
                    text run at (0,0) width 64: "David Dunn"
3449
                    text run at (0,0) width 64: "David Dunn"
3450
                  RenderInline {SPAN} at (0,0) size 1x15
3450
                  RenderInline {SPAN} at (0,0) size 0x15
3451
                    RenderInline {O:P} at (0,0) size 1x15
3451
                    RenderInline {O:P} at (0,0) size 0x0
3452
              RenderTableCell {TD} at (268,4369) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=2 rs=1 cs=1]
3452
              RenderTableCell {TD} at (268,4369) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=2 rs=1 cs=1]
3453
                RenderBlock {P} at (8,1) size 84x16
3453
                RenderBlock {P} at (8,1) size 84x16
3454
                  RenderText {#text} at (32,0) size 20x15
3454
                  RenderText {#text} at (32,0) size 20x15
3455
                    text run at (32,0) width 20: "Yes"
3455
                    text run at (32,0) width 20: "Yes"
3456
                  RenderInline {SPAN} at (0,0) size 1x15
3456
                  RenderInline {SPAN} at (0,0) size 0x15
3457
                    RenderInline {O:P} at (0,0) size 1x15
3457
                    RenderInline {O:P} at (0,0) size 0x0
3458
              RenderTableCell {TD} at (366,4369) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=3 rs=1 cs=1]
3458
              RenderTableCell {TD} at (366,4369) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=3 rs=1 cs=1]
3459
                RenderBlock {P} at (8,1) size 90x16
3459
                RenderBlock {P} at (8,1) size 90x16
3460
                  RenderText {#text} at (36,0) size 17x15
3460
                  RenderText {#text} at (36,0) size 17x15
3461
                    text run at (36,0) width 17: "No"
3461
                    text run at (36,0) width 17: "No"
3462
                  RenderInline {SPAN} at (0,0) size 1x15
3462
                  RenderInline {SPAN} at (0,0) size 0x15
3463
                    RenderInline {O:P} at (0,0) size 1x15
3463
                    RenderInline {O:P} at (0,0) size 0x0
3464
            RenderTableRow {TR} at (0,4418) size 472x65
3464
            RenderTableRow {TR} at (0,4418) size 472x65
3465
              RenderTableCell {TD} at (0,4418) size 99x17 [border: (1px none #808080) none] [r=57 c=0 rs=1 cs=1]
3465
              RenderTableCell {TD} at (0,4418) size 99x17 [border: (1px none #808080) none] [r=57 c=0 rs=1 cs=1]
3466
                RenderBlock {P} at (8,1) size 84x16
3466
                RenderBlock {P} at (8,1) size 84x16
3467
                  RenderText {#text} at (34,0) size 14x15
3467
                  RenderText {#text} at (34,0) size 14x15
3468
                    text run at (34,0) width 14: "58"
3468
                    text run at (34,0) width 14: "58"
3469
                  RenderInline {SPAN} at (0,0) size 1x15
3469
                  RenderInline {SPAN} at (0,0) size 0x15
3470
                    RenderInline {O:P} at (0,0) size 1x15
3470
                    RenderInline {O:P} at (0,0) size 0x0
3471
              RenderTableCell {TD} at (98,4418) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=57 c=1 rs=1 cs=1]
3471
              RenderTableCell {TD} at (98,4418) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=57 c=1 rs=1 cs=1]
3472
                RenderBlock {P} at (8,1) size 155x16
3472
                RenderBlock {P} at (8,1) size 155x16
3473
                  RenderText {#text} at (0,0) size 92x15
3473
                  RenderText {#text} at (0,0) size 92x15
3474
                    text run at (0,0) width 92: "Ian + Brad Carter"
3474
                    text run at (0,0) width 92: "Ian + Brad Carter"
3475
                  RenderInline {SPAN} at (0,0) size 1x15
3475
                  RenderInline {SPAN} at (0,0) size 0x15
3476
                    RenderInline {O:P} at (0,0) size 1x15
3476
                    RenderInline {O:P} at (0,0) size 0x0
3477
                RenderBlock {P} at (8,17) size 155x16
3477
                RenderBlock {P} at (8,17) size 155x16
3478
                  RenderText {#text} at (0,0) size 66x15
3478
                  RenderText {#text} at (0,0) size 66x15
3479
                    text run at (0,0) width 66: "Bill Johnson"
3479
                    text run at (0,0) width 66: "Bill Johnson"
Lines 3483-3525 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec133
3483
                RenderBlock {P} at (8,49) size 155x16
3483
                RenderBlock {P} at (8,49) size 155x16
3484
                  RenderText {#text} at (0,0) size 64x15
3484
                  RenderText {#text} at (0,0) size 64x15
3485
                    text run at (0,0) width 64: "David Dunn"
3485
                    text run at (0,0) width 64: "David Dunn"
3486
                  RenderInline {SPAN} at (0,0) size 1x15
3486
                  RenderInline {SPAN} at (0,0) size 0x15
3487
                    RenderInline {O:P} at (0,0) size 1x15
3487
                    RenderInline {O:P} at (0,0) size 0x0
3488
              RenderTableCell {TD} at (268,4418) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=2 rs=1 cs=1]
3488
              RenderTableCell {TD} at (268,4418) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=2 rs=1 cs=1]
3489
                RenderBlock {P} at (8,1) size 84x16
3489
                RenderBlock {P} at (8,1) size 84x16
3490
                  RenderText {#text} at (32,0) size 20x15
3490
                  RenderText {#text} at (32,0) size 20x15
3491
                    text run at (32,0) width 20: "Yes"
3491
                    text run at (32,0) width 20: "Yes"
3492
                  RenderInline {SPAN} at (0,0) size 1x15
3492
                  RenderInline {SPAN} at (0,0) size 0x15
3493
                    RenderInline {O:P} at (0,0) size 1x15
3493
                    RenderInline {O:P} at (0,0) size 0x0
3494
                RenderBlock {P} at (8,17) size 84x16
3494
                RenderBlock {P} at (8,17) size 84x16
3495
                  RenderText {#text} at (32,0) size 20x15
3495
                  RenderText {#text} at (32,0) size 20x15
3496
                    text run at (32,0) width 20: "Yes"
3496
                    text run at (32,0) width 20: "Yes"
3497
                RenderBlock {P} at (8,33) size 84x16
3497
                RenderBlock {P} at (8,33) size 84x16
3498
                  RenderText {#text} at (32,0) size 20x15
3498
                  RenderText {#text} at (32,0) size 20x15
3499
                    text run at (32,0) width 20: "Yes"
3499
                    text run at (32,0) width 20: "Yes"
3500
                  RenderInline {SPAN} at (0,0) size 1x15
3500
                  RenderInline {SPAN} at (0,0) size 0x15
3501
                    RenderInline {O:P} at (0,0) size 1x15
3501
                    RenderInline {O:P} at (0,0) size 0x0
3502
              RenderTableCell {TD} at (366,4418) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=3 rs=1 cs=1]
3502
              RenderTableCell {TD} at (366,4418) size 107x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=3 rs=1 cs=1]
3503
                RenderBlock {P} at (8,1) size 90x16
3503
                RenderBlock {P} at (8,1) size 90x16
3504
                  RenderText {#text} at (36,0) size 17x15
3504
                  RenderText {#text} at (36,0) size 17x15
3505
                    text run at (36,0) width 17: "No"
3505
                    text run at (36,0) width 17: "No"
3506
                  RenderInline {SPAN} at (0,0) size 1x15
3506
                  RenderInline {SPAN} at (0,0) size 0x15
3507
                    RenderInline {O:P} at (0,0) size 1x15
3507
                    RenderInline {O:P} at (0,0) size 0x0
3508
                RenderBlock {P} at (8,17) size 90x16
3508
                RenderBlock {P} at (8,17) size 90x16
3509
                  RenderText {#text} at (36,0) size 17x15
3509
                  RenderText {#text} at (36,0) size 17x15
3510
                    text run at (36,0) width 17: "No"
3510
                    text run at (36,0) width 17: "No"
3511
                RenderBlock {P} at (8,33) size 90x16
3511
                RenderBlock {P} at (8,33) size 90x16
3512
                  RenderText {#text} at (36,0) size 17x15
3512
                  RenderText {#text} at (36,0) size 17x15
3513
                    text run at (36,0) width 17: "No"
3513
                    text run at (36,0) width 17: "No"
3514
                  RenderInline {SPAN} at (0,0) size 1x15
3514
                  RenderInline {SPAN} at (0,0) size 0x15
3515
                    RenderInline {O:P} at (0,0) size 1x15
3515
                    RenderInline {O:P} at (0,0) size 0x0
3516
            RenderTableRow {TR} at (0,4483) size 472x33
3516
            RenderTableRow {TR} at (0,4483) size 472x33
3517
              RenderTableCell {TD} at (0,4483) size 99x17 [border: (1px none #808080) none] [r=58 c=0 rs=1 cs=1]
3517
              RenderTableCell {TD} at (0,4483) size 99x17 [border: (1px none #808080) none] [r=58 c=0 rs=1 cs=1]
3518
                RenderBlock {P} at (8,1) size 84x16
3518
                RenderBlock {P} at (8,1) size 84x16
3519
                  RenderText {#text} at (34,0) size 14x15
3519
                  RenderText {#text} at (34,0) size 14x15
3520
                    text run at (34,0) width 14: "59"
3520
                    text run at (34,0) width 14: "59"
3521
                  RenderInline {SPAN} at (0,0) size 1x15
3521
                  RenderInline {SPAN} at (0,0) size 0x15
3522
                    RenderInline {O:P} at (0,0) size 1x15
3522
                    RenderInline {O:P} at (0,0) size 0x0
3523
              RenderTableCell {TD} at (98,4483) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=58 c=1 rs=1 cs=1]
3523
              RenderTableCell {TD} at (98,4483) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=58 c=1 rs=1 cs=1]
3524
                RenderBlock {P} at (8,1) size 155x16
3524
                RenderBlock {P} at (8,1) size 155x16
3525
                  RenderText {#text} at (0,0) size 57x15
3525
                  RenderText {#text} at (0,0) size 57x15
Lines 3527-3553 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec134
3527
                RenderBlock {P} at (8,17) size 155x16
3527
                RenderBlock {P} at (8,17) size 155x16
3528
                  RenderText {#text} at (0,0) size 67x15
3528
                  RenderText {#text} at (0,0) size 67x15
3529
                    text run at (0,0) width 67: "Rich Burnett"
3529
                    text run at (0,0) width 67: "Rich Burnett"
3530
                  RenderInline {SPAN} at (0,0) size 1x15
3530
                  RenderInline {SPAN} at (0,0) size 0x15
3531
                    RenderInline {O:P} at (0,0) size 1x15
3531
                    RenderInline {O:P} at (0,0) size 0x0
3532
              RenderTableCell {TD} at (268,4483) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=2 rs=1 cs=1]
3532
              RenderTableCell {TD} at (268,4483) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=2 rs=1 cs=1]
3533
                RenderBlock {P} at (8,1) size 84x16
3533
                RenderBlock {P} at (8,1) size 84x16
3534
                  RenderText {#text} at (32,0) size 20x15
3534
                  RenderText {#text} at (32,0) size 20x15
3535
                    text run at (32,0) width 20: "Yes"
3535
                    text run at (32,0) width 20: "Yes"
3536
                  RenderInline {SPAN} at (0,0) size 1x15
3536
                  RenderInline {SPAN} at (0,0) size 0x15
3537
                    RenderInline {O:P} at (0,0) size 1x15
3537
                    RenderInline {O:P} at (0,0) size 0x0
3538
              RenderTableCell {TD} at (366,4483) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=3 rs=1 cs=1]
3538
              RenderTableCell {TD} at (366,4483) size 107x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=3 rs=1 cs=1]
3539
                RenderBlock {P} at (8,1) size 90x16
3539
                RenderBlock {P} at (8,1) size 90x16
3540
                  RenderText {#text} at (36,0) size 17x15
3540
                  RenderText {#text} at (36,0) size 17x15
3541
                    text run at (36,0) width 17: "No"
3541
                    text run at (36,0) width 17: "No"
3542
                  RenderInline {SPAN} at (0,0) size 1x15
3542
                  RenderInline {SPAN} at (0,0) size 0x15
3543
                    RenderInline {O:P} at (0,0) size 1x15
3543
                    RenderInline {O:P} at (0,0) size 0x0
3544
            RenderTableRow {TR} at (0,4516) size 472x65
3544
            RenderTableRow {TR} at (0,4516) size 472x65
3545
              RenderTableCell {TD} at (0,4516) size 99x17 [border: (1px none #808080) none] [r=59 c=0 rs=1 cs=1]
3545
              RenderTableCell {TD} at (0,4516) size 99x17 [border: (1px none #808080) none] [r=59 c=0 rs=1 cs=1]
3546
                RenderBlock {P} at (8,1) size 84x16
3546
                RenderBlock {P} at (8,1) size 84x16
3547
                  RenderText {#text} at (34,0) size 14x15
3547
                  RenderText {#text} at (34,0) size 14x15
3548
                    text run at (34,0) width 14: "60"
3548
                    text run at (34,0) width 14: "60"
3549
                  RenderInline {SPAN} at (0,0) size 1x15
3549
                  RenderInline {SPAN} at (0,0) size 0x15
3550
                    RenderInline {O:P} at (0,0) size 1x15
3550
                    RenderInline {O:P} at (0,0) size 0x0
3551
              RenderTableCell {TD} at (98,4516) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=59 c=1 rs=1 cs=1]
3551
              RenderTableCell {TD} at (98,4516) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=59 c=1 rs=1 cs=1]
3552
                RenderBlock {P} at (8,1) size 155x16
3552
                RenderBlock {P} at (8,1) size 155x16
3553
                  RenderText {#text} at (0,0) size 66x15
3553
                  RenderText {#text} at (0,0) size 66x15
Lines 3561-3568 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec135
3561
                RenderBlock {P} at (8,49) size 155x16
3561
                RenderBlock {P} at (8,49) size 155x16
3562
                  RenderText {#text} at (0,0) size 87x15
3562
                  RenderText {#text} at (0,0) size 87x15
3563
                    text run at (0,0) width 87: "Rick Rasmussen"
3563
                    text run at (0,0) width 87: "Rick Rasmussen"
3564
                  RenderInline {SPAN} at (0,0) size 1x15
3564
                  RenderInline {SPAN} at (0,0) size 0x15
3565
                    RenderInline {O:P} at (0,0) size 1x15
3565
                    RenderInline {O:P} at (0,0) size 0x0
3566
              RenderTableCell {TD} at (268,4516) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=2 rs=1 cs=1]
3566
              RenderTableCell {TD} at (268,4516) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=2 rs=1 cs=1]
3567
                RenderBlock {P} at (8,1) size 84x16
3567
                RenderBlock {P} at (8,1) size 84x16
3568
                  RenderText {#text} at (32,0) size 20x15
3568
                  RenderText {#text} at (32,0) size 20x15
Lines 3570-3577 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec136
3570
                RenderBlock {P} at (8,17) size 84x16
3570
                RenderBlock {P} at (8,17) size 84x16
3571
                  RenderText {#text} at (33,0) size 17x15
3571
                  RenderText {#text} at (33,0) size 17x15
3572
                    text run at (33,0) width 17: "No"
3572
                    text run at (33,0) width 17: "No"
3573
                  RenderInline {SPAN} at (0,0) size 1x15
3573
                  RenderInline {SPAN} at (0,0) size 0x15
3574
                    RenderInline {O:P} at (0,0) size 1x15
3574
                    RenderInline {O:P} at (0,0) size 0x0
3575
              RenderTableCell {TD} at (366,4516) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=3 rs=1 cs=1]
3575
              RenderTableCell {TD} at (366,4516) size 107x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=3 rs=1 cs=1]
3576
                RenderBlock {P} at (8,1) size 90x16
3576
                RenderBlock {P} at (8,1) size 90x16
3577
                  RenderText {#text} at (36,0) size 17x15
3577
                  RenderText {#text} at (36,0) size 17x15
Lines 3579-3586 layer at (0,0) size 785x4680 a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt_sec137
3579
                RenderBlock {P} at (8,17) size 90x16
3579
                RenderBlock {P} at (8,17) size 90x16
3580
                  RenderText {#text} at (35,0) size 20x15
3580
                  RenderText {#text} at (35,0) size 20x15
3581
                    text run at (35,0) width 20: "Yes"
3581
                    text run at (35,0) width 20: "Yes"
3582
                  RenderInline {SPAN} at (0,0) size 1x15
3582
                  RenderInline {SPAN} at (0,0) size 0x15
3583
                    RenderInline {O:P} at (0,0) size 1x15
3583
                    RenderInline {O:P} at (0,0) size 0x0
3584
        RenderBlock {P} at (0,4600) size 769x16
3584
        RenderBlock {P} at (0,4600) size 769x16
3585
          RenderInline {SPAN} at (0,0) size 4x15
3585
          RenderInline {SPAN} at (0,0) size 4x15
3586
            RenderText {#text} at (0,0) size 4x15
3586
            RenderText {#text} at (0,0) size 4x15

Return to Bug 220148