Merge pull request #2647 from rachel-fenichel/tests/screenshot_test_cases

Add test case files for screenshot testing
This commit is contained in:
Rachel Fenichel
2019-07-16 13:32:07 -07:00
committed by GitHub
122 changed files with 1220 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="colour_blend">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="colour_picker">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="colour_random">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="colour_rgb">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_flow_statements">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_for">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_forEach">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_if">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_if_else">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_if_elseif">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_if_if">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_ifelse">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_repeat">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_repeat_ext">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_whileUntil">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_create_empty">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_create_with">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_create_with_container">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_create_with_item">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_getIndex">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_getSublist">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_indexOf">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_isEmpty">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_length">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_repeat">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_reverse">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_setIndex">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_sort">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="lists_split">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_boolean">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_compare">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_negate">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_null">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_operation">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_ternary">
</block>
</xml>

View File

@@ -0,0 +1,15 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_arithmetic">
<field name="OP">ADD</field>
<value name="A">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
<value name="B">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_arithmetic">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_atan2">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_change">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_constant">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_constrain">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_modulo">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_number">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_number_property">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_on_list">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_random_float">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_random_int">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_round">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_single">
</block>
</xml>

View File

@@ -0,0 +1,15 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_arithmetic">
<field name="OP">MINUS</field>
<value name="A">
<shadow type="math_number">
<field name="NUM">3</field>
</shadow>
</value>
<value name="B">
<shadow type="math_number">
<field name="NUM">4</field>
</shadow>
</value>
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="math_trig">
</block>
</xml>

View File

@@ -0,0 +1,74 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<variables>
<variable type="" id=";yuq?=_C|_qk64!)f:m^">item</variable>
</variables>
<block type="controls_ifelse">
<statement name="ELSE">
<block type="controls_ifelse">
<value name="IF0">
<block type="logic_compare">
<field name="OP">EQ</field>
<value name="A">
<block type="logic_negate">
<value name="BOOL">
<block type="logic_boolean">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</value>
<value name="B">
<block type="logic_compare">
<field name="OP">EQ</field>
<value name="A">
<block type="math_arithmetic">
<field name="OP">MULTIPLY</field>
<value name="A">
<shadow type="math_number">
<field name="NUM">-1</field>
</shadow>
</value>
<value name="B">
<shadow type="math_number">
<field name="NUM">42</field>
</shadow>
</value>
</block>
</value>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="controls_repeat_ext">
<value name="TIMES">
<shadow type="math_number">
<field name="NUM">900</field>
</shadow>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="text_append">
<field name="VAR" id=";yuq?=_C|_qk64!)f:m^" variabletype="">item</field>
<value name="TEXT">
<shadow type="text">
<field name="TEXT">f00</field>
</shadow>
</value>
<next>
<block type="text_append">
<field name="VAR" id=";yuq?=_C|_qk64!)f:m^" variabletype="">item</field>
<value name="TEXT">
<shadow type="text">
<field name="TEXT">bar</field>
</shadow>
</value>
</block>
</next>
</block>
</statement>
</block>
</statement>
</block>
</xml>

View File

@@ -0,0 +1,34 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_compare">
<field name="OP">EQ</field>
<value name="A">
<block type="logic_negate">
<value name="BOOL">
<block type="logic_boolean">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</value>
<value name="B">
<block type="logic_compare">
<field name="OP">EQ</field>
<value name="A">
<block type="math_arithmetic">
<field name="OP">MULTIPLY</field>
<value name="A">
<shadow type="math_number">
<field name="NUM">-1</field>
</shadow>
</value>
<value name="B">
<shadow type="math_number">
<field name="NUM">42</field>
</shadow>
</value>
</block>
</value>
</block>
</value>
</block>
</xml>

View File

@@ -0,0 +1,44 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="colour_rgb">
<value name="RED">
<shadow type="math_number">
<field name="NUM">100</field>
</shadow>
<block type="math_modulo">
<value name="DIVIDEND">
<shadow type="math_number">
<field name="NUM">64</field>
</shadow>
</value>
<value name="DIVISOR">
<shadow type="math_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
</value>
<value name="GREEN">
<shadow type="math_number">
<field name="NUM">50</field>
</shadow>
</value>
<value name="BLUE">
<shadow type="math_number">
<field name="NUM">0</field>
</shadow>
<block type="math_arithmetic">
<field name="OP">ADD</field>
<value name="A">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
<value name="B">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
</block>
</value>
</block>
</xml>

View File

@@ -0,0 +1,44 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="colour_rgb" inline="true">
<value name="RED">
<shadow type="math_number">
<field name="NUM">100</field>
</shadow>
<block type="math_modulo">
<value name="DIVIDEND">
<shadow type="math_number">
<field name="NUM">64</field>
</shadow>
</value>
<value name="DIVISOR">
<shadow type="math_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
</value>
<value name="GREEN">
<shadow type="math_number">
<field name="NUM">50</field>
</shadow>
</value>
<value name="BLUE">
<shadow type="math_number">
<field name="NUM">0</field>
</shadow>
<block type="math_arithmetic">
<field name="OP">ADD</field>
<value name="A">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
<value name="B">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
</block>
</value>
</block>
</xml>

