author | cku <cku@mozilla.com> |
Sun, 02 Oct 2016 03:29:44 +0800 | |
changeset 316145 | 2da2480008f5dc8876b29673a9756b463f5aee15 |
parent 316142 | 5a68cafd32e5cb2040bcd17c53e60cd39367e1d5 |
child 316146 | 0eed0d06ea6d4053f1f9f85ba6bc0e0db6b4eac6 |
push id | 30764 |
push user | philringnalda@gmail.com |
push date | Mon, 03 Oct 2016 05:33:02 +0000 |
treeherder | mozilla-central@955840bfd3c2 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1279409 |
milestone | 52.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
layout/reftests/w3c-css/submitted/masking/clip-path-mix-blend-mode-1.html | file | annotate | diff | comparison | revisions |
--- a/layout/reftests/w3c-css/submitted/masking/clip-path-mix-blend-mode-1.html +++ b/layout/reftests/w3c-css/submitted/masking/clip-path-mix-blend-mode-1.html @@ -1,17 +1,17 @@ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS Masking: clip-path with mix-blend-mode</title> <link rel="author" title="CJ Ku" href="mailto:cku@mozilla.com"> <link rel="author" title="Mozilla" href="https://www.mozilla.org"> <link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path"> - <link rel="match" href="clip-path-mix-blend-mode-ref.html"> + <link rel="match" href="clip-path-mix-blend-mode-1-ref.html"> <meta name="assert" content="Test checks whether clip-path works with mix-blend-mode correctly or not."> <style type="text/css"> div { position: absolute; width: 100px; height: 100px; }