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

Unified Diff: third_party/WebKit/LayoutTests/css3/background/background-positioning-area-vrl.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/css3/background/background-positioning-area-vrl.html
diff --git a/third_party/WebKit/LayoutTests/css3/background/background-positioning-area-vrl.html b/third_party/WebKit/LayoutTests/css3/background/background-positioning-area-vrl.html
index 6d2909fdb1c4a990b3f93b8fe3c8f8ae2010c264..efe7c014600e07cbff562ddfbc8c9eebae2b169f 100644
--- a/third_party/WebKit/LayoutTests/css3/background/background-positioning-area-vrl.html
+++ b/third_party/WebKit/LayoutTests/css3/background/background-positioning-area-vrl.html
@@ -16,12 +16,12 @@ iframe {
<div id="container">
<p>This tests <a href="http://www.w3.org/TR/css3-background/#background-positioning-area">background positioning area</a> in vertical-rl.</p>
<p>Test passes if single green rectangle below.</p>
- <div><img src="../images/resources/green-10.png"></div>
+ <div><img src="../../images/resources/green-10.png"></div>
</div>
<template data-width="200px">
<style>
html {
- background-image:url(../images/resources/green-10.png);
+ background-image:url(../../images/resources/green-10.png);
background-repeat:no-repeat;
background-size:100% 100%;
-webkit-writing-mode:vertical-rl;
@@ -32,7 +32,7 @@ html {
<template data-width="200px">
<style>
html {
- background-image:url(../images/resources/green-10.png);
+ background-image:url(../../images/resources/green-10.png);
background-repeat:no-repeat;
background-size:100% 100%;
-webkit-writing-mode:vertical-rl;
@@ -44,7 +44,7 @@ html {
<template data-width="250px">
<style>
html {
- background-image:url(../images/resources/green-10.png);
+ background-image:url(../../images/resources/green-10.png);
background-repeat:no-repeat;
background-size:100% 100%;
-webkit-writing-mode:vertical-rl;
@@ -57,7 +57,7 @@ html {
<template data-width="250px">
<style>
html {
- background-image:url(../images/resources/green-10.png);
+ background-image:url(../../images/resources/green-10.png);
background-repeat:no-repeat;
background-size:100% 100%;
-webkit-writing-mode:vertical-rl;

Powered by Google App Engine
This is Rietveld 408576698