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

Unified Diff: LayoutTests/fast/images/img-dimensions-styled-expected.txt

Issue 1299563002: HTMLImageElement width/height should updateLayout first. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Check if we're in the document. Created 5 years, 4 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/fast/images/img-dimensions-styled-expected.txt
diff --git a/LayoutTests/fast/images/img-dimensions-styled-expected.txt b/LayoutTests/fast/images/img-dimensions-styled-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2965cecbcb94c3cc4c9cc3f54934831693a76617
--- /dev/null
+++ b/LayoutTests/fast/images/img-dimensions-styled-expected.txt
@@ -0,0 +1,13 @@
+Should used styled image dimensions if available.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS image.width is 200
+PASS image.height is 200
+PASS rect.width is 200
+PASS rect.height is 200
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698