Title: [117769] trunk/LayoutTests
Revision
117769
Author
[email protected]
Date
2012-05-21 05:01:04 -0700 (Mon, 21 May 2012)

Log Message

[Qt] Unreviewed gardening.

* platform/qt-5.0-wk1/Skipped: Skip failing tests because of bug86452.
* platform/qt-5.0/svg/custom/svg-fonts-in-text-controls-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (117768 => 117769)


--- trunk/LayoutTests/ChangeLog	2012-05-21 11:55:32 UTC (rev 117768)
+++ trunk/LayoutTests/ChangeLog	2012-05-21 12:01:04 UTC (rev 117769)
@@ -1,3 +1,10 @@
+2012-05-21  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt-5.0-wk1/Skipped: Skip failing tests because of bug86452.
+        * platform/qt-5.0/svg/custom/svg-fonts-in-text-controls-expected.txt: Added.
+
 2012-05-21  Vsevolod Vlasov  <[email protected]>
 
         Web Inspector: Temporary UISourceCode should be replaced each time another inline script is added in RawSourceCode with pending request.

Added: trunk/LayoutTests/platform/qt-5.0/svg/custom/svg-fonts-in-text-controls-expected.txt (0 => 117769)


--- trunk/LayoutTests/platform/qt-5.0/svg/custom/svg-fonts-in-text-controls-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/svg/custom/svg-fonts-in-text-controls-expected.txt	2012-05-21 12:01:04 UTC (rev 117769)
@@ -0,0 +1,11 @@
+This tests that the width of textareas and inputs is correctly calculated based on the metrics of the SVG font.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Textarea offsetWidth: 160
+Input offsetWidth: 144
+

Modified: trunk/LayoutTests/platform/qt-5.0-wk1/Skipped (117768 => 117769)


--- trunk/LayoutTests/platform/qt-5.0-wk1/Skipped	2012-05-21 11:55:32 UTC (rev 117768)
+++ trunk/LayoutTests/platform/qt-5.0-wk1/Skipped	2012-05-21 12:01:04 UTC (rev 117769)
@@ -389,3 +389,6 @@
 # [Qt] New failing and flakey tests with newer Qt 5
 # https://bugs.webkit.org/show_bug.cgi?id=86452
 svg/css/text-gradient-shadow.svg
+fast/table/table-row-before-child-style-update.html
+fast/table/table-row-style-not-updated.html
+fast/table/table-style-not-updated.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to