@@ -4,7 +4,7 @@ exports[`loader should work ("injectType" option is "linkTag"): DOM 1`] = `
4
4
"<!DOCTYPE html><html ><head >
5
5
<title >style-loader test</title >
6
6
<style id =\\"existing-style\\">.existing { color : yellow } </style>
7
- <link rel =\\"stylesheet\\" type =\\"text/css\\" href =\\"ceb98dd1e5ab94be0d4081cb8b89f79d.css\\"></head>
7
+ <link rel =\\"stylesheet\\" href =\\"ceb98dd1e5ab94be0d4081cb8b89f79d.css\\"></head>
8
8
<body>
9
9
<h1>Body</h1>
10
10
<div class =\\"target\\"></div>
@@ -22,7 +22,7 @@ exports[`loader should work ("injectType" option is "styleTag"): DOM 1`] = `
22
22
" <!DOCTYPE html><html><head>
23
23
<title>style-loader test</title>
24
24
<style id=\\" existing-style\\">.existing { color : yellow } </style>
25
- <style type =\\"text/css\\" >body {
25
+ <style>body {
26
26
color : red ;
27
27
}
28
28
</style></head>
@@ -43,7 +43,7 @@ exports[`loader should work ("injectType" option is "useableStyleTag"): DOM 1`]
43
43
" <!DOCTYPE html><html><head>
44
44
<title>style-loader test</title>
45
45
<style id=\\" existing-style\\">.existing { color : yellow } </style>
46
- <style type =\\"text/css\\" >h1 {
46
+ <style>h1 {
47
47
color : blue ;
48
48
}
49
49
</style></head>
@@ -64,7 +64,7 @@ exports[`loader should work for useable inject type and negative ref: DOM 1`] =
64
64
" <!DOCTYPE html><html><head>
65
65
<title>style-loader test</title>
66
66
<style id=\\" existing-style\\">.existing { color : yellow } </style>
67
- <style type =\\"text/css\\" >body {
67
+ <style>body {
68
68
color : red ;
69
69
}
70
70
</style></head>
@@ -85,7 +85,7 @@ exports[`loader should work with css modules ("injectType" option is "linkTag"):
85
85
" <!DOCTYPE html><html><head>
86
86
<title>style-loader test</title>
87
87
<style id=\\" existing-style\\">.existing { color : yellow } </style>
88
- <link rel =\\"stylesheet\\" type =\\"text/css\\" href =\\"c0991b068ef7e388f9ad3ad2b823d126.css\\"></head>
88
+ <link rel =\\"stylesheet\\" href =\\"c0991b068ef7e388f9ad3ad2b823d126.css\\"></head>
89
89
<body>
90
90
<h1>Body</h1>
91
91
<div class =\\"target\\"></div>
@@ -103,10 +103,10 @@ exports[`loader should work with css modules ("injectType" option is "styleTag")
103
103
" <!DOCTYPE html><html><head>
104
104
<title>style-loader test</title>
105
105
<style id=\\" existing-style\\">.existing { color : yellow } </style>
106
- <style type =\\"text/css\\" >.css-modules-local-scoped-className_2SS6AUo {
106
+ <style>.css-modules-local-scoped-className_2SS6AUo {
107
107
background : red ;
108
108
}
109
- </style><style type =\\"text/css\\" >.css-modules-myClassName_29qd4Wo {
109
+ </style><style>.css-modules-myClassName_29qd4Wo {
110
110
background : red ;
111
111
}
112
112
@@ -131,10 +131,10 @@ exports[`loader should work with css modules ("injectType" option is "useableSty
131
131
" <!DOCTYPE html><html><head>
132
132
<title>style-loader test</title>
133
133
<style id=\\" existing-style\\">.existing { color : yellow } </style>
134
- <style type =\\"text/css\\" >.css-modules-local-scoped-className_2SS6AUo {
134
+ <style>.css-modules-local-scoped-className_2SS6AUo {
135
135
background : red ;
136
136
}
137
- </style><style type =\\"text/css\\" >.css-modules-myClassName_29qd4Wo {
137
+ </style><style>.css-modules-myClassName_29qd4Wo {
138
138
background : red ;
139
139
}
140
140
0 commit comments