+2011-02-13 Simon Fraser <simon.fraser@apple.com>
+
+ Change previous test to dump as text, with pixel output, to fix
+ Qt failure.
+
+ * fast/gradients/css3-repeating-end-fill-expected.txt:
+ * fast/gradients/css3-repeating-end-fill.html:
+
2011-02-13 Simon Fraser <simon.fraser@apple.com>
Reviewed by Andreas Kling.
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x120
- RenderBlock {HTML} at (0,0) size 800x120
- RenderBody {BODY} at (8,8) size 784x104
- RenderBlock {DIV} at (0,0) size 200x100
- RenderText {#text} at (200,86) size 4x18
- text run at (200,86) width 4: " "
- RenderBlock {DIV} at (204,0) size 200x100
- RenderText {#text} at (0,0) size 0x0
+
background-image: -webkit-repeating-linear-gradient(green 10%, green 30%);
}
</style>
+ <script type="text/javascript" charset="utf-8">
+ if (window.layoutTestController) {
+ var dumpPixels = true;
+ layoutTestController.dumpAsText(dumpPixels);
+ }
+ </script>
</head>
<body>