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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-background-colors.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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/inspector-protocol/css/css-get-background-colors.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-background-colors.html b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-background-colors.html
index 2540fa67187f6561cc71b695d1fe11f08914c164..9ec0db204f40249173071b85296cce1d7f2be0be 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-background-colors.html
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-background-colors.html
@@ -508,7 +508,7 @@ p {
<!-- Picture behind text -->
<div class="testCase picture">
<div class="background layer">
- <picture><source type="image/webp" srcset="../../fast/images/resources/test.webp"><img src="../../media/content/abe.png" height="200" width="200"></picture>
+ <picture><source type="image/webp" srcset="../../images/resources/test.webp"><img src="../../media/content/abe.png" height="200" width="200"></picture>
</div>
<p class="layer">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Powered by Google App Engine
This is Rietveld 408576698