Title: [107712] trunk/LayoutTests
Revision
107712
Author
[email protected]
Date
2012-02-14 08:12:24 -0800 (Tue, 14 Feb 2012)

Log Message

Unreviewed, GTK rebaseline after r107688 and skipping some new
test failures.

* platform/gtk/Skipped:
* platform/gtk/css3/calc/getComputedStyle-margin-percentage-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107711 => 107712)


--- trunk/LayoutTests/ChangeLog	2012-02-14 15:42:03 UTC (rev 107711)
+++ trunk/LayoutTests/ChangeLog	2012-02-14 16:12:24 UTC (rev 107712)
@@ -1,3 +1,11 @@
+2012-02-14  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK rebaseline after r107688 and skipping some new
+        test failures.
+
+        * platform/gtk/Skipped:
+        * platform/gtk/css3/calc/getComputedStyle-margin-percentage-expected.txt:
+
 2012-02-14  Vsevolod Vlasov  <[email protected]>
 
         Web Inspector: Make ScriptsNavigator default file selector.

Modified: trunk/LayoutTests/platform/gtk/Skipped (107711 => 107712)


--- trunk/LayoutTests/platform/gtk/Skipped	2012-02-14 15:42:03 UTC (rev 107711)
+++ trunk/LayoutTests/platform/gtk/Skipped	2012-02-14 16:12:24 UTC (rev 107712)
@@ -1616,3 +1616,13 @@
 # http://webkit.org/b/78481, http://webkit.org/b/78290
 fast/mutation/end-of-task-delivery.html
 fast/mutation/inline-event-listener.html
+
+# Let MemoryCache reuse cached XHRs (REGRESSION caused by r107672)
+# https://bugs.webkit.org/show_bug.cgi?id=76564
+fast/workers/worker-crash-with-invalid-location.html
+
+# Replace old strtod with new strtod (REGRESSION caused by r107625)
+# https://bugs.webkit.org/show_bug.cgi?id=68044
+fast/viewport/viewport-67.html
+fast/viewport/viewport-68.html
+fast/viewport/viewport-warnings-5.html

Modified: trunk/LayoutTests/platform/gtk/css3/calc/getComputedStyle-margin-percentage-expected.txt (107711 => 107712)


--- trunk/LayoutTests/platform/gtk/css3/calc/getComputedStyle-margin-percentage-expected.txt	2012-02-14 15:42:03 UTC (rev 107711)
+++ trunk/LayoutTests/platform/gtk/css3/calc/getComputedStyle-margin-percentage-expected.txt	2012-02-14 16:12:24 UTC (rev 107712)
@@ -3,10 +3,10 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-FAIL getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-left') should be 253px. Was 0px.
-FAIL getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-top') should be 76px. Was 0px.
-FAIL getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-right') should be 345px. Was 0px.
-FAIL getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-bottom') should be 529px. Was 0px.
+PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-left') is getComputedStyle(document.getElementById('control', null)).getPropertyValue('margin-left')
+PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-top') is getComputedStyle(document.getElementById('control', null)).getPropertyValue('margin-top')
+PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-right') is getComputedStyle(document.getElementById('control', null)).getPropertyValue('margin-right')
+PASS getComputedStyle(document.getElementById('calc'), null).getPropertyValue('margin-bottom') is getComputedStyle(document.getElementById('control', null)).getPropertyValue('margin-bottom')
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to