Title: [107702] trunk/LayoutTests
- Revision
- 107702
- Author
- [email protected]
- Date
- 2012-02-14 03:42:06 -0800 (Tue, 14 Feb 2012)
Log Message
[Qt] Unreviewed gardening.
* platform/qt/Skipped: Typo fix, skip a new failing test.
* platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt: Updated after r107688.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (107701 => 107702)
--- trunk/LayoutTests/ChangeLog 2012-02-14 11:37:49 UTC (rev 107701)
+++ trunk/LayoutTests/ChangeLog 2012-02-14 11:42:06 UTC (rev 107702)
@@ -1,3 +1,10 @@
+2012-02-14 Csaba Osztrogonác <[email protected]>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/Skipped: Typo fix, skip a new failing test.
+ * platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt: Updated after r107688.
+
2012-02-14 Noel Gordon <[email protected]>
[chromium] Rebaseline JPEG image results after r107389
Modified: trunk/LayoutTests/platform/qt/Skipped (107701 => 107702)
--- trunk/LayoutTests/platform/qt/Skipped 2012-02-14 11:37:49 UTC (rev 107701)
+++ trunk/LayoutTests/platform/qt/Skipped 2012-02-14 11:42:06 UTC (rev 107702)
@@ -2613,7 +2613,7 @@
# 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:
+fast/workers/worker-crash-with-invalid-location.html
http/tests/inspector/inspect-element.html
http/tests/inspector/network/network-shared-worker.html
http/tests/inspector/network/network-worker.html
@@ -2623,3 +2623,7 @@
fast/viewport/viewport-67.html
fast/viewport/viewport-68.html
fast/viewport/viewport-warnings-5.html
+
+# [Qt] http/tests/navigation/https-in-page-cache.html fails
+# https://bugs.webkit.org/show_bug.cgi?id=78597
+http/tests/navigation/https-in-page-cache.html
Modified: trunk/LayoutTests/platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt (107701 => 107702)
--- trunk/LayoutTests/platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt 2012-02-14 11:37:49 UTC (rev 107701)
+++ trunk/LayoutTests/platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt 2012-02-14 11:42:06 UTC (rev 107702)
@@ -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