[librsvg] tests: Use type attribute on <style>



commit 70f7dede593450dc2efcacbc9f536b8da66fe5f7
Author: Christian Persch <chpe gnome org>
Date:   Mon Feb 6 20:53:56 2012 +0100

    tests: Use type attribute on <style>

 tests/fixtures/styles/bug614643.svg |    2 +-
 tests/fixtures/styles/bug614704.svg |    2 +-
 tests/fixtures/styles/order.svg     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/fixtures/styles/bug614643.svg b/tests/fixtures/styles/bug614643.svg
index 1916bdc..450129f 100644
--- a/tests/fixtures/styles/bug614643.svg
+++ b/tests/fixtures/styles/bug614643.svg
@@ -3,7 +3,7 @@
   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
 <svg width="5cm" height="2.5cm" viewBox="0 0 1000 500"
      xmlns="http://www.w3.org/2000/svg"; version="1.1">
-  <style format="text/css">
+  <style type="text/css">
   rect, path {
     fill: red;
     stroke: red;
diff --git a/tests/fixtures/styles/bug614704.svg b/tests/fixtures/styles/bug614704.svg
index 22a2b14..c3a6099 100644
--- a/tests/fixtures/styles/bug614704.svg
+++ b/tests/fixtures/styles/bug614704.svg
@@ -3,7 +3,7 @@
   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
 <svg width="5cm" height="2.5cm" viewBox="0 0 1000 500"
      xmlns="http://www.w3.org/2000/svg"; version="1.1">
-  <style format="text/css">
+  <style type="text/css">
     .blue { fill: blue; }
   </style>
   <rect fill="red" class="blue" id="blue-rect" x="200" y="100" width="600" height="400"/>
diff --git a/tests/fixtures/styles/order.svg b/tests/fixtures/styles/order.svg
index aa6938b..416f190 100644
--- a/tests/fixtures/styles/order.svg
+++ b/tests/fixtures/styles/order.svg
@@ -3,7 +3,7 @@
   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
 <svg width="5cm" height="2.5cm" viewBox="0 0 1000 500"
      xmlns="http://www.w3.org/2000/svg"; version="1.1">
-  <style format="text/css">
+  <style type="text/css">
     rect { fill: black; }
     .blue { fill: blue; }
     #green { fill: green; }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]