summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-19 16:31:33 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-19 16:31:33 +0000
commitaa075e7d76093df41e33c6866c48080f49daedbd (patch)
treedb579b3d75f8a4c87e8d9e71064b9abfd51a286d
parent3f91a3121850aa1a3aa2add247219709d4b81d85 (diff)
downloadchromium_src-aa075e7d76093df41e33c6866c48080f49daedbd.zip
chromium_src-aa075e7d76093df41e33c6866c48080f49daedbd.tar.gz
chromium_src-aa075e7d76093df41e33c6866c48080f49daedbd.tar.bz2
add chromium-mac expectations, they were missing previously.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5678 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/image-with-prefix-in-webarchive-expected.txt6
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/webarchive/svg-feimage-subresources-expected.txt6
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/webarchive/svg-script-subresouces-expected.txt6
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-empty-frame-dom-expected.txt19
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-empty-frame-source-expected.txt19
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-with-unencoded-url-expected.txt9
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/doctype-expected.txt14
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-body-background-expected.txt6
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-css-import-expected.txt18
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-duplicate-resources-expected.txt38
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-frameset-expected.txt22
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-img-src-expected.txt10
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-input-src-expected.txt9
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-link-href-expected.txt9
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-object-data-expected.txt10
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-script-src-expected.txt6
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-table-background-expected.txt9
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-td-background-expected.txt11
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-xml-stylesheet-expected.txt6
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt232
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt232
21 files changed, 697 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/image-with-prefix-in-webarchive-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/image-with-prefix-in-webarchive-expected.txt
new file mode 100644
index 0000000..476836c
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/image-with-prefix-in-webarchive-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderSVGRoot {svg:svg} at (0,0) size 100x100
+ RenderImage {svg:image} at (0,0) size 100x100
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/webarchive/svg-feimage-subresources-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/webarchive/svg-feimage-subresources-expected.txt
new file mode 100644
index 0000000..183af83
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/webarchive/svg-feimage-subresources-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 4: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderSVGRoot {svg} at (0,0) size 100x100
+ RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [filter=MyFilter] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00"]
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/webarchive/svg-script-subresouces-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/webarchive/svg-script-subresouces-expected.txt
new file mode 100644
index 0000000..ec6d9ba
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/webarchive/svg-script-subresouces-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 4: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderSVGRoot {svg} at (0,0) size 100x100
+ RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00"]
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-empty-frame-dom-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-empty-frame-dom-expected.txt
new file mode 100644
index 0000000..224b03f
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-empty-frame-dom-expected.txt
@@ -0,0 +1,19 @@
+CONSOLE MESSAGE: line 8: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x170
+ RenderBlock {HTML} at (0,0) size 800x170
+ RenderBody {BODY} at (8,16) size 784x138
+ RenderBlock {P} at (0,0) size 784x18
+ RenderText {#text} at (0,0) size 257x18
+ text run at (0,0) width 257: "Here lies an `iframe` with no content/src:"
+ RenderBlock {P} at (0,34) size 784x104
+ RenderPartObject {IFRAME} at (0,0) size 788x104 [border: (2px solid #FF0000)]
+ layer at (0,0) size 784x100
+ RenderView at (0,0) size 784x100
+ layer at (0,0) size 784x100
+ RenderBlock {HTML} at (0,0) size 784x100
+ RenderBody {BODY} at (8,8) size 768x84
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-empty-frame-source-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-empty-frame-source-expected.txt
new file mode 100644
index 0000000..e557252
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-empty-frame-source-expected.txt
@@ -0,0 +1,19 @@
+CONSOLE MESSAGE: line 8: Uncaught TypeError: Object [object Object] has no method 'dumpSourceAsWebArchive'
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x170
+ RenderBlock {HTML} at (0,0) size 800x170
+ RenderBody {BODY} at (8,16) size 784x138
+ RenderBlock {P} at (0,0) size 784x18
+ RenderText {#text} at (0,0) size 257x18
+ text run at (0,0) width 257: "Here lies an `iframe` with no content/src:"
+ RenderBlock {P} at (0,34) size 784x104
+ RenderPartObject {IFRAME} at (0,0) size 788x104 [border: (2px solid #FF0000)]
+ layer at (0,0) size 784x100
+ RenderView at (0,0) size 784x100
+ layer at (0,0) size 784x100
+ RenderBlock {HTML} at (0,0) size 784x100
+ RenderBody {BODY} at (8,8) size 768x84
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-with-unencoded-url-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-with-unencoded-url-expected.txt
new file mode 100644
index 0000000..57885bf
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/archive-with-unencoded-url-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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 784x576
+ RenderBlock {FORM} at (0,0) size 784x64
+ RenderImage {INPUT} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/doctype-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/doctype-expected.txt
new file mode 100644
index 0000000..386b51f
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/doctype-expected.txt
@@ -0,0 +1,14 @@
+CONSOLE MESSAGE: line 8: Uncaught TypeError: Object [object Object] has no method 'dumpSourceAsWebArchive'
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x52
+ RenderBlock {HTML} at (0,0) size 800x52
+ RenderBody {BODY} at (8,8) size 784x36
+ RenderBlock {DIV} at (0,0) size 784x18
+ RenderInline {A} at (0,0) size 722x18 [color=#0000EE]
+ RenderText {#text} at (0,0) size 722x18
+ text run at (0,0) width 722: "Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchives"
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {DIV} at (0,18) size 784x18
+ RenderText {#text} at (0,0) size 482x18
+ text run at (0,0) width 482: "This test checks that only one <!DOCTYPE> tag is written to a webarchive."
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-body-background-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-body-background-expected.txt
new file mode 100644
index 0000000..441ac4f
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-body-background-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-css-import-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-css-import-expected.txt
new file mode 100644
index 0000000..bc97b9e
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-css-import-expected.txt
@@ -0,0 +1,18 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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 {DIV} at (0,0) size 784x18 [color=#0000FF]
+ RenderText {#text} at (0,0) size 155x18
+ text run at (0,0) width 155: "This text should be blue."
+ RenderBlock {DIV} at (0,18) size 784x18 [color=#FF0000]
+ RenderText {#text} at (0,0) size 148x18
+ text run at (0,0) width 148: "This text should be red."
+ RenderBlock {DIV} at (0,36) size 784x18 [color=#008000]
+ RenderText {#text} at (0,0) size 163x18
+ text run at (0,0) width 163: "This text should be green."
+ RenderBlock {DIV} at (0,54) size 784x18 [color=#800080]
+ RenderText {#text} at (0,0) size 168x18
+ text run at (0,0) width 168: "This text should be purple."
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-duplicate-resources-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-duplicate-resources-expected.txt
new file mode 100644
index 0000000..0117f9e
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-duplicate-resources-expected.txt
@@ -0,0 +1,38 @@
+CONSOLE MESSAGE: line 2: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+CONSOLE MESSAGE: line 2: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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 {DIV} at (0,0) size 784x64 [color=#FF0000]
+ RenderImage {IMG} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {DIV} at (0,64) size 784x18 [color=#FF0000]
+ RenderText {#text} at (0,0) size 397x17
+ text run at (0,0) width 159: "This is not a frameset. "
+ text run at (159,0) width 238: "This text should be red sans-serif."
+ RenderBlock {DIV} at (0,82) size 784x64 [color=#FF0000]
+ RenderImage {IMG} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock (anonymous) at (0,146) size 784x154
+ RenderPartObject {IFRAME} at (0,0) size 304x154 [border: (2px inset #000000)]
+ layer at (0,0) size 285x180
+ RenderView at (0,0) size 285x150
+ layer at (0,0) size 285x180
+ RenderBlock {HTML} at (0,0) size 285x180
+ RenderBody {BODY} at (8,8) size 269x164
+ RenderBlock {DIV} at (0,0) size 269x64 [color=#FF0000]
+ RenderImage {IMG} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {DIV} at (0,64) size 269x36 [color=#FF0000]
+ RenderText {#text} at (0,0) size 250x35
+ text run at (0,0) width 138: "This is a subframe. "
+ text run at (138,0) width 112: "This text should"
+ text run at (0,18) width 122: "be red sans-serif."
+ RenderBlock {DIV} at (0,100) size 269x64 [color=#FF0000]
+ RenderImage {IMG} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-frameset-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-frameset-expected.txt
new file mode 100644
index 0000000..f4d304d
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-frameset-expected.txt
@@ -0,0 +1,22 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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
+ RenderFrameSet {FRAMESET} at (0,0) size 800x600
+ RenderFrame {FRAME} at (0,0) size 800x600
+ 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 {DIV} at (0,0) size 784x64 [color=#FF0000]
+ RenderImage {IMG} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {DIV} at (0,64) size 784x18 [color=#FF0000]
+ RenderText {#text} at (0,0) size 376x17
+ text run at (0,0) width 138: "This is a subframe. "
+ text run at (138,0) width 238: "This text should be red sans-serif."
+ RenderBlock {DIV} at (0,82) size 784x64 [color=#FF0000]
+ RenderImage {IMG} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-img-src-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-img-src-expected.txt
new file mode 100644
index 0000000..85b7317
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-img-src-expected.txt
@@ -0,0 +1,10 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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
+ RenderImage {IMG} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-input-src-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-input-src-expected.txt
new file mode 100644
index 0000000..57885bf
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-input-src-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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 784x576
+ RenderBlock {FORM} at (0,0) size 784x64
+ RenderImage {INPUT} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-link-href-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-link-href-expected.txt
new file mode 100644
index 0000000..c46445f
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-link-href-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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 {DIV} at (0,0) size 784x18 [color=#FF0000]
+ RenderText {#text} at (0,0) size 238x17
+ text run at (0,0) width 238: "This text should be red sans-serif."
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-object-data-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-object-data-expected.txt
new file mode 100644
index 0000000..e22e713
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-object-data-expected.txt
@@ -0,0 +1,10 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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
+ RenderImage {OBJECT} at (0,0) size 52x64
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-script-src-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-script-src-expected.txt
new file mode 100644
index 0000000..c098516
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-script-src-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 2: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-table-background-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-table-background-expected.txt
new file mode 100644
index 0000000..a6cee18
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-table-background-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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
+ RenderTable {TABLE} at (0,0) size 52x64
+ RenderTableSection {TBODY} at (0,0) size 52x64
+ RenderTableRow {TR} at (0,2) size 52x60
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-td-background-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-td-background-expected.txt
new file mode 100644
index 0000000..577d49a
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-td-background-expected.txt
@@ -0,0 +1,11 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+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
+ RenderTable {TABLE} at (0,0) size 58x70
+ RenderTableSection {TBODY} at (0,0) size 58x70
+ RenderTableRow {TR} at (0,2) size 58x66
+ RenderTableCell {TD} at (2,2) size 54x66 [r=0 c=0 rs=1 cs=1]
+ RenderBlock {P} at (1,1) size 52x64
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-xml-stylesheet-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-xml-stylesheet-expected.txt
new file mode 100644
index 0000000..28c8fde
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/webarchive/test-xml-stylesheet-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 5: Uncaught TypeError: Object [object Object] has no method 'dumpDOMAsWebArchive'
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x100
+ RenderBlock {html} at (0,0) size 800x100
+ RenderBlock {div} at (0,0) size 100x100 [bgcolor=#008000]
diff --git a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt
new file mode 100644
index 0000000..28b2d90
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt
@@ -0,0 +1,232 @@
+
+window.Attr : PASS
+window.CDATASection : PASS
+window.CSSCharsetRule : PASS
+window.CSSFontFaceRule : PASS
+window.CSSImportRule : PASS
+window.CSSMediaRule : PASS
+window.CSSPageRule : PASS
+window.CSSPrimitiveValue : PASS
+window.CSSRule : PASS
+window.CSSRuleList : PASS
+window.CSSStyleDeclaration : PASS
+window.CSSStyleRule : PASS
+window.CSSStyleSheet : PASS
+window.CSSValue : PASS
+window.CSSValueList : PASS
+window.CharacterData : PASS
+window.Comment : PASS
+window.Counter : PASS
+window.DOMException : PASS
+window.DOMImplementation : PASS
+window.DOMParser : PASS
+window.Document : PASS
+window.DocumentFragment : PASS
+window.DocumentType : PASS
+window.Element : PASS
+window.Entity : PASS
+window.EntityReference : PASS
+window.Event : PASS
+window.EventException : PASS
+window.HTMLAnchorElement : PASS
+window.HTMLAppletElement : PASS
+window.HTMLAreaElement : PASS
+window.HTMLBRElement : PASS
+window.HTMLBaseElement : PASS
+window.HTMLBaseFontElement : PASS
+window.HTMLBlockquoteElement : PASS
+window.HTMLBodyElement : PASS
+window.HTMLButtonElement : PASS
+window.HTMLCanvasElement : PASS
+window.HTMLDListElement : PASS
+window.HTMLDirectoryElement : PASS
+window.HTMLDivElement : PASS
+window.HTMLDocument : PASS
+window.HTMLElement : PASS
+window.HTMLEmbedElement : PASS
+window.HTMLFieldSetElement : PASS
+window.HTMLFontElement : PASS
+window.HTMLFormElement : PASS
+window.HTMLFrameElement : PASS
+window.HTMLFrameSetElement : PASS
+window.HTMLHRElement : PASS
+window.HTMLHeadElement : PASS
+window.HTMLHeadingElement : PASS
+window.HTMLHtmlElement : PASS
+window.HTMLIFrameElement : PASS
+window.HTMLImageElement : PASS
+window.HTMLInputElement : PASS
+window.HTMLIsIndexElement : PASS
+window.HTMLLIElement : PASS
+window.HTMLLabelElement : PASS
+window.HTMLLegendElement : PASS
+window.HTMLLinkElement : PASS
+window.HTMLMapElement : PASS
+window.HTMLMarqueeElement : PASS
+window.HTMLMenuElement : PASS
+window.HTMLMetaElement : PASS
+window.HTMLModElement : PASS
+window.HTMLOListElement : PASS
+window.HTMLObjectElement : PASS
+window.HTMLOptGroupElement : PASS
+window.HTMLOptionElement : PASS
+window.HTMLParagraphElement : PASS
+window.HTMLParamElement : PASS
+window.HTMLPreElement : PASS
+window.HTMLQuoteElement : PASS
+window.HTMLScriptElement : PASS
+window.HTMLSelectElement : PASS
+window.HTMLStyleElement : PASS
+window.HTMLTableCaptionElement : PASS
+window.HTMLTableCellElement : PASS
+window.HTMLTableColElement : PASS
+window.HTMLTableElement : PASS
+window.HTMLTableRowElement : PASS
+window.HTMLTableSectionElement : PASS
+window.HTMLTextAreaElement : PASS
+window.HTMLTitleElement : PASS
+window.HTMLUListElement : PASS
+window.KeyboardEvent : PASS
+window.MediaList : PASS
+window.MessageEvent : PASS
+window.MouseEvent : PASS
+window.MutationEvent : PASS
+window.NamedNodeMap : PASS
+window.Node : PASS
+window.NodeFilter : PASS
+window.NodeList : PASS
+window.Notation : PASS
+window.OverflowEvent : PASS
+window.ProcessingInstruction : PASS
+window.ProgressEvent : PASS
+window.Range : PASS
+window.RangeException : PASS
+window.Rect : PASS
+window.SVGAngle : PASS
+window.SVGColor : PASS
+window.SVGException : PASS
+window.SVGGradientElement : PASS
+window.SVGLength : PASS
+window.SVGMarkerElement : PASS
+window.SVGPaint : PASS
+window.SVGPathSeg : PASS
+window.SVGPreserveAspectRatio : PASS
+window.SVGRenderingIntent : PASS
+window.SVGTextContentElement : PASS
+window.SVGTextPathElement : PASS
+window.SVGTransform : PASS
+window.SVGUnitTypes : PASS
+window.StyleSheet : PASS
+window.StyleSheetList : PASS
+window.Text : PASS
+window.TextEvent : PASS
+window.UIEvent : PASS
+window.WheelEvent : PASS
+window.XMLDocument : PASS
+window.XMLHttpRequest : PASS
+window.XMLHttpRequestException : PASS
+window.XMLSerializer : PASS
+window.XPathEvaluator : PASS
+window.XPathException : PASS
+window.XPathResult : PASS
+window.XSLTProcessor : PASS
+window.alert : PASS
+window.atob : PASS
+window.back : PASS
+window.blur : PASS
+window.btoa : PASS
+window.captureEvents : PASS
+window.clearInterval : PASS
+window.clearTimeout : PASS
+window.clientInformation : PASS
+window.close : PASS
+window.closed : PASS
+window.confirm : PASS
+window.console : PASS
+window.defaultStatus : PASS
+window.defaultstatus : PASS
+window.devicePixelRatio : PASS
+window.document : PASS
+window.find : PASS
+window.focus : PASS
+window.forward : PASS
+window.frameElement : PASS
+window.frames : PASS
+window.getComputedStyle : PASS
+window.getMatchedCSSRules : PASS
+window.getSelection : PASS
+window.history : PASS
+window.innerHeight : PASS
+window.innerWidth : PASS
+window.length : PASS
+window.location : PASS
+window.locationbar : PASS
+window.menubar : PASS
+window.moveBy : PASS
+window.moveTo : PASS
+window.name : PASS
+window.navigator : PASS
+window.offscreenBuffering : PASS
+window.onabort : PASS
+window.onbeforeunload : PASS
+window.onblur : PASS
+window.onchange : PASS
+window.onclick : PASS
+window.ondblclick : PASS
+window.ondragdrop : PASS
+window.onerror : PASS
+window.onfocus : PASS
+window.onkeydown : PASS
+window.onkeypress : PASS
+window.onkeyup : PASS
+window.onload : PASS
+window.onmousedown : PASS
+window.onmousemove : PASS
+window.onmouseout : PASS
+window.onmouseover : PASS
+window.onmouseup : PASS
+window.onmousewheel : PASS
+window.onmove : PASS
+window.onreset : PASS
+window.onresize : PASS
+window.onscroll : PASS
+window.onsearch : PASS
+window.onselect : PASS
+window.onsubmit : PASS
+window.onunload : PASS
+window.open : PASS
+window.opener : PASS
+window.outerHeight : PASS
+window.outerWidth : PASS
+window.pageXOffset : PASS
+window.pageYOffset : PASS
+window.parent : PASS
+window.personalbar : PASS
+window.print : PASS
+window.prompt : PASS
+window.releaseEvents : PASS
+window.resizeBy : PASS
+window.resizeTo : PASS
+window.screen : PASS
+window.screenLeft : PASS
+window.screenTop : PASS
+window.screenX : PASS
+window.screenY : PASS
+window.scroll : PASS
+window.scrollBy : PASS
+window.scrollTo : PASS
+window.scrollX : PASS
+window.scrollY : PASS
+window.scrollbars : PASS
+window.self : PASS
+window.setInterval : PASS
+window.setTimeout : PASS
+window.showModalDialog : PASS
+window.status : PASS
+window.statusbar : PASS
+window.stop : PASS
+window.toString : PASS
+window.toolbar : PASS
+window.top : PASS
+window.window : PASS
+
diff --git a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt
new file mode 100644
index 0000000..ad9018a
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt
@@ -0,0 +1,232 @@
+
+window.Attr IS function Attr() { [native code] }
+window.CDATASection IS function CDATASection() { [native code] }
+window.CSSCharsetRule IS function CSSCharsetRule() { [native code] }
+window.CSSFontFaceRule IS function CSSFontFaceRule() { [native code] }
+window.CSSImportRule IS function CSSImportRule() { [native code] }
+window.CSSMediaRule IS function CSSMediaRule() { [native code] }
+window.CSSPageRule IS function CSSPageRule() { [native code] }
+window.CSSPrimitiveValue IS function CSSPrimitiveValue() { [native code] }
+window.CSSRule IS function CSSRule() { [native code] }
+window.CSSRuleList IS function CSSRuleList() { [native code] }
+window.CSSStyleDeclaration IS function CSSStyleDeclaration() { [native code] }
+window.CSSStyleRule IS function CSSStyleRule() { [native code] }
+window.CSSStyleSheet IS function CSSStyleSheet() { [native code] }
+window.CSSValue IS function CSSValue() { [native code] }
+window.CSSValueList IS function CSSValueList() { [native code] }
+window.CharacterData IS function CharacterData() { [native code] }
+window.Comment IS function Comment() { [native code] }
+window.Counter IS function Counter() { [native code] }
+window.DOMException IS function DOMCoreException() { [native code] }
+window.DOMImplementation IS function DOMImplementation() { [native code] }
+window.DOMParser IS function DOMParser() { [native code] }
+window.Document IS function Document() { [native code] }
+window.DocumentFragment IS function DocumentFragment() { [native code] }
+window.DocumentType IS function DocumentType() { [native code] }
+window.Element IS function Element() { [native code] }
+window.Entity IS function Entity() { [native code] }
+window.EntityReference IS function EntityReference() { [native code] }
+window.Event IS function Event() { [native code] }
+window.EventException IS function EventException() { [native code] }
+window.HTMLAnchorElement IS function HTMLAnchorElement() { [native code] }
+window.HTMLAppletElement IS function HTMLAppletElement() { [native code] }
+window.HTMLAreaElement IS function HTMLAreaElement() { [native code] }
+window.HTMLBRElement IS function HTMLBRElement() { [native code] }
+window.HTMLBaseElement IS function HTMLBaseElement() { [native code] }
+window.HTMLBaseFontElement IS function HTMLBaseFontElement() { [native code] }
+window.HTMLBlockquoteElement IS function HTMLBlockquoteElement() { [native code] }
+window.HTMLBodyElement IS function HTMLBodyElement() { [native code] }
+window.HTMLButtonElement IS function HTMLButtonElement() { [native code] }
+window.HTMLCanvasElement IS function HTMLCanvasElement() { [native code] }
+window.HTMLDListElement IS function HTMLDListElement() { [native code] }
+window.HTMLDirectoryElement IS function HTMLDirectoryElement() { [native code] }
+window.HTMLDivElement IS function HTMLDivElement() { [native code] }
+window.HTMLDocument IS function HTMLDocument() { [native code] }
+window.HTMLElement IS function HTMLElement() { [native code] }
+window.HTMLEmbedElement IS function HTMLEmbedElement() { [native code] }
+window.HTMLFieldSetElement IS function HTMLFieldSetElement() { [native code] }
+window.HTMLFontElement IS function HTMLFontElement() { [native code] }
+window.HTMLFormElement IS function HTMLFormElement() { [native code] }
+window.HTMLFrameElement IS function HTMLFrameElement() { [native code] }
+window.HTMLFrameSetElement IS function HTMLFrameSetElement() { [native code] }
+window.HTMLHRElement IS function HTMLHRElement() { [native code] }
+window.HTMLHeadElement IS function HTMLHeadElement() { [native code] }
+window.HTMLHeadingElement IS function HTMLHeadingElement() { [native code] }
+window.HTMLHtmlElement IS function HTMLHtmlElement() { [native code] }
+window.HTMLIFrameElement IS function HTMLIFrameElement() { [native code] }
+window.HTMLImageElement IS function HTMLImageElement() { [native code] }
+window.HTMLInputElement IS function HTMLInputElement() { [native code] }
+window.HTMLIsIndexElement IS function HTMLIsIndexElement() { [native code] }
+window.HTMLLIElement IS function HTMLLIElement() { [native code] }
+window.HTMLLabelElement IS function HTMLLabelElement() { [native code] }
+window.HTMLLegendElement IS function HTMLLegendElement() { [native code] }
+window.HTMLLinkElement IS function HTMLLinkElement() { [native code] }
+window.HTMLMapElement IS function HTMLMapElement() { [native code] }
+window.HTMLMarqueeElement IS function HTMLMarqueeElement() { [native code] }
+window.HTMLMenuElement IS function HTMLMenuElement() { [native code] }
+window.HTMLMetaElement IS function HTMLMetaElement() { [native code] }
+window.HTMLModElement IS function HTMLModElement() { [native code] }
+window.HTMLOListElement IS function HTMLOListElement() { [native code] }
+window.HTMLObjectElement IS function HTMLObjectElement() { [native code] }
+window.HTMLOptGroupElement IS function HTMLOptGroupElement() { [native code] }
+window.HTMLOptionElement IS function HTMLOptionElement() { [native code] }
+window.HTMLParagraphElement IS function HTMLParagraphElement() { [native code] }
+window.HTMLParamElement IS function HTMLParamElement() { [native code] }
+window.HTMLPreElement IS function HTMLPreElement() { [native code] }
+window.HTMLQuoteElement IS function HTMLQuoteElement() { [native code] }
+window.HTMLScriptElement IS function HTMLScriptElement() { [native code] }
+window.HTMLSelectElement IS function HTMLSelectElement() { [native code] }
+window.HTMLStyleElement IS function HTMLStyleElement() { [native code] }
+window.HTMLTableCaptionElement IS function HTMLTableCaptionElement() { [native code] }
+window.HTMLTableCellElement IS function HTMLTableCellElement() { [native code] }
+window.HTMLTableColElement IS function HTMLTableColElement() { [native code] }
+window.HTMLTableElement IS function HTMLTableElement() { [native code] }
+window.HTMLTableRowElement IS function HTMLTableRowElement() { [native code] }
+window.HTMLTableSectionElement IS function HTMLTableSectionElement() { [native code] }
+window.HTMLTextAreaElement IS function HTMLTextAreaElement() { [native code] }
+window.HTMLTitleElement IS function HTMLTitleElement() { [native code] }
+window.HTMLUListElement IS function HTMLUListElement() { [native code] }
+window.KeyboardEvent IS function KeyboardEvent() { [native code] }
+window.MediaList IS function MediaList() { [native code] }
+window.MessageEvent IS function MessageEvent() { [native code] }
+window.MouseEvent IS function MouseEvent() { [native code] }
+window.MutationEvent IS function MutationEvent() { [native code] }
+window.NamedNodeMap IS function NamedNodeMap() { [native code] }
+window.Node IS function Node() { [native code] }
+window.NodeFilter IS function NodeFilter() { [native code] }
+window.NodeList IS function NodeList() { [native code] }
+window.Notation IS function Notation() { [native code] }
+window.OverflowEvent IS function OverflowEvent() { [native code] }
+window.ProcessingInstruction IS function ProcessingInstruction() { [native code] }
+window.ProgressEvent IS function ProgressEvent() { [native code] }
+window.Range IS function Range() { [native code] }
+window.RangeException IS function RangeException() { [native code] }
+window.Rect IS function Rect() { [native code] }
+window.SVGAngle IS function SVGAngle() { [native code] }
+window.SVGColor IS function SVGColor() { [native code] }
+window.SVGException IS function SVGException() { [native code] }
+window.SVGGradientElement IS function SVGGradientElement() { [native code] }
+window.SVGLength IS function SVGLength() { [native code] }
+window.SVGMarkerElement IS function SVGMarkerElement() { [native code] }
+window.SVGPaint IS function SVGPaint() { [native code] }
+window.SVGPathSeg IS function SVGPathSeg() { [native code] }
+window.SVGPreserveAspectRatio IS function SVGPreserveAspectRatio() { [native code] }
+window.SVGRenderingIntent IS function SVGRenderingIntent() { [native code] }
+window.SVGTextContentElement IS function SVGTextContentElement() { [native code] }
+window.SVGTextPathElement IS function SVGTextPathElement() { [native code] }
+window.SVGTransform IS function SVGTransform() { [native code] }
+window.SVGUnitTypes IS function SVGUnitTypes() { [native code] }
+window.StyleSheet IS function StyleSheet() { [native code] }
+window.StyleSheetList IS function StyleSheetList() { [native code] }
+window.Text IS function Text() { [native code] }
+window.TextEvent IS function TextEvent() { [native code] }
+window.UIEvent IS function UIEvent() { [native code] }
+window.WheelEvent IS function WheelEvent() { [native code] }
+window.XMLDocument IS function Document() { [native code] }
+window.XMLHttpRequest IS function XMLHttpRequest() { [native code] }
+window.XMLHttpRequestException IS function XMLHttpRequestException() { [native code] }
+window.XMLSerializer IS function XMLSerializer() { [native code] }
+window.XPathEvaluator IS function XPathEvaluator() { [native code] }
+window.XPathException IS function XPathException() { [native code] }
+window.XPathResult IS function XPathResult() { [native code] }
+window.XSLTProcessor IS function XSLTProcessor() { [native code] }
+window.alert IS [object global]
+window.atob IS [object global]
+window.back IS [object global]
+window.blur IS [object global]
+window.btoa IS [object global]
+window.captureEvents IS [object global]
+window.clearInterval IS [object global]
+window.clearTimeout IS [object global]
+window.clientInformation IS [object Navigator]
+window.close IS [object global]
+window.closed IS false
+window.confirm IS [object global]
+window.console IS [object Console]
+window.defaultStatus IS
+window.defaultstatus IS
+window.devicePixelRatio IS Number
+window.document IS [object HTMLDocument]
+window.find IS [object global]
+window.focus IS [object global]
+window.forward IS [object global]
+window.frameElement IS undefined
+window.frames IS [object global]
+window.getComputedStyle IS [object global]
+window.getMatchedCSSRules IS [object global]
+window.getSelection IS [object global]
+window.history IS [object History]
+window.innerHeight IS Number
+window.innerWidth IS Number
+window.length IS Number
+window.location IS Location
+window.locationbar IS [object BarInfo]
+window.menubar IS [object BarInfo]
+window.moveBy IS [object global]
+window.moveTo IS [object global]
+window.name IS
+window.navigator IS [object Navigator]
+window.offscreenBuffering IS true
+window.onabort IS null
+window.onbeforeunload IS null
+window.onblur IS null
+window.onchange IS null
+window.onclick IS null
+window.ondblclick IS null
+window.ondragdrop IS null
+window.onerror IS null
+window.onfocus IS null
+window.onkeydown IS null
+window.onkeypress IS null
+window.onkeyup IS null
+window.onload IS function onload(evt) { with (this.ownerDocument ? this.ownerDocument : {}) { with (this.form ? this.form : {}) { with (this) { return (function(evt){runTest()}).call(this, evt); } } } }
+window.onmousedown IS null
+window.onmousemove IS null
+window.onmouseout IS null
+window.onmouseover IS null
+window.onmouseup IS null
+window.onmousewheel IS null
+window.onmove IS null
+window.onreset IS null
+window.onresize IS null
+window.onscroll IS null
+window.onsearch IS null
+window.onselect IS null
+window.onsubmit IS null
+window.onunload IS null
+window.open IS [object global]
+window.opener IS null
+window.outerHeight IS Number
+window.outerWidth IS Number
+window.pageXOffset IS Number
+window.pageYOffset IS Number
+window.parent IS [object global]
+window.personalbar IS [object BarInfo]
+window.print IS [object global]
+window.prompt IS [object global]
+window.releaseEvents IS [object global]
+window.resizeBy IS [object global]
+window.resizeTo IS [object global]
+window.screen IS [object Screen]
+window.screenLeft IS Number
+window.screenTop IS Number
+window.screenX IS Number
+window.screenY IS Number
+window.scroll IS [object global]
+window.scrollBy IS [object global]
+window.scrollTo IS [object global]
+window.scrollX IS Number
+window.scrollY IS Number
+window.scrollbars IS [object BarInfo]
+window.self IS [object global]
+window.setInterval IS [object global]
+window.setTimeout IS [object global]
+window.showModalDialog IS [object global]
+window.status IS
+window.statusbar IS [object BarInfo]
+window.stop IS [object global]
+window.toString IS [object global]
+window.toolbar IS [object BarInfo]
+window.top IS [object global]
+window.window IS [object global]
+