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

Unified Diff: third_party/WebKit/LayoutTests/compositing/culling/tile-occlusion-boundaries.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/compositing/culling/tile-occlusion-boundaries.html
diff --git a/third_party/WebKit/LayoutTests/compositing/culling/tile-occlusion-boundaries.html b/third_party/WebKit/LayoutTests/compositing/culling/tile-occlusion-boundaries.html
index 4004506e9b884f91d2247b78d2ae4b071e0a6830..a5cbab80bc20df6776ccaafd275eb24ae1935385 100644
--- a/third_party/WebKit/LayoutTests/compositing/culling/tile-occlusion-boundaries.html
+++ b/third_party/WebKit/LayoutTests/compositing/culling/tile-occlusion-boundaries.html
@@ -26,6 +26,6 @@
filled, so they end up being blended with part of the pixel behind them. If culling treats them as opaque, then the background tile below is culled
inappropriately, and the edge pixels come out mixed with blue since the partial pixels behind were not filled.
-->
-<img class="scaled green" src="../../fast/images/resources/green.jpg"></img>
+<img class="scaled green" src="../../images/resources/green.jpg"></img>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698