Title: [97459] trunk/LayoutTests
Revision
97459
Author
aba...@webkit.org
Date
2011-10-14 03:23:46 -0700 (Fri, 14 Oct 2011)

Log Message

tables/mozilla/bugs/bug53690-1.html has never worked
https://bugs.webkit.org/show_bug.cgi?id=67745

Reviewed by Eric Seidel.

Previously, this script had just errored out.  This patch removes the
script, making the results more sane.

* platform/chromium-win/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug53690-1-expected.txt:
* tables/mozilla/bugs/bug53690-1.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97458 => 97459)


--- trunk/LayoutTests/ChangeLog	2011-10-14 10:15:47 UTC (rev 97458)
+++ trunk/LayoutTests/ChangeLog	2011-10-14 10:23:46 UTC (rev 97459)
@@ -1,5 +1,21 @@
 2011-10-14  Adam Barth  <aba...@webkit.org>
 
+        tables/mozilla/bugs/bug53690-1.html has never worked
+        https://bugs.webkit.org/show_bug.cgi?id=67745
+
+        Reviewed by Eric Seidel.
+
+        Previously, this script had just errored out.  This patch removes the
+        script, making the results more sane.
+
+        * platform/chromium-win/tables/mozilla/bugs/bug53690-1-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt:
+        * platform/qt/tables/mozilla/bugs/bug53690-1-expected.txt:
+        * tables/mozilla/bugs/bug53690-1.html:
+
+2011-10-14  Adam Barth  <aba...@webkit.org>
+
         tables/mozilla/bugs/bug9024.html has never worked
         https://bugs.webkit.org/show_bug.cgi?id=67744
 

Modified: trunk/LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug53690-1-expected.txt (97458 => 97459)


--- trunk/LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug53690-1-expected.txt	2011-10-14 10:15:47 UTC (rev 97458)
+++ trunk/LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug53690-1-expected.txt	2011-10-14 10:23:46 UTC (rev 97459)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 4: Uncaught TypeError: Cannot read property 'action' of undefined
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600

Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt (97458 => 97459)


--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt	2011-10-14 10:15:47 UTC (rev 97458)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt	2011-10-14 10:23:46 UTC (rev 97459)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 4: TypeError: 'undefined' is not an object (evaluating 'document.forms[1].action')
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600

Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt (97458 => 97459)


--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt	2011-10-14 10:15:47 UTC (rev 97458)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt	2011-10-14 10:23:46 UTC (rev 97459)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 4: TypeError: 'undefined' is not an object (evaluating 'document.forms[1].action')
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600

Modified: trunk/LayoutTests/platform/qt/tables/mozilla/bugs/bug53690-1-expected.txt (97458 => 97459)


--- trunk/LayoutTests/platform/qt/tables/mozilla/bugs/bug53690-1-expected.txt	2011-10-14 10:15:47 UTC (rev 97458)
+++ trunk/LayoutTests/platform/qt/tables/mozilla/bugs/bug53690-1-expected.txt	2011-10-14 10:23:46 UTC (rev 97459)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 4: TypeError: 'undefined' is not an object (evaluating 'document.forms[1].action')
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600

Modified: trunk/LayoutTests/tables/mozilla/bugs/bug53690-1.html (97458 => 97459)


--- trunk/LayoutTests/tables/mozilla/bugs/bug53690-1.html	2011-10-14 10:15:47 UTC (rev 97458)
+++ trunk/LayoutTests/tables/mozilla/bugs/bug53690-1.html	2011-10-14 10:23:46 UTC (rev 97459)
@@ -1,7 +1,4 @@
 <HTML><BODY><TABLE><TR><TD>
  <TABLE border=1><TR><TD><SCRIPT language=_javascript_>
-
-document.write('<form method=post name = "DominoForm1" action="" + document.forms[1].action + '">');
-
 </SCRIPT>
 </TD></TR></TABLE></TD><TD>X</TD></TR></TABLE>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to