diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-06 19:09:45 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-06 19:09:45 +0000 |
commit | 70c8091cae43ea41f6d8fdf9dd41665290cd7379 (patch) | |
tree | 1276c82de0d2a4e0d84727c03e90b7682046d58c /webkit | |
parent | 7c76f992c891072097992b2055ffdad001b71340 (diff) | |
download | chromium_src-70c8091cae43ea41f6d8fdf9dd41665290cd7379.zip chromium_src-70c8091cae43ea41f6d8fdf9dd41665290cd7379.tar.gz chromium_src-70c8091cae43ea41f6d8fdf9dd41665290cd7379.tar.bz2 |
Add baselines for new tests in the last webkit merge.
Review URL: http://codereview.chromium.org/13604
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
4 files changed, 29 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/console-trace-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/console-trace-expected.txt new file mode 100644 index 0000000..33f2e4d --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/console-trace-expected.txt @@ -0,0 +1,4 @@ +CONSOLE MESSAGE: line 6: Uncaught Error: NOT_SUPPORTED_ERR: DOM Exception 9 +Tests for absence of ASSERT in console.trace() due to incomplete inheritance chain. + +Test succeeds if this document doesn't crash a Debug build diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/selected-replaced-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/selected-replaced-expected.checksum new file mode 100644 index 0000000..3a7eff5 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/selected-replaced-expected.checksum @@ -0,0 +1 @@ +7065860d137fb663a1830b0d9545bf79
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/selected-replaced-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/selected-replaced-expected.png Binary files differnew file mode 100644 index 0000000..7634a7c --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/selected-replaced-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/selected-replaced-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/selected-replaced-expected.txt new file mode 100644 index 0000000..726f577 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/selected-replaced-expected.txt @@ -0,0 +1,24 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x297 + RenderBlock {HTML} at (0,0) size 800x297 + RenderBody {BODY} at (8,16) size 784x273 + RenderBlock {P} at (0,0) size 784x20 + RenderText {#text} at (0,0) size 51x19 + text run at (0,0) width 51: "Test for " + RenderInline {A} at (0,0) size 291x19 [color=#0000EE] + RenderText {#text} at (51,0) size 291x19 + text run at (51,0) width 291: "https://bugs.webkit.org/show_bug.cgi?id=22472" + RenderText {#text} at (342,0) size 4x19 + text run at (342,0) width 4: " " + RenderInline {I} at (0,0) size 424x19 + RenderText {#text} at (346,0) size 424x19 + text run at (346,0) width 424: "Selection is not completely erased when a replaced element moves" + RenderText {#text} at (0,0) size 0x0 + RenderBlock (anonymous) at (0,36) size 784x237 + RenderText {#text} at (0,0) size 0x0 + RenderText {#text} at (0,0) size 0x0 +layer at (8,52) size 214x232 + RenderImage {IMG} at (0,0) size 214x232 +selection start: position 0 of child 3 {IMG} of child 1 {BODY} of child 1 {HTML} of document +selection end: position 1 of child 3 {IMG} of child 1 {BODY} of child 1 {HTML} of document |