Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Side by Side Diff: LayoutTests/fast/css/transform-function-lowercase-assert.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <style> 1 <style>
2 #dummy { -webkit-transform: translateX(0) translateY(0) scaleX(1) scaleY(1) skewX(0) skewY(0); } 2 #dummy { transform: translateX(0) translateY(0) scaleX(1) scaleY(1) skewX(0) skewY(0); }
3 </style> 3 </style>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 </script> 7 </script>
8 <p> 8 <p>
9 This is a test for an assertion failure in CSSParser.cpp&rsquo;s equalIgnori ngCase() when 9 This is a test for an assertion failure in CSSParser.cpp&rsquo;s equalIgnori ngCase() when
10 parsing transform functions whose canonical form is mixed-case (e.g. transla teX). 10 parsing transform functions whose canonical form is mixed-case (e.g. transla teX).
11 </p> 11 </p>
12 <p> 12 <p>
13 No assertion failure means PASS. 13 No assertion failure means PASS.
14 </p> 14 </p>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/transform-default-parameter.html ('k') | LayoutTests/fast/css/transformed-mask.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698