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

jamesr at google.com jamesr at google.com
Wed Dec 22 13:21:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 579c037ca396c8d45ebc7f168e46cfa9809d92bd
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Sep 12 22:58:56 2010 +0000

    2010-09-12  James Robinson  <jamesr at chromium.org>
    
            Unreviewed, rolling out r67328.
            http://trac.webkit.org/changeset/67328
            https://bugs.webkit.org/show_bug.cgi?id=45610
    
            Broke layout tests on mac and chromium.
    
            * http/tests/navigation/post-basic-expected.txt: Removed.
            * http/tests/navigation/post-basic.html:
            * http/tests/navigation/post-frames-expected.txt: Removed.
            * http/tests/navigation/post-frames.html:
            * http/tests/navigation/resources/page-that-posts.html: Removed.
            * http/tests/navigation/resources/postresult.pl:
            * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Added.
            * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Added.
            * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Added.
            * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Added.
            * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Added.
            * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Added.
            * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Added.
            * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Added.
            * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Added.
            * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Added.
            * platform/chromium/test_expectations.txt:
            * platform/mac/http/tests/navigation/post-basic-expected.checksum: Copied from LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.checksum.
            * platform/mac/http/tests/navigation/post-basic-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.png.
            * platform/mac/http/tests/navigation/post-basic-expected.txt: Added.
            * platform/mac/http/tests/navigation/post-frames-expected.checksum: Added.
            * platform/mac/http/tests/navigation/post-frames-expected.png: Added.
            * platform/mac/http/tests/navigation/post-frames-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67349 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ae80b68..beb998d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,35 @@
+2010-09-12  James Robinson  <jamesr at chromium.org>
+
+        Unreviewed, rolling out r67328.
+        http://trac.webkit.org/changeset/67328
+        https://bugs.webkit.org/show_bug.cgi?id=45610
+
+        Broke layout tests on mac and chromium.
+
+        * http/tests/navigation/post-basic-expected.txt: Removed.
+        * http/tests/navigation/post-basic.html:
+        * http/tests/navigation/post-frames-expected.txt: Removed.
+        * http/tests/navigation/post-frames.html:
+        * http/tests/navigation/resources/page-that-posts.html: Removed.
+        * http/tests/navigation/resources/postresult.pl:
+        * platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum: Added.
+        * platform/chromium-linux/http/tests/navigation/post-basic-expected.png: Added.
+        * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum: Added.
+        * platform/chromium-linux/http/tests/navigation/post-frames-expected.png: Added.
+        * platform/chromium-win/http/tests/navigation/post-basic-expected.checksum: Added.
+        * platform/chromium-win/http/tests/navigation/post-basic-expected.png: Added.
+        * platform/chromium-win/http/tests/navigation/post-basic-expected.txt: Added.
+        * platform/chromium-win/http/tests/navigation/post-frames-expected.checksum: Added.
+        * platform/chromium-win/http/tests/navigation/post-frames-expected.png: Added.
+        * platform/chromium-win/http/tests/navigation/post-frames-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+        * platform/mac/http/tests/navigation/post-basic-expected.checksum: Copied from LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.checksum.
+        * platform/mac/http/tests/navigation/post-basic-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.png.
+        * platform/mac/http/tests/navigation/post-basic-expected.txt: Added.
+        * platform/mac/http/tests/navigation/post-frames-expected.checksum: Added.
+        * platform/mac/http/tests/navigation/post-frames-expected.png: Added.
+        * platform/mac/http/tests/navigation/post-frames-expected.txt: Added.
+
 2010-09-12  Simon Hausmann  <simon.hausmann at nokia.com>
 
         Reviewed by Antonio Gomes.
diff --git a/LayoutTests/http/tests/navigation/post-basic-expected.txt b/LayoutTests/http/tests/navigation/post-basic-expected.txt
deleted file mode 100644
index d51faa8..0000000
--- a/LayoutTests/http/tests/navigation/post-basic-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-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 f3d0c11..955f592 100644
--- a/LayoutTests/http/tests/navigation/post-basic.html
+++ b/LayoutTests/http/tests/navigation/post-basic.html
@@ -1,10 +1,6 @@
+<script type="text/javascript" src="resources/testcode.js"></script>
 <script>
-  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
+    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.
diff --git a/LayoutTests/http/tests/navigation/post-frames-expected.txt b/LayoutTests/http/tests/navigation/post-frames-expected.txt
deleted file mode 100644
index 34027a2..0000000
--- a/LayoutTests/http/tests/navigation/post-frames-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-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 c43bfa7..77cbb5f 100644
--- a/LayoutTests/http/tests/navigation/post-frames.html
+++ b/LayoutTests/http/tests/navigation/post-frames.html
@@ -1,12 +1,6 @@
+<script type="text/javascript" src="resources/testcode.js"></script>
 <script>
-  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
+    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.
diff --git a/LayoutTests/http/tests/navigation/resources/page-that-posts.html b/LayoutTests/http/tests/navigation/resources/page-that-posts.html
deleted file mode 100644
index 8a9d17e..0000000
--- a/LayoutTests/http/tests/navigation/resources/page-that-posts.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<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 680c366..a56d673 100755
--- a/LayoutTests/http/tests/navigation/resources/postresult.pl
+++ b/LayoutTests/http/tests/navigation/resources/postresult.pl
@@ -36,10 +36,6 @@ 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
new file mode 100644
index 0000000..c8278d3
--- /dev/null
+++ b/LayoutTests/platform/chromium-linux/http/tests/navigation/post-basic-expected.checksum
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..cf34ae0
Binary files /dev/null and b/LayoutTests/platform/chromium-linux/http/tests/navigation/post-basic-expected.png 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
new file mode 100644
index 0000000..e4658c3
--- /dev/null
+++ b/LayoutTests/platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..c9703a6
Binary files /dev/null and b/LayoutTests/platform/chromium-linux/http/tests/navigation/post-frames-expected.png 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
new file mode 100644
index 0000000..54b0512
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.checksum
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..f6ee70d
Binary files /dev/null and b/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.png 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
new file mode 100644
index 0000000..fe817f8
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/http/tests/navigation/post-basic-expected.txt
@@ -0,0 +1,28 @@
+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
new file mode 100644
index 0000000..fbc405e
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.checksum
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..23075f1
Binary files /dev/null and b/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.png 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
new file mode 100644
index 0000000..9b2fca3
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/http/tests/navigation/post-frames-expected.txt
@@ -0,0 +1,47 @@
+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 81f3f35..e26c5a5 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -1420,6 +1420,8 @@ 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
@@ -2233,6 +2235,7 @@ 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-goback1-expected.checksum b/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.checksum
similarity index 100%
copy from LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.checksum
copy to LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.checksum
diff --git a/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.txt b/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.txt
new file mode 100644
index 0000000..cd01f51
--- /dev/null
+++ b/LayoutTests/platform/mac/http/tests/navigation/post-basic-expected.txt
@@ -0,0 +1,28 @@
+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
new file mode 100644
index 0000000..c6fe5c8
--- /dev/null
+++ b/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.checksum
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..b23e9c3
Binary files /dev/null and b/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.png 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
new file mode 100644
index 0000000..752316a
--- /dev/null
+++ b/LayoutTests/platform/mac/http/tests/navigation/post-frames-expected.txt
@@ -0,0 +1,47 @@
+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