Bug 1345603 - Add specification anchor to perspective-zero-2.html reftest draft
authorMiko Mynttinen <mikokm@gmail.com>
Wed, 08 Mar 2017 21:58:40 +0100
changeset 495425 3c115925e31804d60d718dec218b572ba716dfb6
parent 495323 800ba54a4bd52628833c4db005ddd182586666c4
child 548378 f9d023dd1333eaa5534fd59f35cf512933b12207
push id48334
push userbmo:mikokm@gmail.com
push dateWed, 08 Mar 2017 21:01:06 +0000
bugs1345603
milestone55.0a1
Bug 1345603 - Add specification anchor to perspective-zero-2.html reftest MozReview-Commit-ID: JPEh5Uz9dK3
layout/reftests/w3c-css/submitted/transforms/perspective-zero-2.html
--- a/layout/reftests/w3c-css/submitted/transforms/perspective-zero-2.html
+++ b/layout/reftests/w3c-css/submitted/transforms/perspective-zero-2.html
@@ -1,15 +1,16 @@
 <!DOCTYPE html>
 <html>
 <head>
 <meta charset="UTF-8">
 <title>CSS transforms: perspective: 0px</title>
 <link rel="author" title="Miko Mynttinen" href="mailto:mmynttinen@mozilla.com">
 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
+<link rel="help" href="https://drafts.csswg.org/css-transforms-2/#propdef-perspective">
 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/413">
 <meta name="assert" content="Test checks that perspective: 0px behaves like transform: perspective(0) on parent container">
 <link rel="match" href="perspective-zero-2-ref.html">
 <style type="text/css">
 .parent {
   perspective: 0px;
 }
 .parent > div {