summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/backface-visibility-001.ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-transforms/backface-visibility-001.ref.html')
-rw-r--r--testing/web-platform/tests/css/css-transforms/backface-visibility-001.ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-transforms/backface-visibility-001.ref.html b/testing/web-platform/tests/css/css-transforms/backface-visibility-001.ref.html
new file mode 100644
index 0000000000..c4660f1cd0
--- /dev/null
+++ b/testing/web-platform/tests/css/css-transforms/backface-visibility-001.ref.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@google.com">
+<link rel="help" href="http://www.w3.org/TR/css-transforms-1/#transform-property">
+<link rel="help" href="http://www.w3.org/TR/css-transforms-2/#propdef-backface-visibility">
+<meta name="assert" content="backface-visibility should have no effect when no transforms are present">
+<style>
+.box {
+ border: 1px solid black;
+ width: 200px;
+ height: 200px;
+}
+</style>
+<div class="box">
+ This text should be visible
+</div>