diff --git a/tests/html/issue4542.html b/tests/content/branches/1.8/html/4542/issue4542.html
similarity index 59%
rename from tests/html/issue4542.html
rename to tests/content/branches/1.8/html/4542/issue4542.html
index f47b57e84..5ad86d2ac 100644
--- a/tests/html/issue4542.html
+++ b/tests/content/branches/1.8/html/4542/issue4542.html
@@ -16,7 +16,9 @@
Issue 4542
@@ -25,24 +27,26 @@
Steps to reproduce
- Open Firebug
- Switch to the HTML panel
- - Inspect the input field above (
#input
)
- - Click on the value of the
onkeydown
attribute to start editing
+ - Inspect the button above (
#sayHi
)
+ - Click on the value of the
onclick
attribute to start editing
- Move the text cursor between the opening bracket and
output
of getElementById(output')
- - Enter a single quote (
'
)
- - Move the text cursor before the
H
of Hey
- - Enter a double quote (")
+ -
+ Enter a single quote (
'
)
+ ⇒ The single quote is entered into the input field
+
+ - Move the text cursor before the
H
of Hi
+ -
+ Enter a double quote (")
+ ⇒ The double quote is entered into the input field
+
- Focus the input field on the page and type
a
Expected Result
- - After step 6: The single quote is entered into the input field
- - After step 8: The double quote is entered into the input field
- - After step 9:
Hey, you entered something into the input field!
shown below the input field
+ Hi there, tester!
shown below the button
-
+