diff options
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht')
-rw-r--r-- | tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht index add6e9f62f8..76defb16f7d 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht @@ -15,7 +15,7 @@ <body> <p>You should only see one block with color green, and you should not see any red</p> <section> - <svg width="300" xmlns:xmlns="http://www.w3.org/2000/svg" version="1.1" height="200" xmlns="http://www.w3.org/2000/svg"> + <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> rect{ stroke-width: 10; |