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

Unified Diff: LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html

Issue 1346143005: Scale objectBoundingBox units for primitive dimensions w/ -webkit-filter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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: LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
diff --git a/LayoutTests/paint/invalidation/spv2/margin-expected.html b/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
similarity index 68%
copy from LayoutTests/paint/invalidation/spv2/margin-expected.html
copy to LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
index baf43bfc31328347f073dedbcedb85721ba34979..f460c439aa8d6e56a8ad5a0826d6e0c0daf5df11 100644
--- a/LayoutTests/paint/invalidation/spv2/margin-expected.html
+++ b/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
@@ -1,14 +1,16 @@
-<!DOCTYPE HTML>
+<!DOCTYPE html>
<style>
body {
margin: 0;
+ padding: 0;
}
-div {
+#target {
+ position: absolute;
+ left: 20px;
+ top: 20px;
width: 100px;
height: 100px;
- position: absolute;
background-color: green;
- margin: 20px;
}
</style>
<div id="target"></div>
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-obb-dimensions.html ('k') | Source/core/layout/svg/ReferenceFilterBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698