diff options
Diffstat (limited to 'webkit/data')
7 files changed, 28 insertions, 18 deletions
diff --git a/webkit/data/layout_tests/chrome/fast/dom/navigator-cookieEnabled-no-crash.html b/webkit/data/layout_tests/chrome/fast/dom/navigator-cookieEnabled-no-crash.html index b915187..7a368c7 100644 --- a/webkit/data/layout_tests/chrome/fast/dom/navigator-cookieEnabled-no-crash.html +++ b/webkit/data/layout_tests/chrome/fast/dom/navigator-cookieEnabled-no-crash.html @@ -1,12 +1,15 @@ <html> <script> -if (window.layoutTestController) +if (window.layoutTestController) { window.layoutTestController.dumpAsText(); + window.layoutTestController.waitUntilDone(); +} function run_test() { var nav = window.navigator; document.getElementsByTagName("form")[0].submit(); nav.cookieEnabled; + window.layoutTestController.notifyDone(); } </script> <body onload="run_test()"> diff --git a/webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.html b/webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.html index 6ac9f2d..619cf37 100644 --- a/webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.html +++ b/webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.html @@ -1,12 +1,15 @@ <HTML> <script> -if (window.layoutTestController) +if (window.layoutTestController) { window.layoutTestController.dumpAsText(); + window.layoutTestController.waitUntilDone(); +} function run_test() { var f = window.frames; document.getElementsByTagName("form")[0].submit(); f.length; + window.layoutTestController.notifyDone(); } </script> diff --git a/webkit/data/layout_tests/chrome/plugins/get-url-with-blank-target.html b/webkit/data/layout_tests/chrome/plugins/get-url-with-blank-target.html index abdc5af..c61db2b 100644 --- a/webkit/data/layout_tests/chrome/plugins/get-url-with-blank-target.html +++ b/webkit/data/layout_tests/chrome/plugins/get-url-with-blank-target.html @@ -15,7 +15,6 @@ function callback(result) { } function runtest() { - plg.getURLNotify("http://www.apple.com", "_blank", "callback"); if (window.layoutTestController) { layoutTestController.dumpAsText(); layoutTestController.waitUntilDone(); diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.checksum index ea0890f..fa8b553 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.checksum @@ -1 +1 @@ -80790a550807cb2d7cb8c47dde6896a7
\ No newline at end of file +8e2de78927f0e71b1ccabf83cdd8f33a
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.png Binary files differindex 21fabe8..5cc4dd2 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.txt index b1d4298..44e55ed 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/replaceChild-expected.txt @@ -1,13 +1,19 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x40 - RenderBlock {HTML} at (0,0) size 800x40 - RenderBody {BODY} at (0,0) size 800x40 [bgcolor=#CCFFCC] - RenderBlock {DIV} at (0,0) size 800x40 - RenderBlock {DIV} at (0,0) size 800x40 - RenderBlock {DIV} at (0,0) size 800x20 - RenderText {#text} at (0,0) size 33x19 - text run at (0,0) width 33: "test 1" - RenderBlock {DIV} at (0,20) size 800x20 - RenderText {#text} at (0,0) size 33x19 - text run at (0,0) width 33: "test 2" +layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x152
+ RenderBlock {HTML} at (0,0) size 800x152
+ RenderBody {BODY} at (0,0) size 800x152 [bgcolor=#CCFFCC]
+ RenderBlock {DIV} at (0,0) size 800x152
+ RenderPartObject {IFRAME} at (0,0) size 152x152 [border: (1px solid #000000)]
+ layer at (0,0) size 150x150
+ RenderView at (0,0) size 150x150
+ layer at (0,0) size 150x56
+ RenderBlock {HTML} at (0,0) size 150x56
+ RenderBody {BODY} at (8,8) size 134x40
+ RenderBlock {DIV} at (0,0) size 134x40
+ RenderBlock {DIV} at (0,0) size 134x20
+ RenderText {#text} at (0,0) size 33x19
+ text run at (0,0) width 33: "test 1"
+ RenderBlock {DIV} at (0,20) size 134x20
+ RenderText {#text} at (0,0) size 33x19
+ text run at (0,0) width 33: "test 2"
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/circle-move-invalidation-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/circle-move-invalidation-expected.txt index 67053c8..b602f6d 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/circle-move-invalidation-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/circle-move-invalidation-expected.txt @@ -14,4 +14,3 @@ layer at (0,0) size 800x359 RenderBlock (anonymous) at (0,323) size 784x20
RenderText {#text} at (0,0) size 515x19
text run at (0,0) width 515: "The circle should not be (partially or fully)visible at the original position after moving it."
-caret: position 0 of child 2 {#text} of child 3 {body} of child 0 {html} of document
|