Title: [124708] trunk/LayoutTests
Revision
124708
Author
[email protected]
Date
2012-08-04 17:44:12 -0700 (Sat, 04 Aug 2012)

Log Message

Another test fixes after r124705. Revert erroneous changes in r124707 using binary editor.

* fast/parser/test-unicode-characters-in-attribute-name.html:
* http/tests/misc/submit-post-in-utf16be.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124707 => 124708)


--- trunk/LayoutTests/ChangeLog	2012-08-05 00:30:52 UTC (rev 124707)
+++ trunk/LayoutTests/ChangeLog	2012-08-05 00:44:12 UTC (rev 124708)
@@ -1,5 +1,12 @@
 2012-08-04  Ryosuke Niwa  <[email protected]>
 
+        Another test fixes after r124705. Revert erroneous changes in r124707 using binary editor.
+
+        * fast/parser/test-unicode-characters-in-attribute-name.html:
+        * http/tests/misc/submit-post-in-utf16be.html:
+
+2012-08-04  Ryosuke Niwa  <[email protected]>
+
         Test fixes after r124705. There were still few tests that used layoutTestController because
         they were encoded in UTF-16 and UTF-32 and neither spot light nor grep could search through.
 

Modified: trunk/LayoutTests/fast/parser/test-unicode-characters-in-attribute-name.html (124707 => 124708)


--- trunk/LayoutTests/fast/parser/test-unicode-characters-in-attribute-name.html	2012-08-05 00:30:52 UTC (rev 124707)
+++ trunk/LayoutTests/fast/parser/test-unicode-characters-in-attribute-name.html	2012-08-05 00:44:12 UTC (rev 124708)
@@ -23,4 +23,4 @@
 
 </pre>
 </body></html>
-
\ No newline at end of file
+

Modified: trunk/LayoutTests/http/tests/misc/submit-post-in-utf16be.html (124707 => 124708)


--- trunk/LayoutTests/http/tests/misc/submit-post-in-utf16be.html	2012-08-05 00:30:52 UTC (rev 124707)
+++ trunk/LayoutTests/http/tests/misc/submit-post-in-utf16be.html	2012-08-05 00:44:12 UTC (rev 124708)
@@ -1,5 +1,4 @@
-\xFE\xFF
-<html>
+\xFF\xFE<html>
 <head>
 <script>
 if (window.testRunner) {
@@ -18,3 +17,4 @@
 </form>
 </body>
 </html>
+
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to