summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 19:39:23 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 19:39:23 +0000
commita860f0ce5d5e216b52c282f765d81278800c6325 (patch)
tree8421be7d00b1e2e8cccaf0fee13d584adeb433a0 /webkit
parent47028388af6a20514807997ff3384304d0c168d0 (diff)
downloadchromium_src-a860f0ce5d5e216b52c282f765d81278800c6325.zip
chromium_src-a860f0ce5d5e216b52c282f765d81278800c6325.tar.gz
chromium_src-a860f0ce5d5e216b52c282f765d81278800c6325.tar.bz2
Rebaselines the test
tables/mozilla_expected_failures/bugs/bug14007-2.html. This test needs to be rebaselined as prior to the merge we treated font-weight:600 as bold, after the merge we don't. The changed code is in FontCacheChromiumWin, it's now: winfont->lfWeight = toGDIFontWeight(fontDescription.weight()); static LONG toGDIFontWeight(FontWeight fontWeight) { static LONG gdiFontWeights[] = { FW_THIN, // FontWeight100 FW_EXTRALIGHT, // FontWeight200 FW_LIGHT, // FontWeight300 FW_NORMAL, // FontWeight400 FW_MEDIUM, // FontWeight500 FW_SEMIBOLD, // FontWeight600 FW_BOLD, // FontWeight700 FW_EXTRABOLD, // FontWeight800 FW_HEAVY // FontWeight900 }; return gdiFontWeights[fontWeight]; } where as previously it was: winfont->lfWeight = fontDescription.bold() ? 700 : 400; BUG=none TEST=none Review URL: http://codereview.chromium.org/18002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum2
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.pngbin9654 -> 9626 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt496
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt2
4 files changed, 250 insertions, 250 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum
index f3452747..5eeb828 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum
@@ -1 +1 @@
-48e961d331fda17eb7e243c2e9df5e5b \ No newline at end of file
+394f70a77398ef1af06434b78453eee9 \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png
index 8549afb..4191af5 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt
index d40586e..831be57 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt
@@ -1,424 +1,424 @@
-layer at (0,0) size 785x1439
+layer at (0,0) size 785x1438
RenderView at (0,0) size 785x600
-layer at (0,0) size 785x1439
- RenderBlock {HTML} at (0,0) size 785x1439
- RenderBody {BODY} at (8,8) size 769x1415
- RenderBlock {CENTER} at (0,0) size 769x1415
+layer at (0,0) size 785x1438
+ RenderBlock {HTML} at (0,0) size 785x1438
+ RenderBody {BODY} at (8,8) size 769x1414
+ RenderBlock {CENTER} at (0,0) size 769x1414
RenderBlock (anonymous) at (0,0) size 769x20
RenderText {#text} at (258,0) size 252x19
text run at (258,0) width 252: "Build 1999/10/27/08 Win95 - Daily Build"
RenderBR {BR} at (510,15) size 0x0
- RenderTable {TABLE} at (78,20) size 612x1259 [border: (10px outset #808080)]
- RenderBlock {CAPTION} at (0,0) size 592x20
- RenderText {#text} at (255,0) size 82x19
- text run at (255,0) width 82: "January 2000"
- RenderTableSection {TBODY} at (10,30) size 592x1219
- RenderTableRow {TR} at (0,0) size 592x468
- RenderTableCell {TD} at (0,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ RenderTable {TABLE} at (76,20) size 616x1258 [border: (10px outset #808080)]
+ RenderBlock {CAPTION} at (0,0) size 596x20
+ RenderText {#text} at (257,0) size 82x19
+ text run at (257,0) width 82: "January 2000"
+ RenderTableSection {TBODY} at (10,30) size 596x1218
+ RenderTableRow {TR} at (0,0) size 596x468
+ RenderTableCell {TD} at (0,0) size 85x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (84,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (85,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (168,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+ RenderTableCell {TD} at (169,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (252,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+ RenderTableCell {TD} at (253,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (336,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+ RenderTableCell {TD} at (337,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (420,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
+ RenderTableCell {TD} at (421,0) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (504,0) size 88x468 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
- RenderTable {TABLE} at (2,2) size 84x444 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 84x444
- RenderTableRow {TR} at (0,0) size 84x444
- RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 16x24
- text run at (1,1) width 16: "1."
- RenderTableCell {TD} at (18,0) size 66x444 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 64x442 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 64x442 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 64x442
- RenderTableCell {TD} at (0,0) size 64x442 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 62x80
+ RenderTableCell {TD} at (505,0) size 91x468 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
+ RenderTable {TABLE} at (2,2) size 87x444 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 87x444
+ RenderTableRow {TR} at (0,0) size 87x444
+ RenderTableCell {TD} at (0,0) size 20x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 18x23
+ text run at (1,1) width 18: "1."
+ RenderTableCell {TD} at (20,0) size 67x444 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 65x442 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 65x442 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 65x442
+ RenderTableCell {TD} at (0,0) size 65x442 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 63x80
RenderText {#text} at (0,0) size 46x79
text run at (0,0) width 26: "Test"
text run at (0,20) width 41: "mozilla"
text run at (0,40) width 46: "one last"
text run at (0,60) width 29: "time."
- RenderBlock {P} at (1,97) size 62x60
+ RenderBlock {P} at (1,97) size 63x60
RenderText {#text} at (0,0) size 36x59
text run at (0,0) width 30: "New"
text run at (0,20) width 36: "Years"
text run at (0,40) width 26: "day."
- RenderBlock {P} at (1,173) size 62x20
+ RenderBlock {P} at (1,173) size 63x20
RenderText {#text} at (0,0) size 46x19
text run at (0,0) width 46: "Y2K!!!"
- RenderBlock {P} at (1,209) size 62x60
+ RenderBlock {P} at (1,209) size 63x60
RenderText {#text} at (0,0) size 57x59
text run at (0,0) width 27: "Find"
text run at (0,20) width 46: "Abacus"
text run at (0,40) width 57: "from attic"
- RenderBlock {P} at (1,285) size 62x80
+ RenderBlock {P} at (1,285) size 63x80
RenderText {#text} at (0,0) size 50x79
text run at (0,0) width 43: "Eat Ice"
text run at (0,20) width 41: "Cream"
text run at (0,40) width 50: "before it"
text run at (0,60) width 31: "melts"
- RenderBlock {P} at (1,381) size 62x60
+ RenderBlock {P} at (1,381) size 63x60
RenderText {#text} at (0,0) size 51x59
text run at (0,0) width 32: "Lock"
text run at (0,20) width 51: "doors &"
text run at (0,40) width 25: "hide"
- RenderBlock (anonymous) at (2,446) size 84x20
+ RenderBlock (anonymous) at (2,446) size 87x20
RenderBR {BR} at (0,0) size 0x19
- RenderTableRow {TR} at (0,468) size 592x300
- RenderTableCell {TD} at (0,468) size 84x220 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
- RenderTable {TABLE} at (2,2) size 80x196 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 80x196
- RenderTableRow {TR} at (0,0) size 80x196
- RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 16x24
- text run at (1,1) width 16: "2."
- RenderTableCell {TD} at (18,0) size 62x196 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 60x194 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 60x194 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 60x194
- RenderTableCell {TD} at (0,0) size 60x194 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 58x60
+ RenderTableRow {TR} at (0,468) size 596x300
+ RenderTableCell {TD} at (0,468) size 85x220 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+ RenderTable {TABLE} at (2,2) size 81x196 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 81x196
+ RenderTableRow {TR} at (0,0) size 81x196
+ RenderTableCell {TD} at (0,0) size 20x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 18x23
+ text run at (1,1) width 18: "2."
+ RenderTableCell {TD} at (20,0) size 61x196 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 59x194 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 59x194 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 59x194
+ RenderTableCell {TD} at (0,0) size 59x194 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 57x60
RenderText {#text} at (0,0) size 57x59
text run at (0,0) width 54: "Look for"
text run at (0,20) width 31: "Y2K"
text run at (0,40) width 57: "survivers."
- RenderBlock {P} at (1,77) size 58x40
+ RenderBlock {P} at (1,77) size 57x40
RenderText {#text} at (0,0) size 54x39
text run at (0,0) width 31: "Build"
text run at (0,20) width 54: "outhouse"
- RenderBlock {P} at (1,133) size 58x60
+ RenderBlock {P} at (1,133) size 57x60
RenderText {#text} at (0,0) size 44x59
text run at (0,0) width 20: "Eat"
text run at (0,20) width 44: "reserve"
text run at (0,40) width 28: "food"
- RenderBlock (anonymous) at (2,198) size 80x20
+ RenderBlock (anonymous) at (2,198) size 81x20
RenderBR {BR} at (0,0) size 0x19
- RenderTableCell {TD} at (84,468) size 84x88 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (85,468) size 84x88 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x84 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x84
RenderTableRow {TR} at (0,0) size 80x84
- RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 16x24
- text run at (1,1) width 16: "3."
- RenderTableCell {TD} at (18,0) size 62x84 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 60x82 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 60x82 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 60x82
- RenderTableCell {TD} at (0,0) size 60x82 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 58x80
+ RenderTableCell {TD} at (0,0) size 20x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 18x23
+ text run at (1,1) width 18: "3."
+ RenderTableCell {TD} at (20,0) size 60x84 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 58x82 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 58x82 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 58x82
+ RenderTableCell {TD} at (0,0) size 58x82 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 56x80
RenderText {#text} at (0,0) size 55x79
text run at (0,0) width 34: "Write"
text run at (0,20) width 46: "letter to"
text run at (0,40) width 43: "electric"
text run at (0,60) width 55: "company"
- RenderTableCell {TD} at (168,468) size 84x240 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+ RenderTableCell {TD} at (169,468) size 84x240 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x236 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x236
RenderTableRow {TR} at (0,0) size 80x236
- RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 16x24
- text run at (1,1) width 16: "4."
- RenderTableCell {TD} at (18,0) size 62x236 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 60x234 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 60x234 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 60x234
- RenderTableCell {TD} at (0,0) size 60x234 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 58x40
+ RenderTableCell {TD} at (0,0) size 20x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 18x23
+ text run at (1,1) width 18: "4."
+ RenderTableCell {TD} at (20,0) size 60x236 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 58x234 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 58x234 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 58x234
+ RenderTableCell {TD} at (0,0) size 58x234 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 56x40
RenderText {#text} at (0,0) size 54x39
text run at (0,0) width 53: "Send the"
text run at (0,20) width 54: "snail mail"
- RenderBlock {P} at (1,57) size 58x100
- RenderText {#text} at (0,0) size 58x99
+ RenderBlock {P} at (1,57) size 56x100
+ RenderText {#text} at (0,0) size 55x99
text run at (0,0) width 35: "Go to"
- text run at (0,20) width 58: "work and"
- text run at (0,40) width 44: "stare at"
- text run at (0,60) width 30: "dead"
+ text run at (0,20) width 32: "work"
+ text run at (0,40) width 55: "and stare"
+ text run at (0,60) width 45: "at dead"
text run at (0,80) width 46: "monitor"
- RenderBlock {P} at (1,173) size 58x60
+ RenderBlock {P} at (1,173) size 56x60
RenderText {#text} at (0,0) size 44x59
text run at (0,0) width 20: "Eat"
text run at (0,20) width 44: "reserve"
text run at (0,40) width 28: "food"
- RenderTableCell {TD} at (252,468) size 84x184 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
+ RenderTableCell {TD} at (253,468) size 84x184 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x180 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x180
RenderTableRow {TR} at (0,0) size 80x180
- RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 16x24
- text run at (1,1) width 16: "5."
- RenderTableCell {TD} at (18,0) size 62x180 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 60x178 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 60x178 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 60x178
- RenderTableCell {TD} at (0,0) size 60x178 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 58x100
- RenderText {#text} at (0,0) size 58x99
+ RenderTableCell {TD} at (0,0) size 20x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 18x23
+ text run at (1,1) width 18: "5."
+ RenderTableCell {TD} at (20,0) size 60x180 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 58x178 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 58x178 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 58x178
+ RenderTableCell {TD} at (0,0) size 58x178 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 56x100
+ RenderText {#text} at (0,0) size 55x99
text run at (0,0) width 35: "Go to"
- text run at (0,20) width 58: "work and"
- text run at (0,40) width 44: "stare at"
- text run at (0,60) width 30: "dead"
+ text run at (0,20) width 32: "work"
+ text run at (0,40) width 55: "and stare"
+ text run at (0,60) width 45: "at dead"
text run at (0,80) width 46: "monitor"
- RenderBlock {P} at (1,117) size 58x60
+ RenderBlock {P} at (1,117) size 56x60
RenderText {#text} at (0,0) size 44x59
text run at (0,0) width 20: "Eat"
text run at (0,20) width 44: "reserve"
text run at (0,40) width 28: "food"
- RenderTableCell {TD} at (336,468) size 84x184 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
+ RenderTableCell {TD} at (337,468) size 84x184 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x180 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x180
RenderTableRow {TR} at (0,0) size 80x180
- RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 16x24
- text run at (1,1) width 16: "6."
- RenderTableCell {TD} at (18,0) size 62x180 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 60x178 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 60x178 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 60x178
- RenderTableCell {TD} at (0,0) size 60x178 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 58x100
- RenderText {#text} at (0,0) size 58x99
+ RenderTableCell {TD} at (0,0) size 20x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 18x23
+ text run at (1,1) width 18: "6."
+ RenderTableCell {TD} at (20,0) size 60x180 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 58x178 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 58x178 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 58x178
+ RenderTableCell {TD} at (0,0) size 58x178 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 56x100
+ RenderText {#text} at (0,0) size 55x99
text run at (0,0) width 35: "Go to"
- text run at (0,20) width 58: "work and"
- text run at (0,40) width 44: "stare at"
- text run at (0,60) width 30: "dead"
+ text run at (0,20) width 32: "work"
+ text run at (0,40) width 55: "and stare"
+ text run at (0,60) width 45: "at dead"
text run at (0,80) width 46: "monitor"
- RenderBlock {P} at (1,117) size 58x60
+ RenderBlock {P} at (1,117) size 56x60
RenderText {#text} at (0,0) size 44x59
text run at (0,0) width 20: "Eat"
text run at (0,20) width 44: "reserve"
text run at (0,40) width 28: "food"
- RenderTableCell {TD} at (420,468) size 84x260 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
+ RenderTableCell {TD} at (421,468) size 84x260 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x256 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x256
RenderTableRow {TR} at (0,0) size 80x256
- RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 16x24
- text run at (1,1) width 16: "7."
- RenderTableCell {TD} at (18,0) size 62x256 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 60x254 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 60x254 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 60x254
- RenderTableCell {TD} at (0,0) size 60x254 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 58x80
+ RenderTableCell {TD} at (0,0) size 20x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 18x23
+ text run at (1,1) width 18: "7."
+ RenderTableCell {TD} at (20,0) size 60x256 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 58x254 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 58x254 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 58x254
+ RenderTableCell {TD} at (0,0) size 58x254 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 56x80
RenderText {#text} at (0,0) size 55x79
text run at (0,0) width 19: "Go"
text run at (0,20) width 44: "internet"
text run at (0,40) width 55: "exploring"
text run at (0,60) width 53: "for food."
- RenderBlock {P} at (1,97) size 58x80
+ RenderBlock {P} at (1,97) size 56x80
RenderText {#text} at (0,0) size 55x79
text run at (0,0) width 46: "Internet"
text run at (0,20) width 55: "exploring"
text run at (0,40) width 43: "doesn't"
text run at (0,60) width 36: "work."
- RenderBlock {P} at (1,193) size 58x60
+ RenderBlock {P} at (1,193) size 56x60
RenderText {#text} at (0,0) size 44x59
text run at (0,0) width 20: "Eat"
text run at (0,20) width 44: "reserve"
text run at (0,40) width 28: "food"
- RenderTableCell {TD} at (504,468) size 88x300 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
- RenderTable {TABLE} at (2,2) size 84x296 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 84x296
- RenderTableRow {TR} at (0,0) size 84x296
- RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 16x24
- text run at (1,1) width 16: "8."
- RenderTableCell {TD} at (18,0) size 66x296 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 64x294 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 64x294 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 64x294
- RenderTableCell {TD} at (0,0) size 64x294 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 62x100
+ RenderTableCell {TD} at (505,468) size 91x300 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
+ RenderTable {TABLE} at (2,2) size 87x296 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 87x296
+ RenderTableRow {TR} at (0,0) size 87x296
+ RenderTableCell {TD} at (0,0) size 20x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 18x23
+ text run at (1,1) width 18: "8."
+ RenderTableCell {TD} at (20,0) size 67x296 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 65x294 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 65x294 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 65x294
+ RenderTableCell {TD} at (0,0) size 65x294 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 63x100
RenderText {#text} at (0,0) size 55x99
text run at (0,0) width 19: "Go"
text run at (0,20) width 44: "internet"
text run at (0,40) width 55: "exploring"
text run at (0,60) width 49: "for food"
text run at (0,80) width 35: "again."
- RenderBlock {P} at (1,117) size 62x100
+ RenderBlock {P} at (1,117) size 63x100
RenderText {#text} at (0,0) size 55x99
text run at (0,0) width 46: "Internet"
text run at (0,20) width 55: "exploring"
text run at (0,40) width 43: "doesn't"
text run at (0,60) width 32: "work"
text run at (0,80) width 35: "again."
- RenderBlock {P} at (1,233) size 62x60
+ RenderBlock {P} at (1,233) size 63x60
RenderText {#text} at (0,0) size 44x59
text run at (0,0) width 20: "Eat"
text run at (0,20) width 44: "reserve"
text run at (0,40) width 28: "food"
- RenderTableRow {TR} at (0,768) size 592x396
- RenderTableCell {TD} at (0,768) size 84x396 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
- RenderTable {TABLE} at (2,2) size 80x372 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 80x372
- RenderTableRow {TR} at (0,0) size 80x372
- RenderTableCell {TD} at (0,0) size 18x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 16x24
- text run at (1,1) width 16: "9."
- RenderTableCell {TD} at (18,0) size 62x372 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 60x370 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 60x370 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 60x370
- RenderTableCell {TD} at (0,0) size 60x370 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 58x80
+ RenderTableRow {TR} at (0,768) size 596x396
+ RenderTableCell {TD} at (0,768) size 85x396 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
+ RenderTable {TABLE} at (2,2) size 81x372 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 81x372
+ RenderTableRow {TR} at (0,0) size 81x372
+ RenderTableCell {TD} at (0,0) size 20x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 18x23
+ text run at (1,1) width 18: "9."
+ RenderTableCell {TD} at (20,0) size 61x372 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 59x370 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 59x370 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 59x370
+ RenderTableCell {TD} at (0,0) size 59x370 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 57x80
RenderText {#text} at (0,0) size 55x79
text run at (0,0) width 19: "Go"
text run at (0,20) width 44: "internet"
text run at (0,40) width 55: "exploring"
text run at (0,60) width 53: "for food."
- RenderBlock {P} at (1,97) size 58x100
+ RenderBlock {P} at (1,97) size 57x100
RenderText {#text} at (0,0) size 55x99
text run at (0,0) width 46: "Internet"
text run at (0,20) width 55: "exploring"
text run at (0,40) width 19: "still"
text run at (0,60) width 43: "doesn't"
text run at (0,80) width 36: "work."
- RenderBlock {P} at (1,213) size 58x80
+ RenderBlock {P} at (1,213) size 57x80
RenderText {#text} at (0,0) size 55x79
text run at (0,0) width 47: "Give up"
text run at (0,20) width 44: "internet"
text run at (0,40) width 55: "exploring"
text run at (0,60) width 53: "for food."
- RenderBlock {P} at (1,309) size 58x60
+ RenderBlock {P} at (1,309) size 57x60
RenderText {#text} at (0,0) size 44x59
text run at (0,0) width 20: "Eat"
text run at (0,20) width 44: "reserve"
text run at (0,40) width 28: "food"
- RenderBlock (anonymous) at (2,374) size 80x20
+ RenderBlock (anonymous) at (2,374) size 81x20
RenderBR {BR} at (0,0) size 0x19
- RenderTableCell {TD} at (84,768) size 84x316 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (85,768) size 84x316 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x312 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x312
RenderTableRow {TR} at (0,0) size 80x312
- RenderTableCell {TD} at (0,0) size 29x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 27x24
- text run at (1,1) width 27: "10."
- RenderTableCell {TD} at (29,0) size 51x312 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 49x310 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 49x310 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 49x310
- RenderTableCell {TD} at (0,0) size 49x310 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 47x80
+ RenderTableCell {TD} at (0,0) size 32x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 30x23
+ text run at (1,1) width 30: "10."
+ RenderTableCell {TD} at (32,0) size 48x312 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 46x310 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 46x310 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 46x310
+ RenderTableCell {TD} at (0,0) size 46x310 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 44x80
RenderText {#text} at (0,0) size 40x79
text run at (0,0) width 40: "Power"
text run at (0,20) width 39: "comes"
text run at (0,40) width 30: "back"
text run at (0,60) width 19: "on."
- RenderBlock {P} at (1,97) size 47x100
+ RenderBlock {P} at (1,97) size 44x100
RenderText {#text} at (0,0) size 44x99
text run at (0,0) width 20: "Put"
text run at (0,20) width 33: "trusty"
text run at (0,40) width 42: "abacus"
text run at (0,60) width 44: "back in"
text run at (0,80) width 25: "attic"
- RenderBlock {P} at (1,213) size 47x60
+ RenderBlock {P} at (1,213) size 44x60
RenderText {#text} at (0,0) size 41x59
text run at (0,0) width 31: "Grab"
text run at (0,20) width 31: "latest"
text run at (0,40) width 41: "mozilla"
- RenderBlock {P} at (1,289) size 47x20
+ RenderBlock {P} at (1,289) size 44x20
RenderText {#text} at (0,0) size 37x19
text run at (0,0) width 37: "Test it"
- RenderTableCell {TD} at (168,768) size 84x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
+ RenderTableCell {TD} at (169,768) size 84x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x100 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x100
RenderTableRow {TR} at (0,0) size 80x100
- RenderTableCell {TD} at (0,0) size 29x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 27x24
- text run at (1,1) width 27: "11."
- RenderTableCell {TD} at (29,0) size 51x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 49x98 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 49x98 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 49x98
- RenderTableCell {TD} at (0,0) size 49x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 47x60
+ RenderTableCell {TD} at (0,0) size 32x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 30x23
+ text run at (1,1) width 30: "11."
+ RenderTableCell {TD} at (32,0) size 48x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 46x98 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 46x98 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 46x98
+ RenderTableCell {TD} at (0,0) size 46x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 44x60
RenderText {#text} at (0,0) size 41x59
text run at (0,0) width 31: "Grab"
text run at (0,20) width 31: "latest"
text run at (0,40) width 41: "mozilla"
- RenderBlock {P} at (1,77) size 47x20
+ RenderBlock {P} at (1,77) size 44x20
RenderText {#text} at (0,0) size 37x19
text run at (0,0) width 37: "Test it"
- RenderTableCell {TD} at (252,768) size 84x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
+ RenderTableCell {TD} at (253,768) size 84x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x100 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x100
RenderTableRow {TR} at (0,0) size 80x100
- RenderTableCell {TD} at (0,0) size 29x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 27x24
- text run at (1,1) width 27: "12."
- RenderTableCell {TD} at (29,0) size 51x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 49x98 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 49x98 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 49x98
- RenderTableCell {TD} at (0,0) size 49x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 47x60
+ RenderTableCell {TD} at (0,0) size 32x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 30x23
+ text run at (1,1) width 30: "12."
+ RenderTableCell {TD} at (32,0) size 48x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 46x98 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 46x98 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 46x98
+ RenderTableCell {TD} at (0,0) size 46x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 44x60
RenderText {#text} at (0,0) size 41x59
text run at (0,0) width 31: "Grab"
text run at (0,20) width 31: "latest"
text run at (0,40) width 41: "mozilla"
- RenderBlock {P} at (1,77) size 47x20
+ RenderBlock {P} at (1,77) size 44x20
RenderText {#text} at (0,0) size 37x19
text run at (0,0) width 37: "Test it"
- RenderTableCell {TD} at (336,768) size 84x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
+ RenderTableCell {TD} at (337,768) size 84x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x100 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x100
RenderTableRow {TR} at (0,0) size 80x100
- RenderTableCell {TD} at (0,0) size 29x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 27x24
- text run at (1,1) width 27: "13."
- RenderTableCell {TD} at (29,0) size 51x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 49x98 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 49x98 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 49x98
- RenderTableCell {TD} at (0,0) size 49x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 47x60
+ RenderTableCell {TD} at (0,0) size 32x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 30x23
+ text run at (1,1) width 30: "13."
+ RenderTableCell {TD} at (32,0) size 48x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 46x98 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 46x98 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 46x98
+ RenderTableCell {TD} at (0,0) size 46x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 44x60
RenderText {#text} at (0,0) size 41x59
text run at (0,0) width 31: "Grab"
text run at (0,20) width 31: "latest"
text run at (0,40) width 41: "mozilla"
- RenderBlock {P} at (1,77) size 47x20
+ RenderBlock {P} at (1,77) size 44x20
RenderText {#text} at (0,0) size 37x19
text run at (0,0) width 37: "Test it"
- RenderTableCell {TD} at (420,768) size 84x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
+ RenderTableCell {TD} at (421,768) size 84x104 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
RenderTable {TABLE} at (2,2) size 80x100 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 80x100
RenderTableRow {TR} at (0,0) size 80x100
- RenderTableCell {TD} at (0,0) size 29x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 27x24
- text run at (1,1) width 27: "14."
- RenderTableCell {TD} at (29,0) size 51x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 49x98 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 49x98 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 49x98
- RenderTableCell {TD} at (0,0) size 49x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderBlock {P} at (1,1) size 47x60
+ RenderTableCell {TD} at (0,0) size 32x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 30x23
+ text run at (1,1) width 30: "14."
+ RenderTableCell {TD} at (32,0) size 48x100 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 46x98 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 46x98 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 46x98
+ RenderTableCell {TD} at (0,0) size 46x98 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 44x60
RenderText {#text} at (0,0) size 41x59
text run at (0,0) width 31: "Grab"
text run at (0,20) width 31: "latest"
text run at (0,40) width 41: "mozilla"
- RenderBlock {P} at (1,77) size 47x20
+ RenderBlock {P} at (1,77) size 44x20
RenderText {#text} at (0,0) size 37x19
text run at (0,0) width 37: "Test it"
- RenderTableCell {TD} at (504,768) size 88x296 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
- RenderTable {TABLE} at (2,2) size 84x292 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 84x292
- RenderTableRow {TR} at (0,0) size 84x292
- RenderTableCell {TD} at (0,0) size 29x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 27x24
- text run at (1,1) width 27: "15."
- RenderTableCell {TD} at (29,0) size 55x292 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (505,768) size 91x296 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
+ RenderTable {TABLE} at (2,2) size 87x292 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 87x292
+ RenderTableRow {TR} at (0,0) size 87x292
+ RenderTableCell {TD} at (0,0) size 32x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 30x23
+ text run at (1,1) width 30: "15."
+ RenderTableCell {TD} at (32,0) size 55x292 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
RenderTable {TABLE} at (1,1) size 53x290 [color=#000000]
RenderTableSection {TBODY} at (0,0) size 53x290 [bgcolor=#FFFF00]
RenderTableRow {TR} at (0,0) size 53x290
@@ -443,66 +443,66 @@ layer at (0,0) size 785x1439
RenderText {#text} at (0,0) size 51x39
text run at (0,0) width 51: "This bug"
text run at (0,20) width 42: "is fixed"
- RenderTableRow {TR} at (0,1164) size 592x31
- RenderTableCell {TD} at (0,1164) size 84x31 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
- RenderTable {TABLE} at (2,2) size 80x27 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 80x27
- RenderTableRow {TR} at (0,0) size 80x27
- RenderTableCell {TD} at (0,0) size 29x27 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (1,1) size 27x24
- text run at (1,1) width 27: "16."
- RenderTableCell {TD} at (29,0) size 51x24 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
- RenderTable {TABLE} at (1,1) size 49x22 [color=#000000]
- RenderTableSection {TBODY} at (0,0) size 49x22 [bgcolor=#FFFF00]
- RenderTableRow {TR} at (0,0) size 49x22
- RenderTableCell {TD} at (0,0) size 49x22 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderTableRow {TR} at (0,1164) size 596x30
+ RenderTableCell {TD} at (0,1164) size 85x30 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
+ RenderTable {TABLE} at (2,2) size 81x26 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 81x26
+ RenderTableRow {TR} at (0,0) size 81x26
+ RenderTableCell {TD} at (0,0) size 32x26 [color=#FFFF00] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 30x23
+ text run at (1,1) width 30: "16."
+ RenderTableCell {TD} at (32,0) size 49x24 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (1,1) size 47x22 [color=#000000]
+ RenderTableSection {TBODY} at (0,0) size 47x22 [bgcolor=#FFFF00]
+ RenderTableRow {TR} at (0,0) size 47x22
+ RenderTableCell {TD} at (0,0) size 47x22 [color=#FFFFFF] [bgcolor=#404080] [r=0 c=0 rs=1 cs=1]
RenderText {#text} at (1,1) size 7x19
text run at (1,1) width 7: "?"
- RenderTableCell {TD} at (84,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (85,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (168,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
+ RenderTableCell {TD} at (169,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (252,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
+ RenderTableCell {TD} at (253,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (336,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
+ RenderTableCell {TD} at (337,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=4 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (420,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=5 rs=1 cs=1]
+ RenderTableCell {TD} at (421,1164) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=5 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (504,1164) size 88x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=6 rs=1 cs=1]
+ RenderTableCell {TD} at (505,1164) size 91x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=3 c=6 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableRow {TR} at (0,1195) size 592x24
- RenderTableCell {TD} at (0,1195) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
+ RenderTableRow {TR} at (0,1194) size 596x24
+ RenderTableCell {TD} at (0,1194) size 85x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (84,1195) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (85,1194) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (168,1195) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
+ RenderTableCell {TD} at (169,1194) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (252,1195) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
+ RenderTableCell {TD} at (253,1194) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (336,1195) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
+ RenderTableCell {TD} at (337,1194) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=4 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (420,1195) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=5 rs=1 cs=1]
+ RenderTableCell {TD} at (421,1194) size 84x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=5 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderTableCell {TD} at (504,1195) size 88x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=6 rs=1 cs=1]
+ RenderTableCell {TD} at (505,1194) size 91x24 [color=#FFFFFF] [bgcolor=#404080] [border: (1px inset #808080)] [r=4 c=6 rs=1 cs=1]
RenderText {#text} at (2,2) size 6x19
text run at (2,2) width 6: "-"
- RenderBlock (anonymous) at (0,1279) size 769x40
+ RenderBlock (anonymous) at (0,1278) size 769x40
RenderBR {BR} at (384,0) size 0x19
RenderText {#text} at (20,20) size 728x19
text run at (20,20) width 728: "Notice the scrollbars, they are rendered outside of the table columns, and the yellow day numbers are hidden under them."
- RenderBlock {P} at (0,1335) size 769x80
+ RenderBlock {P} at (0,1334) size 769x80
RenderText {#text} at (7,0) size 765x79
text run at (7,0) width 754: "This is probably another bug already covered, or fixed, but day 3 & 16 should have no scrollbar, but the area where the other"
text run at (18,20) width 364: "scrollbars are drawn is drawn funny. They are not rendered. "
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 4ae0cac..8511ad2 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -963,7 +963,7 @@ LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.html
// Linux pixeltest failure: Font mismatch
LINUX WIN : LayoutTests/tables/mozilla/bugs/bug43854-1.html = FAIL
// Linux pixeltest failure: Font mismatch
-LINUX WIN : LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2.html = FAIL
+LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2.html = FAIL
chrome/fast/forms/basic-textareas-quirks.html = FAIL
// This test seems to fail on the builders but not locally.