Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
d98e622d
Commit
d98e622d
authored
May 04, 2016
by
Rafael Ostertag
Browse files
SpecRunner.*: added name attribute to every <input> and <select>.
parent
d7760b49
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/jasmine/SpecRunner.html
View file @
d98e622d
...
...
@@ -165,7 +165,7 @@
</div>
<div
class=
"col-md-6"
>
<input
id=
"name"
type=
"text"
class=
"form-control"
>
<input
id=
"name"
type=
"text"
class=
"form-control"
name=
"name"
>
</div>
</div>
...
...
@@ -176,7 +176,7 @@
</div>
<div
class=
"col-md-6"
>
<input
id=
"firstname"
type=
"text"
class=
"form-control"
>
<input
id=
"firstname"
type=
"text"
class=
"form-control"
name=
"firstname"
>
</div>
</div>
...
...
@@ -185,7 +185,7 @@
<label
for=
"nameShort"
class=
"control-label"
>
Vorname Kurz
</label>
</div>
<div
class=
"col-md-6"
>
<input
id=
"nameShort"
type=
"text"
name=
"
personHandle
"
class=
"form-control"
>
<input
id=
"nameShort"
type=
"text"
name=
"
nameShort
"
class=
"form-control"
>
</div>
<div
class=
"col-md-4"
>
...
...
@@ -198,7 +198,7 @@
<label
for=
"personHandle"
class=
"control-label"
>
Kurzform
</label>
</div>
<div
class=
"col-md-6"
>
<input
id=
"personHandle"
type=
"text"
class=
"form-control"
>
<input
id=
"personHandle"
type=
"text"
class=
"form-control"
name=
"personHandle"
>
</div>
<div
class=
"col-md-4"
>
...
...
@@ -227,7 +227,7 @@
<label
for=
"selectTest2"
class=
"control-label"
>
Titel
</label>
</div>
<div
class=
"col-md-6"
>
<select
id=
"selectTest2"
class=
"form-control"
>
<select
id=
"selectTest2"
class=
"form-control"
name=
"selectTest2"
>
<option
value=
"1"
>
a
</option>
<option
value=
"2"
selected
>
b
</option>
<option
value=
"3"
>
c
</option>
...
...
tests/jasmine/SpecRunner.tmpl
View file @
d98e622d
...
...
@@ -10,7 +10,6 @@
</head>
<body>
<section
class=
"container-fluid"
>
<header
class=
"page-header"
>
<h1>
Keep Track of Navigation State
</h1>
...
...
@@ -139,7 +138,7 @@
</div>
<div
class=
"col-md-6"
>
<input
id=
"name"
type=
"text"
class=
"form-control"
>
<input
id=
"name"
type=
"text"
class=
"form-control"
name=
"name"
>
</div>
</div>
...
...
@@ -150,7 +149,7 @@
</div>
<div
class=
"col-md-6"
>
<input
id=
"firstname"
type=
"text"
class=
"form-control"
>
<input
id=
"firstname"
type=
"text"
class=
"form-control"
name=
"firstname"
>
</div>
</div>
...
...
@@ -159,7 +158,7 @@
<label
for=
"nameShort"
class=
"control-label"
>
Vorname Kurz
</label>
</div>
<div
class=
"col-md-6"
>
<input
id=
"nameShort"
type=
"text"
name=
"
personHandle
"
class=
"form-control"
>
<input
id=
"nameShort"
type=
"text"
name=
"
nameShort
"
class=
"form-control"
>
</div>
<div
class=
"col-md-4"
>
...
...
@@ -172,7 +171,7 @@
<label
for=
"personHandle"
class=
"control-label"
>
Kurzform
</label>
</div>
<div
class=
"col-md-6"
>
<input
id=
"personHandle"
type=
"text"
class=
"form-control"
>
<input
id=
"personHandle"
type=
"text"
class=
"form-control"
name=
"personHandle"
>
</div>
<div
class=
"col-md-4"
>
...
...
@@ -201,7 +200,7 @@
<label
for=
"selectTest2"
class=
"control-label"
>
Titel
</label>
</div>
<div
class=
"col-md-6"
>
<select
id=
"selectTest2"
class=
"form-control"
>
<select
id=
"selectTest2"
class=
"form-control"
name=
"selectTest2"
>
<option
value=
"1"
>
a
</option>
<option
value=
"2"
selected
>
b
</option>
<option
value=
"3"
>
c
</option>
...
...
@@ -219,6 +218,8 @@
<!-- a disturber hidden element -->
<input
type=
"hidden"
name=
"gender"
>
<div
class=
"col-md-6"
>
<!-- a disturber hidden element -->
<input
type=
"hidden"
name=
"gender"
>
<div
class=
"radio"
>
<label>
<input
type=
"radio"
name=
"gender"
value=
"male"
>
male
...
...
@@ -254,6 +255,7 @@
</b>
</div>
<div
class=
"col-md-6"
>
<div
class=
"checkbox"
>
<label>
...
...
@@ -274,6 +276,7 @@
</b>
</div>
<div
class=
"col-md-6"
>
<div
class=
"checkbox"
>
<label>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment