diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/conformance-checkers/html-aria/name-computation-input/660.html')
-rw-r--r-- | tests/wpt/web-platform-tests/conformance-checkers/html-aria/name-computation-input/660.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/conformance-checkers/html-aria/name-computation-input/660.html b/tests/wpt/web-platform-tests/conformance-checkers/html-aria/name-computation-input/660.html index e1d5f9416ff..7fd0d265a30 100644 --- a/tests/wpt/web-platform-tests/conformance-checkers/html-aria/name-computation-input/660.html +++ b/tests/wpt/web-platform-tests/conformance-checkers/html-aria/name-computation-input/660.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Text input with @title and :before and :after content rule</title> - <style type="text/css"> + <style> label:before { content: "foo "; } label:after { content: " baz"; } </style> |