mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-06-19 10:55:12 +00:00
Initial commit
This commit is contained in:
commit
1664d5cfe6
2772 changed files with 600692 additions and 0 deletions
drupal7/web/modules/simpletest/files
README.txt
css_test_files
comment_hacks.csscomment_hacks.css.optimized.csscomment_hacks.css.unoptimized.csscss_input_with_import.csscss_input_with_import.css.optimized.csscss_input_with_import.css.unoptimized.csscss_input_without_import.csscss_input_without_import.css.optimized.csscss_input_without_import.css.unoptimized.css
html-1.txthtml-2.htmlimage-1.pngimage-2.jpgimage-test-no-transparency.gifimage-test-transparent-out-of-range.gifimage-test.gifimage-test.jpgimage-test.pnginvalid-img-test.pnginvalid-img-zero-size.pngjavascript-1.txtjavascript-2.scriptphar-1.pharphp-1.txtphp-2.phpsql-1.txtcss_subfolder
css_input_with_import.csscss_input_with_import.css.optimized.csscss_input_with_import.css.unoptimized.css
import1.cssimport2.cssquotes.cssquotes.css.optimized.cssquotes.css.unoptimized.css
4
drupal7/web/modules/simpletest/files/README.txt
Normal file
4
drupal7/web/modules/simpletest/files/README.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
These files are useful in tests that upload files or otherwise need to
|
||||
manipulate files, in which case they are copied to the files directory as
|
||||
specified in the site settings. Dummy files can also be generated by tests in
|
||||
order to save space.
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.test1{display:block;}img[style*="float: right"]{padding-left:5px;}html .clear-block{height:1%;}.clear-block{display:block;font:italic bold 12px/30px Georgia,serif;}.test2{display:block;}.bkslshv1{background-color:#C00;}.test3{display:block;}.test4{display:block;}.comment-in-double-quotes:before{content:"/* ";}.this_rule_must_stay{color:#F00;background-color:#FFF;}.comment-in-double-quotes:after{content:" */";}.comment-in-single-quotes:before{content:'/*';}.this_rule_must_stay{color:#F00;background-color:#FFF;}.comment-in-single-quotes:after{content:'*/';}.comment-in-mixed-quotes:before{content:'"/*"';}.this_rule_must_stay{color:#F00;background-color:#FFF;}.comment-in-mixed-quotes:after{content:"'*/'";}.comment-in-quotes-with-escaped:before{content:'/* \" \' */';}.this_rule_must_stay{color:#F00;background-color:#FFF;}.comment-in-quotes-with-escaped:after{content:"*/ \" \ '";}
|
File diff suppressed because one or more lines are too long
32
drupal7/web/modules/simpletest/files/css_test_files/css_input_with_import.css
vendored
Normal file
32
drupal7/web/modules/simpletest/files/css_test_files/css_input_with_import.css
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
|
||||
|
||||
@import url("http://example.com/style.css");
|
||||
@import url("//example.com/style.css");
|
||||
@import "import1.css";
|
||||
@import "import2.css";
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #edf5fa;
|
||||
font: 76%/170% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
.this .is .a .test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
.this
|
||||
.is
|
||||
.a
|
||||
.test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
textarea, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
@import url("http://example.com/style.css");@import url("//example.com/style.css");ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data .single-quote{background-image:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDACAWGBwYFCAcGhwkIiAmMFA0MCwsMGJGSjpQdGZ6eHJmcG6AkLicgIiuim5woNqirr7EztDOfJri8uDI8LjKzsb/2wBDASIkJDAqMF40NF7GhHCExsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsb/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKAAH//Z');}.data .no-quote{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAEAQAAAAAo/mtHAAAAIElEQVQIHWMRnWHwcRNLN8NZ7QYWwT8PlBlYsgqVBRsAankIMw5MtnoAAAAASUVORK5CYII=);}
|
||||
p,select{font:1em/160% Verdana,sans-serif;color:#494949;}
|
||||
body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
|
||||
.is
|
||||
.a
|
||||
.test{font:1em/100% Verdana,sans-serif;color:#494949;}textarea,select{font:1em/160% Verdana,sans-serif;color:#494949;}
|
|
@ -0,0 +1,57 @@
|
|||
|
||||
|
||||
@import url("http://example.com/style.css");
|
||||
@import url("//example.com/style.css");
|
||||
|
||||
ul, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
.ui-icon{background-image: url(images/icon.png);}
|
||||
|
||||
/* Test data URI images with different quote styles. */
|
||||
.data .double-quote {
|
||||
/* http://stackoverflow.com/a/13139830/11023 */
|
||||
background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||
}
|
||||
|
||||
.data .single-quote {
|
||||
background-image: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDACAWGBwYFCAcGhwkIiAmMFA0MCwsMGJGSjpQdGZ6eHJmcG6AkLicgIiuim5woNqirr7EztDOfJri8uDI8LjKzsb/2wBDASIkJDAqMF40NF7GhHCExsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsb/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKAAH//Z');
|
||||
}
|
||||
|
||||
.data .no-quote {
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAEAQAAAAAo/mtHAAAAIElEQVQIHWMRnWHwcRNLN8NZ7QYWwT8PlBlYsgqVBRsAankIMw5MtnoAAAAASUVORK5CYII=);
|
||||
}
|
||||
|
||||
|
||||
p, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #edf5fa;
|
||||
font: 76%/170% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
.this .is .a .test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
.this
|
||||
.is
|
||||
.a
|
||||
.test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
textarea, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
69
drupal7/web/modules/simpletest/files/css_test_files/css_input_without_import.css
vendored
Normal file
69
drupal7/web/modules/simpletest/files/css_test_files/css_input_without_import.css
vendored
Normal file
|
@ -0,0 +1,69 @@
|
|||
|
||||
/**
|
||||
* @file Basic css that does not use import
|
||||
*/
|
||||
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #edf5fa;
|
||||
font: 76%/170% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
.this .is .a .test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
/**
|
||||
* CSS spec says that all whitespace is valid whitespace, so this selector
|
||||
* should be just as good as the one above.
|
||||
*/
|
||||
.this
|
||||
.is
|
||||
.a
|
||||
.test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
some :pseudo .thing {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10');
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')";
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #000;
|
||||
color:#fff;
|
||||
|
||||
}
|
||||
::selection {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media print {
|
||||
* {
|
||||
background: #000 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
@page {
|
||||
margin: 0.5cm;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-device-width: 480px) {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
textarea, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
|
||||
.is
|
||||
.a
|
||||
.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo .thing{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction='180',strength='10');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')";}::-moz-selection{background:#000;color:#fff;}::selection{background:#000;color:#fff;}@media print{*{background:#000 !important;color:#fff !important;}@page{margin:0.5cm;}}@media screen and (max-device-width:480px){background:#000;color:#fff;}textarea,select{font:1em/160% Verdana,sans-serif;color:#494949;}
|
|
@ -0,0 +1,69 @@
|
|||
|
||||
/**
|
||||
* @file Basic css that does not use import
|
||||
*/
|
||||
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #edf5fa;
|
||||
font: 76%/170% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
.this .is .a .test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
/**
|
||||
* CSS spec says that all whitespace is valid whitespace, so this selector
|
||||
* should be just as good as the one above.
|
||||
*/
|
||||
.this
|
||||
.is
|
||||
.a
|
||||
.test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
some :pseudo .thing {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10');
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')";
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #000;
|
||||
color:#fff;
|
||||
|
||||
}
|
||||
::selection {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media print {
|
||||
* {
|
||||
background: #000 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
@page {
|
||||
margin: 0.5cm;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-device-width: 480px) {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
textarea, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
29
drupal7/web/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css
vendored
Normal file
29
drupal7/web/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
|
||||
@import "../import1.css";
|
||||
@import "../import2.css";
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #edf5fa;
|
||||
font: 76%/170% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
.this .is .a .test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
.this
|
||||
.is
|
||||
.a
|
||||
.test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
textarea, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data .single-quote{background-image:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDACAWGBwYFCAcGhwkIiAmMFA0MCwsMGJGSjpQdGZ6eHJmcG6AkLicgIiuim5woNqirr7EztDOfJri8uDI8LjKzsb/2wBDASIkJDAqMF40NF7GhHCExsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsb/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKAAH//Z');}.data .no-quote{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAEAQAAAAAo/mtHAAAAIElEQVQIHWMRnWHwcRNLN8NZ7QYWwT8PlBlYsgqVBRsAankIMw5MtnoAAAAASUVORK5CYII=);}
|
||||
p,select{font:1em/160% Verdana,sans-serif;color:#494949;}
|
||||
body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
|
||||
.is
|
||||
.a
|
||||
.test{font:1em/100% Verdana,sans-serif;color:#494949;}textarea,select{font:1em/160% Verdana,sans-serif;color:#494949;}
|
|
@ -0,0 +1,54 @@
|
|||
|
||||
|
||||
|
||||
ul, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
.ui-icon{background-image: url(../images/icon.png);}
|
||||
|
||||
/* Test data URI images with different quote styles. */
|
||||
.data .double-quote {
|
||||
/* http://stackoverflow.com/a/13139830/11023 */
|
||||
background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||
}
|
||||
|
||||
.data .single-quote {
|
||||
background-image: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDACAWGBwYFCAcGhwkIiAmMFA0MCwsMGJGSjpQdGZ6eHJmcG6AkLicgIiuim5woNqirr7EztDOfJri8uDI8LjKzsb/2wBDASIkJDAqMF40NF7GhHCExsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsb/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKAAH//Z');
|
||||
}
|
||||
|
||||
.data .no-quote {
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAEAQAAAAAo/mtHAAAAIElEQVQIHWMRnWHwcRNLN8NZ7QYWwT8PlBlYsgqVBRsAankIMw5MtnoAAAAASUVORK5CYII=);
|
||||
}
|
||||
|
||||
|
||||
p, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #edf5fa;
|
||||
font: 76%/170% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
.this .is .a .test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
.this
|
||||
.is
|
||||
.a
|
||||
.test {
|
||||
font: 1em/100% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
textarea, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
ul, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
||||
.ui-icon{background-image: url(images/icon.png);}
|
||||
|
||||
/* Test data URI images with different quote styles. */
|
||||
.data .double-quote {
|
||||
/* http://stackoverflow.com/a/13139830/11023 */
|
||||
background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||
}
|
||||
|
||||
.data .single-quote {
|
||||
background-image: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDACAWGBwYFCAcGhwkIiAmMFA0MCwsMGJGSjpQdGZ6eHJmcG6AkLicgIiuim5woNqirr7EztDOfJri8uDI8LjKzsb/2wBDASIkJDAqMF40NF7GhHCExsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsb/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKAAH//Z');
|
||||
}
|
||||
|
||||
.data .no-quote {
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAEAQAAAAAo/mtHAAAAIElEQVQIHWMRnWHwcRNLN8NZ7QYWwT8PlBlYsgqVBRsAankIMw5MtnoAAAAASUVORK5CYII=);
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
p, select {
|
||||
font: 1em/160% Verdana, sans-serif;
|
||||
color: #494949;
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
/* Example from https://www.w3.org/TR/CSS2/syndata.html#rule-sets */
|
||||
q[example="public class foo\
|
||||
{\
|
||||
private int x;\
|
||||
\
|
||||
foo(int x) {\
|
||||
this.x = x;\
|
||||
}\
|
||||
\
|
||||
}"] { color: red }
|
||||
|
||||
/* A pseudo selector with essential whitespace wrapped in quotes. */
|
||||
q[style*="quotes: none"] {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
q[style*='quotes: none'] {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
q:after {
|
||||
content: ": colon & escaped double \" quotes \".";
|
||||
}
|
||||
|
||||
q:after {
|
||||
content: ' (brackets & escaped single \' quotes \') ';
|
||||
}
|
||||
|
||||
q:after {
|
||||
content: "I'm Quote";
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
q[example="public class foo\
|
||||
{\
|
||||
private int x;\
|
||||
\
|
||||
foo(int x) {\
|
||||
this.x = x;\
|
||||
}\
|
||||
\
|
||||
}"]{color:red}q[style*="quotes: none"]{quotes:none;}q[style*='quotes: none']{quotes:none;}q:after{content:": colon & escaped double \" quotes \".";}q:after{content:' (brackets & escaped single \' quotes \') ';}q:after{content:"I'm Quote";}
|
|
@ -0,0 +1,31 @@
|
|||
/* Example from https://www.w3.org/TR/CSS2/syndata.html#rule-sets */
|
||||
q[example="public class foo\
|
||||
{\
|
||||
private int x;\
|
||||
\
|
||||
foo(int x) {\
|
||||
this.x = x;\
|
||||
}\
|
||||
\
|
||||
}"] { color: red }
|
||||
|
||||
/* A pseudo selector with essential whitespace wrapped in quotes. */
|
||||
q[style*="quotes: none"] {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
q[style*='quotes: none'] {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
q:after {
|
||||
content: ": colon & escaped double \" quotes \".";
|
||||
}
|
||||
|
||||
q:after {
|
||||
content: ' (brackets & escaped single \' quotes \') ';
|
||||
}
|
||||
|
||||
q:after {
|
||||
content: "I'm Quote";
|
||||
}
|
1
drupal7/web/modules/simpletest/files/html-1.txt
Normal file
1
drupal7/web/modules/simpletest/files/html-1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
<h1>SimpleTest HTML</h1>
|
1
drupal7/web/modules/simpletest/files/html-2.html
Normal file
1
drupal7/web/modules/simpletest/files/html-2.html
Normal file
|
@ -0,0 +1 @@
|
|||
<h1>SimpleTest HTML</h1>
|
BIN
drupal7/web/modules/simpletest/files/image-1.png
Normal file
BIN
drupal7/web/modules/simpletest/files/image-1.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 38 KiB |
BIN
drupal7/web/modules/simpletest/files/image-2.jpg
Normal file
BIN
drupal7/web/modules/simpletest/files/image-2.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.8 KiB |
Binary file not shown.
After ![]() (image error) Size: 964 B |
Binary file not shown.
After ![]() (image error) Size: 183 B |
BIN
drupal7/web/modules/simpletest/files/image-test.gif
Normal file
BIN
drupal7/web/modules/simpletest/files/image-test.gif
Normal file
Binary file not shown.
After ![]() (image error) Size: 183 B |
BIN
drupal7/web/modules/simpletest/files/image-test.jpg
Normal file
BIN
drupal7/web/modules/simpletest/files/image-test.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.9 KiB |
BIN
drupal7/web/modules/simpletest/files/image-test.png
Normal file
BIN
drupal7/web/modules/simpletest/files/image-test.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 125 B |
|
@ -0,0 +1 @@
|
|||
invalid image file
|
3
drupal7/web/modules/simpletest/files/javascript-1.txt
Normal file
3
drupal7/web/modules/simpletest/files/javascript-1.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
<script>
|
||||
alert('SimpleTest PHP was executed!');
|
||||
</script>
|
3
drupal7/web/modules/simpletest/files/javascript-2.script
Normal file
3
drupal7/web/modules/simpletest/files/javascript-2.script
Normal file
|
@ -0,0 +1,3 @@
|
|||
<script>
|
||||
alert('SimpleTest PHP was executed!');
|
||||
</script>
|
BIN
drupal7/web/modules/simpletest/files/phar-1.phar
Normal file
BIN
drupal7/web/modules/simpletest/files/phar-1.phar
Normal file
Binary file not shown.
3
drupal7/web/modules/simpletest/files/php-1.txt
Normal file
3
drupal7/web/modules/simpletest/files/php-1.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
print 'SimpleTest PHP was executed!';
|
||||
?>
|
2
drupal7/web/modules/simpletest/files/php-2.php
Normal file
2
drupal7/web/modules/simpletest/files/php-2.php
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?php
|
||||
print 'SimpleTest PHP was executed!';
|
1
drupal7/web/modules/simpletest/files/sql-1.txt
Normal file
1
drupal7/web/modules/simpletest/files/sql-1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
SELECT invalid_field FROM {invalid_table}
|
Loading…
Add table
Add a link
Reference in a new issue