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

Unified Diff: third_party/WebKit/LayoutTests/platform/win7/svg/custom/text-repaint-including-stroke-expected.txt

Issue 1953813003: Rebaseline some tests on win7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/platform/win7/svg/custom/text-repaint-including-stroke-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win7/svg/custom/text-repaint-including-stroke-expected.txt b/third_party/WebKit/LayoutTests/platform/win7/svg/custom/text-repaint-including-stroke-expected.txt
deleted file mode 100644
index 5b5bcabe817edb8cc0172cf2ff453b42ce73d8c8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win7/svg/custom/text-repaint-including-stroke-expected.txt
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutSVGInlineText #text",
- "rect": [80, 0, 551, 114],
- "reason": "location change"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [80, 0, 551, 114],
- "reason": "bounds change"
- },
- {
- "object": "LayoutSVGText text id='bounce'",
- "rect": [80, 0, 551, 114],
- "reason": "location change"
- },
- {
- "object": "LayoutSVGInlineText #text",
- "rect": [30, 0, 404, 58],
- "reason": "location change"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [30, 0, 404, 58],
- "reason": "bounds change"
- },
- {
- "object": "LayoutSVGText text id='bounce'",
- "rect": [30, 0, 404, 58],
- "reason": "location change"
- },
- {
- "object": "InlineTextBox 'Repaint me!'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'Repaint me!'",
- "reason": "location change"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698