[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

dglazkov at chromium.org dglazkov at chromium.org
Wed Dec 22 13:21:03 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9653a1ac9cdc3e7d18479b448c8d75159d41e10f
Author: dglazkov at chromium.org <dglazkov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Sep 12 15:11:24 2010 +0000

    2010-09-12  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            post-basic.html and post-frames.html in http/tests/navigation should not be pixel tests
            https://bugs.webkit.org/show_bug.cgi?id=45610
    
            post-basic.html and post-frames.html would be a lot simpler if
            they weren't pixel tests (post-frames.html doesn't even have the right
            expectations for Chromium/Mac). Since all they test is that form
            POSTs are handled correctly, they can just use dumpAsText.
    
            * http/tests/navigation/post-basic-expected.txt: Added.
            * http/tests/navigation/post-basic.html:
            * http/tests/navigation/post-frames-expected.txt: Added.
            * http/tests/navigation/post-frames.html:
            * http/tests/navigation/resources/page-that-posts.html: Added.
            * http/tests/navigation/resources/postresult.pl:
            * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Removed.
            * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Removed.
            * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Removed.
            * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Removed.
            * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Removed.
            * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Removed.
            * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Removed.
            * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Removed.
            * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Removed.
            * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Removed.
            * platform/chromium/test_expectations.txt:
            * platform/mac/http/tests/navigation/post-basic-expected.checksum: Removed.
            * platform/mac/http/tests/navigation/post-basic-expected.png: Removed.
            * platform/mac/http/tests/navigation/post-basic-expected.txt: Removed.
            * platform/mac/http/tests/navigation/post-frames-expected.checksum: Removed.
            * platform/mac/http/tests/navigation/post-frames-expected.png: Removed.
            * platform/mac/http/tests/navigation/post-frames-expected.txt: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67328 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3a2e348..23bfe64 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,39 @@
+2010-09-12  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        post-basic.html and post-frames.html in http/tests/navigation should not be pixel tests
+        https://bugs.webkit.org/show_bug.cgi?id=45610
+
+        post-basic.html and post-frames.html would be a lot simpler if
+        they weren't pixel tests (post-frames.html doesn't even have the right
+        expectations for Chromium/Mac). Since all they test is that form
+        POSTs are handled correctly, they can just use dumpAsText.
+
+        * http/tests/navigation/post-basic-expected.txt: Added.
+        * http/tests/navigation/post-basic.html:
+        * http/tests/navigation/post-frames-expected.txt: Added.
+        * http/tests/navigation/post-frames.html:
+        * http/tests/navigation/resources/page-that-posts.html: Added.
+        * http/tests/navigation/resources/postresult.pl:
+        * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Removed.
+        * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Removed.
+        * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Removed.
+        * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Removed.
+        * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Removed.
+        * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Removed.
+        * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Removed.
+        * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Removed.
+        * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Removed.
+        * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Removed.
+        * platform/chromium/test_expectations.txt:
+        * platform/mac/http/tests/navigation/post-basic-expected.checksum: Removed.
+        * platform/mac/http/tests/navigation/post-basic-expected.png: Removed.
+        * platform/mac/http/tests/navigation/post-basic-expected.txt: Removed.
+        * platform/mac/http/tests/navigation/post-frames-expected.checksum: Removed.
+        * platform/mac/http/tests/navigation/post-frames-expected.png: Removed.
+        * platform/mac/http/tests/navigation/post-frames-expected.txt: Removed.
+
 2010-09-11  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Adam Barth.
diff --git a/LayoutTests/http/tests/navigation/post-basic-expected.txt b/LayoutTests/http/tests/navigation/post-basic-expected.txt
new file mode 100644
index 0000000..d51faa8
--- /dev/null
+++ b/LayoutTests/http/tests/navigation/post-basic-expected.txt
@@ -0,0 +1,11 @@
+This is just a minimal page that we navigate in response to an HTTP POST. 
+
+If the next line is empty after the colon, it probably means that we made a mistake and requested this page with a GET with no query instead of a POST. 
+
+The first text field contained: input value goes here 
+This page was requested with an HTTP POST
+
+============== Back Forward List ==============
+        http://127.0.0.1:8000/navigation/resources/page-that-posts.html  **nav target**
+curr->  http://127.0.0.1:8000/navigation/resources/postresult.pl  **nav target**
+===============================================
diff --git a/LayoutTests/http/tests/navigation/post-basic.html b/LayoutTests/http/tests/navigation/post-basic.html
index 955f592..f3d0c11 100644
--- a/LayoutTests/http/tests/navigation/post-basic.html
+++ b/LayoutTests/http/tests/navigation/post-basic.html
@@ -1,6 +1,10 @@
-<script type="text/javascript" src="resources/testcode.js"></script>
 <script>
