[Webkit-unassigned] [Bug 45020] Support "block-flow" and "writing-mode": interpret properties into RenderStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 02:31:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45020





--- Comment #18 from Kent Tamura <tkent at chromium.org>  2010-09-15 02:31:13 PST ---
(In reply to comment #16)
> I revised expected result files at the top level of LayoutTests directory but haven't changed results in each platform. Is this okay?

It should be ok.  These test results are platform-neutral.

> Index: LayoutTests/fast/text/international/block-flow-parser-test.html
> ===================================================================
> --- LayoutTests/fast/text/international/block-flow-parser-test.html	(revision 0)
> +++ LayoutTests/fast/text/international/block-flow-parser-test.html	(revision 0)
> @@ -0,0 +1,39 @@
> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
> +"http://www.w3.org/TR/html4/loose.dtd">
> +<html>
> +<head>
> +<title>block-flow parser test</title>
> +<script>
> +function print(message)
> +{
> +    var paragraph = document.createElement("li");
> +    paragraph.appendChild(document.createTextNode(message));
> +    document.getElementById("console").appendChild(paragraph);
> +}

We have a lot of helper functions in LayoutTests/fast/js/resources/js-test-pre.js.  You may use it in this test.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list