Title: [155061] trunk/LayoutTests
Revision
155061
Author
[email protected]
Date
2013-09-04 13:16:21 -0700 (Wed, 04 Sep 2013)

Log Message

Actually include new results

Modified Paths


Diff

Modified: trunk/LayoutTests/ChangeLog (155060 => 155061)


--- trunk/LayoutTests/ChangeLog	2013-09-04 20:13:30 UTC (rev 155060)
+++ trunk/LayoutTests/ChangeLog	2013-09-04 20:16:21 UTC (rev 155061)
@@ -1,3 +1,9 @@
+2013-09-04  Oliver Hunt  <[email protected]>
+
+        Actually land the new results
+
+        * fast/storage/serialized-script-value-expected.txt:
+
 2013-09-04  Chris Fleizach  <[email protected]>
 
         AX: aria-valuetext property not exposing AXValueDescription

Modified: trunk/LayoutTests/fast/storage/serialized-script-value-expected.txt (155060 => 155061)


--- trunk/LayoutTests/fast/storage/serialized-script-value-expected.txt	2013-09-04 20:13:30 UTC (rev 155060)
+++ trunk/LayoutTests/fast/storage/serialized-script-value-expected.txt	2013-09-04 20:16:21 UTC (rev 155061)
@@ -219,6 +219,18 @@
 Serialize ["foo","bar"]:
 PASS bufferView.length is expectedBufferValues.length
 
+Deserialize to {"expando":{}}:
+PASS JSON.stringify(newObj) is JSON.stringify(obj)
+PASS areValuesIdentical(newObj, obj) is true
+Serialize {"expando":{}}:
+PASS bufferView.length is expectedBufferValues.length
+
+Deserialize to {"expando":{}}:
+PASS JSON.stringify(newObj) is JSON.stringify(obj)
+PASS areValuesIdentical(newObj, obj) is true
+Serialize {"expando":{}}:
+PASS bufferView.length is expectedBufferValues.length
+
 Serialize undefined:
 PASS thrownException.code is expectedException
 PASS successfullyParsed is true

Modified: trunk/LayoutTests/fast/storage/serialized-script-value.html (155060 => 155061)


--- trunk/LayoutTests/fast/storage/serialized-script-value.html	2013-09-04 20:13:30 UTC (rev 155060)
+++ trunk/LayoutTests/fast/storage/serialized-script-value.html	2013-09-04 20:16:21 UTC (rev 155061)
@@ -116,7 +116,7 @@
 ]);
 testSerialization(true,
 [
-    0x04, 0x00, 0x00, 0x00, 0x09
+    0x05, 0x00, 0x00, 0x00, 0x09
 ],
 [
     0x03, 0x00, 0x00, 0x00, 0x09
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to