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; |