Index: Source/web/tests/data/input_field_focused.html |
diff --git a/LayoutTests/css3/selectors3/xml/css3-modsel-41a.css b/Source/web/tests/data/input_field_focused.html |
similarity index 51% |
copy from LayoutTests/css3/selectors3/xml/css3-modsel-41a.css |
copy to Source/web/tests/data/input_field_focused.html |
index 463b281302bb494083843bd14822a0a2ba363f00..b8ae792671f0c110cb3ea38137b38028990a4581 100644 |
--- a/LayoutTests/css3/selectors3/xml/css3-modsel-41a.css |
+++ b/Source/web/tests/data/input_field_focused.html |
@@ -1 +1,4 @@ |
-p:before { background-color : lime ; content : "GENERATED CONTENT "} |
+<input id="sample" /> |
+<script> |
+document.getElementById("sample").focus(); |
+</script> |