Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / chrome / test / data / third_party / spaceport / js / tables.js
blob57c03f064f6c454a9e5770419a817ea3cbdaffe2
1 define([ ], function () {
2 return {
3 performance: {
4 sprites: {
5 $title: 'Source type',
6 image: 'Static <img>',
7 //spriteSheet: 'Animated sprite sheet',
9 $children: {
10 $title: 'Technique',
11 css2dImg: 'CSS3 2D transforms with <img>',
12 css3dImg: 'CSS3 3D transforms with <img>',
13 css2dBackground: 'CSS3 2D transforms with CSS backgrounds',
14 css3dBackground: 'CSS3 3D transforms with CSS backgrounds',
15 //cssMatrixImg: 'CSSMatrix transforms with <img>',
17 canvasDrawImageFullClear: 'Canvas drawImage, full clear',
18 canvasDrawImageFullClearAlign: 'Canvas drawImage, full clear, pixel aligned',
19 canvasDrawImagePartialClear: 'Canvas drawImage, partial clear',
20 canvasDrawImagePartialClearAlign: 'Canvas drawImage, partial clear, pixel aligned',
22 webGLDrawWithUniform: 'WebGL .drawArrays tris with uniforms',
23 webGLBatchDraw: 'WebGL .drawArray tris with buffers',
25 $children: {
26 $title: 'Test type',
27 $errors: true,
28 scale: 'Scale',
29 translate: 'Translate',
30 rotate: 'Rotate',
32 $children: {
33 $mode: 'horizontal',
34 js: 'JS time (ms)',
35 objectCount: 'Objects at 30FPS'
42 text: {
43 $title: 'Font family',
44 sans: 'sans-serif',
45 serif: 'serif',
46 monospace: 'monospace',
48 $children: {
49 $title: 'Font size',
50 '8': '8pt',
51 '10': '10pt',
52 '12': '12pt',
53 '14': '14pt',
54 '16': '16pt',
55 '24': '24pt',
57 $children: {
58 $title: 'Style',
59 outline: 'Solid outline',
60 fill: 'Solid fill',
61 fillOutline: 'Solid fill + outline',
63 $children: {
64 $mode: 'horizontal',
65 score: 'Score'
71 audioLatency: {
72 $title: 'Type',
73 coldLatency: 'Cold latency (ms)',
74 warmLatency: 'Warm latency (ms)'
79 });