Title: [127271] trunk/LayoutTests
Revision
127271
Author
jber...@webkit.org
Date
2012-08-31 09:03:26 -0700 (Fri, 31 Aug 2012)

Log Message

Web Inspector: sort object properties when dumping them in tests
https://bugs.webkit.org/show_bug.cgi?id=95459

Fix the expected results for timeline-paint to actually be in order.

* inspector/timeline/timeline-paint-expected.txt:
'height' comes before 'width' alphabetically.
* platform/chromium/inspector/timeline/timeline-paint-expected.txt: Removed.
Once the cross-platform results were fixed, this file was identical to the cross-platform
file. Remove it.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127270 => 127271)


--- trunk/LayoutTests/ChangeLog	2012-08-31 16:03:01 UTC (rev 127270)
+++ trunk/LayoutTests/ChangeLog	2012-08-31 16:03:26 UTC (rev 127271)
@@ -1,3 +1,16 @@
+2012-08-31  Jessie Berlin  <jber...@apple.com>
+
+        Web Inspector: sort object properties when dumping them in tests
+        https://bugs.webkit.org/show_bug.cgi?id=95459
+
+        Fix the expected results for timeline-paint to actually be in order.
+
+        * inspector/timeline/timeline-paint-expected.txt:
+        'height' comes before 'width' alphabetically.
+        * platform/chromium/inspector/timeline/timeline-paint-expected.txt: Removed.
+        Once the cross-platform results were fixed, this file was identical to the cross-platform
+        file. Remove it.
+
 2012-08-31  Andrei Bucur  <abu...@adobe.com>
 
         [CSS Regions] It should be possible to specify ::BEFORE/AFTER as regions

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


--- trunk/LayoutTests/inspector/timeline/timeline-paint-expected.txt	2012-08-31 16:03:01 UTC (rev 127270)
+++ trunk/LayoutTests/inspector/timeline/timeline-paint-expected.txt	2012-08-31 16:03:26 UTC (rev 127271)
@@ -5,8 +5,8 @@
     children : <object>
     counters : <object>
     data : {
+        height : <number>
         width : <number>
-        height : <number>
         x : 0
         y : 0
     }

Deleted: trunk/LayoutTests/platform/chromium/inspector/timeline/timeline-paint-expected.txt (127270 => 127271)


--- trunk/LayoutTests/platform/chromium/inspector/timeline/timeline-paint-expected.txt	2012-08-31 16:03:01 UTC (rev 127270)
+++ trunk/LayoutTests/platform/chromium/inspector/timeline/timeline-paint-expected.txt	2012-08-31 16:03:26 UTC (rev 127271)
@@ -1,21 +0,0 @@
-Tests the Timeline API instrumentation of a paint event
-
-Paint Properties:
-{
-    children : <object>
-    counters : <object>
-    data : {
-        height : <number>
-        width : <number>
-        x : 0
-        y : 0
-    }
-    endTime : <number>
-    frameId : <string>
-    stackTrace : <object>
-    startTime : <number>
-    totalHeapSize : <number>
-    type : "Paint"
-    usedHeapSize : <number>
-}
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to