Changeset 107218 in webkit


Ignore:
Timestamp:
Feb 9, 2012 4:26:17 AM (12 years ago)
Author:
Nikolas Zimmermann
Message:

2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>

Switch svg/custom tests to repaint harness
https://bugs.webkit.org/show_bug.cgi?id=78115

Not reviewed. Fix last minute typo, in nested-embedded-svg-size-changes.html, that may lead to flakiness.

  • svg/as-object/nested-embedded-svg-size-changes.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r107217 r107218  
     12012-02-09  Nikolas Zimmermann  <nzimmermann@rim.com>
     2
     3        Switch svg/custom tests to repaint harness
     4        https://bugs.webkit.org/show_bug.cgi?id=78115
     5
     6        Not reviewed. Fix last minute typo, in nested-embedded-svg-size-changes.html, that may lead to flakiness.
     7
     8        * svg/as-object/nested-embedded-svg-size-changes.html:
     9
    1102012-02-08  Pavel Feldman  <pfeldman@google.com>
    211
  • trunk/LayoutTests/svg/as-object/nested-embedded-svg-size-changes.html

    r107213 r107218  
    55<script src="../../fast/repaint/resources/repaint.js"></script>
    66</head>
    7 <body style="margin: 0px" onload="runRepaintTest()">
     7<body style="margin: 0px">
    88
    99<script type="text/javascript">
     
    6868</script>
    6969
    70 <object style="border: 1px red solid; width: 400px; height: 200px;" data="resources/nested-embedded-svg-size-changes-target.html"></object>
     70<object style="border: 1px red solid; width: 400px; height: 200px;" onload="runRepaintTest()" data="resources/nested-embedded-svg-size-changes-target.html"></object>
    7171<p id="description"></p>
    7272<div id="console"></div>
Note: See TracChangeset for help on using the changeset viewer.