mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision cf261625e2d230ab219eec966f4abe26e3401b64
This commit is contained in:
parent
11a89bcc47
commit
8f98acd0e7
297 changed files with 3396 additions and 1555 deletions
|
@ -1,9 +0,0 @@
|
|||
"use strict";
|
||||
function compareWidthHeight(id1, id2) {
|
||||
var element1 = document.getElementById(id1);
|
||||
var style1 = getComputedStyle(element1);
|
||||
var element2 = document.getElementById(id2);
|
||||
var style2 = getComputedStyle(element2);
|
||||
return (style1.width == style2.width) &&
|
||||
(style1.height == style2.height)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue