https://bugs.webkit.org/show_bug.cgi?id=133428
Reviewed by Andreas Kling.
Prevent frame flattening on iOS by setting scrolling=no.
* DoYouEvenBench/Full.html:
* DoYouEvenBench/resources/benchmark-runner.js:
(BenchmarkRunner.prototype._appendFrame):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169507
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-05-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ DYEBench: Prevent frame flattening on iOS
+ https://bugs.webkit.org/show_bug.cgi?id=133428
+
+ Reviewed by Andreas Kling.
+
+ Prevent frame flattening on iOS by setting scrolling=no.
+
+ * DoYouEvenBench/Full.html:
+ * DoYouEvenBench/resources/benchmark-runner.js:
+ (BenchmarkRunner.prototype._appendFrame):
+
2014-05-30 Ryosuke Niwa <rniwa@webkit.org>
DYEBench spits out 404 errors for learn.json
<!DOCTYPE html>
<html>
<head>
-<title>DoYouEvenBench v0.12</title>
+<title>DoYouEvenBench v0.13</title>
<style type="text/css">
caption { margin: 0; padding: 0; font-family: sans-serif; font-size: 1em; font-weight: bold; white-space: nowrap; }
#progressContainer { padding: 605px 0 10px 0; width: 800px; }
frame.style.height = '600px';
frame.style.border = '0px none';
frame.style.position = 'absolute';
+ frame.setAttribute('scrolling', 'no');
var marginLeft = parseInt(getComputedStyle(document.body).marginLeft);
var marginTop = parseInt(getComputedStyle(document.body).marginTop);