View File

@@ -0,0 +1,53 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<variables>
<variable type="" id="YUz?xxnE}SFx_,jmW#s;">item</variable>
</variables>
<block type="text_append">
<field name="VAR" id="YUz?xxnE}SFx_,jmW#s;" variabletype="">item</field>
<value name="TEXT">
<shadow type="text">
<field name="TEXT">one</field>
</shadow>
</value>
<next>
<block type="text_append">
<field name="VAR" id="YUz?xxnE}SFx_,jmW#s;" variabletype="">item</field>
<value name="TEXT">
<shadow type="text">
<field name="TEXT">two</field>
</shadow>
</value>
<next>
<block type="text_append">
<field name="VAR" id="YUz?xxnE}SFx_,jmW#s;" variabletype="">item</field>
<value name="TEXT">
<shadow type="text">
<field name="TEXT">three</field>
</shadow>
</value>
<next>
<block type="text_append">
<field name="VAR" id="YUz?xxnE}SFx_,jmW#s;" variabletype="">item</field>
<value name="TEXT">
<shadow type="text">
<field name="TEXT">four</field>
</shadow>
</value>
<next>
<block type="text_append">
<field name="VAR" id="YUz?xxnE}SFx_,jmW#s;" variabletype="">item</field>
<value name="TEXT">
<shadow type="text">
<field name="TEXT">five</field>
</shadow>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</xml>

View File

@@ -0,0 +1,9 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_negate">
<value name="BOOL">
<block type="logic_boolean">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="procedures_callnoreturn">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="procedures_callreturn">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="procedures_defnoreturn">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="procedures_defreturn">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="procedures_ifreturn">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="procedures_mutatorarg">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="procedures_mutatorcontainer">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_basic_empty">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_basic_empty_with_mutator">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_basic_limit_instances">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_basic_value_to_stack">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_basic_value_to_statement">
</block>
</xml>

View File

