Title: [111255] trunk/LayoutTests
Revision
111255
Author
[email protected]
Date
2012-03-19 14:54:37 -0700 (Mon, 19 Mar 2012)

Log Message

r109204 updated the chromium expected results for
inspector/timeline/timeline-animation-frame.html and timeline-paint.html, but did not update
the cross-platform results.

Update the cross-platform results.

* inspector/timeline/timeline-animation-frame-expected.txt:
* inspector/timeline/timeline-paint-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (111254 => 111255)


--- trunk/LayoutTests/ChangeLog	2012-03-19 21:44:23 UTC (rev 111254)
+++ trunk/LayoutTests/ChangeLog	2012-03-19 21:54:37 UTC (rev 111255)
@@ -1,3 +1,14 @@
+2012-03-19  Jessie Berlin  <[email protected]>
+
+        r109204 updated the chromium expected results for
+        inspector/timeline/timeline-animation-frame.html and timeline-paint.html, but did not update
+        the cross-platform results.
+
+        Update the cross-platform results.
+
+        * inspector/timeline/timeline-animation-frame-expected.txt:
+        * inspector/timeline/timeline-paint-expected.txt:
+
 2012-03-19  Gavin Barraclough  <[email protected]>
 
         Object.freeze broken on latest Nightly

Modified: trunk/LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt (111254 => 111255)


--- trunk/LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt	2012-03-19 21:44:23 UTC (rev 111254)
+++ trunk/LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt	2012-03-19 21:54:37 UTC (rev 111255)
@@ -9,6 +9,7 @@
     type : "RequestAnimationFrame"
     usedHeapSize : <number>
     totalHeapSize : <number>
+    counters : <object>
 }
 FireAnimationFrame Properties:
 {
@@ -21,6 +22,7 @@
     type : "FireAnimationFrame"
     usedHeapSize : <number>
     totalHeapSize : <number>
+    counters : <object>
 }
 CancelAnimationFrame Properties:
 {
@@ -31,5 +33,6 @@
     type : "CancelAnimationFrame"
     usedHeapSize : <number>
     totalHeapSize : <number>
+    counters : <object>
 }
 

Modified: trunk/LayoutTests/inspector/timeline/timeline-paint-expected.txt (111254 => 111255)


--- trunk/LayoutTests/inspector/timeline/timeline-paint-expected.txt	2012-03-19 21:44:23 UTC (rev 111254)
+++ trunk/LayoutTests/inspector/timeline/timeline-paint-expected.txt	2012-03-19 21:54:37 UTC (rev 111255)
@@ -14,5 +14,6 @@
     type : "Paint"
     usedHeapSize : <number>
     totalHeapSize : <number>
+    counters : <object>
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to