commit 824fb7fd2f5da39f65b469def167b4dbf0b4ed21 parent 317564a173270d8b030ca322971289bbd7970f60 Author: Emily Eisenberg <emily@khanacademy.org> Date: Mon, 22 Sep 2014 13:56:14 -0700 Update huxley screenshots Update huxley, and then use the Dockerfile to create new huxley screenshots. Test plan: - Make sure generating new huxley screenshots works - Ensure that re-generating huxley screenshots produces no changes Auditors: alpert Diffstat:
98 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dockers/HuxleyTests/Dockerfile b/dockers/HuxleyTests/Dockerfile @@ -10,4 +10,4 @@ RUN echo "java -jar /selenium-server-standalone-2.42.2.jar > /dev/null &" >> ~/r RUN echo "Xvfb :1 2> /dev/null &" >> ~/run.sh RUN echo "make -C /KaTeX serve > /dev/null &" >> ~/run.sh RUN echo "sleep 2" >> ~/run.sh -RUN echo "/KaTeX/node_modules/.bin/hux --update /KaTeX/test/huxley/" >> ~/run.sh +RUN echo "/KaTeX/node_modules/.bin/hux --write /KaTeX/test/huxley/" >> ~/run.sh diff --git a/package.json b/package.json @@ -19,7 +19,7 @@ "less": "~1.4.2", "uglify-js": "~2.4.15", "clean-css": "~2.2.15", - "huxley": "~0.7.4", + "huxley": "~0.8.1", "jasmine-node": "git://github.com/mhevery/jasmine-node.git#Jasmine2.0" }, "bin": "cli.js", diff --git a/test/huxley/Accents.hux/firefox-1.png b/test/huxley/Accents.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Baseline.hux/firefox-1.png b/test/huxley/Baseline.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/BasicTest.hux/firefox-1.png b/test/huxley/BasicTest.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Colors.hux/firefox-1.png b/test/huxley/Colors.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/DeepFontSizing.hux/firefox-1.png b/test/huxley/DeepFontSizing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/DelimiterSizing.hux/firefox-1.png b/test/huxley/DelimiterSizing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/DisplayStyle.hux/firefox-1.png b/test/huxley/DisplayStyle.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Exponents.hux/firefox-1.png b/test/huxley/Exponents.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/FractionTest.hux/firefox-1.png b/test/huxley/FractionTest.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Functions.hux/firefox-1.png b/test/huxley/Functions.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/GreekLetters.hux/firefox-1.png b/test/huxley/GreekLetters.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Huxleyfolder/Accents.hux/firefox-1.png b/test/huxley/Huxleyfolder/Accents.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Accents.hux/record.json b/test/huxley/Huxleyfolder/Accents.record.json diff --git a/test/huxley/Huxleyfolder/Baseline.hux/firefox-1.png b/test/huxley/Huxleyfolder/Baseline.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Baseline.hux/record.json b/test/huxley/Huxleyfolder/Baseline.record.json diff --git a/test/huxley/Huxleyfolder/BasicTest.hux/firefox-1.png b/test/huxley/Huxleyfolder/BasicTest.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/BasicTest.hux/record.json b/test/huxley/Huxleyfolder/BasicTest.record.json diff --git a/test/huxley/Huxleyfolder/Colors.hux/firefox-1.png b/test/huxley/Huxleyfolder/Colors.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Colors.hux/record.json b/test/huxley/Huxleyfolder/Colors.record.json diff --git a/test/huxley/Huxleyfolder/DeepFontSizing.hux/firefox-1.png b/test/huxley/Huxleyfolder/DeepFontSizing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/DeepFontSizing.hux/record.json b/test/huxley/Huxleyfolder/DeepFontSizing.record.json diff --git a/test/huxley/Huxleyfolder/DelimiterSizing.hux/firefox-1.png b/test/huxley/Huxleyfolder/DelimiterSizing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/DelimiterSizing.hux/record.json b/test/huxley/Huxleyfolder/DelimiterSizing.record.json diff --git a/test/huxley/Huxleyfolder/DisplayStyle.hux/firefox-1.png b/test/huxley/Huxleyfolder/DisplayStyle.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/DisplayStyle.hux/record.json b/test/huxley/Huxleyfolder/DisplayStyle.record.json diff --git a/test/huxley/Huxleyfolder/Exponents.hux/firefox-1.png b/test/huxley/Huxleyfolder/Exponents.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Exponents.hux/record.json b/test/huxley/Huxleyfolder/Exponents.record.json diff --git a/test/huxley/Huxleyfolder/FractionTest.hux/firefox-1.png b/test/huxley/Huxleyfolder/FractionTest.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/FractionTest.hux/record.json b/test/huxley/Huxleyfolder/FractionTest.record.json diff --git a/test/huxley/Huxleyfolder/Functions.hux/firefox-1.png b/test/huxley/Huxleyfolder/Functions.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Functions.hux/record.json b/test/huxley/Huxleyfolder/Functions.record.json diff --git a/test/huxley/Huxleyfolder/GreekLetters.hux/firefox-1.png b/test/huxley/Huxleyfolder/GreekLetters.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/GreekLetters.hux/record.json b/test/huxley/Huxleyfolder/GreekLetters.record.json diff --git a/test/huxley/Huxleyfolder/KaTeX.hux/firefox-1.png b/test/huxley/Huxleyfolder/KaTeX.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/KaTeX.hux/record.json b/test/huxley/Huxleyfolder/KaTeX.record.json diff --git a/test/huxley/Huxleyfolder/Lap.hux/firefox-1.png b/test/huxley/Huxleyfolder/Lap.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Lap.hux/record.json b/test/huxley/Huxleyfolder/Lap.record.json diff --git a/test/huxley/Huxleyfolder/LeftRight.hux/firefox-1.png b/test/huxley/Huxleyfolder/LeftRight.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/LeftRight.hux/record.json b/test/huxley/Huxleyfolder/LeftRight.record.json diff --git a/test/huxley/Huxleyfolder/LeftRightListStyling.hux/firefox-1.png b/test/huxley/Huxleyfolder/LeftRightListStyling.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/LeftRightListStyling.hux/record.json b/test/huxley/Huxleyfolder/LeftRightListStyling.record.json diff --git a/test/huxley/Huxleyfolder/LeftRightStyleSizing.hux/firefox-1.png b/test/huxley/Huxleyfolder/LeftRightStyleSizing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/LeftRightStyleSizing.hux/record.json b/test/huxley/Huxleyfolder/LeftRightStyleSizing.record.json diff --git a/test/huxley/Huxleyfolder/NestedFractions.hux/firefox-1.png b/test/huxley/Huxleyfolder/NestedFractions.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/NestedFractions.hux/record.json b/test/huxley/Huxleyfolder/NestedFractions.record.json diff --git a/test/huxley/Huxleyfolder/NullDelimiterInteraction.hux/firefox-1.png b/test/huxley/Huxleyfolder/NullDelimiterInteraction.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/NullDelimiterInteraction.hux/record.json b/test/huxley/Huxleyfolder/NullDelimiterInteraction.record.json diff --git a/test/huxley/Huxleyfolder/OpLimits.hux/firefox-1.png b/test/huxley/Huxleyfolder/OpLimits.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/OpLimits.hux/record.json b/test/huxley/Huxleyfolder/OpLimits.record.json diff --git a/test/huxley/Huxleyfolder/Overline.hux/firefox-1.png b/test/huxley/Huxleyfolder/Overline.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Overline.hux/record.json b/test/huxley/Huxleyfolder/Overline.record.json diff --git a/test/huxley/Huxleyfolder/PrimeSpacing.hux/firefox-1.png b/test/huxley/Huxleyfolder/PrimeSpacing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/PrimeSpacing.hux/record.json b/test/huxley/Huxleyfolder/PrimeSpacing.record.json diff --git a/test/huxley/Huxleyfolder/RlapBug.hux/firefox-1.png b/test/huxley/Huxleyfolder/RlapBug.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/RlapBug.hux/record.json b/test/huxley/Huxleyfolder/RlapBug.record.json diff --git a/test/huxley/Huxleyfolder/Rule.hux/firefox-1.png b/test/huxley/Huxleyfolder/Rule.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Rule.hux/record.json b/test/huxley/Huxleyfolder/Rule.record.json diff --git a/test/huxley/Huxleyfolder/Sizing.hux/firefox-1.png b/test/huxley/Huxleyfolder/Sizing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Sizing.hux/record.json b/test/huxley/Huxleyfolder/Sizing.record.json diff --git a/test/huxley/Huxleyfolder/SizingBaseline.hux/firefox-1.png b/test/huxley/Huxleyfolder/SizingBaseline.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/SizingBaseline.hux/record.json b/test/huxley/Huxleyfolder/SizingBaseline.record.json diff --git a/test/huxley/Huxleyfolder/Spacing.hux/firefox-1.png b/test/huxley/Huxleyfolder/Spacing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Spacing.hux/record.json b/test/huxley/Huxleyfolder/Spacing.record.json diff --git a/test/huxley/Huxleyfolder/Sqrt.hux/firefox-1.png b/test/huxley/Huxleyfolder/Sqrt.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Sqrt.hux/record.json b/test/huxley/Huxleyfolder/Sqrt.record.json diff --git a/test/huxley/Huxleyfolder/SupSubCharacterBox.hux/firefox-1.png b/test/huxley/Huxleyfolder/SupSubCharacterBox.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/SupSubCharacterBox.hux/record.json b/test/huxley/Huxleyfolder/SupSubCharacterBox.record.json diff --git a/test/huxley/Huxleyfolder/SupSubHorizSpacing.hux/firefox-1.png b/test/huxley/Huxleyfolder/SupSubHorizSpacing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/SupSubHorizSpacing.hux/record.json b/test/huxley/Huxleyfolder/SupSubHorizSpacing.record.json diff --git a/test/huxley/Huxleyfolder/SupSubOffsets.hux/firefox-1.png b/test/huxley/Huxleyfolder/SupSubOffsets.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/SupSubOffsets.hux/record.json b/test/huxley/Huxleyfolder/SupSubOffsets.record.json diff --git a/test/huxley/Huxleyfolder/Text.hux/firefox-1.png b/test/huxley/Huxleyfolder/Text.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Text.hux/record.json b/test/huxley/Huxleyfolder/Text.record.json diff --git a/test/huxley/Huxleyfolder/VerticalSpacing.hux/firefox-1.png b/test/huxley/Huxleyfolder/VerticalSpacing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/VerticalSpacing.hux/record.json b/test/huxley/Huxleyfolder/VerticalSpacing.record.json diff --git a/test/huxley/KaTeX.hux/firefox-1.png b/test/huxley/KaTeX.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Lap.hux/firefox-1.png b/test/huxley/Lap.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/LeftRight.hux/firefox-1.png b/test/huxley/LeftRight.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/LeftRightListStyling.hux/firefox-1.png b/test/huxley/LeftRightListStyling.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/LeftRightStyleSizing.hux/firefox-1.png b/test/huxley/LeftRightStyleSizing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/NestedFractions.hux/firefox-1.png b/test/huxley/NestedFractions.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/NullDelimiterInteraction.hux/firefox-1.png b/test/huxley/NullDelimiterInteraction.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/OpLimits.hux/firefox-1.png b/test/huxley/OpLimits.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Overline.hux/firefox-1.png b/test/huxley/Overline.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/PrimeSpacing.hux/firefox-1.png b/test/huxley/PrimeSpacing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/RlapBug.hux/firefox-1.png b/test/huxley/RlapBug.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Rule.hux/firefox-1.png b/test/huxley/Rule.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Sizing.hux/firefox-1.png b/test/huxley/Sizing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/SizingBaseline.hux/firefox-1.png b/test/huxley/SizingBaseline.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Spacing.hux/firefox-1.png b/test/huxley/Spacing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Sqrt.hux/firefox-1.png b/test/huxley/Sqrt.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/SupSubCharacterBox.hux/firefox-1.png b/test/huxley/SupSubCharacterBox.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/SupSubHorizSpacing.hux/firefox-1.png b/test/huxley/SupSubHorizSpacing.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/SupSubOffsets.hux/firefox-1.png b/test/huxley/SupSubOffsets.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/Text.hux/firefox-1.png b/test/huxley/Text.hux/firefox-1.png Binary files differ. diff --git a/test/huxley/VerticalSpacing.hux/firefox-1.png b/test/huxley/VerticalSpacing.hux/firefox-1.png Binary files differ.