summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/reference/contain-size-062-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-contain/reference/contain-size-062-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-contain/reference/contain-size-062-ref.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-contain/reference/contain-size-062-ref.html b/testing/web-platform/tests/css/css-contain/reference/contain-size-062-ref.html
new file mode 100644
index 0000000000..dbfa77f6ac
--- /dev/null
+++ b/testing/web-platform/tests/css/css-contain/reference/contain-size-062-ref.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+
+ <meta charset="UTF-8">
+
+ <title>CSS Reference Test</title>
+
+ <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+
+ <style>
+ div
+ {
+ border: orange solid 3px;
+ color: blue;
+ font-size: 32px;
+ height: 0px;
+ width: 400px;
+ }
+ </style>
+
+ <p>Test passes if the words "Text sample" are below a thick orange line. Test fails if, instead of a thick orange line, there is an orange rectangle with the words "Text sample" in it.
+
+ <div>Text sample</div>