Title: [139785] trunk/LayoutTests
Revision
139785
Author
zandober...@gmail.com
Date
2013-01-15 14:01:52 -0800 (Tue, 15 Jan 2013)

Log Message

Unreviewed GTK gardening.

Rebaselining after r139767 and r139768.

* platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
* platform/gtk/fast/media/w3c/test_media_queries-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (139784 => 139785)


--- trunk/LayoutTests/ChangeLog	2013-01-15 21:49:49 UTC (rev 139784)
+++ trunk/LayoutTests/ChangeLog	2013-01-15 22:01:52 UTC (rev 139785)
@@ -1,3 +1,12 @@
+2013-01-15  Zan Dobersek  <zdober...@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining after r139767 and r139768.
+
+        * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
+        * platform/gtk/fast/media/w3c/test_media_queries-expected.txt:
+
 2013-01-15  James Simonsen  <simon...@chromium.org>
 
         [User Timing] INVALID_ACCESS_ERR should be thrown if measuring from a 0 Nav Timing value

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-performance-expected.txt (139784 => 139785)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-performance-expected.txt	2013-01-15 21:49:49 UTC (rev 139784)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-performance-expected.txt	2013-01-15 22:01:52 UTC (rev 139785)
@@ -13,6 +13,7 @@
 window.performance.navigation.redirectCount [number]
 window.performance.navigation.type [number]
 window.performance.now [function]
+window.performance.onwebkitresourcetimingbufferfull [null]
 window.performance.timing [object PerformanceTiming]
 window.performance.timing.connectEnd [number]
 window.performance.timing.connectStart [number]
@@ -35,6 +36,15 @@
 window.performance.timing.secureConnectionStart [number]
 window.performance.timing.unloadEventEnd [number]
 window.performance.timing.unloadEventStart [number]
+window.performance.webkitClearMarks [function]
+window.performance.webkitClearMeasures [function]
+window.performance.webkitClearResourceTimings [function]
+window.performance.webkitGetEntries [function]
+window.performance.webkitGetEntriesByName [function]
+window.performance.webkitGetEntriesByType [function]
+window.performance.webkitMark [function]
+window.performance.webkitMeasure [function]
+window.performance.webkitSetResourceTimingBufferSize [function]
 window.performance.timing [printed above as window.performance.timing]
 window.performance.navigation [printed above as window.performance.navigation]
 window.performance [string]

Modified: trunk/LayoutTests/platform/gtk/fast/media/w3c/test_media_queries-expected.txt (139784 => 139785)


--- trunk/LayoutTests/platform/gtk/fast/media/w3c/test_media_queries-expected.txt	2013-01-15 21:49:49 UTC (rev 139784)
+++ trunk/LayoutTests/platform/gtk/fast/media/w3c/test_media_queries-expected.txt	2013-01-15 22:01:52 UTC (rev 139785)
@@ -281,13 +281,13 @@
 PASS (resolution: dpi) should not apply 
 PASS (resolution: dpi + 1) should not apply 
 FAIL (min-resolution: dpi - 1 ) should apply assert_true: expected true got false
-PASS not all and (min-resolution: dpi - 1 ) should not apply 
-FAIL not all and (min-resolution: dpi + 1 ) should apply assert_true: expected true got false
+FAIL not all and (min-resolution: dpi - 1 ) should not apply assert_false: expected false got true
+PASS not all and (min-resolution: dpi + 1 ) should apply 
 PASS all and (min-resolution: dpi + 1 ) should not apply 
 FAIL (min-resolution: dpcm (dpi - 1) ) should apply assert_true: expected true got false
 FAIL (max-resolution: dpcm  (dpi + 1) ) should apply assert_true: expected true got false
 PASS (max-resolution: dpcm  (dpi - 1) ) should not apply 
-FAIL not all and (min-resolution: dpcm  (dpi + 1) ) should apply assert_true: expected true got false
+PASS not all and (min-resolution: dpcm  (dpi + 1) ) should apply 
 PASS _expression_ grid should be parseable 
 PASS _expression_ grid: 0 should be parseable 
 PASS _expression_ grid: 1 should be parseable 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to