@@ -0,0 +1,480 @@
{
"tests": [
{
"title": "logic_boolean",
"skip": false
},
{
"title": "controls_if",
"skip": false
},
{
"title": "controls_ifelse",
"skip": false
},
{
"title": "logic_compare",
"skip": false
},
{
"title": "logic_operation",
"skip": false
},
{
"title": "logic_negate",
"skip": false
},
{
"title": "logic_null",
"skip": false
},
{
"title": "logic_ternary",
"skip": false
},
{
"title": "controls_if_if",
"skip": false
},
{
"title": "controls_if_elseif",
"skip": false
},
{
"title": "controls_if_else",
"skip": false
},
{
"title": "controls_repeat_ext",
"skip": false
},
{
"title": "controls_repeat",
"skip": false
},
{
"title": "controls_whileUntil",
"skip": false
},
{
"title": "controls_for",
"skip": false
},
{
"title": "controls_forEach",
"skip": false
},
{
"title": "controls_flow_statements",
"skip": false
},
{
"title": "math_number",
"skip": false
},
{
"title": "math_arithmetic",
"skip": false
},
{
"title": "math_single",
"skip": false
},
{
"title": "math_trig",
"skip": false
},
{
"title": "math_constant",
"skip": false
},
{
"title": "math_number_property",
"skip": false
},
{
"title": "math_change",
"skip": false
},
{
"title": "math_round",
"skip": false
},
{
"title": "math_on_list",
"skip": false
},
{
"title": "math_modulo",
"skip": false
},
{
"title": "math_constrain",
"skip": false
},
{
"title": "math_random_int",
"skip": false
},
{
"title": "math_random_float",
"skip": false
},
{
"title": "math_atan2",
"skip": false
},
{
"title": "text_join",
"skip": false
},
{
"title": "text_create_join_container",
"skip": false
},
{
"title": "text_create_join_item",
"skip": false
},
{
"title": "text_append",
"skip": false
},
{
"title": "text_length",
"skip": false
},
{
"title": "text_isEmpty",
"skip": false
},
{
"title": "text_indexOf",
"skip": false
},
{
"title": "text_charAt",
"skip": false
},
{
"title": "text_getSubstring",
"skip": false
},
{
"title": "text_changeCase",
"skip": false
},
{
"title": "text_trim",
"skip": false
},
{
"title": "text_print",
"skip": false
},
{
"title": "text_prompt_ext",
"skip": false
},
{
"title": "text_prompt",
"skip": false
},
{
"title": "text_count",
"skip": false
},
{
"title": "text_replace",
"skip": false
},
{
"title": "text_reverse",
"skip": false
},
{
"title": "lists_create_empty",
"skip": false
},
{
"title": "lists_repeat",
"skip": false
},
{
"title": "lists_reverse",
"skip": false
},
{
"title": "lists_isEmpty",
"skip": false
},
{
"title": "lists_length",
"skip": false
},
{
"title": "lists_create_with",
"skip": false
},
{
"title": "lists_create_with_container",
"skip": false
},
{
"title": "lists_create_with_item",
"skip": false
},
{
"title": "lists_indexOf",
"skip": false
},
{
"title": "lists_getIndex",
"skip": false
},
{
"title": "lists_setIndex",
"skip": false
},
{
"title": "lists_getSublist",
"skip": false
},
{
"title": "lists_sort",
"skip": false
},
{
"title": "lists_split",
"skip": false
},
{
"title": "colour_picker",
"skip": false
},
{
"title": "colour_random",
"skip": false
},
{
"title": "colour_rgb",
"skip": false
},
{
"title": "colour_blend",
"skip": false
},
{
"title": "variables_get",
"skip": false
},
{
"title": "variables_set",
"skip": false
},
{
"title": "variables_get_dynamic",
"skip": false
},
{
"title": "variables_set_dynamic",
"skip": false
},
{
"title": "procedures_defnoreturn",
"skip": true
},
{
"title": "procedures_defreturn",
"skip": true
},
{
"title": "procedures_mutatorcontainer",
"skip": true
},
{
"title": "procedures_mutatorarg",
"skip": true
},
{
"title": "procedures_callnoreturn",
"skip": true
},
{
"title": "procedures_callreturn",
"skip": true
},
{
"title": "procedures_ifreturn",
"skip": true
},
{
"title": "test_basic_empty",
"skip": false
},
{
"title": "test_basic_value_to_stack",
"skip": false
},
{
"title": "test_basic_value_to_statement",
"skip": false
},
{
"title": "test_basic_limit_instances",
"skip": false
},
{
"title": "test_dropdowns_long",
"skip": false
},
{
"title": "test_dropdowns_images",
"skip": false
},
{
"title": "test_dropdowns_images_and_text",
"skip": false
},
{
"title": "test_fields_angle",
"skip": false
},
{
"title": "test_fields_date",
"skip": false
},
{
"title": "test_fields_text_input",
"skip": false
},
{
"title": "test_fields_checkbox",
"skip": false
},
{
"title": "test_fields_colour",
"skip": false
},
{
"title": "test_fields_variable",
"skip": false
},
{
"title": "test_fields_label_serializable",
"skip": false
},
{
"title": "test_numbers_float",
"skip": false
},
{
"title": "test_numbers_whole",
"skip": false
},
{
"title": "test_numbers_hundredths",
"skip": false
},
{
"title": "test_numbers_halves",
"skip": false
},
{
"title": "test_numbers_three_halves",
"skip": false
},
{
"title": "test_numbers_whole_bounded",
"skip": false
},
{
"title": "test_images_datauri",
"skip": false
},
{
"title": "test_images_small",
"skip": false
},
{
"title": "test_images_large",
"skip": false
},
{
"title": "test_images_fliprtl",
"skip": false
},
{
"title": "test_images_missing",
"skip": false
},
{
"title": "test_images_many_icons",
"skip": false
},
{
"title": "test_style_hat",
"skip": false
},
{
"title": "test_style_hex1",
"skip": false
},
{
"title": "test_style_hex2",
"skip": false
},
{
"title": "test_style_hex3",
"skip": false
},
{
"title": "test_style_no_colour",
"skip": false
},
{
"title": "test_style_hex4",
"skip": false
},
{
"title": "test_style_hex5",
"skip": false
},
{
"title": "test_style_emoji",
"skip": false
},
{
"title": "test_basic_empty_with_mutator",
"skip": false
},
{
"title": "test_dropdowns_dynamic",
"skip": false
},
{
"title": "multi_block_1",
"skip": false
},
{
"title": "multi_block_logic",
"skip": false
},
{
"title": "multi_colour_with_external",
"skip": false
},
{
"title": "multi_colour_with_internal",
"skip": false
},
{
"title": "not_true",
"skip": false
},
{
"title": "multi_stack",
"skip": false
}
]
}

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_dropdowns_dynamic">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_dropdowns_images">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_dropdowns_images_and_text">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_dropdowns_long">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_fields_angle">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_fields_checkbox">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_fields_colour">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_fields_date">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_fields_label_serializable">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_fields_text_input">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_fields_variable">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_images_datauri">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_images_fliprtl">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_images_large">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_images_many_icons">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_images_missing">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_images_small">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_numbers_float">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_numbers_halves">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_numbers_hundredths">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_numbers_three_halves">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_numbers_whole">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_numbers_whole_bounded">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_style_emoji">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_style_hat">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_style_hex1">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_style_hex2">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_style_hex3">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_style_hex4">
</block>
</xml>

View File

@@ -0,0 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="test_style_hex5">
</block>
</xml>

Some files were not shown because too many files have changed in this diff Show More