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

Unified Diff: third_party/WebKit/LayoutTests/compositing/text-on-scaled-surface-expected.html

Issue 2859483006: cc: Enable composited border-radius scrolling.
Patch Set: test-rebaseline Created 3 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
Index: third_party/WebKit/LayoutTests/compositing/text-on-scaled-surface-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/text-on-scaled-surface-expected.html b/third_party/WebKit/LayoutTests/compositing/text-on-scaled-surface-expected.html
deleted file mode 100644
index b67f858ef09de91164c0290a1bd8a39c75df9baa..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/compositing/text-on-scaled-surface-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsTextWithPixelResults();
-}
-</script>
-<body style="overflow:hidden">
-<div style="-webkit-transform-origin: 0 0; transform:translate(50px,50px) scale(1.5); background: green; width:30em; height:8em;">
- <div style="-webkit-transform-origin: 0 0; transform:scale(1.5);">
- <!-- Use short lines of text to avoid accumulating error -->
- Text on<br/>
- a scaled<br/>
- composited<br/>
- layer<br/>
- </div>
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698