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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html

Issue 1729073002: Update SVG tests ahead of offset* removal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update flexitem.html and grid-item-display.html too Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
index 17b46e22520e1c7056512b637937ad35f510d775..33b96ef27078974e24b34afdee68a15597ac17d6 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
@@ -52,11 +52,11 @@
</div>
<div class="flexbox">
- <svg data-expected-display="block" data-expected-width="100" style="flex: 1 0 auto; width: 100px; height: 100px">
+ <svg data-expected-display="block" data-expected-bounding-client-rect-width="100" style="flex: 1 0 auto; width: 100px; height: 100px">
<circle cx="50" cy="50" r="50" fill="blue">
</circle>
</svg>
- <svg data-expected-display="block" data-expected-width="500" style="flex: 1 1 auto; height: 100px; width: 100%">
+ <svg data-expected-display="block" data-expected-bounding-client-rect-width="500" style="flex: 1 1 auto; height: 100px; width: 100%">
<circle cx="50" cy="50" r="50" fill="green">
</circle>
</svg>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698