-    runBasicTest("resources/success200.html", "post");
-</script>
-This page just kicks off a test, and should not appear in the expected test output.
-The files in the resources dir have comments about the tests.
+  if (window.layoutTestController) {
+      layoutTestController.dumpAsText();
+      layoutTestController.waitUntilDone();
+      layoutTestController.dumpBackForwardList();
+   }
+   window.location.href = 'resources/page-that-posts.html';
+</script>  
+
+<p>Tests that a POST request is handled correctly. If this test passes, you will see a page indicating a form was POSTed.</p>
\ No newline at end of file
diff --git a/LayoutTests/http/tests/navigation/post-frames-expected.txt b/LayoutTests/http/tests/navigation/post-frames-expected.txt
new file mode 100644
index 0000000..34027a2
--- /dev/null
+++ b/LayoutTests/http/tests/navigation/post-frames-expected.txt
@@ -0,0 +1,20 @@
+Tests that a POST request in a frame is handled correctly. If this test passes, you will see a page indicating a form was POSTed.
+
+
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+This is just a minimal page that we navigate in response to an HTTP POST. 
+
+If the next line is empty after the colon, it probably means that we made a mistake and requested this page with a GET with no query instead of a POST. 
+
+The first text field contained: input value goes here 
+This page was requested with an HTTP POST
+
+============== Back Forward List ==============
+        http://127.0.0.1:8000/navigation/post-frames.html  **nav target**
+            http://127.0.0.1:8000/navigation/resources/page-that-posts.html (in frame "<!--framePath //<!--frame0-->-->")
+curr->  http://127.0.0.1:8000/navigation/post-frames.html
+            http://127.0.0.1:8000/navigation/resources/postresult.pl (in frame "<!--framePath //<!--frame0-->-->")  **nav target**
+===============================================
diff --git a/LayoutTests/http/tests/navigation/post-frames.html b/LayoutTests/http/tests/navigation/post-frames.html
index 77cbb5f..c43bfa7 100644
--- a/LayoutTests/http/tests/navigation/post-frames.html
+++ b/LayoutTests/http/tests/navigation/post-frames.html
@@ -1,6 +1,12 @@
-<script type="text/javascript" src="resources/testcode.js"></script>
 <script>
