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

Side by Side Diff: LayoutTests/fast/layers/clip-rects-transformed.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 <script> 1 <script>
2 if (window.testRunner) 2 if (window.testRunner)
3 testRunner.dumpAsText(); 3 testRunner.dumpAsText();
4 </script> 4 </script>
5 <p> 5 <p>
6 Test 1/2 for <i><a href="rdar://problem/7398987">rdar://problem/7398987</a> 6 Test 1/2 for <i><a href="rdar://problem/7398987">rdar://problem/7398987</a>
7 Assertion failure in RenderLayer::updateClipRects when a plug-in&rsquo;s 7 Assertion failure in RenderLayer::updateClipRects when a plug-in&rsquo;s
8 enclosing layer is enclosed by a transformed layer</i>. 8 enclosing layer is enclosed by a transformed layer</i>.
9 </p> 9 </p>
10 <p> 10 <p>
11 This test should not cause an assertion faliure. 11 This test should not cause an assertion faliure.
12 </p> 12 </p>
13 <div style="-webkit-transform: translateX(100px);"> 13 <div style="transform: translateX(100px);">
14 <div style="position: absolute; overflow: hidden;"> 14 <div style="position: absolute; overflow: hidden;">
15 <embed type="application/x-webkit-test-netscape"> 15 <embed type="application/x-webkit-test-netscape">
16 </div> 16 </div>
17 </div> 17 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/layers/clip-rects-assertion.html ('k') | LayoutTests/fast/layers/clip-rects-transformed-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698