diff options
| author | wangxianzhu@chromium.org <wangxianzhu@chromium.org> | 2015-06-26 19:10:26 +0000 |
|---|---|---|
| committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org> | 2015-06-26 19:10:26 +0000 |
| commit | 8b2e22c959a5748abdbe0773217b4d7402fe1ec4 (patch) | |
| tree | 09fa39d62b5fb74e0b518584e811022aa02e34fe /third_party/WebKit/LayoutTests/animations | |
| parent | 4be806e22458061e1b6ce5dacd6c05d47eb1fde3 (diff) | |
| download | chromium_src-8b2e22c959a5748abdbe0773217b4d7402fe1ec4.zip chromium_src-8b2e22c959a5748abdbe0773217b4d7402fe1ec4.tar.gz chromium_src-8b2e22c959a5748abdbe0773217b4d7402fe1ec4.tar.bz2 | |
Convert tests (except fast/, imported/) using ahem font to ahem.js style
BUG=392046
TBR=ksakamoto@chromium.org
Review URL: https://codereview.chromium.org/1212753002
git-svn-id: svn://svn.chromium.org/blink/trunk@197935 bbb929c8-8fbe-4397-9dbb-9b2b20218538
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; |
