diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/animations')
4 files changed, 4 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-height-interpolation.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-height-interpolation.html index cc5b200..ddad650 100644 --- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-height-interpolation.html +++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-height-interpolation.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> +<script src="../../resources/ahem.js"></script> <style> :root { font: 10px Ahem; diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-markerHeight-interpolation.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-markerHeight-interpolation.html index c64d621..0752b70 100644 --- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-markerHeight-interpolation.html +++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-markerHeight-interpolation.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> +<script src="../../resources/ahem.js"></script> <style> :root { font: 10px Ahem; diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation.html index 9f7ee6d..d73e810 100644 --- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation.html +++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> +<script src="../../resources/ahem.js"></script> <style> :root { font: 50px Ahem; diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-width-interpolation.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-width-interpolation.html index e99da09..311fc51 100644 --- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-width-interpolation.html +++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-width-interpolation.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> +<script src="../../resources/ahem.js"></script> <style> :root { font: 10px Ahem; |
