Unreviewed. Landing the WPE layout test baselines.
Baseline filenames are omitted for brevity.
* platform/wpe/TestExpectations: Added.
* platform/wpe/animations/: Added.
* platform/wpe/css1/: Added.
* platform/wpe/css2.1/: Added.
* platform/wpe/css3/: Added.
* platform/wpe/fast/: Added.
* platform/wpe/ietestcenter/: Added.
* platform/wpe/js/: Added.
* platform/wpe/scrollbars/: Added.
* platform/wpe/security/: Added.
* platform/wpe/sputnik/: Added.
* platform/wpe/tables/: Added.
* platform/wpe/transforms/: Added.
* platform/wpe/transitions/: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@216500 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/platform/wpe/tables/mozilla/marvin/col_span-expected.txt b/LayoutTests/platform/wpe/tables/mozilla/marvin/col_span-expected.txt
new file mode 100644
index 0000000..ac750d8
--- /dev/null
+++ b/LayoutTests/platform/wpe/tables/mozilla/marvin/col_span-expected.txt
@@ -0,0 +1,24 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {P} at (0,0) size 784x34
+ RenderText {#text} at (0,0) size 768x34
+ text run at (0,0) width 768: "The COL element specifies attributes for a table column. In this test case, the COL element is used in conjunction with the"
+ text run at (0,17) width 101: "SPAN attribute."
+ RenderTable {TABLE} at (0,50) size 560x50 [border: (1px outset #808080)]
+ RenderTableCol {COLGROUP} at (0,0) size 0x0
+ RenderTableCol {COL} at (0,0) size 0x0
+ RenderTableSection {TBODY} at (1,1) size 558x48
+ RenderTableRow {TR} at (0,2) size 558x21
+ RenderTableCell {TH} at (2,2) size 423x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 419x17
+ text run at (2,2) width 419: "This heading should span across the two columns in this table."
+ RenderTableRow {TR} at (0,25) size 558x21
+ RenderTableCell {TD} at (2,25) size 423x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 124x17
+ text run at (2,2) width 124: "This is column one."
+ RenderTableCell {TD} at (427,25) size 129x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 125x17
+ text run at (2,2) width 125: "This is column two."