Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / css / missing-repaint-after-slow-style-sheet.pl
index 53fd75a..2952c60 100755 (executable)
@@ -26,6 +26,6 @@ print_maybe_chunked "<!DOCTYPE html><style>h2 { background-color: green; }</styl
 print_maybe_chunked "<link rel='stylesheet' onload='start()'>";
 print_maybe_chunked "<body><script>document.getElementsByTagName('link')[0].href='resources/slow-loading-sheet.php?color=green&sleep=500000'; document.body.offsetTop; requestAnimationFrame(function() { console.log('requestAnimationFrame ran'); });";
 print_maybe_chunked "function start() { console.log('Stylesheet loaded'); } console.log('Inline script done');</script>";
-print_maybe_chunked "<h1>Styled by external stylesheet</h1><div style='height: 200px'></div><h2>Noncomposited</h2><h2 style='-webkit-transform:translateZ(0)'>Composited</h2>";
+print_maybe_chunked "<h1>Styled by external stylesheet</h1><div style='height: 200px'></div><h2>Noncomposited</h2><h2 style='transform:translateZ(0)'>Composited</h2>";
 sleep(1);
 print_maybe_chunked "";