mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Renamed TComputedValues to ComputedValues
This is a followup to #10210, and a continuation of #10185.
This commit is contained in:
@@ -25,7 +25,7 @@ extern crate util;
|
||||
|
||||
#[cfg(test)] mod writing_modes {
|
||||
use style::logical_geometry::WritingMode;
|
||||
use style::properties::{INITIAL_SERVO_VALUES, TComputedValues, get_writing_mode};
|
||||
use style::properties::{INITIAL_SERVO_VALUES, ComputedValues, get_writing_mode};
|
||||
|
||||
#[test]
|
||||
fn initial_writing_mode_is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user