diff options
Diffstat (limited to 'tests/wpt/css-tests/css-gcpm-3_dev/xhtml1/using-strings-002.xht')
-rw-r--r-- | tests/wpt/css-tests/css-gcpm-3_dev/xhtml1/using-strings-002.xht | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css-gcpm-3_dev/xhtml1/using-strings-002.xht b/tests/wpt/css-tests/css-gcpm-3_dev/xhtml1/using-strings-002.xht index 9ca05530487..9e01d3137a2 100644 --- a/tests/wpt/css-tests/css-gcpm-3_dev/xhtml1/using-strings-002.xht +++ b/tests/wpt/css-tests/css-gcpm-3_dev/xhtml1/using-strings-002.xht @@ -9,14 +9,14 @@ <style> @page { @top-center { - content: string(section, last); + content: string(section, last); } } - + h2 { string-set: section content(); } - + </style> </head> <body> |