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

Unified Diff: LayoutTests/try-ahem/fast/repaint/transform-inline-layered-child.html

Issue 1207173002: [Temporary] try resources/ahem.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/resources/ahem.js ('k') | LayoutTests/try-ahem/fast/text/whitespace/002.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/try-ahem/fast/repaint/transform-inline-layered-child.html
diff --git a/LayoutTests/try-ahem/fast/repaint/transform-inline-layered-child.html b/LayoutTests/try-ahem/fast/repaint/transform-inline-layered-child.html
deleted file mode 100644
index 4934584fdf3ce4c14546742a0aa6112d50c86636..0000000000000000000000000000000000000000
--- a/LayoutTests/try-ahem/fast/repaint/transform-inline-layered-child.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<script src="resources/text-based-repaint.js"></script>
-<script>
-function repaintTest() {
- document.getElementById('box').style.transform = 'rotate(30deg)';
-}
-onload = runRepaintTest;
-</script>
-<style>
-@font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
-#box {
- position: absolute;
- top: 100px;
- left: 100px;
- width: 100px;
-}
-#child {
- position: relative;
- left: 200px;
- top: 200px;
- font-family: myahem;
-}
-</style>
-Tests if the inline layered child is correctly repainted when container's transform changes.
-Succeeds if the text is completely rotated leaving no residue at the original location.
-<div id="box">
- <span id="child">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</span>
-</div>
« no previous file with comments | « LayoutTests/resources/ahem.js ('k') | LayoutTests/try-ahem/fast/text/whitespace/002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698