-    runBasicTest("resources/frameset.pl?frameURL=success200.html", "post");
-</script>
-This page just kicks off a test, and should not appear in the expected test output.
-The files in the resources dir have comments about the tests.
+  if (window.layoutTestController) {
+      layoutTestController.dumpAsText();
+      layoutTestController.dumpChildFramesAsText();
+      layoutTestController.waitUntilDone();
+      layoutTestController.dumpBackForwardList();
+   }
+</script>  
+
+<p>Tests that a POST request in a frame is handled correctly. If this test passes, you will see a page indicating a form was POSTed.</p>
+
+<iframe src="resources/page-that-posts.html"></iframe>
\ No newline at end of file
diff --git a/LayoutTests/http/tests/navigation/resources/page-that-posts.html b/LayoutTests/http/tests/navigation/resources/page-that-posts.html
new file mode 100644
index 0000000..8a9d17e
--- /dev/null
+++ b/LayoutTests/http/tests/navigation/resources/page-that-posts.html
@@ -0,0 +1,16 @@
+<body>
+
+<script>
+onload = function()
+{
+    // Submit the form in a timeout to make sure we generate a history entry.
+    setTimeout(function() {document.getElementById('the-form').submitwithpost.click();}, 0);
+}
+</script>
+
+<form id="the-form" method="POST" action="postresult.pl">
+  <input name="textfield1" value="input value goes here">
+  <input type="submit" name="submitwithpost" value="Submit with POST"/><br>
+</form>
+
+</body>
diff --git a/LayoutTests/http/tests/navigation/resources/postresult.pl b/LayoutTests/http/tests/navigation/resources/postresult.pl
index a56d673..680c366 100755
--- a/LayoutTests/http/tests/navigation/resources/postresult.pl
+++ b/LayoutTests/http/tests/navigation/resources/postresult.pl
@@ -36,6 +36,10 @@ if (($submitWithPost && $method eq "POST") || ($redirectHappened && $method eq "
     The first text field contained: $textFieldData
     <br>
     This page was requested with an HTTP $method
+    <script>
+    if (window.layoutTestController)
+        layoutTestController.notifyDone();
+    </script>
     </body>
     </html>
 HERE_DOC_END
diff --git a/LayoutTests/platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum b/LayoutTests/platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum
deleted file mode 100644
index c8278d3..0000000
--- a/LayoutTests/platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-1d10f11d11dfad8d5b5fe2bebba65008
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/http/tests/navigation/post-basic-expected.png b/LayoutTests/platform/chromium-linux/http/tests/navigation/post-basic-expected.png
deleted file mode 100644
index cf34ae0..0000000
Binary files a/LayoutTests/platform/chromium-linux/http/tests/navigation/post-basic-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum b/LayoutTests/platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum
deleted file mode 100644
index e4658c3..0000000
--- a/LayoutTests/platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-20e79009d50c6456b91091cf52c6cf12
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/http/tests/navigation/post-frames-expected.png b/LayoutTests/platform/chromium-linux/http/tests/navigation/post-frames-expected.png
deleted file mode 100644
index c9703a6..0000000
Binary files a/LayoutTests/platform/chromium-linux/http/tests/navigation/post-frames-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.checksum b/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.checksum
deleted file mode 100644
index 54b0512..0000000
--- a/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-304a79412c965ec1cd4bba204d476de6
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.png b/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.png
deleted file mode 100644
index f6ee70d..0000000
Binary files a/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.txt b/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.txt
deleted file mode 100644
index fe817f8..0000000
--- a/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-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
-      RenderText {#text} at (0,0) size 764x73
-        text run at (0,0) width 764: "This is just a minimal page that we navigate in response to an"
-        text run at (0,37) width 181: "HTTP POST. "
-      RenderBR {BR} at (0,0) size 0x0
-      RenderBR {BR} at (0,74) size 0x36
-      RenderText {#text} at (0,111) size 781x110
-        text run at (0,111) width 781: "If the next line is empty after the colon, it probably means that"
-        text run at (0,148) width 120: "we made "
-        text run at (120,148) width 638: "a mistake and requested this page with a GET with"
-        text run at (0,185) width 364: "no query instead of a POST. "
-      RenderBR {BR} at (0,0) size 0x0
-      RenderBR {BR} at (0,222) size 0x36
-      RenderText {#text} at (0,259) size 692x36
-        text run at (0,259) width 692: "The first text field contained: New form text from user "
-      RenderBR {BR} at (0,0) size 0x0
-      RenderText {#text} at (0,296) size 579x36
-        text run at (0,296) width 579: "This page was requested with an HTTP POST"
-
-============== Back Forward List ==============
-        http://127.0.0.1:8000/navigation/post-basic.html  **nav target**
-        http://127.0.0.1:8000/navigation/resources/success200.html  **nav target**
-curr->  http://127.0.0.1:8000/navigation/resources/postresult.pl  **nav target**
-===============================================
diff --git a/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.checksum b/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.checksum
deleted file mode 100644
index fbc405e..0000000
--- a/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-9a6d8fc3ba8075292f539904612c2aaf
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.png b/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.png
deleted file mode 100644
index 23075f1..0000000
Binary files a/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.txt b/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.txt
deleted file mode 100644
index 9b2fca3..0000000
--- a/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-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 800x534
-        layer at (0,0) size 800x534
-          RenderView at (0,0) size 800x534
-        layer at (0,0) size 800x534
-          RenderBlock {HTML} at (0,0) size 800x534
-            RenderBody {BODY} at (8,8) size 784x518
-              RenderText {#text} at (0,0) size 764x73
-                text run at (0,0) width 764: "This is just a minimal page that we navigate in response to an"
-                text run at (0,37) width 181: "HTTP POST. "
-              RenderBR {BR} at (0,0) size 0x0
-              RenderBR {BR} at (0,74) size 0x36
-              RenderText {#text} at (0,111) size 781x110
-                text run at (0,111) width 781: "If the next line is empty after the colon, it probably means that"
-                text run at (0,148) width 120: "we made "
-                text run at (120,148) width 638: "a mistake and requested this page with a GET with"
-                text run at (0,185) width 364: "no query instead of a POST. "
-              RenderBR {BR} at (0,0) size 0x0
-              RenderBR {BR} at (0,222) size 0x36
-              RenderText {#text} at (0,259) size 692x36
-                text run at (0,259) width 692: "The first text field contained: New form text from user "
-              RenderBR {BR} at (0,0) size 0x0
-              RenderText {#text} at (0,296) size 579x36
-                text run at (0,296) width 579: "This page was requested with an HTTP POST"
-      RenderFrame {FRAME} at (0,540) size 800x60
-        layer at (0,0) size 785x90
-          RenderView at (0,0) size 785x60
-        layer at (0,0) size 785x90
-          RenderBlock {HTML} at (0,0) size 785x90
-            RenderBody {BODY} at (8,8) size 769x74
-              RenderText {#text} at (0,0) size 704x73
-                text run at (0,0) width 704: "This is just a minimal page that we navigate to as part of"
-                text run at (0,37) width 268: "testing back/forward."
-
-============== Back Forward List ==============
-        http://127.0.0.1:8000/navigation/post-frames.html  **nav target**
-        http://127.0.0.1:8000/navigation/resources/frameset.pl?frameURL=success200.html  **nav target**
-            http://127.0.0.1:8000/navigation/resources/otherpage.html (in frame "footer")
-            http://127.0.0.1:8000/navigation/resources/success200.html (in frame "main")
-curr->  http://127.0.0.1:8000/navigation/resources/frameset.pl?frameURL=success200.html
-            http://127.0.0.1:8000/navigation/resources/otherpage.html (in frame "footer")
-            http://127.0.0.1:8000/navigation/resources/postresult.pl (in frame "main")  **nav target**
-===============================================
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index e26c5a5..81f3f35 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -1420,8 +1420,6 @@ BUG9798 BUG23498 MAC DEBUG : http/tests/navigation/error404-frames.html = TIMEOU
 BUG9798 BUG23498 MAC RELEASE : http/tests/navigation/error404-frames.html = IMAGE
 BUG23498 MAC : http/tests/navigation/error404-subframeload.html = IMAGE
 // BUG23498 MAC : http/tests/navigation/javascriptlink-frames.html = IMAGE
-BUG23498 MAC DEBUG : http/tests/navigation/post-frames.html = IMAGE TIMEOUT
-BUG23498 MAC RELEASE : http/tests/navigation/post-frames.html = IMAGE
 BUG23498 MAC : http/tests/navigation/postredirect-frames.html = IMAGE
 BUG23498 MAC : svg/custom/altglyph.svg = IMAGE
 BUG23498 MAC : svg/hixie/links/003-broken.xml = IMAGE
@@ -2235,7 +2233,6 @@ BUG29748 LINUX : fast/frames/onlyCommentInIFrame.html = IMAGE
 BUG29748 LINUX : fast/multicol/positioned-with-constrained-height.html = IMAGE
 BUG29748 LINUX : fast/repaint/overflow-scroll-delete.html = IMAGE
 BUG29748 LINUX : http/tests/navigation/error404-frames.html = IMAGE
-BUG29748 LINUX : http/tests/navigation/post-frames.html = IMAGE
 BUG29748 LINUX : http/tests/navigation/postredirect-frames.html = IMAGE
 BUG29748 LINUX : tables/mozilla/bugs/bug137388-2.html = IMAGE
 BUG29748 LINUX : tables/mozilla/bugs/bug2479-1.html = IMAGE
diff --git a/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.checksum b/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.checksum
deleted file mode 100644
index 017ffd4..0000000
--- a/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-4f4db8afb677fbfbed3c06781e347777
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.png b/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.png
deleted file mode 100644
index 9b9c201..0000000
Binary files a/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.txt b/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.txt
deleted file mode 100644
index cd01f51..0000000
--- a/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-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
-      RenderText {#text} at (0,0) size 747x74
-        text run at (0,0) width 747: "This is just a minimal page that we navigate in response to"
-        text run at (0,37) width 222: "an HTTP POST. "
-      RenderBR {BR} at (0,0) size 0x0
-      RenderBR {BR} at (0,74) size 0x37
-      RenderText {#text} at (0,111) size 763x111
-        text run at (0,111) width 743: "If the next line is empty after the colon, it probably means"
-        text run at (0,148) width 178: "that we made "
-        text run at (178,148) width 585: "a mistake and requested this page with a GET"
-        text run at (0,185) width 436: "with no query instead of a POST. "
-      RenderBR {BR} at (0,0) size 0x0
-      RenderBR {BR} at (0,222) size 0x37
-      RenderText {#text} at (0,259) size 709x37
-        text run at (0,259) width 709: "The first text field contained: New form text from user "
-      RenderBR {BR} at (0,0) size 0x0
-      RenderText {#text} at (0,296) size 591x37
-        text run at (0,296) width 591: "This page was requested with an HTTP POST"
-
-============== Back Forward List ==============
-        http://127.0.0.1:8000/navigation/post-basic.html  **nav target**
-        http://127.0.0.1:8000/navigation/resources/success200.html  **nav target**
-curr->  http://127.0.0.1:8000/navigation/resources/postresult.pl  **nav target**
-===============================================
diff --git a/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.checksum b/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.checksum
deleted file mode 100644
index c6fe5c8..0000000
--- a/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-43d86a9c163f2559a80983c38d8f31e6
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.png b/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.png
deleted file mode 100644
index b23e9c3..0000000
Binary files a/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.txt b/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.txt
deleted file mode 100644
index 752316a..0000000
--- a/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-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 800x534
-        layer at (0,0) size 800x534
-          RenderView at (0,0) size 800x534
-        layer at (0,0) size 800x534
-          RenderBlock {HTML} at (0,0) size 800x534
-            RenderBody {BODY} at (8,8) size 784x518
-              RenderText {#text} at (0,0) size 747x74
-                text run at (0,0) width 747: "This is just a minimal page that we navigate in response to"
-                text run at (0,37) width 222: "an HTTP POST. "
-              RenderBR {BR} at (0,0) size 0x0
-              RenderBR {BR} at (0,74) size 0x37
-              RenderText {#text} at (0,111) size 763x111
-                text run at (0,111) width 743: "If the next line is empty after the colon, it probably means"
-                text run at (0,148) width 178: "that we made "
-                text run at (178,148) width 585: "a mistake and requested this page with a GET"
-                text run at (0,185) width 436: "with no query instead of a POST. "
-              RenderBR {BR} at (0,0) size 0x0
-              RenderBR {BR} at (0,222) size 0x37
-              RenderText {#text} at (0,259) size 709x37
-                text run at (0,259) width 709: "The first text field contained: New form text from user "
-              RenderBR {BR} at (0,0) size 0x0
-              RenderText {#text} at (0,296) size 591x37
-                text run at (0,296) width 591: "This page was requested with an HTTP POST"
-      RenderFrame {FRAME} at (0,540) size 800x60
-        layer at (0,0) size 785x90
-          RenderView at (0,0) size 785x60
-        layer at (0,0) size 785x90
-          RenderBlock {HTML} at (0,0) size 785x90
-            RenderBody {BODY} at (8,8) size 769x74
-              RenderText {#text} at (0,0) size 722x74
-                text run at (0,0) width 722: "This is just a minimal page that we navigate to as part of"
-                text run at (0,37) width 272: "testing back/forward."
-
-============== Back Forward List ==============
-        http://127.0.0.1:8000/navigation/post-frames.html  **nav target**
-        http://127.0.0.1:8000/navigation/resources/frameset.pl?frameURL=success200.html  **nav target**
-            http://127.0.0.1:8000/navigation/resources/otherpage.html (in frame "footer")
-            http://127.0.0.1:8000/navigation/resources/success200.html (in frame "main")
-curr->  http://127.0.0.1:8000/navigation/resources/frameset.pl?frameURL=success200.html
-            http://127.0.0.1:8000/navigation/resources/otherpage.html (in frame "footer")
-            http://127.0.0.1:8000/navigation/resources/postresult.pl (in frame "main")  **nav target**
-===============================================

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list