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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width-expected.html

Issue 2005553002: Convert collapsed border repaint tests to reftests (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/fast/table/border-collapsing/cached-change-table-border-width-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-change-table-border-width-expected.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width-expected.html
similarity index 83%
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-change-table-border-width-expected.html
copy to third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width-expected.html
index ed9bd5932b8d295363db8784121988711854047c..88b1f77b3f68a88e0235896e44b91122220e57dc 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-change-table-border-width-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width-expected.html
@@ -5,7 +5,7 @@ Here we change table border width, expect that cache is invalidated and paint pr
<html>
<head>
<title></title>
- <link rel="stylesheet" href="../../../fast/table/border-collapsing/resources/cached.css">
+ <link rel="stylesheet" href="resources/cached.css">
</head>
<body>
<table style="border-collapse:collapse; border:4px solid blue" id="tbl">

Powered by Google App Engine
This is Rietveld 408576698