From fd911ff111d263356193e94d3ce1d06217717035 Mon Sep 17 00:00:00 2001 From: "mikelawther@chromium.org" Date: Tue, 7 Feb 2012 19:18:19 +0000 Subject: [PATCH] composited mask test for CSS3 calc https://bugs.webkit.org/show_bug.cgi?id=76006 Reviewed by Ojan Vafai. Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662) These tests are expected to 'fail', and will pass once calc() functionality is landed. For now, they serve to demonstrate that the current code doesn't crash on these tests. * css3/calc/resources/alpha-gradient.png: Added. * css3/calc/simple-composited-mask-expected-mismatch.html: Added. * css3/calc/simple-composited-mask.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106963 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 16 ++++++++ LayoutTests/css3/calc/resources/alpha-gradient.png | Bin 0 -> 476 bytes .../simple-composited-mask-expected-mismatch.html | 31 +++++++++++++++ LayoutTests/css3/calc/simple-composited-mask.html | 43 +++++++++++++++++++++ 4 files changed, 90 insertions(+) create mode 100644 LayoutTests/css3/calc/resources/alpha-gradient.png create mode 100644 LayoutTests/css3/calc/simple-composited-mask-expected-mismatch.html create mode 100644 LayoutTests/css3/calc/simple-composited-mask.html diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 125ec06..7e693d5 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,19 @@ +2012-02-07 Mike Lawther + + composited mask test for CSS3 calc + https://bugs.webkit.org/show_bug.cgi?id=76006 + + Reviewed by Ojan Vafai. + + Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662) + + These tests are expected to 'fail', and will pass once calc() functionality is landed. + For now, they serve to demonstrate that the current code doesn't crash on these tests. + + * css3/calc/resources/alpha-gradient.png: Added. + * css3/calc/simple-composited-mask-expected-mismatch.html: Added. + * css3/calc/simple-composited-mask.html: Added. + 2012-02-07 Ami Fischman [Chromium] media/track/track-cue-nothing-to-render.html fails intermittently on Mac diff --git a/LayoutTests/css3/calc/resources/alpha-gradient.png b/LayoutTests/css3/calc/resources/alpha-gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..d182eb97e628889de4584005e3d5e8651b5a0bde GIT binary patch literal 476 zcmeAS@N?(olHy`uVBq!ia0vp^CqS5k1xT_7rilV6mUKs7M+Sy#H?H_c7y~)y>?LWfCA4E2k964 zQ=C|zNcyCOGD*pvt6*xCXt}belBu;p!07>hAP0vcON#(gxR{6&lMN#2Milbu7ffP*^2r)xP!$mQGL(w2Ipu=f_K&yiySEG{% z6OabWa|LpUED{i4n!Hp1s1B?dDDTj5vdM{~@njGOhhby@gaDcV*6Eb6323bk$VEQW zoE$h5)x41`1)2xe2QoBi6WBhWyc5x|1A$V&I)UQ0tVgTe~DWM4fgr11m literal 0 HcmV?d00001 diff --git a/LayoutTests/css3/calc/simple-composited-mask-expected-mismatch.html b/LayoutTests/css3/calc/simple-composited-mask-expected-mismatch.html new file mode 100644 index 0000000..c090945 --- /dev/null +++ b/LayoutTests/css3/calc/simple-composited-mask-expected-mismatch.html @@ -0,0 +1,31 @@ + + +

Testing masks on compositing layers.

+
+
+
+
+
diff --git a/LayoutTests/css3/calc/simple-composited-mask.html b/LayoutTests/css3/calc/simple-composited-mask.html new file mode 100644 index 0000000..834bfd7 --- /dev/null +++ b/LayoutTests/css3/calc/simple-composited-mask.html @@ -0,0 +1,43 @@ + + +

Testing masks on compositing layers.

+
+
+
+
+
-- 2.7.4