diff options
Diffstat (limited to 'tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-transform-origin-1.xht')
-rw-r--r-- | tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-transform-origin-1.xht | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-transform-origin-1.xht b/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-transform-origin-1.xht deleted file mode 100644 index 933ac83d73a..00000000000 --- a/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-transform-origin-1.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test: Test for calc() on transform-origin</title> - <link href="https://bugzilla.mozilla.org/show_bug.cgi?id=594934" rel="author" title="L. David Baron" /> - <link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help" /> - <link href="reference/calc-transform-origin-1-ref.xht" rel="match" /> - <meta content="" name="flags" /> -<style type="text/css"> - -body { margin: 100px } - -p { - height: 50px; width: 200px; - background: yellow; - transform: rotate(15deg); -} - -#one { transform-origin: calc(50px + 50%) calc(100% - 30px); } -#two { transform-origin: calc(-12.5% + 3px) calc(-10px - 50%); } - -</style> -</head> -<body> -<p id="one">hello</p> -<p id="two">hello</p> - - -</body></html>
\ No newline at end of file |