Unreviewed, expectations change.
* platform/chromium/test_expectations.txt:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67351
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-09-12 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, expectations change.
+
+ * platform/chromium/test_expectations.txt:
+
2010-09-12 James Robinson <jamesr@chromium.org>
Unreviewed, rolling out r67328.
// Regressions from webkit r67182
BUGWK45527 : fast/dom/replaceChild.html = IMAGE
+
+// Regression from r67285
+BUGWK45623 LINUX : fast/dynamic/first-letter-display-change.html = IMAGE
+
+// Comment out temporarily - these tests need rebaselines but the tool isn't
+// working
+BUGDPRANKE LINUX : svg/batik/text/textPosition.svg = TEXT
+BUGDPRANKE REBASELINE LINUX : svg/batik/text/textPosition2.svg = TEXT
_log.info('Launching html: "%s"', self._html_file)
- html_uri = self._target_port.filename_to_uri(self._html_file)
+ html_uri = "file:///" + self._html_file
webbrowser.open(html_uri, 1)
_log.info('Html launched.')