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

Unified Diff: third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-content-expected.html

Issue 1511113004: Remove SK_SUPPORT_LEGACY_HQ_DOWNSAMPLING (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: browser_tests rebaseline Created 4 years, 10 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/css3/masking/mask-repeat-round-content-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-content-expected.html b/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-content-expected.html
deleted file mode 100644
index d5eec097abdc1ba0eac1494944d1442c997f3293..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-content-expected.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <style>
- #back {
- width: 1000px;
- height: 600px;
- background-color: green;
- }
- #front {
- width: 800px;
- height: 400px;
- background-color: red;
- border: 50px solid blue;
- /* The padding and values differ here from the test case due
- to sub-pixel rounding differences in the way the background
- image phases are calculated in the repeat vs round cases. */
- padding: 50px 49px;
- -webkit-mask-image: url(resources/circle.png);
- -webkit-mask-size: 72px 40px;
- -webkit-mask-repeat: repeat;
- -webkit-mask-origin: content-box;
- -webkit-mask-clip: content-box;
- }
- </style>
- </head>
-
- <body>
- <div id="back">
- <div id="front" />
- </div>
- </body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698