Title: [122989] trunk/LayoutTests
Revision
122989
Author
[email protected]
Date
2012-07-18 10:58:59 -0700 (Wed, 18 Jul 2012)

Log Message

Convert svg/css/scientific-numbers.html to a text only test
https://bugs.webkit.org/show_bug.cgi?id=91641

Reviewed by Dirk Schulze.

This is a JS test so we don't need the pixel dump.

* svg/css/script-tests/scientific-numbers.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (122988 => 122989)


--- trunk/LayoutTests/ChangeLog	2012-07-18 17:57:21 UTC (rev 122988)
+++ trunk/LayoutTests/ChangeLog	2012-07-18 17:58:59 UTC (rev 122989)
@@ -1,3 +1,14 @@
+2012-07-18  Tony Chang  <[email protected]>
+
+        Convert svg/css/scientific-numbers.html to a text only test
+        https://bugs.webkit.org/show_bug.cgi?id=91641
+
+        Reviewed by Dirk Schulze.
+
+        This is a JS test so we don't need the pixel dump.
+
+        * svg/css/script-tests/scientific-numbers.js:
+
 2012-07-18  Alex Bravo  <[email protected]>
 
         [Qt] platform/qt/http tests needs update after rebaseline and new testfonts

Modified: trunk/LayoutTests/svg/css/script-tests/scientific-numbers.js (122988 => 122989)


--- trunk/LayoutTests/svg/css/script-tests/scientific-numbers.js	2012-07-18 17:57:21 UTC (rev 122988)
+++ trunk/LayoutTests/svg/css/script-tests/scientific-numbers.js	2012-07-18 17:58:59 UTC (rev 122989)
@@ -1,4 +1,6 @@
 description("Test scientific numbers on <length> values for SVG presentation attributes.")
+if (window.testRunner)
+    testRunner.dumpAsText();
 createSVGTestCase();
 
 var text = createSVGElement("text");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to