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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/error.html

Issue 1188583004: update-w3c-deps import using blink 9d3793ee56e5bb1aa1eef078d848e1b0e6e4d355: (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/imported/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/error.html
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/error.html b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/error.html
index 7bdd4ceca8586712cef42efc371537c7a0b78281..d0329430d87bfb991c2a514fb8742631ac5f8964 100644
--- a/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/error.html
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/error.html
@@ -13,6 +13,7 @@
<script>
setup({explicit_done:true});
onload = function() {
+ var ref = document.getElementById("ref");
var expected_width = ref.width;
var expected_height = ref.height;
[].forEach.call(document.images, function(img) {

Powered by Google App Engine
This is Rietveld 408576698