--- /dev/null
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x576
+ RenderBlock {P} at (0,0) size 784x36
+ RenderText {#text} at (0,0) size 53x18
+ text run at (0,0) width 53: "Test for "
+ RenderInline {I} at (0,0) size 768x36
+ RenderInline {A} at (0,0) size 301x18 [color=#0000EE]
+ RenderText {#text} at (53,0) size 301x18
+ text run at (53,0) width 301: "http://bugs.webkit.org/show_bug.cgi?id=13157"
+ RenderText {#text} at (354,0) size 768x36
+ text run at (354,0) width 4: " "
+ text run at (358,0) width 410: "List markers positioned incorrectly and don't repaint properly on"
+ text run at (0,18) width 115: "Oxford homepage"
+ RenderText {#text} at (115,18) size 4x18
+ text run at (115,18) width 4: "."
+ RenderBlock {P} at (0,52) size 784x18
+ RenderText {#text} at (0,0) size 397x18
+ text run at (0,0) width 397: "There should be a bullet next to each item on the following list:"
+ RenderBlock {UL} at (0,86) size 784x90
+ RenderListItem {LI} at (40,0) size 744x18
+ RenderListMarker at (-17,0) size 7x18: bullet
+ RenderText {#text} at (0,0) size 159x18
+ text run at (0,0) width 159: "Prospectuses and courses"
+ RenderListItem {LI} at (40,18) size 744x18
+ RenderListMarker at (-17,0) size 7x18: bullet
+ RenderText {#text} at (0,0) size 167x18
+ text run at (0,0) width 167: "Undergraduate admissions"
+ RenderListItem {LI} at (40,36) size 744x18
+ RenderListMarker at (-17,0) size 7x18: bullet
+ RenderText {#text} at (0,0) size 131x18
+ text run at (0,0) width 131: "Graduate admissions"
+ RenderListItem {LI} at (40,54) size 744x18
+ RenderListMarker at (-17,0) size 7x18: bullet
+ RenderText {#text} at (0,0) size 136x18
+ text run at (0,0) width 136: "Continuing education"
+ RenderListItem {LI} at (40,72) size 744x18
+ RenderListMarker at (-17,0) size 7x18: bullet
+ RenderText {#text} at (0,0) size 94x18
+ text run at (0,0) width 94: "Online courses"
--- /dev/null
+<html>
+<head>
+ <style>
+ li { list-style-image: url(about:blank); }
+ </style>
+</head>
+<body>
+ <p>
+ Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13157">http://bugs.webkit.org/show_bug.cgi?id=13157</a>
+ List markers positioned incorrectly and don't repaint properly on Oxford homepage</i>.
+ </p>
+ <p>
+ There should be a bullet next to each item on the following list:
+ </p>
+ <ul>
+ <li>Prospectuses and courses</li>
+ <li>Undergraduate admissions</li>
+ <li>Graduate admissions</li>
+ <li>Continuing education</li>
+ <li>Online courses</li>
+ </ul>
+ <script>
+ // Force layout to happen before loading the marker image fails.
+ document.body.offsetTop;
+ </script>
+</body>
+</html>