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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase Created 3 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/typedcssom/inlinestyle/properties/background-image.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html
index 90706a2e9798c1f15e9be932e241996821df986a..1e6aaded078adab267bb4e5fd2032d9047adff98 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html
@@ -19,10 +19,10 @@ runInlineStylePropertyMapTests( {
'none',
],
validObjects: [
- new CSSURLImageValue(window.location.href + 'resources/1x1-green.jpg'),
+ new CSSURLImageValue(window.location.href + '/resources/1x1-green.jpg'),
new CSSURLImageValue(window.location.href)
],
supportsMultiple: false,
- invalidObjects: [new CSSSimpleLength(4, 'px')]
+ invalidObjects: [new CSSUnitValue(4, 'px')]
});
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698