@@ -4,7 +4,7 @@ exports[`loader should work ("injectType" option is "linkTag"): DOM 1`] = `
44"<!DOCTYPE html><html ><head >
55 <title >style-loader test</title >
66 <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>
88<body>
99 <h1>Body</h1>
1010 <div class =\\"target\\"></div>
@@ -22,7 +22,7 @@ exports[`loader should work ("injectType" option is "styleTag"): DOM 1`] = `
2222" <!DOCTYPE html><html><head>
2323 <title>style-loader test</title>
2424 <style id=\\" existing-style\\">.existing { color : yellow } </style>
25- <style type =\\"text/css\\" >body {
25+ <style>body {
2626 color : red ;
2727}
2828</style></head>
@@ -43,7 +43,7 @@ exports[`loader should work ("injectType" option is "useableStyleTag"): DOM 1`]
4343" <!DOCTYPE html><html><head>
4444 <title>style-loader test</title>
4545 <style id=\\" existing-style\\">.existing { color : yellow } </style>
46- <style type =\\"text/css\\" >h1 {
46+ <style>h1 {
4747 color : blue ;
4848}
4949</style></head>
@@ -64,7 +64,7 @@ exports[`loader should work for useable inject type and negative ref: DOM 1`] =
6464" <!DOCTYPE html><html><head>
6565 <title>style-loader test</title>
6666 <style id=\\" existing-style\\">.existing { color : yellow } </style>
67- <style type =\\"text/css\\" >body {
67+ <style>body {
6868 color : red ;
6969}
7070</style></head>
@@ -85,7 +85,7 @@ exports[`loader should work with css modules ("injectType" option is "linkTag"):
8585" <!DOCTYPE html><html><head>
8686 <title>style-loader test</title>
8787 <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>
8989<body>
9090 <h1>Body</h1>
9191 <div class =\\"target\\"></div>
@@ -103,10 +103,10 @@ exports[`loader should work with css modules ("injectType" option is "styleTag")
103103" <!DOCTYPE html><html><head>
104104 <title>style-loader test</title>
105105 <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 {
107107 background : red ;
108108}
109- </style><style type =\\"text/css\\" >.css-modules-myClassName_29qd4Wo {
109+ </style><style>.css-modules-myClassName_29qd4Wo {
110110 background : red ;
111111}
112112
@@ -131,10 +131,10 @@ exports[`loader should work with css modules ("injectType" option is "useableSty
131131" <!DOCTYPE html><html><head>
132132 <title>style-loader test</title>
133133 <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 {
135135 background : red ;
136136}
137- </style><style type =\\"text/css\\" >.css-modules-myClassName_29qd4Wo {
137+ </style><style>.css-modules-myClassName_29qd4Wo {
138138 background : red ;
139139}
140140
0 commit comments