Changeset 74313 in webkit


Ignore:
Timestamp:
Dec 17, 2010 9:20:41 PM (13 years ago)
Author:
tonyg@chromium.org
Message:

2010-12-17 Tony Gentilcore <tonyg@chromium.org>

Unreviewed fix.

Fix JS syntax to avoid V8 error message
https://bugs.webkit.org/show_bug.cgi?id=51287

  • transitions/interrupted-accelerated-transition.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r74309 r74313  
     12010-12-17  Tony Gentilcore  <tonyg@chromium.org>
     2
     3        Unreviewed fix.
     4
     5        Fix JS syntax to avoid V8 error message
     6        https://bugs.webkit.org/show_bug.cgi?id=51287
     7
     8        * transitions/interrupted-accelerated-transition.html:
     9
    1102010-12-17  Michael Saboff  <msaboff@apple.com>
    211
  • trunk/LayoutTests/transitions/interrupted-accelerated-transition.html

    r74287 r74313  
    3232</head>
    3333<!-- The unload handler keeps this page out of the page cache. -->
    34 <body onunload="(void)0">
     34<body onunload="void(0)">
    3535    <div id="box"></div>
    3636</body>
Note: See TracChangeset for help on using the changeset viewer.